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

/freebsd-11-stable/usr.sbin/rpc.statd/
H A Dstatd.c72 static void complete_service(struct netconfig *nconf, char *port_str);
258 * Successfully bound the ports, so call complete_service() to
275 complete_service(nconf, port_list[port_pos++]);
277 complete_service(nconf, svcport_str);
521 complete_service(struct netconfig *nconf, char *port_str) function
/freebsd-11-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-11-stable/usr.sbin/mountd/
H A Dmountd.c204 static void complete_service(struct netconfig *nconf, char *port_str);
641 * Successfully bound the ports, so call complete_service() to
657 complete_service(nconf, port_list[port_pos++]);
659 complete_service(nconf, svcport_str);
953 complete_service(struct netconfig *nconf, char *port_str) function

Completed in 129 milliseconds