Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libc/port/gen/
H A Dmktemp.c164 uint64_t xpid = 0; /* reconstructed pid */ in libc_mktemps() local
177 xpid = xpid * 64 + i; in libc_mktemps()
179 xpid >>= (previous_xcnt * 6 - pidshift); in libc_mktemps()
180 xpid &= ((1 << pidshift) - 1); in libc_mktemps()
182 if (xpid == pid && in libc_mktemps()
/illumos-gate/usr/src/cmd/fs.d/ufs/edquota/
H A Dedquota.c241 pid_t pid, xpid; in editit() local
273 while ((xpid = wait(&status)) >= 0) in editit()
274 if (xpid == pid) in editit()