Home
last modified time | relevance | path

Searched defs:flags (Results 101 – 125 of 549) sorted by relevance

12345678910>>...22

/xnu-11417.121.6/osfmk/kern/
H A Drestartable.h61 unsigned int flags; member
/xnu-11417.121.6/libkern/libkern/c++/
H A DOSString.h132 unsigned int flags; variable
/xnu-11417.121.6/bsd/netinet/
H A Din_pcblist.c487 inpcb_get_if_ports_used(ifnet_t ifp, int protocol, uint32_t flags, in inpcb_get_if_ports_used()
740 inpcb_get_ports_used(ifnet_t ifp, int protocol, uint32_t flags, in inpcb_get_ports_used()
771 u_int32_t flags) in inpcb_count_opportunistic()
/xnu-11417.121.6/osfmk/arm/
H A Dio_map.c89 unsigned int flags, in io_map()
/xnu-11417.121.6/osfmk/i386/
H A Dio_map.c93 unsigned int flags, in io_map()
H A Dbsd_i386_native.c182 thread_set_user_ldt(uint32_t address, uint32_t size, uint32_t flags) in thread_set_user_ldt()
/xnu-11417.121.6/tests/
H A Dsendmsg_x_test.c123 int flags = fcntl(socket_fds[1], F_GETFL, 0); variable
H A Dmemorystatus_vm_map_fork.c190 short flags, in spawn_child_process()
294 short flags = 0; in memorystatus_vm_map_fork_parent() local
/xnu-11417.121.6/bsd/skywalk/mem/
H A Dskmem_test.c210 skmem_buflet_tests(uint32_t flags) in skmem_buflet_tests()
761 skmem_packet_tests(uint32_t flags) in skmem_packet_tests()
1275 skmem_quantum_tests(uint32_t flags) in skmem_quantum_tests()
1622 uint32_t flags) in skmem_advanced_tests()
1977 uint32_t flags; in skmem_test_start() local
/xnu-11417.121.6/osfmk/arm64/
H A Dloose_ends.c61 #define BCOPY_PHYS_SRC_IS_PHYS(flags) (((flags) & cppvPsrc) != 0) argument
62 #define BCOPY_PHYS_DST_IS_PHYS(flags) (((flags) & cppvPsnk) != 0) argument
63 #define BCOPY_PHYS_SRC_IS_USER(flags) (((flags) & (cppvPsrc | cppvKmap)) == 0) argument
64 #define BCOPY_PHYS_DST_IS_USER(flags) (((flags) & (cppvPsnk | cppvKmap)) == 0) argument
68 bcopy_phys_internal(addr64_t src, addr64_t dst, vm_size_t bytes, int flags) in bcopy_phys_internal()
/xnu-11417.121.6/osfmk/tests/
H A Dvm_parameter_validation_kern.c214 call_mach_vm_allocate__flags(MAP_T map, mach_vm_address_t * start, mach_vm_size_t size, int flags) in call_mach_vm_allocate__flags()
241 …ach_vm_allocate_kernel__flags(MAP_T map, mach_vm_address_t * start, mach_vm_size_t size, int flags) in call_mach_vm_allocate_kernel__flags()
281 call_vm_allocate__flags(MAP_T map, mach_vm_address_t * start, mach_vm_size_t size, int flags) in call_vm_allocate__flags()
1262 helper_call_map_fn__memobject__ssoo(map_fn_t fn, MAP_T map, int flags, bool copy, mach_vm_address_t… in helper_call_map_fn__memobject__ssoo()
1292 help_call_map_fn__allocate__inherit(map_fn_t fn, MAP_T map, int flags, bool copy, mach_vm_address_t… in help_call_map_fn__allocate__inherit()
1320 help_call_map_fn__memobject__inherit(map_fn_t fn, MAP_T map, int flags, bool copy, mach_vm_address_… in help_call_map_fn__memobject__inherit()
1350 …_allocate__flags(map_fn_t fn, MAP_T map, mach_vm_address_t * start, mach_vm_size_t size, int flags) in call_map_fn__allocate__flags()
1359 …cate_copy__flags(map_fn_t fn, MAP_T map, mach_vm_address_t * start, mach_vm_size_t size, int flags) in call_map_fn__allocate_copy__flags()
1368 …memobject__flags(map_fn_t fn, MAP_T map, mach_vm_address_t * start, mach_vm_size_t size, int flags) in call_map_fn__memobject__flags()
1379 …ject_copy__flags(map_fn_t fn, MAP_T map, mach_vm_address_t * start, mach_vm_size_t size, int flags) in call_map_fn__memobject_copy__flags()
[all …]
/xnu-11417.121.6/osfmk/mach/
H A Dcoalition.h46 #define COALITION_CREATE_FLAGS_GET_TYPE(flags) \ argument
49 #define COALITION_CREATE_FLAGS_SET_TYPE(flags, type) \ argument
59 #define COALITION_CREATE_FLAGS_GET_ROLE(flags) \ argument
62 #define COALITION_CREATE_FLAGS_SET_ROLE(flags, role) \ argument
/xnu-11417.121.6/bsd/pthread/
H A Dpthread_workqueue.c643 int flags = WORKQ_THREADREQ_CAN_CREATE_THREADS; in workq_thread_update_bucket() local
1158 workq_thread_set_type(struct uthread *uth, uint16_t flags) in workq_thread_set_type()
1200 uint32_t flags = WQ_FLAG_THREAD_NEWSPI | qos | WQ_FLAG_THREAD_PRIO_QOS; in workq_unpark_for_death_and_unlock() local
1233 turnstile_update_flags_t flags) in workq_turnstile_update_inheritor()
1793 workq_schedule_delayed_thread_creation(struct workqueue *wq, int flags) in workq_schedule_delayed_thread_creation()
1905 workq_add_new_threads_call(void *_p, void *flags) in workq_add_new_threads_call()
2347 mach_port_name_t voucher, enum workq_set_self_flags flags) in bsdthread_set_self()
2778 bsdthread_get_max_parallelism(thread_qos_t qos, unsigned long flags, in bsdthread_get_max_parallelism()
2811 unsigned long flags, uint64_t value1, __unused uint64_t value2) in bsdthread_dispatch_apply_attr()
3053 workq_kern_threadreq_flags_t flags) in workq_kern_threadreq_initiate()
[all …]
/xnu-11417.121.6/iokit/Tests/TestServices/
H A DTestIOConnectMapMemoryPortLeak45265408.cpp61 …MemoryPortLeak45265408UserClient::clientMemoryForType(UInt32 type, IOOptionBits *flags, IOMemoryDe… in clientMemoryForType()
/xnu-11417.121.6/bsd/miscfs/devfs/
H A Ddevfs_vfsops.c233 devfs_start(__unused struct mount *mp, __unused int flags, __unused vfs_context_t ctx) in devfs_start()
245 int flags = 0; in devfs_unmount() local
/xnu-11417.121.6/osfmk/mach_debug/
H A Dmach_debug_types.h174 uint64_t flags; /* See the MACH_CORE_DETAILS_V2_FLAG_* definitions */ member
188 uint64_t flags; /* See the MACH_CORE_FILEHEADER_V2_FLAG_* definitions */ member
/xnu-11417.121.6/bsd/dev/arm64/
H A Ddtrace_isa.c193 volatile uint16_t *flags = (volatile uint16_t *) &cpu_core[CPU->cpu_id].cpuc_dtrace_flags; in dtrace_getustack_common() local
231 volatile uint16_t *flags = (volatile uint16_t *) &cpu_core[CPU->cpu_id].cpuc_dtrace_flags; in dtrace_getupcstack() local
341 volatile uint16_t *flags = (volatile uint16_t *) &cpu_core[CPU->cpu_id].cpuc_dtrace_flags; in dtrace_getufpstack() local
/xnu-11417.121.6/libkern/kxld/
H A Dkxld.c69 KXLDFlags flags; member
123 KXLDFlags flags, cpu_type_t cputype, cpu_subtype_t cpusubtype, in kxld_create_context()
634 KXLDAllocateFlags flags = 0; in allocate_kext() local
/xnu-11417.121.6/bsd/kern/
H A Dsys_generic.c262 fp_readv(vfs_context_t ctx, struct fileproc *fp, uio_t uio, int flags, in fp_readv()
300 user_addr_t bufp, user_size_t nbyte, off_t offset, int flags, in dofileread()
325 readv_internal(struct proc *p, int fd, uio_t uio, int flags, in readv_internal()
348 off_t offset, int flags, user_ssize_t *retval) in read_internal()
436 user_addr_t user_iovp, int iovcnt, off_t offset, int flags, in readv_uio()
578 fp_writev(vfs_context_t ctx, struct fileproc *fp, uio_t uio, int flags, in fp_writev()
628 user_addr_t bufp, user_size_t nbyte, off_t offset, int flags, in dofilewrite()
653 writev_internal(struct proc *p, int fd, uio_t uio, int flags, in writev_internal()
676 off_t offset, int flags, guardid_t *puguard, user_ssize_t *retval) in write_internal()
755 user_addr_t user_iovp, int iovcnt, off_t offset, int flags, in writev_uio()
[all …]
/xnu-11417.121.6/libsyscall/wrappers/
H A Dkern_debug.c37 …ug_syscall_reject_config(const syscall_rejection_selector_t *selectors, size_t len, uint64_t flags) in debug_syscall_reject_config()
/xnu-11417.121.6/libsyscall/wrappers/libproc/
H A Dlibproc.c382 proc_track_dirty(pid_t pid, uint32_t flags) in proc_track_dirty()
402 proc_get_dirty(pid_t pid, uint32_t *flags) in proc_get_dirty()
421 proc_clear_dirty(pid_t pid, uint32_t flags) in proc_clear_dirty()
685 proc_get_wakemon_params(pid_t pid, int *rate_hz, int *flags) in proc_get_wakemon_params()
1172 proc_set_csm(uint32_t flags) in proc_set_csm()
1195 proc_setthread_csm(uint32_t flags) in proc_setthread_csm()
/xnu-11417.121.6/bsd/net/
H A Droute.c1503 struct sockaddr *netmask, int flags, struct sockaddr *src, in rtredirect()
1673 int flags, in ifa_ifwithroute()
1687 ifa_ifwithroute_locked(int flags, const struct sockaddr *dst, in ifa_ifwithroute_locked()
1695 ifa_ifwithroute_scoped_locked(int flags, const struct sockaddr *dst, in ifa_ifwithroute_scoped_locked()
1708 ifa_ifwithroute_common_locked(int flags, const struct sockaddr *dst, in ifa_ifwithroute_common_locked()
1878 struct sockaddr *netmask, int flags, struct rtentry **ret_nrt) in rtrequest_locked()
1886 struct sockaddr *gateway, struct sockaddr *netmask, int flags, in rtrequest_scoped_locked()
1916 struct sockaddr *gateway, struct sockaddr *netmask, int flags, in rtrequest_common_locked()
2545 struct sockaddr *netmask, int flags, struct rtentry **ret_nrt) in rtrequest()
2557 struct sockaddr *netmask, int flags, struct rtentry **ret_nrt, in rtrequest_scoped()
[all …]
/xnu-11417.121.6/osfmk/vm/
H A Dvm_compressor_pager.c587 vm_compressor_options_t flags, in compressor_pager_slots_chunk_free()
712 zalloc_slot_array(size_t size, zalloc_flags_t flags) in zalloc_slot_array()
756 vm_compressor_options_t flags) in vm_compressor_pager_put()
823 vm_compressor_options_t flags, in vm_compressor_pager_get()
968 vm_compressor_options_t flags) in vm_compressor_pager_reap_pages()
/xnu-11417.121.6/osfmk/ipc/
H A Dipc_right.c656 ipc_object_copyin_flags_t flags) in ipc_right_check()
2087 mach_msg_guard_flags_t flags = gdesc->flags; in ipc_right_copyin_check_guard_locked() local
2167 ipc_object_copyin_flags_t flags, in ipc_right_copyin()
2658 ipc_object_copyout_flags_t flags, in ipc_right_copyout()
/xnu-11417.121.6/bsd/vfs/
H A Dvfs_utfconv.c203 utf8_encodelen(const u_int16_t * ucsp, size_t ucslen, u_int16_t altslash, int flags) in utf8_encodelen()
271 size_t * utf8len, size_t buflen, u_int16_t altslash, int flags) in utf8_encodestr()
440 size_t *ucslen, size_t buflen, u_int16_t altslash, int flags) in utf8_decodestr()
779 size_t *outlen, size_t buflen, int flags) in utf8_normalizestr()

12345678910>>...22