| /xnu-12377.41.6/osfmk/kern/ |
| H A D | task_ident.c | 59 tidt_reference(task_id_token_t token) in tidt_reference() 68 tidt_release(task_id_token_t token) in tidt_release() 104 task_id_token_release(task_id_token_t token) in task_id_token_release() 112 task_id_token_t token; in task_id_token_no_senders() local 131 task_id_token_t token; in task_create_identity_token() local 168 task_id_token_t token, in task_identity_token_get_task_grp() 203 task_id_token_t token, in task_identity_token_get_task_port() 273 task_id_token_t token; in task_id_token_port_name_to_task_grp() local 304 task_id_token_t token = TASK_ID_TOKEN_NULL; in convert_port_to_task_id_token() local 319 task_id_token_t token) in convert_task_id_token_to_port() [all …]
|
| H A D | task_ref.h | 86 #define convert_task_suspension_token_to_port(token) convert_task_suspension_token_to_port_kernel(t… argument 88 #define task_resume2(token) task_resume2_kernel(token) argument 89 #define task_suspend2(task, token) task_suspend2_kernel(task, token) argument
|
| /xnu-12377.41.6/bsd/skywalk/nexus/flowswitch/flow/ |
| H A D | flow_namespace.c | 48 netns_token *token, uint32_t nfr_flags, struct ns_flow_info *nfi) in flow_namespace_create() 123 flow_namespace_destroy(netns_token *token) in flow_namespace_destroy() 129 flow_namespace_half_close(netns_token *token) in flow_namespace_half_close() 137 flow_namespace_withdraw(netns_token *token) in flow_namespace_withdraw()
|
| /xnu-12377.41.6/iokit/Kernel/ |
| H A D | IOPerfControl.cpp | 57 …[](IOService *device, uint64_t token, PerfControllerInterface::WorkState *state, WorkSubmitArgs *a… in init() 60 …[](IOService *device, uint64_t token, PerfControllerInterface::WorkState *state, WorkBeginArgs *ar… in init() 63 …[](IOService *device, uint64_t token, PerfControllerInterface::WorkState *state, WorkEndArgs *args… in init() 66 …[](IOService *device, uint64_t token, PerfControllerInterface::WorkState *state, WorkUpdateArgs *a… in init() 190 IOPerfControlClient::tokenToGlobalUniqueToken(uint64_t token) in tokenToGlobalUniqueToken() 225 uint64_t token = kIOPerfControlClientWorkUntracked; in allocateToken() local 273 IOPerfControlClient::deallocateToken(uint64_t token) in deallocateToken() 298 IOPerfControlClient::getEntryForToken(uint64_t token) in getEntryForToken() 314 IOPerfControlClient::markEntryStarted(uint64_t token, bool started) in markEntryStarted() 436 uint64_t token = allocateToken(thread_group); in workSubmit() local [all …]
|
| /xnu-12377.41.6/tests/signals/ |
| H A D | signal_exit_reason.c | 78 audit_token_for_pid(pid_t pid, audit_token_t *token) in audit_token_for_pid() 192 audit_token_t token = INVALID_AUDIT_TOKEN_VALUE; in __test_exit_reason_delegate_signal() local 216 audit_token_t token = INVALID_AUDIT_TOKEN_VALUE; in __test_exit_reason_delegate_terminate() local 271 audit_token_t token = INVALID_AUDIT_TOKEN_VALUE; in __test_exit_reason_signal_with_audittoken() local 293 audit_token_t token = INVALID_AUDIT_TOKEN_VALUE; in __test_exit_reason_signal_with_audittoken_fail_bad_token() local 313 audit_token_t token = INVALID_AUDIT_TOKEN_VALUE; in __test_exit_reason_delegated_signal_fail_bad_instigator_token() local 349 audit_token_t token = INVALID_AUDIT_TOKEN_VALUE; in __test_exit_reason_signal_with_audittoken_fail_bad_signal() local 375 audit_token_t token = INVALID_AUDIT_TOKEN_VALUE; in __test_signal_zombie() local
|
| /xnu-12377.41.6/osfmk/vm/ |
| H A D | vm_purgeable.c | 62 struct token { struct 63 token_cnt_t count; argument 64 token_idx_t prev; argument 65 token_idx_t next; argument 102 token_idx_t token = queue->token_q_head; in vm_purgeable_token_check_queue() local 163 token_idx_t token; in vm_purgeable_token_add() local 323 token_idx_t token; in vm_purgeable_token_remove_first() local 377 token_idx_t token; in vm_purgeable_token_remove_last() local 438 token_idx_t token = vm_purgeable_token_remove_first(queue); in vm_purgeable_token_delete_first() local 452 token_idx_t token = vm_purgeable_token_remove_last(queue); in vm_purgeable_token_delete_last() local [all …]
|
| /xnu-12377.41.6/bsd/skywalk/namespace/ |
| H A D | netns.h | 227 netns_reserve_in(netns_token *token, struct in_addr addr, uint8_t proto, in netns_reserve_in() 236 netns_reserve_in6(netns_token *token, struct in6_addr addr, uint8_t proto, in netns_reserve_in6() 248 netns_change_addr_in(netns_token *token, struct in_addr addr) in netns_change_addr_in() 256 netns_change_addr_in6(netns_token *token, struct in6_addr addr) in netns_change_addr_in6()
|
| H A D | netns.c | 381 struct ns_token *token; in netns_ns_token_alloc() local 402 netns_ns_token_free(struct ns_token *token) in netns_ns_token_free() 925 _netns_reserve_kpi_common(struct ns *ns, netns_token *token, in _netns_reserve_kpi_common() 1226 netns_reserve(netns_token *token, uint32_t *__sized_by(addr_len)addr, in netns_reserve() 1272 netns_reserve_ephemeral(netns_token *token, uint32_t *__sized_by(addr_len)addr, in netns_reserve_ephemeral() 1416 netns_release(netns_token *token) in netns_release() 1474 netns_change_addr(netns_token *token, uint32_t *__sized_by(addr_len)addr, in netns_change_addr() 1610 netns_set_ifnet(netns_token *token, ifnet_t ifp) in netns_set_ifnet() 1648 struct ns_token *token, *tmp_token; in netns_ifnet_detach() local 1666 _netns_set_state(netns_token *token, uint32_t state) in _netns_set_state() [all …]
|
| /xnu-12377.41.6/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 = INVALID_AUDIT_TOKEN_VALUE; 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 | 25 task_id_token_t token; variable
|
| H A D | exception_tests.c | 17 task_id_token_t token, in exc_handler_identity_protected()
|
| H A D | uds-to-self.c | 39 audit_token_t token; variable
|
| H A D | coalition_gpu_energy.c | 136 task_id_token_t token; variable
|
| H A D | corpse_backtrace.c | 195 task_id_token_t token, in exc_handler_identity_protected()
|
| H A D | monotonic_uncore.c | 401 dt_stat_token token; variable
|
| /xnu-12377.41.6/bsd/dev/arm/ |
| H A D | unix_signal.c | 175 …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() 267 user32_addr_t token; member 579 user64_addr_t token; in sendsig() local 617 user32_addr_t token; in sendsig() local 869 user64_addr_t token; in sigreturn() local 902 user32_addr_t token; in sigreturn() local
|
| /xnu-12377.41.6/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 164 int32_t *token; member [all …]
|
| /xnu-12377.41.6/bsd/dev/i386/ |
| H A D | unix_signal.c | 105 user32_addr_t token; member 232 user64_addr_t token; in sendsig() local 408 user32_addr_t token; in sendsig() local 830 user64_addr_t token; in sigreturn() local 872 user32_addr_t token; in sigreturn() local
|
| /xnu-12377.41.6/tools/lldbmacros/ |
| H A D | kmtriage.py | 14 def GetTokenMemberSafe(token, fn, member): argument
|
| /xnu-12377.41.6/tests/ipc/ |
| H A D | hardened_exceptions.c | 62 task_id_token_t token, in exc_handler_state_identity_protected()
|
| /xnu-12377.41.6/osfmk/arm64/ |
| H A D | status.c | 637 user64_addr_t token = (user64_addr_t)ptr; in thread_generate_sigreturn_token() local 795 uint32_t token = thread_generate_sigreturn_token((void *)ts64->pc, thread); in machine_thread_state_convert_to_user() local 801 uint32_t token = thread_generate_sigreturn_token((void *)ts64->lr, thread); in machine_thread_state_convert_to_user() local 866 uint32_t token = thread_generate_sigreturn_token((void *)ts64->pc, thread); in machine_thread_state_check_sigreturn_token() local 875 uint32_t token = thread_generate_sigreturn_token((void *)ts64->lr, thread); in machine_thread_state_check_sigreturn_token() local
|
| /xnu-12377.41.6/bsd/nfs/gss/ |
| H A D | gss_krb5_mech.c | 1185 gss_krb5_cfx_verify_mic_token(gss_ctx_id_t ctx, gss_cfx_mic_token token) in gss_krb5_cfx_verify_mic_token() 1226 gss_cfx_mic_token_desc token; in gss_krb5_cfx_get_mic() local 1272 gss_cfx_mic_token_desc token; in gss_krb5_cfx_get_mic_mbuf() local 1323 gss_cfx_mic_token token = mic->value; in gss_krb5_cfx_verify_mic_mbuf() local 1489 gss_cfx_wrap_token_desc token; in gss_krb5_cfx_wrap_mbuf() local 1589 gss_cfx_wrap_token_desc token; in gss_krb5_cfx_unwrap_mbuf() local 1822 gss_1964_header token; in gss_krb5_3des_token_put() local 1863 gss_1964_header token = intok->value; in gss_krb5_3des_token_get() local
|
| /xnu-12377.41.6/iokit/IOKit/ |
| H A D | IOKitKeysPrivate.h | 85 void * token; member
|
| /xnu-12377.41.6/libsyscall/wrappers/skywalk/ |
| H A D | os_packet.c | 266 os_packet_get_token(const packet_t ph, void *token, uint16_t *len) in os_packet_get_token() 272 os_packet_set_token(const packet_t ph, const void *token, in os_packet_set_token()
|