Home
last modified time | relevance | path

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

/xnu-8020.101.4/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
253 # define OS_SWIFT_NAME(_name) __attribute__((__swift_name__(#_name))) argument
[all …]
/xnu-8020.101.4/bsd/net/
H A Dskywalk_stubs.c33 #define STUB(_name) \ argument
H A Dpf.c6499 #define TYPE_LEN_CHECK(_type, _name) \ in pf_pptp_handler() argument
/xnu-8020.101.4/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-8020.101.4/bsd/sys/
H A Dcdefs.h1078 #define __enum_decl(_name, _type, ...) \ argument
1080 #define __enum_closed_decl(_name, _type, ...) \ argument
1082 #define __options_decl(_name, _type, ...) \ argument
1084 #define __options_closed_decl(_name, _type, ...) \ argument
1087 #define __enum_decl(_name, _type, ...) \ argument
1089 #define __enum_closed_decl(_name, _type, ...) \ argument
1091 #define __options_decl(_name, _type, ...) \ argument
1093 #define __options_closed_decl(_name, _type, ...) \ argument