Home
last modified time | relevance | path

Searched defs:flags (Results 1 – 25 of 575) sorted by relevance

12345678910>>...23

/xnu-12377.61.12/libsyscall/wrappers/
H A Dfs_snapshot.c35 fs_snapshot_create(int dirfd, const char *name, uint32_t flags) in fs_snapshot_create()
42 uint32_t flags) in fs_snapshot_list()
54 fs_snapshot_delete(int dirfd, const char *name, uint32_t flags) in fs_snapshot_delete()
60 fs_snapshot_rename(int dirfd, const char *old, const char *new, uint32_t flags) in fs_snapshot_rename()
66 fs_snapshot_revert(int dirfd, const char *name, uint32_t flags) in fs_snapshot_revert()
72 fs_snapshot_root(int dirfd, const char *name, uint32_t flags) in fs_snapshot_root()
79 uint32_t flags) in fs_snapshot_mount()
H A Drenamex.c30 renameatx_np(int oldfd, const char *old, int newfd, const char *new, unsigned int flags) in renameatx_np()
40 renamex_np(const char *old, const char *new, unsigned int flags) in renamex_np()
47 rename_ext(const char *old, const char *new, unsigned int flags) in rename_ext()
H A Dcoalition.c36 coalition_create(uint64_t *cid_out, uint32_t flags) in coalition_create()
42 coalition_terminate(uint64_t cid, uint32_t flags) in coalition_terminate()
48 coalition_reap(uint64_t cid, uint32_t flags) in coalition_reap()
72 coalition_info_set_efficiency(uint64_t cid, uint64_t flags) in coalition_info_set_efficiency()
H A Dopen_dprotected_np.c34 open_dprotected_np(const char *path, int flags, int class, int dpflags, ...) in open_dprotected_np()
53 openat_dprotected_np(int fd, const char *path, int flags, int class, int dpflags, ...) in openat_dprotected_np()
72 openat_authenticated_np(int fd, const char *path, int flags, int authfd) in openat_authenticated_np()
H A Dsfi.c54 sfi_process_set_flags(pid_t pid, uint32_t flags) in sfi_process_set_flags()
60 sfi_process_get_flags(pid_t pid, uint32_t *flags) in sfi_process_get_flags()
/xnu-12377.61.12/bsd/kern/
H A Dkern_overrides.c100 uint64_t flags = uap->flags; in system_override() local
151 system_override_callouts(uint64_t flags, boolean_t enable_override) in system_override_callouts()
199 system_override_begin(uint64_t flags) in system_override_begin()
232 system_override_end(uint64_t flags) in system_override_end()
269 system_override_abort(uint64_t flags) in system_override_abort()
H A Dproc_uuid_policy.c85 uint32_t flags; /* policy flag for that UUID */ member
112 proc_uuid_policy_insert(uuid_t uuid, uint32_t flags) in proc_uuid_policy_insert()
166 proc_uuid_policy_remove_locked(uuid_t uuid, uint32_t flags, int *should_delete) in proc_uuid_policy_remove_locked()
190 proc_uuid_policy_remove(uuid_t uuid, uint32_t flags) in proc_uuid_policy_remove()
248 proc_uuid_policy_lookup(uuid_t uuid, uint32_t *flags, int32_t *gencount) in proc_uuid_policy_lookup()
293 proc_uuid_policy_clear(uint32_t flags) in proc_uuid_policy_clear()
339 proc_uuid_policy_kernel(uint32_t operation, uuid_t uuid, uint32_t flags) in proc_uuid_policy_kernel()
H A Dkpi_socket.c76 sock_accept_common(socket_t sock, struct sockaddr *__sized_by(fromlen) from, int fromlen, int flags, in sock_accept_common()
214 sock_accept(socket_t sock, struct sockaddr *__sized_by(fromlen) from, int fromlen, int flags, in sock_accept()
222 …k_accept_internal(socket_t sock, struct sockaddr *__sized_by(fromlen) from, int fromlen, int flags, in sock_accept_internal()
257 sock_connect(socket_t sock, const struct sockaddr *to, int flags) in sock_connect()
715 int flags, size_t *recvdlen) in sock_receive_internal()
814 sock_receive(socket_t sock, struct msghdr *msg, int flags, size_t *recvdlen) in sock_receive()
826 sock_receivembuf(socket_t sock, struct msghdr *msg, mbuf_t *data, int flags, in sock_receivembuf()
839 int flags, size_t *sentlen) in sock_send_internal()
971 sock_send(socket_t sock, const struct msghdr *msg, int flags, size_t *sentlen) in sock_send()
982 int flags, size_t *sentlen) in sock_sendmbuf()
[all …]
/xnu-12377.61.12/bsd/skywalk/nexus/netif/
H A Dnx_netif_util.c65 __check_convert_flags(uint32_t flags) in __check_convert_flags()
129 struct mbuf *m, uint32_t flags) in nx_netif_mbuf_to_filter_pkt()
239 struct mbuf *m_chain, uint32_t flags) in nx_netif_mbuf_to_filter_pkt_chain()
265 struct __kern_packet *pkt, uint32_t flags) in nx_netif_filter_pkt_to_mbuf()
282 struct __kern_packet *pkt_chain, uint32_t flags) in nx_netif_filter_pkt_to_mbuf_chain()
307 struct __kern_packet *pkt, uint32_t flags) in nx_netif_pkt_to_filter_pkt()
437 struct __kern_packet *pkt_chain, uint32_t flags) in nx_netif_pkt_to_filter_pkt_chain()
462 struct __kern_packet *fpkt, uint32_t flags) in nx_netif_filter_pkt_to_pkt()
480 struct __kern_packet *pkt_chain, uint32_t flags) in nx_netif_filter_pkt_to_pkt_chain()
505 struct __kern_packet *pkt, uint32_t flags) in nx_netif_pkt_to_mbuf()
[all …]
H A Dnx_netif_filter_vp.c76 struct __kern_packet *pkt_chain, uint32_t flags) in netif_filter_deliver()
147 netif_filter_rx_cb(void *arg, struct __kern_packet *pkt_chain, uint32_t flags) in netif_filter_rx_cb()
156 netif_filter_tx_cb(void *arg, struct __kern_packet *pkt_chain, uint32_t flags) in netif_filter_tx_cb()
165 netif_filter_cb(void *arg, struct __kern_packet *pkt_chain, uint32_t flags) in netif_filter_cb()
358 uint32_t flags) in netif_filter_na_rxsync()
372 uint32_t flags) in netif_filter_na_txsync()
H A Dnx_netif_flow.c125 struct netif_flow_desc *fd, uint32_t flags) in netif_flow_ethertype_info()
208 struct netif_flow_desc *fd, uint32_t flags) in netif_flow_ipv6_ula_info()
257 uint32_t flags, struct netif_flow **f) in netif_flow_list_lookup()
353 void *data, uint32_t flags) in nx_netif_flow_deliver()
385 uint32_t flags) in nx_netif_validate_macaddr()
476 struct netif_flow *f, uint32_t flags) in nx_netif_flow_match()
515 uint32_t flags) in nx_netif_flow_classify()
559 flow_classify(struct nx_netif *nif, struct __kern_packet *pkt, uint32_t flags) in flow_classify()
571 struct nexus_pkt_stats *stats, uint32_t flags) in nx_netif_demux()
/xnu-12377.61.12/osfmk/kern/
H A Dkalloc.h487 #define KALLOC_TYPE_DEFINE(var, type, flags) \ argument
532 #define kheap_alloc_tag(kalloc_heap, size, flags, itag) \ argument
534 #define kheap_alloc(kalloc_heap, size, flags) \ argument
541 #define kalloc_data_tag(size, flags, itag) \ argument
543 #define kalloc_data(size, flags) \ argument
546 #define krealloc_data_tag(elem, old_size, new_size, flags, itag) \ argument
549 #define krealloc_data(elem, old_size, new_size, flags) \ argument
1221 #define KALLOC_ARRAY_TYPE_DEFINE_3(name, e_type_t, flags) \ argument
1224 #define KALLOC_ARRAY_TYPE_DEFINE_4(name, h_type_t, e_type_t, flags) \ argument
1301 #define kalloc_type_2(type, flags) ({ \ argument
[all …]
H A Dzalloc.h579 zalloc_flags_t flags) in kalloc_type_impl()
600 zalloc_flags_t flags) in __kalloc_type_impl()
705 zalloc_flags_t flags) in __zalloc_flags()
719 zalloc_flags_t flags) in __zalloc_flags()
729 zalloc_flags_t flags) in __zalloc_flags()
742 zalloc_flags_t flags) in zalloc_flags_buf()
777 zalloc_flags_t flags) in __zalloc_id()
787 #define zalloc_id(zid, flags) __zalloc_cast(zid, (__zalloc_id)(zid, flags)) argument
812 zalloc_flags_t flags) in __zalloc_ro()
1284 zalloc_flags_t flags) in __zalloc_percpu()
[all …]
H A Dmpsc_queue.c126 _mpsc_daemon_queue_init(mpsc_daemon_queue_t dq, mpsc_daemon_init_options_t flags) in _mpsc_daemon_queue_init()
165 mpsc_daemon_queue_kind_t kind, mpsc_daemon_init_options_t flags) in _mpsc_daemon_queue_init_with_thread()
192 mpsc_daemon_init_options_t flags) in mpsc_daemon_queue_init_with_thread()
216 mpsc_daemon_init_options_t flags) in mpsc_daemon_queue_init_with_thread_call()
249 mpsc_daemon_init_options_t flags) in mpsc_daemon_queue_init_with_target()
/xnu-12377.61.12/libkern/
H A Dptrauth_utils.c41 …c(__unused const void * ptr, __unused size_t len_bytes, __unused uint64_t data, __unused int flags) in ptrauth_utils_sign_blob_generic()
57 ptrauth_utils_auth_blob_generic(const void * ptr, size_t len_bytes, uint64_t data, int flags, ptrau… in ptrauth_utils_auth_blob_generic()
80 …nst void * ptr, __unused size_t len_bytes, __unused uint64_t data, __unused int flags, __unused pt… in ptrauth_utils_auth_blob_generic()
/xnu-12377.61.12/bsd/skywalk/core/
H A Dskywalk_common.h684 #define _sk_alloc_type(probename, type, flags, name) \ argument
694 #define _sk_alloc_type_array(probename, type, count, flags, name) \ argument
703 #define _sk_alloc_type_hash(probename, heap, size, flags, name) \ argument
712 #define _sk_realloc_type_array(probename, type, oldcount, newcount, elem, flags, name) \ argument
721 #define _sk_alloc_type_header_array(probename, htype, type, count, flags, name) \ argument
764 #define _sk_alloc_data(probename, size, flags, name) \ argument
774 #define _sk_realloc_data(probename, elem, oldsize, newsize, flags, name) \ argument
797 #define sk_alloc_type(type, flags, tag) \ argument
800 #define sk_alloc_type_array(type, count, flags, tag) \ argument
803 #define sk_alloc_type_hash(heap, size, flags, tag) \ argument
[all …]
/xnu-12377.61.12/osfmk/arm/
H A Dmachine_routines_common.c126 __unused uint32_t flags, __unused struct perfcontrol_thread_data *offcore, in sched_perfcontrol_csw_default()
135 __unused uint32_t flags, __unused struct perfcontrol_thread_data *thr_data, in sched_perfcontrol_state_update_default()
143 __unused uint32_t flags, __unused perfcontrol_state_t blocked_thr_state) in sched_perfcontrol_thread_group_blocked_default()
150 __unused uint32_t flags, __unused perfcontrol_state_t unblocked_thr_state) in sched_perfcontrol_thread_group_unblocked_default()
156 …__unused uint64_t now, __unused uint32_t flags, __unused uint32_t cpu_id, __unused uint64_t *timeo… in sched_perfcontrol_running_timer_expire_default()
425 uint32_t flags, in machine_switch_perfcontrol_context()
476 uint32_t flags, in machine_switch_perfcontrol_state_update()
617 machine_thread_group_flags_update(struct thread_group *tg, uint32_t flags) in machine_thread_group_flags_update()
633 uint32_t flags, in machine_thread_group_blocked()
675 uint32_t flags, in machine_thread_group_unblocked()
[all …]
/xnu-12377.61.12/tests/
H A Dwork_interval_test_unentitled.c89 uint32_t flags[] = { variable
136 …uint32_t flags = WORK_INTERVAL_FLAG_JOINABLE | WORK_INTERVAL_FLAG_GROUP | WORK_INTERVAL_FLAG_UNRES… variable
182 …uint32_t flags = WORK_INTERVAL_FLAG_GROUP | WORK_INTERVAL_FLAG_JOINABLE | WORK_INTERVAL_TYPE_COREA… variable
H A Dwork_interval_test.c63 uint32_t flags[] = { variable
172 …uint32_t flags = WORK_INTERVAL_FLAG_GROUP | WORK_INTERVAL_FLAG_JOINABLE | WORK_INTERVAL_TYPE_COREA… variable
204 …uint32_t flags = WORK_INTERVAL_FLAG_JOINABLE | WORK_INTERVAL_FLAG_GROUP | WORK_INTERVAL_TYPE_COREA… variable
H A Dlockf_basic.c38 int fd, off_t start, off_t len, pid_t pid, uint32_t flags) in ofd_get()
50 int fd, off_t start, off_t len, pid_t pid, uint32_t flags) in posix_get()
61 posix_lock(int fd, off_t start, off_t len, uint32_t flags) in posix_lock()
74 ofd_lock(int fd, off_t start, off_t len, uint32_t flags) in ofd_lock()
114 flequal(struct flock *fl, off_t start, off_t len, pid_t pid, int flags) in flequal()
135 uint32_t flags; member
180 int fd, off_t start, off_t end, uint32_t flags) in start_lock_thread()
/xnu-12377.61.12/bsd/net/
H A Dpf_table.c75 #define ACCEPT_FLAGS(flags, oklist) \ argument
82 #define COPYIN(from, to, size, flags) \ argument
87 #define COPYOUT(from, to, size, flags) \ argument
240 pfr_clr_addrs(struct pfr_table *tbl, int *ndel, int flags) in pfr_clr_addrs()
271 int *nadd, int flags) in pfr_add_addrs()
361 int *ndel, int flags) in pfr_del_addrs()
462 int *size2, int *nadd, int *ndel, int *nchange, int flags, in pfr_set_addrs()
593 int *nmatch, int flags) in pfr_tst_addrs()
640 int flags) in pfr_get_addrs()
684 int flags) in pfr_get_astats()
[all …]
H A Ddroptap.c238 const char *funcname, uint16_t linenum, uint16_t flags, struct ifnet *ifp, in droptap_input_packet()
264 const char *funcname, uint16_t linenum, uint16_t flags, struct ifnet *ifp, in droptap_output_packet()
289 droptap_bpf_tap_packet(kern_packet_t pkt, uint32_t flags, in droptap_bpf_tap_packet()
354 uint16_t linenum, uint16_t flags, struct ifnet *ifp, char *frame_header) in droptap_input_mbuf()
385 uint16_t linenum, uint16_t flags, struct ifnet *ifp) in droptap_output_mbuf()
401 droptap_bpf_tap_mbuf(struct mbuf *m, uint16_t flags, in droptap_bpf_tap_mbuf()
/xnu-12377.61.12/tests/unit/
H A Dpmap_steal_memory_overflow.c48 unsigned int flags = 0; variable
65 unsigned int flags = 0; variable
/xnu-12377.61.12/libsyscall/mach/
H A Dmach_vm.c52 int flags) in mach_vm_allocate()
117 int flags) in vm_allocate()
167 int flags, in mach_vm_map()
203 int flags, in mach_vm_remap()
232 int flags, in mach_vm_remap_new()
284 int flags, in vm_map()
312 int flags, in vm_remap()
341 int flags, in vm_remap_new()
/xnu-12377.61.12/bsd/pthread/
H A Dpriority_private.h229 unsigned long flags) in _pthread_priority_make_from_thread_qos()
241 _pthread_priority_make_from_sched_pri(int sched_pri, unsigned long flags) in _pthread_priority_make_from_sched_pri()
253 int relpri, thread_qos_t override_qos, unsigned long flags) in _pthread_priority_make_from_thread_qos_and_override()
282 _pthread_default_priority(unsigned long flags) in _pthread_default_priority()

12345678910>>...23