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

/illumos-gate/usr/src/lib/libc/port/gen/
H A Dgetutx.c96 static void sendpid(int, pid_t);
937 sendpid(REMPID, (pid_t)fup->ut_pid);
938 sendpid(ADDPID, (pid_t)ucp->ut_pid);
944 sendpid(REMPID, (pid_t)ucp->ut_pid);
1112 * sendpid - send message to init to add or remove a pid from the
1119 sendpid(int cmd, pid_t pid) function
1197 sendpid(ADDPID, (pid_t)utmp->ut_pid);
1219 sendpid(ADDPID, (pid_t)utmp->ut_pid);
1228 sendpid(ADDPID, (pid_t)utmp->ut_pid);

Completed in 60 milliseconds