Home
last modified time | relevance | path

Searched refs:KERN_NOT_FOUND (Results 1 – 4 of 4) sorted by relevance

/xnu-8020.140.41/osfmk/kern/
H A Dtask_ident.c160 return KERN_NOT_FOUND; in task_create_identity_token()
169 return KERN_NOT_FOUND; in task_create_identity_token()
205 return KERN_NOT_FOUND; in task_identity_token_get_task_grp()
211 return KERN_NOT_FOUND; in task_identity_token_get_task_grp()
H A Dbsd_kern.c1483 case KERN_NOT_FOUND: in mach_to_bsd_errno()
1531 return KERN_NOT_FOUND; in bsd_to_mach_failure()
H A Dbtlog.c1643 kr = KERN_NOT_FOUND; in btlog_get_records()
/xnu-8020.140.41/osfmk/mach/
H A Dkern_return.h338 #define KERN_NOT_FOUND 56 macro