Home
last modified time | relevance | path

Searched refs:csproc_get_validation_category (Results 1 – 5 of 5) sorted by relevance

/xnu-11215/bsd/sys/
H A Dcodesign.h207 int csproc_get_validation_category(struct proc *, unsigned int *);
/xnu-11215/bsd/kern/
H A Dkern_cs.c983 csproc_get_validation_category(struct proc *pt, unsigned int *out_validation_category) in csproc_get_validation_category() function
H A Dkern_exit.c812 if (csproc_get_validation_category(p, &category) != KERN_SUCCESS) { in populate_corpse_crashinfo()
H A Dkern_proc.c3485 error = csproc_get_validation_category(pt, &validation_category); in csops_internal()
/xnu-11215/iokit/Kernel/
H A DIOUserServer.cpp4167 if (csproc_get_validation_category(current_proc(), &inst->fCSValidationCategory) != KERN_SUCCESS) { in OSDefineMetaClassAndStructors()