Home
last modified time | relevance | path

Searched refs:Create (Results 1 – 25 of 26) sorted by relevance

12

/xnu-11215/iokit/DriverKit/
H A DIOBufferMemoryDescriptor.iig48 * 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 DIOMemoryDescriptor.iig44 // 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 DIODMACommand.iig41 // IODMACommand Create options
101 * @brief Create an IODMACommand instance.
113 Create(
120 * @brief Create a DMA mapping for memory.
H A DIOWorkGroup.iig52 …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 DIOExtensiblePaniclog.iig75 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 DIOService.iig181 * @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 DIOServiceNotificationDispatchSource.iig51 …* @brief Create an IOServiceNotificationDispatchSource for IOService matching and terminatio…
61 Create(
H A DIOServiceStateNotificationDispatchSource.iig48 …* @brief Create an IOServiceStateNotificationDispatchSource for notification of IOService st…
58Create(IOService * service, OSArray * items, IODispatchQueue * queue, IOServiceStateNotificationDi…
H A DOSAction.iig66 * @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 DIOEventLink.iig68 …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 DIOInterruptDispatchSource.iig68 …* @brief Create an IOInterruptDispatchSource for an interrupt by index from an IOService pro…
77 Create(IOService * provider,
H A DIOUserServer.iig47 Create(
H A DIOMemoryMap.iig54 * To allocate memory for I/O or sharing, use IOBufferMemoryDescriptor::Create()
H A DIODispatchQueue.iig44 // options for Create()
86 Create(
H A DIODataQueueDispatchSource.iig43 * @brief Create an IODataQueueDispatchSource for a shared memory data queue.
52 Create(
H A DIOUserClient.iig249 * @brief Create a memory descriptor that describes a set of virtual ranges in
/xnu-11215/tools/lldbmacros/tests/
H A Druntests.py119 debugger = lldb.SBDebugger.Create()
/xnu-11215/osfmk/mach/
H A Dmach_voucher_attr_control.defs50 /* Create a new voucher with the control's privilege (to directly assign value-handles) */
H A Dtask.defs237 * 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 Dmach_host.defs280 * Create a new voucher by running a series of commands against
/xnu-11215/makedefs/
H A DMakeInc.cmd306 # kextsymboltool - Create kext pseudo-kext Mach-O kexts binaries
524 # Create a sequence from 1 to $(1)
H A DMakeInc.top335 # Create a list of synthesized targets for each build config
/xnu-11215/iokit/Tests/
H A DTests.cpp1218 …kr = IODataQueueDispatchSource::Create(NUM_ELEMENTS * (ELEMENT_SIZE + entryHeaderSize), NULL, &dqd… in IODataQueueDispatchSourceTests()
/xnu-11215/
H A DREADME.md163 1. Create kernel cache using the kextcache command as `/kernelcache.test`
/xnu-11215/tests/
H A Dstackshot_tests.m1033 // Create a chain of fake async contexts; sync with asyncstack_expected_stack below

12