| /xnu-10002.81.5/libsyscall/wrappers/ |
| H A D | fs_snapshot.c | 35 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 D | coalition.c | 36 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 D | renamex.c | 30 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 D | open_dprotected_np.c | 34 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 D | sfi.c | 54 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-10002.81.5/bsd/kern/ |
| H A D | kern_overrides.c | 100 uint64_t flags = uap->flags; in system_override() local 151 system_override_callouts(uint64_t flags, boolean_t enable_override) in system_override_callouts() 201 system_override_begin(uint64_t flags) in system_override_begin() 234 system_override_end(uint64_t flags) in system_override_end() 271 system_override_abort(uint64_t flags) in system_override_abort()
|
| H A D | proc_uuid_policy.c | 85 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 D | kpi_socket.c | 75 sock_accept_common(socket_t sock, struct sockaddr *from, int fromlen, int flags, in sock_accept_common() 216 sock_accept(socket_t sock, struct sockaddr *from, int fromlen, int flags, in sock_accept() 224 sock_accept_internal(socket_t sock, struct sockaddr *from, int fromlen, int flags, in sock_accept_internal() 259 sock_connect(socket_t sock, const struct sockaddr *to, int flags) in sock_connect() 723 int flags, size_t *recvdlen) in sock_receive_internal() 818 sock_receive(socket_t sock, struct msghdr *msg, int flags, size_t *recvdlen) in sock_receive() 830 sock_receivembuf(socket_t sock, struct msghdr *msg, mbuf_t *data, int flags, in sock_receivembuf() 843 int flags, size_t *sentlen) in sock_send_internal() 973 sock_send(socket_t sock, const struct msghdr *msg, int flags, size_t *sentlen) in sock_send() 984 int flags, size_t *sentlen) in sock_sendmbuf() [all …]
|
| /xnu-10002.81.5/osfmk/kern/ |
| H A D | kalloc.h | 455 #define KALLOC_TYPE_DEFINE(var, type, flags) \ argument 500 #define kheap_alloc_tag(kalloc_heap, size, flags, itag) \ argument 502 #define kheap_alloc(kalloc_heap, size, flags) \ argument 509 #define kalloc_data_tag(size, flags, itag) \ argument 511 #define kalloc_data(size, flags) \ argument 514 #define krealloc_data_tag(elem, old_size, new_size, flags, itag) \ argument 517 #define krealloc_data(elem, old_size, new_size, flags) \ argument 1184 #define KALLOC_ARRAY_TYPE_DEFINE_3(name, e_type_t, flags) \ argument 1187 #define KALLOC_ARRAY_TYPE_DEFINE_4(name, h_type_t, e_type_t, flags) \ argument 1261 #define kalloc_type_2(type, flags) ({ \ argument [all …]
|
| H A D | zalloc.h | 559 zalloc_flags_t flags) in kalloc_type_impl() 580 zalloc_flags_t flags) in __kalloc_type_impl() 685 zalloc_flags_t flags) in __zalloc_flags() 699 zalloc_flags_t flags) in __zalloc_flags() 709 zalloc_flags_t flags) in __zalloc_flags() 744 zalloc_flags_t flags) in __zalloc_id() 754 #define zalloc_id(zid, flags) __zalloc_cast(zid, (__zalloc_id)(zid, flags)) argument 779 zalloc_flags_t flags) in __zalloc_ro() 1251 zalloc_flags_t flags) in __zalloc_percpu() 1438 #define zalloc_smr(zone, flags) \ argument [all …]
|
| H A D | mpsc_queue.c | 140 _mpsc_daemon_queue_init(mpsc_daemon_queue_t dq, mpsc_daemon_init_options_t flags) in _mpsc_daemon_queue_init() 179 mpsc_daemon_queue_kind_t kind, mpsc_daemon_init_options_t flags) in _mpsc_daemon_queue_init_with_thread() 206 mpsc_daemon_init_options_t flags) in mpsc_daemon_queue_init_with_thread() 230 mpsc_daemon_init_options_t flags) in mpsc_daemon_queue_init_with_thread_call() 263 mpsc_daemon_init_options_t flags) in mpsc_daemon_queue_init_with_target()
|
| H A D | zalloc_ro_shim.h | 111 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-10002.81.5/bsd/skywalk/nexus/netif/ |
| H A D | nx_netif_util.c | 65 __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 D | nx_netif_filter_vp.c | 76 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() 357 uint32_t flags) in netif_filter_na_rxsync() 371 uint32_t flags) in netif_filter_na_txsync()
|
| H A D | nx_netif_flow.c | 125 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 uint32_t flags) in nx_netif_demux()
|
| /xnu-10002.81.5/libkern/ |
| H A D | ptrauth_utils.c | 41 …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-10002.81.5/bsd/skywalk/core/ |
| H A D | skywalk_common.h | 670 #define _sk_alloc_type(probename, type, flags, name) \ argument 681 #define _sk_alloc_type_array(probename, type, count, flags, name) \ argument 692 #define _sk_alloc_type_hash(probename, heap, size, flags, name) \ argument 703 #define _sk_realloc_type_array(probename, type, oldcount, newcount, elem, flags, name) \ argument 714 #define _sk_alloc_type_header_array(probename, htype, type, count, flags, name) \ argument 752 #define _sk_alloc_data(probename, size, flags, name) \ argument 762 #define _sk_realloc_data(probename, elem, oldsize, newsize, flags, name) \ argument 779 #define sk_alloc_type(type, flags, tag) \ argument 782 #define sk_alloc_type_array(type, count, flags, tag) \ argument 785 #define sk_alloc_type_hash(heap, size, flags, tag) \ argument [all …]
|
| /xnu-10002.81.5/bsd/net/ |
| H A D | pf_table.c | 75 #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 …]
|
| /xnu-10002.81.5/tests/ |
| H A D | work_interval_test_unentitled.c | 88 uint32_t flags[] = { variable 135 …uint32_t flags = WORK_INTERVAL_FLAG_JOINABLE | WORK_INTERVAL_FLAG_GROUP | WORK_INTERVAL_FLAG_UNRES… variable 181 …uint32_t flags = WORK_INTERVAL_FLAG_GROUP | WORK_INTERVAL_FLAG_JOINABLE | WORK_INTERVAL_TYPE_COREA… variable
|
| H A D | work_interval_test.c | 62 uint32_t flags[] = { variable 171 …uint32_t flags = WORK_INTERVAL_FLAG_GROUP | WORK_INTERVAL_FLAG_JOINABLE | WORK_INTERVAL_TYPE_COREA… variable 203 …uint32_t flags = WORK_INTERVAL_FLAG_JOINABLE | WORK_INTERVAL_FLAG_GROUP | WORK_INTERVAL_TYPE_COREA… variable
|
| H A D | lockf_basic.c | 38 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-10002.81.5/libsyscall/mach/ |
| H A D | mach_vm.c | 51 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-10002.81.5/libkern/libkern/c++/ |
| H A D | OSLib.h | 54 #define kallocp_type_container(ty, countp, flags) ({ \ argument 66 #define kreallocp_type_container(ty, ptr, old_count, countp, flags) ({ \ argument
|
| /xnu-10002.81.5/bsd/vm/ |
| H A D | dp_backing_file.c | 126 macx_backing_store_compaction(int flags) in macx_backing_store_compaction() 170 int flags = args->flags; in macx_triggers() local
|
| /xnu-10002.81.5/bsd/sys/ |
| H A D | fsctl.h | 80 user64_addr_t flags; member 86 user32_addr_t flags; member 94 user_addr_t flags; member 102 user64_addr_t flags; member 109 user32_addr_t flags; member 118 user_addr_t flags; member 127 user64_addr_t flags; member 139 user32_addr_t flags; member 151 user_addr_t flags; member 165 int64_t *flags; member [all …]
|