HomeSort by: relevance | last modified time | path
    Searched defs:c_magic (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/sys/
callout.h 98 u_int c_magic; /* magic number */ member in struct:callout_impl
  /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
  /src/include/protocols/
dumprestore.h 80 int32_t c_magic; /* magic number (see above) */ member in struct:u_spcl::s_spcl
  /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...]

Completed in 14 milliseconds