Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/ilbd/
H A Dilbd_hc.c1369 probe_ev->ihp_pid = pid; in ilbd_run_probe()
1414 if (kill(ev->ihp_pid, SIGKILL) != 0) in reassociate_port()
1416 if (waitpid(ev->ihp_pid, NULL, 0) != ev->ihp_pid) in reassociate_port()
1442 ret_pid = waitpid(ev->ihp_pid, &ret, WNOHANG); in ilbd_hc_child_hup()
H A Dilbd.h225 pid_t ihp_pid; member