Home
last modified time | relevance | path

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

/xnu-10063.141.1/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()
188 if (token == TASK_ID_TOKEN_NULL) { in task_identity_token_get_task_grp()
223 if (token == TASK_ID_TOKEN_NULL) { in task_identity_token_get_task_port()
246 assert(token != TASK_ID_TOKEN_NULL); in task_identity_token_get_task_port()
316 task_id_token_t token = TASK_ID_TOKEN_NULL; in convert_port_to_task_id_token()
320 if (token != TASK_ID_TOKEN_NULL) { in convert_port_to_task_id_token()
335 if (token == TASK_ID_TOKEN_NULL) { in convert_task_id_token_to_port()
H A Dipc_tt.c3640 task_id_token_t token = TASK_ID_TOKEN_NULL; in port_name_to_task_id_token()
/xnu-10063.141.1/osfmk/mach/ !
H A Dmach_types.h323 #define TASK_ID_TOKEN_NULL ((task_id_token_t) NULL) macro
353 #define TASK_ID_TOKEN_NULL ((task_id_token_t) 0) macro