Searched refs:sl_magic (Results 1 - 6 of 6) sorted by relevance

/freebsd-9.3-release/sys/sys/
H A Dsun_disklabel.h117 u_int16_t sl_magic; /* == SUN_DKMAGIC */ member in struct:sun_disklabel
/freebsd-9.3-release/sys/contrib/ipfilter/netinet/
H A Dip_sync.h70 #define sl_magic sl_hdr.sm_magic macro
H A Dip_sync.c848 sl->sl_magic = htonl(SYNHDRMAGIC);
/freebsd-9.3-release/sys/geom/
H A Dgeom_sunlabel_enc.c104 sl->sl_magic = be16dec(p + SL_MAGIC);
126 if (u == 0 && sl->sl_magic == SUN_DKMAGIC)
159 be16enc(p + SL_MAGIC, sl->sl_magic);
/freebsd-9.3-release/lib/libdisk/
H A Dwrite_sparc64_disk.c57 sl->sl_magic = SUN_DKMAGIC;
/freebsd-9.3-release/sbin/sunlabel/
H A Dsunlabel.c231 if (sl.sl_magic != SUN_DKMAGIC)
244 if (sl.sl_magic != SUN_DKMAGIC)
249 if (sl.sl_magic != SUN_DKMAGIC)
407 sl->sl_magic = SUN_DKMAGIC;

Completed in 74 milliseconds