Searched refs:c_magic (Results 1 – 9 of 9) sorted by relevance
| /netbsd/src/sys/kern/ |
| D | kern_timeout.c | 369 c->c_magic = CALLOUT_MAGIC; in callout_init() 391 KASSERTMSG(c->c_magic == CALLOUT_MAGIC, in callout_destroy() 393 c, c->c_magic, CALLOUT_MAGIC); in callout_destroy() 405 c->c_magic = 0; in callout_destroy() 481 KASSERT(c->c_magic == CALLOUT_MAGIC); in callout_reset() 503 KASSERT(c->c_magic == CALLOUT_MAGIC); in callout_schedule() 523 KASSERT(c->c_magic == CALLOUT_MAGIC); in callout_stop() 556 KASSERT(c->c_magic == CALLOUT_MAGIC); in callout_halt() 667 KASSERT(c->c_magic == CALLOUT_MAGIC); in callout_bind() 693 KASSERT(c->c_magic == CALLOUT_MAGIC); in callout_setfunc() [all …]
|
| /netbsd/src/sbin/restore/ |
| D | tape.c | 128 int32_t c_magic; member 327 endoftapemark.s_spcl.c_magic = cvtflag ? OFS_MAGIC : in setup() 1004 if (spcl.c_magic != FS_UFS2_MAGIC) in getbitmap() 1060 if (spcl.c_magic != FS_UFS2_MAGIC) in getfile() 1280 ((struct s_spcl *)&tapebuf[i * TP_BSIZE])->c_magic = 0; in readtape() 1391 ((struct s_spcl *)&tapebuf[i * TP_BSIZE])->c_magic = 0; in findtapeblksize() 1442 if (buf->c_magic != NFS_MAGIC && in gethead() 1443 buf->c_magic != FS_UFS2_MAGIC) { in gethead() 1444 if (bswap32(buf->c_magic) != NFS_MAGIC && in gethead() 1445 bswap32(buf->c_magic) != FS_UFS2_MAGIC) in gethead() [all …]
|
| /netbsd/src/bin/pax/ |
| D | cpio.h | 60 char c_magic[6]; /* magic cookie */ member 126 char c_magic[6]; /* magic cookie */ member
|
| D | cpio.c | 435 if (u32_asc((uintmax_t)MAGIC, hd->c_magic, sizeof(hd->c_magic), OCT) || in cpio_wr() 702 if (u32_asc((uintmax_t)VCMAGIC, hd->c_magic, sizeof(hd->c_magic), in vcpio_wr() 708 if (u32_asc((uintmax_t)VMAGIC, hd->c_magic, sizeof(hd->c_magic), in vcpio_wr()
|
| /netbsd/src/external/gpl3/binutils/dist/bfd/ |
| D | irix-core.c | 189 switch (coreout.c_magic) in irix_core_core_file_p() 214 if (coreout.c_magic == (int) CORE_MAGIC64) in irix_core_core_file_p()
|
| /netbsd/src/external/gpl3/gdb/dist/bfd/ |
| D | irix-core.c | 189 switch (coreout.c_magic) in irix_core_core_file_p() 214 if (coreout.c_magic == (int) CORE_MAGIC64) in irix_core_core_file_p()
|
| /netbsd/src/sys/sys/ |
| D | callout.h | 98 u_int c_magic; /* magic number */ member
|
| /netbsd/src/include/protocols/ |
| D | dumprestore.h | 80 int32_t c_magic; /* magic number (see above) */ member
|
| /netbsd/src/sbin/dump/ |
| D | traverse.c | 882 spcl.c_magic = iswap32(FS_UFS2_MAGIC); in writeheader() 884 spcl.c_magic = iswap32(NFS_MAGIC); in writeheader()
|