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

/macosx-10.5.8/xnu-1228.15.4/bsd/net/
H A Dif_media.h137 * 0-4 Media subtype
257 #define IFM_MAKEWORD(type, subtype, options, instance) \
258 ((type) | (subtype) | (options) | ((instance) << IFM_ISHIFT))
262 * places to get the canonical description for a given type/subtype.
H A Dif_bond.c1691 u_char subtype = *mtod(m, u_char *); local
1693 if (subtype == IEEE8023AD_SLOW_PROTO_SUBTYPE_LACP) {
1708 else if (subtype == IEEE8023AD_SLOW_PROTO_SUBTYPE_LA_MARKER_PROTOCOL) {
1731 else if (subtype == 0
1732 || subtype > IEEE8023AD_SLOW_PROTO_SUBTYPE_RESERVED_END) {
1733 /* invalid subtype, discard the frame */
/macosx-10.5.8/xnu-1228.15.4/bsd/hfs/
H A Dhfs_vfsops.c1835 u_int16_t subtype = 0; local
1858 subtype = HFS_SUBTYPE_STANDARDHFS;
1861 subtype |= HFS_SUBTYPE_JOURNALED;
1863 subtype |= HFS_SUBTYPE_CASESENSITIVE;
1865 sbp->f_fssubtype = subtype;
4987 u_int16_t subtype = 0; local
5000 subtype = HFS_SUBTYPE_STANDARDHFS;
5003 subtype |= HFS_SUBTYPE_JOURNALED;
5005 subtype |= HFS_SUBTYPE_CASESENSITIVE;
5007 fsap->f_fssubtype = subtype;
[all...]

Completed in 43 milliseconds