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

  /src/lib/libukfs/
ukfs_int_disklabel.h 52 uint32_t d_magic; /* the magic number */ member in struct:ukfs__disklabel
  /src/sys/arch/atari/stand/tostools/aptck/
disklbl.h 40 u_int32_t d_magic; /* the magic number */ member in struct:disklabel
  /src/sys/arch/atari/stand/tostools/libtos/
disklbl.h 40 u_int32_t d_magic; /* the magic number */ member in struct:disklabel
  /src/usr.bin/rump_allserver/
rump_allserver.c 520 uint32_t d_magic; /* the magic number */ member in struct:rumpserver_disklabel
736 if (lp->d_magic == RUMPSERVER_DISKMAGIC &&
741 if (lp->d_magic == bs32(RUMPSERVER_DISKMAGIC) &&
  /src/sys/sys/
disklabel.h 145 * will always work since d_magic is always 4 byte aligned even
154 uint32_t d_magic; /* the magic number */ member in struct:disklabel
246 uint32_t d_magic; member in struct:olddisklabel

Completed in 13 milliseconds