| /xnu-8019.80.24/osfmk/kern/ |
| H A D | task_ident.c | 72 tidt_reference(task_id_token_t token) in tidt_reference() 81 tidt_release(task_id_token_t token) in tidt_release() 116 task_id_token_release(task_id_token_t token) in task_id_token_release() 124 task_id_token_t token; in task_id_token_no_senders() local 142 task_id_token_t token; in task_create_identity_token() local 176 task_id_token_t token, in task_identity_token_get_task_grp() 211 task_id_token_t token, in task_identity_token_get_task_port() 278 task_id_token_t token; in task_id_token_port_name_to_task_grp() local 309 task_id_token_t token = TASK_ID_TOKEN_NULL; in convert_port_to_task_id_token() local 324 task_id_token_t token) in convert_task_id_token_to_port() [all …]
|
| H A D | task_ref.h | 84 #define convert_task_suspension_token_to_port(token) convert_task_suspension_token_to_port_kernel(t… argument 86 #define task_resume2(token) task_resume2_kernel(token) argument 87 #define task_suspend2(task, token) task_suspend2_kernel(task, token) argument
|
| H A D | restartable.c | 425 thread_pri_floor_t token; in task_restartable_ranges_synchronize() local
|
| H A D | lock_rw.c | 2350 thread_pri_floor_t token; in lck_rw_sleep() local 2420 thread_pri_floor_t token; in lck_rw_sleep_deadline() local
|
| H A D | task.c | 2090 task_suspension_token_t token) in task_suspension_token_deallocate() 2097 task_suspension_token_t token, in task_suspension_token_deallocate_grp() 7138 task_set_sec_token(task_t task, security_token_t *token) in task_set_sec_token() 7151 task_set_audit_token(task_t task, audit_token_t *token) in task_set_audit_token() 7870 task_id_token_t token; in task_allocate_fatal_port() local 7890 task_id_token_t token = ipc_kobject_get_stable(port, IKOT_TASK_FATAL); in task_fatal_port_no_senders() local
|
| /xnu-8019.80.24/bsd/skywalk/nexus/flowswitch/flow/ |
| H A D | flow_namespace.c | 48 netns_token *token, boolean_t listener, struct ns_flow_info *nfi) in flow_namespace_create() 119 flow_namespace_destroy(netns_token *token) in flow_namespace_destroy() 125 flow_namespace_half_close(netns_token *token) in flow_namespace_half_close() 133 flow_namespace_withdraw(netns_token *token) in flow_namespace_withdraw()
|
| /xnu-8019.80.24/iokit/Kernel/ |
| H A D | IOPerfControl.cpp | 54 …[](IOService *device, uint64_t token, PerfControllerInterface::WorkState *state, WorkSubmitArgs *a… in init() 57 …[](IOService *device, uint64_t token, PerfControllerInterface::WorkState *state, WorkBeginArgs *ar… in init() 60 …[](IOService *device, uint64_t token, PerfControllerInterface::WorkState *state, WorkEndArgs *args… in init() 63 …[](IOService *device, uint64_t token, PerfControllerInterface::WorkState *state, WorkUpdateArgs *a… in init() 165 IOPerfControlClient::tokenToGlobalUniqueToken(uint64_t token) in tokenToGlobalUniqueToken() 180 uint64_t token = kIOPerfControlClientWorkUntracked; in allocateToken() local 222 IOPerfControlClient::deallocateToken(uint64_t token) in deallocateToken() 243 IOPerfControlClient::getEntryForToken(uint64_t token) in getEntryForToken() 259 IOPerfControlClient::markEntryStarted(uint64_t token, bool started) in markEntryStarted() 381 uint64_t token = allocateToken(thread_group); in workSubmit() local [all …]
|
| /xnu-8019.80.24/osfmk/vm/ |
| H A D | vm_purgeable.c | 59 struct token { struct 60 token_cnt_t count; argument 61 token_idx_t prev; argument 62 token_idx_t next; argument 99 token_idx_t token = queue->token_q_head; in vm_purgeable_token_check_queue() local 160 token_idx_t token; in vm_purgeable_token_add() local 321 token_idx_t token; in vm_purgeable_token_remove_first() local 378 token_idx_t token; in vm_purgeable_token_remove_last() local 442 token_idx_t token = vm_purgeable_token_remove_first(queue); in vm_purgeable_token_delete_first() local 456 token_idx_t token = vm_purgeable_token_remove_last(queue); in vm_purgeable_token_delete_last() local [all …]
|
| /xnu-8019.80.24/bsd/skywalk/namespace/ |
| H A D | netns.c | 372 struct ns_token *token; in netns_ns_token_alloc() local 399 netns_ns_token_free(struct ns_token *token) in netns_ns_token_free() 940 _netns_reserve_kpi_common(struct ns *ns, netns_token *token, uint32_t *addr, in _netns_reserve_kpi_common() 1247 netns_reserve(netns_token *token, uint32_t *addr, uint8_t addr_len, in netns_reserve() 1292 netns_reserve_ephemeral(netns_token *token, uint32_t *addr, uint8_t addr_len, in netns_reserve_ephemeral() 1434 netns_release(netns_token *token) in netns_release() 1492 netns_change_addr(netns_token *token, uint32_t *addr, uint8_t addr_len) in netns_change_addr() 1629 netns_set_ifnet(netns_token *token, ifnet_t ifp) in netns_set_ifnet() 1667 struct ns_token *token, *tmp_token; in netns_ifnet_detach() local 1685 _netns_set_state(netns_token *token, uint32_t state) in _netns_set_state() [all …]
|
| H A D | netns.h | 226 netns_reserve_in(netns_token *token, struct in_addr addr, uint8_t proto, in netns_reserve_in() 235 netns_reserve_in6(netns_token *token, struct in6_addr addr, uint8_t proto, in netns_reserve_in6() 247 netns_change_addr_in(netns_token *token, struct in_addr addr) in netns_change_addr_in() 255 netns_change_addr_in6(netns_token *token, struct in6_addr addr) in netns_change_addr_in6()
|
| /xnu-8019.80.24/bsd/sys/ |
| H A D | fsctl.h | 79 user64_addr_t token; member 85 user32_addr_t token; member 93 user_addr_t token; member 101 user64_addr_t token; member 108 user32_addr_t token; member 117 user_addr_t token; member 126 user64_addr_t token; member 138 user32_addr_t token; member 150 user_addr_t token; member 166 int32_t *token; member [all …]
|
| /xnu-8019.80.24/tests/ |
| H A D | proc_pidpath_audittoken.c | 13 audit_token_for_pid(pid_t pid, audit_token_t *token) in audit_token_for_pid() 74 audit_token_t token = { 0 }; in show_pidpaths() local
|
| H A D | proc_info_udata.c | 11 uint64_t token = mach_absolute_time(); variable
|
| H A D | task_ident_test.c | 24 task_id_token_t token; variable
|
| H A D | exception_tests.c | 30 task_id_token_t token, in exc_handler_identity_protected()
|
| H A D | monotonic_uncore.c | 397 dt_stat_token token; variable
|
| /xnu-8019.80.24/bsd/dev/arm/ |
| H A D | unix_signal.c | 162 …user64_addr_t p_uctx, user64_addr_t token, user64_addr_t trampact, user64_addr_t sp, thread_t th_a… in sendsig_set_thread_state64() 256 user32_addr_t token; member 559 user64_addr_t token; in sendsig() local 597 user32_addr_t token; in sendsig() local 844 user64_addr_t token; in sigreturn() local 867 user32_addr_t token; in sigreturn() local
|
| /xnu-8019.80.24/bsd/dev/i386/ |
| H A D | unix_signal.c | 104 user32_addr_t token; member 225 user64_addr_t token; in sendsig() local 401 user32_addr_t token; in sendsig() local 820 user64_addr_t token; in sigreturn() local 862 user32_addr_t token; in sigreturn() local
|
| /xnu-8019.80.24/bsd/nfs/gss/ |
| H A D | gss_krb5_mech.c | 1186 gss_krb5_cfx_verify_mic_token(gss_ctx_id_t ctx, gss_cfx_mic_token token) in gss_krb5_cfx_verify_mic_token() 1227 gss_cfx_mic_token_desc token; in gss_krb5_cfx_get_mic() local 1271 gss_cfx_mic_token token = mic->value; in gss_krb5_cfx_verify_mic() local 1320 gss_cfx_mic_token_desc token; in gss_krb5_cfx_get_mic_mbuf() local 1371 gss_cfx_mic_token token = mic->value; in gss_krb5_cfx_verify_mic_mbuf() local 1537 gss_cfx_wrap_token_desc token; in gss_krb5_cfx_wrap_mbuf() local 1637 gss_cfx_wrap_token_desc token; in gss_krb5_cfx_unwrap_mbuf() local 1871 gss_1964_header token; in gss_krb5_3des_token_put() local 1912 gss_1964_header token = intok->value; in gss_krb5_3des_token_get() local
|
| /xnu-8019.80.24/iokit/IOKit/ |
| H A D | IOKitKeysPrivate.h | 84 void * token; member
|
| /xnu-8019.80.24/bsd/skywalk/packet/ |
| H A D | packet_common.h | 355 __packet_opt_get_token(const struct __packet_opt *po, void *token, in __packet_opt_get_token() 376 __packet_get_token(const uint64_t ph, void *token, uint16_t *len) in __packet_get_token() 399 __packet_opt_set_token(struct __packet_opt *po, const void *token, in __packet_opt_set_token() 433 __packet_set_token(const uint64_t ph, const void *token, const uint16_t len) in __packet_set_token()
|
| H A D | packet_kern.c | 467 kern_packet_get_token(const kern_packet_t ph, void *token, uint16_t *len) in kern_packet_get_token() 473 kern_packet_set_token(const kern_packet_t ph, const void *token, in kern_packet_set_token()
|
| /xnu-8019.80.24/libsyscall/wrappers/skywalk/ |
| H A D | os_packet.c | 271 os_packet_get_token(const packet_t ph, void *token, uint16_t *len) in os_packet_get_token() 277 os_packet_set_token(const packet_t ph, const void *token, in os_packet_set_token()
|
| /xnu-8019.80.24/bsd/net/ |
| H A D | network_agent.c | 728 netagent_token_free(struct netagent_token *token) in netagent_token_free() 1827 netagent_handle_add_token_setopt(struct netagent_session *session, u_int8_t *token, size_t token_le… in netagent_handle_add_token_setopt() 2635 struct netagent_token *token = TAILQ_FIRST(&wrapper->token_list); in netagent_acquire_token() local
|
| /xnu-8019.80.24/osfmk/bank/ |
| H A D | bank.c | 734 struct persona_token *token = NULL; in bank_command() local
|