HomeSort by: relevance | last modified time | path
    Searched refs:u_spcl (Results 1 - 6 of 6) sorted by relevancy

  /src/include/protocols/
dumprestore.h 71 extern union u_spcl { union
122 } u_spcl; variable in typeref:union:u_spcl
123 #define spcl u_spcl.s_spcl
  /src/sbin/dump/
tape.c 162 *(union u_spcl *)(*(nextblock)++) = *(const union u_spcl *)dp;
463 union u_spcl *ntb, *otb;
465 ntb = (union u_spcl *)twp->tblock[1];
475 otb = (union u_spcl *)wp->tblock;
528 ntb = (union u_spcl *)twp->tblock;
535 *((union u_spcl *)twp->tblock) = *ntb;
536 ntb = (union u_spcl *)twp->tblock[1];
main.c 72 union u_spcl u_spcl; variable in typeref:union:u_spcl
traverse.c 893 cnt = sizeof(union u_spcl) / (4 * sizeof(int32_t));
  /src/sbin/restore/
main.c 66 union u_spcl u_spcl; variable in typeref:union:u_spcl
tape.c 83 static union u_spcl endoftapemark;
331 j = sizeof(union u_spcl) / sizeof(int);
387 union u_spcl tmpspcl;
1704 j = sizeof(union u_spcl) / sizeof(int);

Completed in 20 milliseconds