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:__anon27
126 char c_magic[6]; /* magic cookie */ member in struct:__anon29
  /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 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...]

Completed in 16 milliseconds