Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/ypcmd/
H A Dypserv.c81 int resolv_pid = 0; variable
383 setup_resolv(&dnsforward, &resolv_pid, in ypinit()
393 if (resolv_pid) in cleanup_resolv()
394 kill(resolv_pid, sig); in cleanup_resolv()
H A Dypserv_proc.c114 extern int resolv_pid;
268 if (!resolv_pid || !resolv_client) { in ypmatch()
269 setup_resolv(&dnsforward, &resolv_pid, in ypmatch()
276 &resolv_pid, resolv_tp, in ypmatch()
1061 if (!resolv_pid) in ypoldmatch()
1062 setup_resolv(&dnsforward, &resolv_pid, &resolv_client, in ypoldmatch()
1068 resolv_req(&dnsforward, &resolv_client, &resolv_pid, in ypoldmatch()
H A Dypserv_resolv.c63 extern int resolv_pid;