| /xnu-11215/iokit/DriverKit/ |
| H A D | IOBufferMemoryDescriptor.iig | 48 * To allocate memory for I/O or sharing, use IOBufferMemoryDescriptor::Create(). 57 * @brief Create an IOBufferMemoryDescriptor. 68 Create( 90 …* @discussion IOBufferMemoryDescriptor have capacity allocated at Create() but no valid data unti…
|
| H A D | IOMemoryDescriptor.iig | 44 // IOMemoryDescriptor Create options 87 * To allocate memory for I/O or sharing, use IOBufferMemoryDescriptor::Create() 117 * @brief Create a mapping of the memory in the callers address space. 143 * @brief Create a memory descriptor that is a subrange of another memory 163 * @brief Create a memory descriptor that is a concatenation of a set of memory
|
| H A D | IODMACommand.iig | 41 // IODMACommand Create options 101 * @brief Create an IODMACommand instance. 113 Create( 120 * @brief Create a DMA mapping for memory.
|
| H A D | IOWorkGroup.iig | 52 …r * name = "Work Group Name"; // This must match the name the driver used in IOWorkGroup::Create(). 74 …* @brief Create an IOWorkGroup object. This object is not functional until a workgroup port … 82 Create(OSString * name, IOUserClient * userClient, IOWorkGroup ** workgroup) LOCAL;
|
| H A D | IOExtensiblePaniclog.iig | 75 Create(OSData *uuid, OSString *data_id, uint32_t max_len, uint32_t options, 120 * @brief Function to get the Memory descriptor created in the Create function 137 * the Create() function
|
| H A D | IOService.iig | 181 * @brief Create the default IODispatchQueue for an IOService. IOService::init() 227 * @brief Add an IOService created by Create() to the power manangement tree. 229 …* Any IOService created with the Create() API is not, but may be added by calling thi… 274 …* the call by calling IOService::Create() with a plist entry describing the new user … 276 * @param userClient The object created by IOService::Create() 297 Create( 304 * @discussion An IOService object created with Create() may be removed by calling Terminate(). 523 * @abstract Create a state notification item.
|
| H A D | IOServiceNotificationDispatchSource.iig | 51 …* @brief Create an IOServiceNotificationDispatchSource for IOService matching and terminatio… 61 Create(
|
| H A D | IOServiceStateNotificationDispatchSource.iig | 48 …* @brief Create an IOServiceStateNotificationDispatchSource for notification of IOService st… 58 …Create(IOService * service, OSArray * items, IODispatchQueue * queue, IOServiceStateNotificationDi…
|
| H A D | OSAction.iig | 66 * @brief Create an instance of OSAction. 68 … a TYPE attribute, so there should not be any need to directly call OSAction::Create(). 80 Create(
|
| H A D | IOEventLink.iig | 68 …r * name = "Event Link Name"; // This must match the name the driver used in IOEventLink::Create(). 90 * @brief Create an IOEventLink. 99 Create(OSString * name, IOUserClient * userClient, IOEventLink ** eventLink) LOCAL;
|
| H A D | IOInterruptDispatchSource.iig | 68 …* @brief Create an IOInterruptDispatchSource for an interrupt by index from an IOService pro… 77 Create(IOService * provider,
|
| H A D | IOUserServer.iig | 47 Create(
|
| H A D | IOMemoryMap.iig | 54 * To allocate memory for I/O or sharing, use IOBufferMemoryDescriptor::Create()
|
| H A D | IODispatchQueue.iig | 44 // options for Create() 86 Create(
|
| H A D | IODataQueueDispatchSource.iig | 43 * @brief Create an IODataQueueDispatchSource for a shared memory data queue. 52 Create(
|
| H A D | IOUserClient.iig | 249 * @brief Create a memory descriptor that describes a set of virtual ranges in
|
| /xnu-11215/tools/lldbmacros/tests/ |
| H A D | runtests.py | 119 debugger = lldb.SBDebugger.Create()
|
| /xnu-11215/osfmk/mach/ |
| H A D | mach_voucher_attr_control.defs | 50 /* Create a new voucher with the control's privilege (to directly assign value-handles) */
|
| H A D | task.defs | 237 * Create a new thread within the target task, returning 251 * Create a new thread within the target task, returning 335 * Create and destroy semaphore synchronizers on a
|
| H A D | mach_host.defs | 280 * Create a new voucher by running a series of commands against
|
| /xnu-11215/makedefs/ |
| H A D | MakeInc.cmd | 306 # kextsymboltool - Create kext pseudo-kext Mach-O kexts binaries 524 # Create a sequence from 1 to $(1)
|
| H A D | MakeInc.top | 335 # Create a list of synthesized targets for each build config
|
| /xnu-11215/iokit/Tests/ |
| H A D | Tests.cpp | 1218 …kr = IODataQueueDispatchSource::Create(NUM_ELEMENTS * (ELEMENT_SIZE + entryHeaderSize), NULL, &dqd… in IODataQueueDispatchSourceTests()
|
| /xnu-11215/ |
| H A D | README.md | 163 1. Create kernel cache using the kextcache command as `/kernelcache.test`
|
| /xnu-11215/tests/ |
| H A D | stackshot_tests.m | 1033 // Create a chain of fake async contexts; sync with asyncstack_expected_stack below
|