Home
last modified time | relevance | path

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

/freebsd-head/include/protocols/
HDdumprestore.h75 extern union u_spcl { union
128 } u_spcl; variable
129 #define spcl u_spcl.s_spcl
/freebsd-head/sbin/dump/
HDtape.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()
HDtraverse.c850 cnt = sizeof(union u_spcl) / (4 * sizeof(int32_t)); in writeheader()
/freebsd-head/sbin/restore/
HDtape.c74 static union u_spcl endoftapemark;
90 union u_spcl u_spcl; /* mapping of variables in a control block */ variable
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()