Home
last modified time | relevance | path

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

12345678910>>...22

/xnu-11417.121.6/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 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 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 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-11417.121.6/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-11417.121.6/osfmk/kern/
H A Dkalloc.h472 #define KALLOC_TYPE_DEFINE(var, type, flags) \ argument
517 #define kheap_alloc_tag(kalloc_heap, size, flags, itag) \ argument
519 #define kheap_alloc(kalloc_heap, size, flags) \ argument
526 #define kalloc_data_tag(size, flags, itag) \ argument
528 #define kalloc_data(size, flags) \ argument
531 #define krealloc_data_tag(elem, old_size, new_size, flags, itag) \ argument
534 #define krealloc_data(elem, old_size, new_size, flags) \ argument
1202 #define KALLOC_ARRAY_TYPE_DEFINE_3(name, e_type_t, flags) \ argument
1205 #define KALLOC_ARRAY_TYPE_DEFINE_4(name, h_type_t, e_type_t, flags) \ argument
1282 #define kalloc_type_2(type, flags) ({ \ argument
[all …]
H A Dzalloc.h580 zalloc_flags_t flags) in kalloc_type_impl()
601 zalloc_flags_t flags) in __kalloc_type_impl()
706 zalloc_flags_t flags) in __zalloc_flags()
720 zalloc_flags_t flags) in __zalloc_flags()
730 zalloc_flags_t flags) in __zalloc_flags()
743 zalloc_flags_t flags) in zalloc_flags_buf()
778 zalloc_flags_t flags) in __zalloc_id()
788 #define zalloc_id(zid, flags) __zalloc_cast(zid, (__zalloc_id)(zid, flags)) argument
813 zalloc_flags_t flags) in __zalloc_ro()
1285 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()
H A Dzalloc_ro_shim.h111 zone_create_flags_t flags, in zone_create_ro_shimmed()
124 #define zone_create_ro(name, size, flags, zc_ro_id) \ argument
163 zalloc_flags_t flags) in zalloc_ro_shimmed()
172 #define zalloc_ro(zid, flags) \ argument
/xnu-11417.121.6/bsd/skywalk/nexus/netif/
H A Dnx_netif_util.c65 __check_convert_flags(uint32_t flags) in __check_convert_flags()
153 struct mbuf *m, uint32_t flags) in nx_netif_mbuf_to_filter_pkt()
263 struct mbuf *m_chain, uint32_t flags) in nx_netif_mbuf_to_filter_pkt_chain()
289 struct __kern_packet *pkt, uint32_t flags) in nx_netif_filter_pkt_to_mbuf()
306 struct __kern_packet *pkt_chain, uint32_t flags) in nx_netif_filter_pkt_to_mbuf_chain()
331 struct __kern_packet *pkt, uint32_t flags) in nx_netif_pkt_to_filter_pkt()
461 struct __kern_packet *pkt_chain, uint32_t flags) in nx_netif_pkt_to_filter_pkt_chain()
486 struct __kern_packet *fpkt, uint32_t flags) in nx_netif_filter_pkt_to_pkt()
504 struct __kern_packet *pkt_chain, uint32_t flags) in nx_netif_filter_pkt_to_pkt_chain()
529 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-11417.121.6/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-11417.121.6/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-11417.121.6/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.c237 const char *funcname, uint16_t linenum, uint16_t flags, struct ifnet *ifp, in droptap_input_packet()
263 const char *funcname, uint16_t linenum, uint16_t flags, struct ifnet *ifp, in droptap_output_packet()
288 droptap_bpf_tap_packet(kern_packet_t pkt, uint32_t flags, in droptap_bpf_tap_packet()
349 uint16_t linenum, uint16_t flags, struct ifnet *ifp, char *frame_header) in droptap_input_mbuf()
380 uint16_t linenum, uint16_t flags, struct ifnet *ifp) in droptap_output_mbuf()
396 droptap_bpf_tap_mbuf(struct mbuf *m, uint16_t flags, in droptap_bpf_tap_mbuf()
/xnu-11417.121.6/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-11417.121.6/libsyscall/mach/
H A Dmach_vm.c51 int flags) in mach_vm_allocate()
116 int flags) in vm_allocate()
166 int flags, in mach_vm_map()
202 int flags, in mach_vm_remap()
231 int flags, in mach_vm_remap_new()
283 int flags, in vm_map()
311 int flags, in vm_remap()
340 int flags, in vm_remap_new()
/xnu-11417.121.6/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()
/xnu-11417.121.6/bsd/vm/
H A Ddp_backing_file.c127 macx_backing_store_compaction(int flags) in macx_backing_store_compaction()
171 int flags = args->flags; in macx_triggers() local

12345678910>>...22