Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/fs.d/
H A Dmount.c201 static int cleanupkid(pid_t, int);
1409 return (cleanupkid(child, wstat) != 0); in dowait()
1418 cleanupkid(pid_t pid, int wstat) in cleanupkid() function