| /xnu-11215/libsyscall/xcodescripts/ |
| H A D | compile-syscalls.pl | 53 my @objects; 108 push(@objects, $o); 126 my $linkCommand = "$LIBTOOL " . join(' ', @LIBTOOLFLAGS) . " -o $outputFile " . join(' ', @objects);
|
| /xnu-11215/libkern/libkern/c++/ |
| H A D | OSDictionary.h | 224 const OSObject * objects[], 262 const OSObject * objects[], 368 const OSObject * objects[], 409 const OSObject * objects[],
|
| H A D | OSSet.h | 178 const OSObject * objects[], 314 const OSObject * objects[],
|
| H A D | OSArray.h | 180 const OSObject * objects[], 278 const OSObject * objects[],
|
| H A D | OSUnserializeXMLSharedImplementation.h | 196 object_t *objects; // internal objects in use member 2747 o->free = state->objects; in newObject() 2748 state->objects = o; in newObject() 2764 object_t *t, *o = state->objects; in cleanupObjects() 3031 state->objects = 0; in OSUnserializeXML()
|
| /xnu-11215/libkern/kxld/ |
| H A D | kxld.c | 63 KXLDArray objects; member 237 for (i = 0; i < context->objects.maxitems; ++i) { in kxld_destroy_context() 238 object = kxld_array_get_slot(&context->objects, i); in kxld_destroy_context() 241 kxld_array_deinit(&context->objects); in kxld_destroy_context() 449 rval = kxld_array_init(&context->objects, in init_context() 572 for (i = 0; i < context->objects.nitems; ++i) { in get_object_for_file() 573 object = kxld_array_get_item(&context->objects, i); in get_object_for_file() 687 for (i = 0; i < context->objects.nitems; ++i) { in clear_context() 688 object = kxld_array_get_item(&context->objects, i); in clear_context() 691 kxld_array_reset(&context->objects); in clear_context()
|
| /xnu-11215/libkern/c++/ |
| H A D | OSDictionary.cpp | 111 OSDictionary::initWithObjects(const OSObject *objects[], in initWithObjects() argument 118 if (!objects || !keys) { in initWithObjects() 135 const OSMetaClassBase *newObject = *objects++; in initWithObjects() 146 OSDictionary::initWithObjects(const OSObject *objects[], in initWithObjects() argument 153 if (!objects || !keys) { in initWithObjects() 171 const OSMetaClassBase *newObject = *objects++; in initWithObjects() 235 OSDictionary::withObjects(const OSObject *objects[], in withObjects() argument 242 if (me && !me->initWithObjects(objects, keys, count, capacity)) { in withObjects() 250 OSDictionary::withObjects(const OSObject *objects[], in withObjects() argument 257 if (me && !me->initWithObjects(objects, keys, count, capacity)) { in withObjects()
|
| H A D | OSArray.cpp | 81 OSArray::initWithObjects(const OSObject *objects[], in initWithObjects() argument 95 if (!objects || !initWithCapacity(initCapacity)) { in initWithObjects() 100 const OSMetaClassBase *newObject = *objects++; in initWithObjects() 137 OSArray::withObjects(const OSObject *objects[], in withObjects() argument 143 if (me && !me->initWithObjects(objects, count, capacity)) { in withObjects()
|
| H A D | OSSet.cpp | 134 OSSet::withObjects(const OSObject *objects[], in withObjects() argument 140 if (me && !me->initWithObjects(objects, count, capacity)) { in withObjects()
|
| H A D | OSUnserializeXML.y | 101 object_t *objects; // internal objects in use member 1136 o->free = state->objects; in newObject() 1137 state->objects = o; in newObject() 1153 object_t *t, *o = state->objects; in cleanupObjects() 1420 state->objects = 0; in OSUnserializeXML()
|
| /xnu-11215/iokit/DriverKit/ |
| H A D | IORPC.h | 179 mach_msg_port_descriptor_t objects[0]; member 188 OSObjectRef objects[0]; member
|
| H A D | IOService.iig | 113 …* @discussion During termination IOKit will teardown any IOService objects attached to a terminat… 123 * @discussion Notification for kernel objects of a client crash. 228 …* @discussion IOService objects created by matching on a provider are always added to the power m…
|
| /xnu-11215/iokit/IOKit/ |
| H A D | IORPC.h | 179 mach_msg_port_descriptor_t objects[0]; member 188 OSObjectRef objects[0]; member
|
| /xnu-11215/iokit/Kernel/ |
| H A D | IOUserServer.cpp | 3257 object = (OSObject *) message->objects[0]; in server() 3396 mach_msg_port_descriptor_t objects[2]; in IOUserServerUEXTTrap() member 3453 message->objects[0] = 0; in IOUserServerUEXTTrap() 3660 desc = &msg->objects[0]; in IORPCMessageFromMachReply() 3764 desc = &mach->objects[0]; in copyOutObjects() 3789 message->objects[idx] = 0; in copyOutObjects() 3827 message->objects[idx] = 0; in copyOutObjects() 3851 desc = &mach->objects[0]; in copyOutObjects() 3913 desc = &mach->objects[0]; in copyInObjects() 3980 message->objects[idx] = 0; in copyInObjects() [all …]
|
| /xnu-11215/doc/vm/ |
| H A D | freezer.md | 19 … at the number of dirty shared vs. anonymous pages. See [shared objects](#shared-objects) below fo… 23 ### Shared objects 24 <a name="shared-objects"></a> 38 … wired memory. IOSurface takes out multiple references on the backing VM objects. As a result this…
|
| /xnu-11215/osfmk/mach/ |
| H A D | clock.defs | 48 * References to clock objects are returned by:
|
| H A D | vm32_map.defs | 216 out objects : vm_info_object_array_t); 242 out objects : vm_info_object_array_t);
|
| H A D | processor.defs | 75 * References to processor objects are returned by:
|
| H A D | vm_map.defs | 382 * Includes info about the chain of objects rooted at that region. 390 out objects : vm_info_object_array_t); 427 out objects : vm_info_object_array_t);
|
| /xnu-11215/iokit/System/ |
| H A D | OSUnserializeXMLSharedImplementation.h | 196 object_t *objects; // internal objects in use member 2747 o->free = state->objects; in newObject() 2748 state->objects = o; in newObject() 2764 object_t *t, *o = state->objects; in cleanupObjects() 3031 state->objects = 0; in OSUnserializeXML()
|
| /xnu-11215/libkern/c++/Tests/TestSerialization/test1/test1.xcodeproj/ |
| H A D | project.pbxproj | 7 objects = {
|
| /xnu-11215/libkern/c++/Tests/TestSerialization/test2/test2.xcodeproj/ |
| H A D | project.pbxproj | 7 objects = {
|
| /xnu-11215/doc/allocators/ |
| H A D | api-basics.md | 12 objects of fixed size. 286 Most, if not all, C++ objects used in conjuction with IOKit APIs 294 `operator delete` are injected that force objects to enroll into `kalloc_type`.
|
| /xnu-11215/tools/lldbmacros/ |
| H A D | memory.py | 2854 nonvolatile_total.objects = 0 2877 …{:<10d} wired:{:<10d} compressed:{:<10d} ]\n".format(nonvolatile_total.objects, nonvolatile_tota… 2906 nonvolatile_total.objects += 1 2925 volatile_total.objects = 0 2945 …nt:{:<10d} wired:{:<10d} compressed:{:<10d} ]\n".format(volatile_total.objects, volatile_total.v… 3011 volatile_total.objects += 1 5120 taskobjq_total.objects = 0 5131 if taskobjq_total.objects == 0: 5137 if taskobjq_total.objects != 0: 5138 …nt:{:<10d} wired:{:<10d} compressed:{:<10d} ]\n".format(taskobjq_total.objects, taskobjq_total.v… [all …]
|
| /xnu-11215/iokit/conf/ |
| H A D | files | 128 # Property tables for kernel-linked objects
|