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

/openbsd-current/include/protocols/
H A Ddumprestore.h69 extern union u_spcl { union
119 } u_spcl;
120 #define spcl u_spcl.s_spcl
/openbsd-current/sbin/dump/
H A Dtape.c60 union u_spcl u_spcl; /* mapping of variables in a control block */ variable in typeref:union:u_spcl
164 *(union u_spcl *)(*(nextblock)++) = *(union u_spcl *)dp;
453 union u_spcl *ntb, *otb;
455 ntb = (union u_spcl *)tslp->tblock[1];
465 otb = (union u_spcl *)slp->tblock;
519 ntb = (union u_spcl *)tslp->tblock;
526 *((union u_spcl *)tslp->tblock) = *ntb;
527 ntb = (union u_spcl *)tsl
[all...]
H A Dtraverse.c723 cnt = sizeof(union u_spcl) / (4 * sizeof(int32_t));
/openbsd-current/sbin/restore/
H A Dtape.c66 static union u_spcl endoftapemark;
82 union u_spcl u_spcl; /* mapping of variables in a control block */ variable in typeref:union:u_spcl
228 j = sizeof(union u_spcl) / sizeof(int);
285 union u_spcl tmpspcl;
1260 j = sizeof(union u_spcl) / sizeof(int);

Completed in 160 milliseconds