Searched refs:complete_service (Results 1 - 3 of 3) sorted by relevance

/freebsd-10-stable/usr.sbin/rpc.statd/
H A Dstatd.c72 static void complete_service(struct netconfig *nconf, char *port_str);
254 * Successfully bound the ports, so call complete_service() to
271 complete_service(nconf, port_list[port_pos++]);
273 complete_service(nconf, svcport_str);
513 complete_service(struct netconfig *nconf, char *port_str) function
/freebsd-10-stable/usr.sbin/rpc.lockd/
H A Dlockd.c100 static void complete_service(struct netconfig *nconf, char *port_str);
390 * Successfully bound the ports, so call complete_service() to
408 complete_service(nconf,
411 complete_service(nconf, svcport_str);
721 complete_service(struct netconfig *nconf, char *port_str) function
/freebsd-10-stable/usr.sbin/mountd/
H A Dmountd.c179 static void complete_service(struct netconfig *nconf, char *port_str);
613 * Successfully bound the ports, so call complete_service() to
629 complete_service(nconf, port_list[port_pos++]);
631 complete_service(nconf, svcport_str);
895 complete_service(struct netconfig *nconf, char *port_str) function

Completed in 115 milliseconds