Searched refs:KERN_PROC (Results 1 - 2 of 2) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dkern_sysctl.c282 && (name[1] != KERN_PROC))
314 * we don't grab the memlock around calls to KERN_PROC because it is reentrant.
315 * Grabbing the lock for a KERN_PROC sysctl makes a deadlock possible 5024049.
318 !(name[1] == KERN_PROC)) {
607 && !(name[0] == KERN_PROC
631 case KERN_PROC:
/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dsysctl.h386 #define KERN_PROC 14 /* struct: process entries */ macro
587 * KERN_PROC subtypes
605 * KERN_PROC subtype ops return arrays of augmented proc structures:

Completed in 33 milliseconds