Searched defs:return (Results 1 – 5 of 5) sorted by relevance
| /xnu-10002.41.9/libkdd/ |
| H A D | KCDStructTypeDescription.m | 59 return self; category 61 return NULL; category 80 return nil; category 107 return retval; category 118 return _needDescriptionAsKey || _flagsRequestedMerge; category 123 return [NSString stringWithFormat:@"type: %d => \"%@\" ", _typeID, _name]; category 128 return _name; category 133 return (uint32_t)[_fields count]; category 138 return _typeID; category
|
| H A D | KCDBasicTypeDescription.m | 77 return self; category 90 return self; category 116 return obj; category 123 return retval; category 134 return retval; category 148 return retval; category 154 …return [NSString stringWithFormat:@"[%d,%d] %s %s[%d];", _subtype_desc.kcs_elem_offset, kcs_get_… category 156 …return [NSString stringWithFormat:@"[%d,%d] %s %s;", _subtype_desc.kcs_elem_offset, kcs_get_elem_… category 163 return _name; category 168 return _count; category [all …]
|
| /xnu-10002.41.9/libkern/libkern/ |
| H A D | OSReturn.h | 96 #define libkern_common_err(return ) (sys_libkern|sub_libkern_common|(return)) argument 97 #define libkern_metaclass_err(return ) (sys_libkern|sub_libkern_metaclass|(return)) argument
|
| /xnu-10002.41.9/iokit/DriverKit/ |
| H A D | IOReturn.h | 136 #define iokit_common_err(return ) (sys_iokit|sub_iokit_common|return) argument 137 #define iokit_family_err(sub, return ) (sys_iokit|sub|return) argument 138 #define iokit_vendor_specific_err(return ) (sys_iokit|sub_iokit_vendor_specific|return) argument
|
| /xnu-10002.41.9/iokit/IOKit/ |
| H A D | IOReturn.h | 136 #define iokit_common_err(return ) (sys_iokit|sub_iokit_common|return) argument 137 #define iokit_family_err(sub, return ) (sys_iokit|sub|return) argument 138 #define iokit_vendor_specific_err(return ) (sys_iokit|sub_iokit_vendor_specific|return) argument
|