Searched refs:subtype (Results 1 - 4 of 4) sorted by relevance

/xnu-2422.115.4/bsd/net/
H A Dif_media.h90 * 0-4 Media subtype
214 #define IFM_MAKEWORD(type, subtype, options, instance) \
215 ((type) | (subtype) | (options) | ((instance) << IFM_ISHIFT))
219 * places to get the canonical description for a given type/subtype.
H A Dpfvar.h583 #define PF_OSFP_UNPACK(osfp, class, version, subtype) do { \
588 (subtype) = (osfp) & ((1 << _FP_SUBTYPE_BITS) - 1); \
590 #define PF_OSFP_PACK(osfp, class, version, subtype) do { \
595 (osfp) |= (subtype) & ((1 << _FP_SUBTYPE_BITS) - 1); \
H A Dif_bond.c1676 u_char subtype = *mtod(m, u_char *); local
1678 if (subtype == IEEE8023AD_SLOW_PROTO_SUBTYPE_LACP) {
1693 else if (subtype == IEEE8023AD_SLOW_PROTO_SUBTYPE_LA_MARKER_PROTOCOL) {
1716 else if (subtype == 0
1717 || subtype > IEEE8023AD_SLOW_PROTO_SUBTYPE_RESERVED_END) {
1718 /* invalid subtype, discard the frame */
/xnu-2422.115.4/bsd/hfs/
H A Dhfs_vfsops.c2359 u_int16_t subtype = 0; local
2384 subtype |= HFS_SUBTYPE_JOURNALED;
2387 subtype |= HFS_SUBTYPE_CASESENSITIVE;
2393 subtype = HFS_SUBTYPE_STANDARDHFS;
2396 sbp->f_fssubtype = subtype;
7654 u_int16_t subtype = 0; local
7668 subtype |= HFS_SUBTYPE_JOURNALED;
7671 subtype |= HFS_SUBTYPE_CASESENSITIVE;
7676 subtype = HFS_SUBTYPE_STANDARDHFS;
7679 fsap->f_fssubtype = subtype;
[all...]

Completed in 71 milliseconds