HomeSort by: relevance | last modified time | path
    Searched defs:our_hostname (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.sbin/rpc.statd/
statd.c 565 char our_hostname[MAXHOSTNAMELEN + 1]; local in function:notify_one_host
567 gethostname(our_hostname, sizeof(our_hostname));
568 our_hostname[sizeof(our_hostname) - 1] = '\0';
569 arg.mon_name = our_hostname;
574 hostname, our_hostname);
statd.c 565 char our_hostname[MAXHOSTNAMELEN + 1]; local in function:notify_one_host
567 gethostname(our_hostname, sizeof(our_hostname));
568 our_hostname[sizeof(our_hostname) - 1] = '\0';
569 arg.mon_name = our_hostname;
574 hostname, our_hostname);

Completed in 37 milliseconds