Home
last modified time | relevance | path

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

/titanic_50/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()
/titanic_50/usr/src/cmd/fs.d/ufs/edquota/
H A Dedquota.c242 pid_t pid, xpid; in editit() local
274 while ((xpid = wait(&status)) >= 0) in editit()
275 if (xpid == pid) in editit()