Home
last modified time | relevance | path

Searched refs:u_spcl (Results 1 – 4 of 4) sorted by relevance

/freebsd/include/protocols/
H A Ddumprestore.h75 extern union u_spcl { union
128 } u_spcl; variable
129 #define spcl u_spcl.s_spcl
/freebsd/sbin/dump/
H A Dtape.c58 union u_spcl u_spcl; /* mapping of variables in a control block */ variable
163 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()
H A Dtraverse.c850 cnt = sizeof(union u_spcl) / (4 * sizeof(int32_t)); in writeheader()
/freebsd/sbin/restore/
H A Dtape.c74 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