Home
last modified time | relevance | path

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

/xnu-11215.81.4/osfmk/kern/ !
H A Dtask_ident.c61 if (token == TASK_ID_TOKEN_NULL) { in tidt_reference()
72 if (token == TASK_ID_TOKEN_NULL) { in tidt_release()
175 if (token == TASK_ID_TOKEN_NULL) { in task_identity_token_get_task_grp()
210 if (token == TASK_ID_TOKEN_NULL) { in task_identity_token_get_task_port()
233 assert(token != TASK_ID_TOKEN_NULL); in task_identity_token_get_task_port()
303 task_id_token_t token = TASK_ID_TOKEN_NULL; in convert_port_to_task_id_token()
307 if (token != TASK_ID_TOKEN_NULL) { in convert_port_to_task_id_token()
322 if (token == TASK_ID_TOKEN_NULL) { in convert_task_id_token_to_port()
H A Dipc_tt.c3672 task_id_token_t token = TASK_ID_TOKEN_NULL; in port_name_to_task_id_token()
/xnu-11215.81.4/osfmk/mach/ !
H A Dmach_types.h324 #define TASK_ID_TOKEN_NULL ((task_id_token_t) NULL) macro
354 #define TASK_ID_TOKEN_NULL ((task_id_token_t) 0) macro