Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libpicltree/
H A Dpicltree.c148 static pid_t picld_pid; variable
575 return (MAKE_HANDLE(picld_pid, tmp->hash_hdl)); in hash_lookup_hdl()
593 if ((pid != picld_pid) || (hash_val >= picl_hdl_hi) || in picl_hdl_error()
612 if ((pid != picld_pid) || (hash_val >= ptree_hdl_hi) || in ptree_hdl_error()
650 hdl = MAKE_HANDLE(picld_pid, ptree_hdl_hi); in alloc_ptreehdl()
668 hdl = MAKE_HANDLE(picld_pid, picl_hdl_hi); in alloc_piclhdl()
3549 picld_pid = getpid(); in xptree_initialize()