Searched refs:u_spcl (Results 1 – 4 of 4) sorted by relevance
75 extern union u_spcl { union128 } u_spcl; variable129 #define spcl u_spcl.s_spcl
58 union u_spcl u_spcl; /* mapping of variables in a control block */ variable163 bcopy(dp, *(nextblock)++, sizeof (union u_spcl)); in writerec()395 union u_spcl *ntb, *otb; in rollforward()397 ntb = (union u_spcl *)twp->tblock[1]; in rollforward()407 otb = (union u_spcl *)wp->tblock; in rollforward()460 ntb = (union u_spcl *)twp->tblock; in rollforward()467 *((union u_spcl *)twp->tblock) = *ntb; in rollforward()468 ntb = (union u_spcl *)twp->tblock[1]; in rollforward()
850 cnt = sizeof(union u_spcl) / (4 * sizeof(int32_t)); in writeheader()
74 static union u_spcl endoftapemark;90 union u_spcl u_spcl; /* mapping of variables in a control block */239 j = sizeof(union u_spcl) / sizeof(int); in setup() 318 union u_spcl tmpspcl; in getvol() 1569 j = sizeof(union u_spcl) / sizeof(int); in checksum() 89 union u_spcl u_spcl; /* mapping of variables in a control block */ global() variable