Home
last modified time | relevance | path

Searched defs:_name (Results 1 – 7 of 7) sorted by relevance

/xnu-10002.1.13/libkern/os/
H A Dbase.h183 #define OS_ENUM(_name, _type, ...) \ argument
185 #define OS_CLOSED_ENUM(_name, _type, ...) \ argument
187 #define OS_OPTIONS(_name, _type, ...) \ argument
189 #define OS_CLOSED_OPTIONS(_name, _type, ...) \ argument
222 #define __OS_ENUM_C_FALLBACK(_name, _type, ...) \ argument
225 #define OS_ENUM(_name, _type, ...) \ argument
227 #define OS_CLOSED_ENUM(_name, _type, ...) \ argument
230 #define OS_OPTIONS(_name, _type, ...) \ argument
233 #define OS_CLOSED_OPTIONS(_name, _type, ...) \ argument
260 # define OS_SWIFT_NAME(_name) __attribute__((__swift_name__(#_name))) argument
[all …]
/xnu-10002.1.13/bsd/net/
H A Dskywalk_stubs.c33 #define STUB(_name) \ argument
H A Dpf.c6658 #define TYPE_LEN_CHECK(_type, _name) \ in pf_pptp_handler() argument
/xnu-10002.1.13/libkdd/
H A DKCDBasicTypeDescription.m60 NSString * _name; category
75 _name = [NSString stringWithFormat:@"%s", _subtype_desc.kcs_name]; category
89 _name = [NSString stringWithFormat:@"Type_0x%x", typeID]; category
136 …retval[_name] = [self objectForType:_subtype_desc.kcs_elem_type withData:&data[_subtype_desc.kcs_e… category
139 retval[_name] = [NSString stringWithFormat:@"%.*s", (int)elem_count, s]; category
146 retval[_name] = objArray; category
163 return _name; category
H A DKCDStructTypeDescription.m38 NSString * _name; category
52 _name = name; category
123 return [NSString stringWithFormat:@"type: %d => \"%@\" ", _typeID, _name]; category
128 return _name; category
/xnu-10002.1.13/osfmk/kern/
H A Drecount.h80 #define RECOUNT_PLAN_DECLARE(_name) \ argument
83 #define RECOUNT_PLAN_DEFINE(_name, _topo) \ argument
/xnu-10002.1.13/bsd/sys/
H A Dcdefs.h1145 #define __enum_decl(_name, _type, ...) \ argument
1147 #define __enum_closed_decl(_name, _type, ...) \ argument
1149 #define __options_decl(_name, _type, ...) \ argument
1151 #define __options_closed_decl(_name, _type, ...) \ argument
1154 #define __enum_decl(_name, _type, ...) \ argument
1156 #define __enum_closed_decl(_name, _type, ...) \ argument
1158 #define __options_decl(_name, _type, ...) \ argument
1160 #define __options_closed_decl(_name, _type, ...) \ argument