Searched defs: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 */ local
177 xpid = xpid * 64 + i;
179 xpid >>= (previous_xcnt * 6 - pidshift);
180 xpid &= ((1 << pidshift) - 1);
182 if (xpid == pid &&
/illumos-gate/usr/src/cmd/fs.d/ufs/edquota/
H A Dedquota.c242 pid_t pid, xpid; local
274 while ((xpid = wait(&status)) >= 0)
275 if (xpid == pid)

Completed in 68 milliseconds