     struct drcb {
     /* Deallocate RCB record.
      * This record the PS send to the RM to
      * propouse of deallocation the selected RCB
      */

       void *p_tcb;
       void *p_rcb;
       };
