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

/freebsd-10.2-release/sys/sys/
H A Dsun_disklabel.h117 u_int16_t sl_magic; /* == SUN_DKMAGIC */ member in struct:sun_disklabel
/freebsd-10.2-release/sys/contrib/ipfilter/netinet/
H A Dip_sync.h71 #define sl_magic sl_hdr.sm_magic macro
H A Dip_sync.c1115 sl->sl_magic = htonl(SYNHDRMAGIC);
/freebsd-10.2-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-10.2-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 73 milliseconds