Searched refs:options (Results 126 - 150 of 157) sorted by relevance

1234567

/darwin-on-arm/xnu/iokit/IOKit/
H A DIODMACommand.h304 @param options Specifies the direction of the copy:
308 @result kIOReturnNotReady if not prepared, kIOReturnBadArgument if invalid options are passed, kIOReturnSuccess otherwise. */
310 virtual IOReturn synchronize(IOOptionBits options);
H A DIOUserClient.h309 IOOptionBits * options,
H A DIOHibernatePrivate.h101 uint32_t options; member in struct:IOHibernateImageHeader
120 // options & IOHibernateOptions property
/darwin-on-arm/xnu/osfmk/i386/
H A Dpmap_x86_common.c424 unsigned int options)
495 kr_expand = pmap_expand_pdpt(pmap, vaddr, options);
507 kr_expand = pmap_expand(pmap, vaddr, options);
513 if (options & PMAP_EXPAND_OPTIONS_NOENTER) {
416 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
H A Dpmap_common.c295 current_thread()->options |= TH_OPT_VMPRIV;
H A Dpmap_internal.h71 unsigned int options);
76 unsigned int options);
H A Dpmap.h617 unsigned int options);
H A Dpmap.c1798 __unused unsigned int options)
1885 pmap_expand_pdpt(pmap_t map, vm_map_offset_t vaddr, __unused unsigned int options) argument
1995 __unused unsigned int options)
1795 pmap_expand_pml4( pmap_t map, vm_map_offset_t vaddr, __unused unsigned int options) argument
1992 pmap_expand( pmap_t map, vm_map_offset_t vaddr, __unused unsigned int options) argument
H A Dtrap.c684 if (thread != THREAD_NULL && thread->options & TH_OPT_DTRACE) { /* Executing under dtrace_probe? */
/darwin-on-arm/xnu/osfmk/kern/
H A Dledger.c815 ((thread->options & TH_OPT_PROC_CPULIMIT) == 0) ) {
822 assert((thread->options & TH_OPT_PROC_CPULIMIT) != 0);
824 (thread->options & TH_OPT_PROC_CPULIMIT)) {
830 assert((thread->options & TH_OPT_PROC_CPULIMIT) == 0);
H A Dsched_grrr.c143 integer_t options);
345 integer_t options __unused)
H A Dpriority.c121 !(thread->options & TH_OPT_SYSTEM_CRITICAL)) {
H A Ddebug.c685 __unused uint32_t tracebuf_size, __unused uint32_t options)
684 kdp_snapshot_preflight(__unused int pid, __unused void * tracebuf, __unused uint32_t tracebuf_size, __unused uint32_t options) argument
H A Dbsd_kern.c510 (th->options & TH_OPT_INTMASK) != THREAD_UNINT)
H A Dthread_call.c1321 self->options |= TH_OPT_VMPRIV;
H A Dwait_queue.c1202 || (thread->options & TH_OPT_VMPRIV)
/darwin-on-arm/xnu/iokit/Kernel/
H A DIODMACommand.cpp846 IODMACommand::synchronize(IOOptionBits options) argument
852 if (kIODirectionOutIn == (kIODirectionOutIn & options))
859 if (kForceDoubleBuffer & options)
873 if (kIODirectionIn & options)
875 else if (kIODirectionOut & options)
H A DIOMapper.cpp184 uint32_t options,
180 iovmMapMemory( OSObject * memory, ppnum_t offsetPage, ppnum_t pageCount, uint32_t options, upl_page_info_t * pageList, const IODMAMapSpecification * mapSpecification) argument
H A DIOServicePM.cpp1696 IOOptionBits options,
1722 if (options & kIOPMSyncCancelPowerDown)
1730 request_s->fArg0 = (void *)(uintptr_t) options;
1751 IOOptionBits options = (uintptr_t) request->fArg0; local
1755 (options & kIOPMSyncNoChildNotify),
2710 IOOptionBits options )
2719 iter = IORegistryIterator::iterateOver(service, gIOPowerPlane, options);
2744 IOOptionBits options )
2754 options | kIORegistryIterateParents);
4352 IOOptionBits options )
1695 synchronizePowerTree( IOOptionBits options, IOService * notifyRoot ) argument
7238 assertPMDriverCall( IOPMDriverCallEntry * entry, IOOptionBits options, IOPMinformee * inform ) argument
[all...]
H A DIOHibernateIO.cpp1269 gIOHibernateCurrentHeader->options |=
1288 gIOHibernateCurrentHeader->options |= kIOHibernateOptionProgress;
1298 if (kIOHibernateOptionProgress & gIOHibernateCurrentHeader->options)
1316 regEntry = IORegistryEntry::fromPath("/options", gIODTPlane);
1694 if ((kIOHibernateOptionProgress & gIOHibernateCurrentHeader->options)
1805 gIOHibernateCurrentHeader->options, 32);
2979 regEntry = IORegistryEntry::fromPath("/options", gIODTPlane);
/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_syscalls.c7259 /* Believe it or not, uap->options only has 32-bits of valid
7263 (u_long)(uint32_t)uap->options, &newstate, &eofflag,
7311 if ((uap->options & FSOPT_NOFOLLOW) == 0) nameiflags |= FOLLOW;
7587 if ((uap->options & FSOPT_NOFOLLOW) == 0) nameiflags |= FOLLOW;
7633 (u_long)uap->options,
8352 fsctl_internal(proc_t p, vnode_t *arg_vp, u_long cmd, user_addr_t udata, u_long options, vfs_context_t ctx) argument
8665 error = VNOP_IOCTL(vp, IOCBASECMD(cmd), data, options, ctx);
8693 AUDIT_ARG(value32, uap->options);
8696 if ((uap->options & FSOPT_NOFOLLOW) == 0) nameiflags |= FOLLOW;
8710 error = fsctl_internal(p, &vp, uap->cmd, (user_addr_t)uap->data, uap->options, ct
[all...]
H A Dkpi_vfs.c3930 VNOP_EXCHANGE(vnode_t fvp, vnode_t tvp, int options, vfs_context_t ctx) argument
3943 a.a_options = options;
5387 uint32_t options, uint32_t *newstate, int *eofflag, uint32_t *actualcount, vfs_context_t ctx)
5401 a.a_options = options;
5942 VNOP_SEARCHFS(struct vnode *vp, void *searchparams1, void *searchparams2, struct attrlist *searchattrs, uint32_t maxmatches, struct timeval *timelimit, struct attrlist *returnattrs, uint32_t *nummatches, uint32_t scriptcode, uint32_t options, struct uio *uio, struct searchstate *searchstate, vfs_context_t ctx) argument
5961 a.a_options = options;
6025 VNOP_GETXATTR(vnode_t vp, const char *name, uio_t uio, size_t *size, int options, vfs_context_t ctx) argument
6039 a.a_options = options;
6063 VNOP_SETXATTR(vnode_t vp, const char *name, uio_t uio, int options, vfs_context_t ctx) argument
6076 a.a_options = options;
5386 VNOP_READDIRATTR(struct vnode *vp, struct attrlist *alist, struct uio *uio, uint32_t maxcount, uint32_t options, uint32_t *newstate, int *eofflag, uint32_t *actualcount, vfs_context_t ctx) argument
6105 VNOP_REMOVEXATTR(vnode_t vp, const char *name, int options, vfs_context_t ctx) argument
6143 VNOP_LISTXATTR(vnode_t vp, uio_t uio, size_t *size, int options, vfs_context_t ctx) argument
[all...]
/darwin-on-arm/xnu/libkern/crypto/
H A Dlocalcrypto_sha1.c149 typedef kern_return_t (*InKernelPerformSHA1Func)(void *ref, const void *data, size_t dataLen, u_int32_t *inHash, u_int32_t options, u_int32_t *outHash, Boolean usePhysicalAddress);
250 u_int32_t options = 0; local
253 result = performSHA1WithinKernelOnly(SHA1Ref, data, dataLen, inHashBuffer, options, inHashBuffer, usePhysicalAddress);
/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs_cprotect.c994 int cp_setxattr(struct cnode *cp, struct cprotect *entry, struct hfsmount *hfsmp, uint32_t fileid, int options) argument
1019 args.a_options = options;
/darwin-on-arm/xnu/osfmk/vm/
H A Dbsd_vm.c324 current_thread()->options |= TH_OPT_VMPRIV;

Completed in 167 milliseconds

1234567