/src/bin/pax/ |
cpio.h | 60 char c_magic[6]; /* magic cookie */ member in struct:__anond9d9574e0108 126 char c_magic[6]; /* magic cookie */ member in struct:__anond9d9574e0308
|
cpio.c | 435 if (u32_asc((uintmax_t)MAGIC, hd->c_magic, sizeof(hd->c_magic), OCT) || 702 if (u32_asc((uintmax_t)VCMAGIC, hd->c_magic, sizeof(hd->c_magic), 708 if (u32_asc((uintmax_t)VMAGIC, hd->c_magic, sizeof(hd->c_magic),
|
/src/sys/sys/ |
callout.h | 98 u_int c_magic; /* magic number */ member in struct:callout_impl
|
/src/sys/kern/ |
kern_timeout.c | 369 c->c_magic = CALLOUT_MAGIC; 391 KASSERTMSG(c->c_magic == CALLOUT_MAGIC, 392 "callout %p: c_magic (%#x) != CALLOUT_MAGIC (%#x)", 393 c, c->c_magic, CALLOUT_MAGIC); 405 c->c_magic = 0; 481 KASSERT(c->c_magic == CALLOUT_MAGIC); 503 KASSERT(c->c_magic == CALLOUT_MAGIC); 523 KASSERT(c->c_magic == CALLOUT_MAGIC); 556 KASSERT(c->c_magic == CALLOUT_MAGIC); 667 KASSERT(c->c_magic == CALLOUT_MAGIC) [all...] |
/src/sbin/restore/ |
tape.c | 128 int32_t c_magic; member in struct:u_ospcl::s_ospcl 327 endoftapemark.s_spcl.c_magic = cvtflag ? OFS_MAGIC : 1004 if (spcl.c_magic != FS_UFS2_MAGIC) 1060 if (spcl.c_magic != FS_UFS2_MAGIC) 1280 ((struct s_spcl *)&tapebuf[i * TP_BSIZE])->c_magic = 0; 1391 ((struct s_spcl *)&tapebuf[i * TP_BSIZE])->c_magic = 0; 1442 if (buf->c_magic != NFS_MAGIC && 1443 buf->c_magic != FS_UFS2_MAGIC) { 1444 if (bswap32(buf->c_magic) != NFS_MAGIC && 1445 bswap32(buf->c_magic) != FS_UFS2_MAGIC [all...] |
/src/include/protocols/ |
dumprestore.h | 80 int32_t c_magic; /* magic number (see above) */ member in struct:u_spcl::s_spcl
|
/src/sbin/dump/ |
traverse.c | 882 spcl.c_magic = iswap32(FS_UFS2_MAGIC); 884 spcl.c_magic = iswap32(NFS_MAGIC);
|