Home
last modified time | relevance | path

Searched refs:c_magic (Results 1 – 9 of 9) sorted by relevance

/netbsd/src/sys/kern/
Dkern_timeout.c369 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/
Dtape.c128 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/
Dcpio.h60 char c_magic[6]; /* magic cookie */ member
126 char c_magic[6]; /* magic cookie */ member
Dcpio.c435 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/
Dirix-core.c189 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/
Dirix-core.c189 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/
Dcallout.h98 u_int c_magic; /* magic number */ member
/netbsd/src/include/protocols/
Ddumprestore.h80 int32_t c_magic; /* magic number (see above) */ member
/netbsd/src/sbin/dump/
Dtraverse.c882 spcl.c_magic = iswap32(FS_UFS2_MAGIC); in writeheader()
884 spcl.c_magic = iswap32(NFS_MAGIC); in writeheader()