Searched defs:options (Results 26 - 50 of 62) sorted by relevance

123

/darwin-on-arm/xnu/pexpert/i386/
H A Dpe_init.c302 PE_stub_poll_input(__unused unsigned int options, char * c) argument
/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs_btreeio.c96 OSStatus GetBTreeBlock(FileReference vp, u_int32_t blockNum, GetBlockOptions options, BlockDescriptor *block) argument
241 OSStatus ReleaseBTreeBlock(FileReference vp, BlockDescPtr blockPtr, ReleaseBlockOptions options) argument
H A Dhfs_cprotect.c994 int cp_setxattr(struct cnode *cp, struct cprotect *entry, struct hfsmount *hfsmp, uint32_t fileid, int options) argument
/darwin-on-arm/xnu/bsd/netinet/
H A Ddhcp_options.c374 dhcpol_parse_packet(dhcpol_t * options, const struct dhcp * pkt, int len) argument
633 dhcpol_t options; local
[all...]
H A Din_dhcp.c414 dhcpol_t options; local
603 dhcpol_t options; local
[all...]
/darwin-on-arm/xnu/iokit/Kernel/
H A DIOWorkLoop.cpp192 IOWorkLoop::workLoopWithOptions(IOOptionBits options) argument
H A DIOBufferMemoryDescriptor.cpp108 int options = 0; // KMA_LOMEM; local
280 initWithOptions( IOOptionBits options, vm_size_t capacity, vm_offset_t alignment, task_t inTask) argument
291 initWithPhysicalMask( task_t inTask, IOOptionBits options, mach_vm_size_t capacity, mach_vm_address_t alignment, mach_vm_address_t physicalMask) argument
549 inTaskWithOptions( task_t inTask, IOOptionBits options, vm_size_t capacity, vm_offset_t alignment) argument
564 inTaskWithPhysicalMask( task_t inTask, IOOptionBits options, mach_vm_size_t capacity, mach_vm_address_t physicalMask) argument
581 initWithOptions( IOOptionBits options, vm_size_t capacity, vm_offset_t alignment) argument
590 withOptions( IOOptionBits options, vm_size_t capacity, vm_offset_t alignment) argument
697 IOOptionBits options = _options; local
[all...]
H A DIOLib.cpp379 int options = 0; local
H A DIODMACommand.cpp846 IODMACommand::synchronize(IOOptionBits options) argument
H A DIOMemoryDescriptor.cpp309 withAddressRange(mach_vm_address_t address, mach_vm_size_t length, IOOptionBits options, task_t task) argument
319 withAddressRanges(IOAddressRange * ranges, UInt32 rangeCount, IOOptionBits options, task_t task) argument
370 initWithOptions(void * buffers, UInt32 count, UInt32 offset, task_t task, IOOptionBits options, IOMapper * mapper) argument
587 initWithOptions(void * buffers, UInt32 count, UInt32 offset, task_t task, IOOptionBits options, IOMapper * mapper) argument
[all...]
H A DIODeviceTreeSupport.cpp230 IOOptionBits options; local
856 IODTFindMatchingEntries( IORegistryEntry * from, IOOptionBits options, const char * keys ) argument
[all...]
H A DIOPlatformExpert.cpp811 volatile void **options; local
1132 IORegistryEntry * options; local
[all...]
/darwin-on-arm/xnu/libkern/c++/
H A DOSArray.cpp409 unsigned OSArray::setOptions(unsigned options, unsigned mask, void *) argument
H A DOSDictionary.cpp624 unsigned OSDictionary::setOptions(unsigned options, unsigned mask, void *) argument
H A DOSSet.cpp348 unsigned OSSet::setOptions(unsigned options, unsigned mask, void *) argument
/darwin-on-arm/xnu/libkern/crypto/
H A Dlocalcrypto_sha1.c250 u_int32_t options = 0; local
/darwin-on-arm/xnu/osfmk/kern/
H A Dsync_sema.c299 semaphore_signal_internal( semaphore_t semaphore, thread_t thread, int options) argument
H A Ddebug.c684 kdp_snapshot_preflight(__unused int pid, __unused void * tracebuf, __unused uint32_t tracebuf_size, __unused uint32_t options) argument
H A Dthread.c640 thread_create_internal( task_t parent_task, integer_t priority, thread_continue_t continuation, int options, thread_t *out_thread) argument
[all...]
/darwin-on-arm/xnu/SETUP/config/
H A Dmkmakefile.c368 int options; local
/darwin-on-arm/xnu/bsd/kern/
H A Dnetboot.c297 dhcpol_t options; local
510 dhcpol_t options; local
/darwin-on-arm/xnu/iokit/IOKit/
H A DIOMemoryDescriptor.h125 uint32_t options; member in struct:IODMAMapSpecification
[all...]
H A DIOHibernatePrivate.h101 uint32_t options; member in struct:IOHibernateImageHeader
/darwin-on-arm/xnu/osfmk/i386/
H A Dpmap_x86_common.c416 pmap_enter_options( register pmap_t pmap, vm_map_offset_t vaddr, ppnum_t pn, vm_prot_t prot, __unused vm_prot_t fault_type, unsigned int flags, boolean_t wired, unsigned int options) argument
/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_xattr.c178 vn_setxattr(vnode_t vp, const char *name, uio_t uio, int options, vfs_context_t context) argument
115 vn_getxattr(vnode_t vp, const char *name, uio_t uio, size_t *size, int options, vfs_context_t context) argument
269 vn_removexattr(vnode_t vp, const char * name, int options, vfs_context_t context) argument
329 vn_listxattr(vnode_t vp, uio_t uio, size_t *size, int options, vfs_context_t context) argument
1521 default_getxattr(vnode_t vp, const char *name, uio_t uio, size_t *size, __unused int options, vfs_context_t context) argument
1643 default_setxattr(vnode_t vp, const char *name, uio_t uio, int options, vfs_context_t context) argument
2012 default_removexattr(vnode_t vp, const char *name, __unused int options, vfs_context_t context) argument
2235 default_listxattr(vnode_t vp, uio_t uio, size_t *size, __unused int options, vfs_context_t context) argument
[all...]

Completed in 153 milliseconds

123