Home
last modified time | relevance | path

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

/netbsd/src/include/protocols/
Ddumprestore.h71 extern union u_spcl { union
122 } u_spcl;
123 #define spcl u_spcl.s_spcl
/netbsd/src/sbin/dump/
Dtape.c162 *(union u_spcl *)(*(nextblock)++) = *(const union u_spcl *)dp; in writerec()
463 union u_spcl *ntb, *otb; in rollforward()
465 ntb = (union u_spcl *)twp->tblock[1]; in rollforward()
475 otb = (union u_spcl *)wp->tblock; in rollforward()
528 ntb = (union u_spcl *)twp->tblock; in rollforward()
535 *((union u_spcl *)twp->tblock) = *ntb; in rollforward()
536 ntb = (union u_spcl *)twp->tblock[1]; in rollforward()
Dmain.c72 union u_spcl u_spcl; variable
Dtraverse.c893 cnt = sizeof(union u_spcl) / (4 * sizeof(int32_t)); in writeheader()
/netbsd/src/sbin/restore/
Dmain.c66 union u_spcl u_spcl; variable
Dtape.c83 static union u_spcl endoftapemark;
331 j = sizeof(union u_spcl) / sizeof(int); in setup()
387 union u_spcl tmpspcl; in getvol()
1704 j = sizeof(union u_spcl) / sizeof(int); in checksum()