Home
last modified time | relevance | path

Searched refs:TASK_ID_TOKEN_NULL (Results 1 – 3 of 3) sorted by relevance

/xnu-8792.61.2/osfmk/kern/
H A Dtask_ident.c74 if (token == TASK_ID_TOKEN_NULL) { in tidt_reference()
85 if (token == TASK_ID_TOKEN_NULL) { in tidt_release()
187 if (token == TASK_ID_TOKEN_NULL) { in task_identity_token_get_task_grp()
222 if (token == TASK_ID_TOKEN_NULL) { in task_identity_token_get_task_port()
245 assert(token != TASK_ID_TOKEN_NULL); in task_identity_token_get_task_port()
315 task_id_token_t token = TASK_ID_TOKEN_NULL; in convert_port_to_task_id_token()
319 if (token != TASK_ID_TOKEN_NULL) { in convert_port_to_task_id_token()
334 if (token == TASK_ID_TOKEN_NULL) { in convert_task_id_token_to_port()
H A Dipc_tt.c3673 task_id_token_t token = TASK_ID_TOKEN_NULL; in port_name_to_task_id_token()
/xnu-8792.61.2/osfmk/mach/
H A Dmach_types.h309 #define TASK_ID_TOKEN_NULL ((task_id_token_t) NULL) macro
339 #define TASK_ID_TOKEN_NULL ((task_id_token_t) 0) macro