Home
last modified time | relevance | path

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

/dragonfly/lib/libc/upmap/
H A Dukp_getpid.c66 __upmap_map(&pidp, &fast_getpid_state, UPTYPE_PID); in __getpid()
/dragonfly/sys/sys/
H A Dupmap.h98 #define UPTYPE_PID (0x0012 | UKPLEN_4) macro
/dragonfly/sys/kern/
H A Dkern_proc.c1281 upmap->header[3].type = UPTYPE_PID; in proc_usermap()