Searched defs:sendupid (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libc/port/gen/
H A Dgetutx.c97 static void sendupid(int, pid_t);
693 sendupid(tmpxbuf.ut_type == USER_PROCESS ? ADDPID : REMPID,
1331 * sendupid - send message to utmpd to add or remove a pid from the
1338 sendupid(int cmd, pid_t pid) function

Completed in 46 milliseconds