| /src/bin/pax/ |
| cpio.h | 60 char c_magic[6]; /* magic cookie */ member in struct:__anon27 126 char c_magic[6]; /* magic cookie */ member in struct:__anon29
|
| 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/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/sys/sys/ |
| callout.h | 98 u_int c_magic; /* magic number */ member in struct:callout_impl
|
| /src/sbin/restore/ |
| tape.c | 129 int32_t c_magic; member in struct:u_ospcl::s_ospcl 328 endoftapemark.s_spcl.c_magic = cvtflag ? OFS_MAGIC : 1005 if (spcl.c_magic != FS_UFS2_MAGIC) 1061 if (spcl.c_magic != FS_UFS2_MAGIC) 1281 ((struct s_spcl *)&tapebuf[i * TP_BSIZE])->c_magic = 0; 1392 ((struct s_spcl *)&tapebuf[i * TP_BSIZE])->c_magic = 0; 1443 if (buf->c_magic != NFS_MAGIC && 1444 buf->c_magic != FS_UFS2_MAGIC) { 1445 if (bswap32(buf->c_magic) != NFS_MAGIC && 1446 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);
|