Home
last modified time | relevance | path

Searched defs:token (Results 1 – 25 of 45) sorted by relevance

12

/xnu-8020.101.4/osfmk/kern/
H A Dtask_ident.c72 tidt_reference(task_id_token_t token) in tidt_reference()
81 tidt_release(task_id_token_t token) in tidt_release()
118 task_id_token_release(task_id_token_t token) in task_id_token_release()
126 task_id_token_t token; in task_id_token_no_senders() local
144 task_id_token_t token; in task_create_identity_token() local
178 task_id_token_t token, in task_identity_token_get_task_grp()
213 task_id_token_t token, in task_identity_token_get_task_port()
280 task_id_token_t token; in task_id_token_port_name_to_task_grp() local
311 task_id_token_t token = TASK_ID_TOKEN_NULL; in convert_port_to_task_id_token() local
326 task_id_token_t token) in convert_task_id_token_to_port()
[all …]
H A Dtask_ref.h84 #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 Drestartable.c425 thread_pri_floor_t token; in task_restartable_ranges_synchronize() local
H A Dlock_rw.c2348 thread_pri_floor_t token; in lck_rw_sleep() local
2418 thread_pri_floor_t token; in lck_rw_sleep_deadline() local
/xnu-8020.101.4/bsd/skywalk/nexus/flowswitch/flow/
H A Dflow_namespace.c48 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-8020.101.4/iokit/Kernel/
H A DIOPerfControl.cpp54 …[](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-8020.101.4/osfmk/vm/
H A Dvm_purgeable.c59 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-8020.101.4/bsd/skywalk/namespace/
H A Dnetns.c372 struct ns_token *token; in netns_ns_token_alloc() local
399 netns_ns_token_free(struct ns_token *token) in netns_ns_token_free()
941 _netns_reserve_kpi_common(struct ns *ns, netns_token *token, uint32_t *addr, in _netns_reserve_kpi_common()
1248 netns_reserve(netns_token *token, uint32_t *addr, uint8_t addr_len, in netns_reserve()
1293 netns_reserve_ephemeral(netns_token *token, uint32_t *addr, uint8_t addr_len, in netns_reserve_ephemeral()
1435 netns_release(netns_token *token) in netns_release()
1493 netns_change_addr(netns_token *token, uint32_t *addr, uint8_t addr_len) in netns_change_addr()
1630 netns_set_ifnet(netns_token *token, ifnet_t ifp) in netns_set_ifnet()
1668 struct ns_token *token, *tmp_token; in netns_ifnet_detach() local
1686 _netns_set_state(netns_token *token, uint32_t state) in _netns_set_state()
[all …]
H A Dnetns.h226 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-8020.101.4/bsd/sys/
H A Dfsctl.h79 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-8020.101.4/tests/
H A Dproc_pidpath_audittoken.c13 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 Dproc_info_udata.c11 uint64_t token = mach_absolute_time(); variable
H A Dtask_ident_test.c24 task_id_token_t token; variable
H A Dexception_tests.c30 task_id_token_t token, in exc_handler_identity_protected()
H A Dmonotonic_uncore.c397 dt_stat_token token; variable
/xnu-8020.101.4/bsd/dev/arm/
H A Dunix_signal.c167 …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()
261 user32_addr_t token; member
570 user64_addr_t token; in sendsig() local
608 user32_addr_t token; in sendsig() local
863 user64_addr_t token; in sigreturn() local
896 user32_addr_t token; in sigreturn() local
/xnu-8020.101.4/bsd/dev/i386/
H A Dunix_signal.c105 user32_addr_t token; member
232 user64_addr_t token; in sendsig() local
408 user32_addr_t token; in sendsig() local
829 user64_addr_t token; in sigreturn() local
871 user32_addr_t token; in sigreturn() local
/xnu-8020.101.4/bsd/nfs/gss/
H A Dgss_krb5_mech.c1185 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
1270 gss_cfx_mic_token token = mic->value; in gss_krb5_cfx_verify_mic() local
1319 gss_cfx_mic_token_desc token; in gss_krb5_cfx_get_mic_mbuf() local
1370 gss_cfx_mic_token token = mic->value; in gss_krb5_cfx_verify_mic_mbuf() local
1536 gss_cfx_wrap_token_desc token; in gss_krb5_cfx_wrap_mbuf() local
1636 gss_cfx_wrap_token_desc token; in gss_krb5_cfx_unwrap_mbuf() local
1870 gss_1964_header token; in gss_krb5_3des_token_put() local
1911 gss_1964_header token = intok->value; in gss_krb5_3des_token_get() local
/xnu-8020.101.4/iokit/IOKit/
H A DIOKitKeysPrivate.h84 void * token; member
/xnu-8020.101.4/bsd/skywalk/packet/
H A Dpacket_common.h355 __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 Dpacket_kern.c451 kern_packet_get_token(const kern_packet_t ph, void *token, uint16_t *len) in kern_packet_get_token()
457 kern_packet_set_token(const kern_packet_t ph, const void *token, in kern_packet_set_token()
/xnu-8020.101.4/libsyscall/wrappers/skywalk/
H A Dos_packet.c271 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-8020.101.4/osfmk/arm64/
H A Dstatus.c395 user64_addr_t token = 0; in machine_thread_state_convert_to_user() local
604 user64_addr_t token = 0; in machine_thread_state_convert_from_user() local
/xnu-8020.101.4/osfmk/mach/arm/
H A D_structs.h106 #define __DARWIN_ARM_THREAD_STATE64_SET_SIGRETURN_TOKEN(ts, token) \ argument
109 #define __DARWIN_ARM_THREAD_STATE64_CHECK_SIGRETURN_TOKEN(ts, token) \ argument
/xnu-8020.101.4/bsd/net/
H A Dnetwork_agent.c729 netagent_token_free(struct netagent_token *token) in netagent_token_free()
1828 netagent_handle_add_token_setopt(struct netagent_session *session, u_int8_t *token, size_t token_le… in netagent_handle_add_token_setopt()
2634 struct netagent_token *token = TAILQ_FIRST(&wrapper->token_list); in netagent_acquire_token() local

12