HomeSort by: relevance | last modified time | path
    Searched refs:find_host (Results 1 - 3 of 3) sorted by relevancy

  /src/usr.sbin/rpc.statd/
statd.h 113 HostInfo *find_host(char *, HostInfo *);
stat_proc.c 113 * find_host() fails, it will have logged the error already.
123 if ((hp = find_host(arg->mon_id.mon_name, &h)) == NULL)
208 if ((hp = find_host(arg->mon_name, &h)) != NULL) {
314 hp = find_host(arg->mon_name, &h);
statd.c 269 /* find_host -------------------------------------------------------------- */
277 find_host(char *hostname, HostInfo *hp) function in typeref:typename:HostInfo *

Completed in 14 milliseconds