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

/freebsd-current/usr.sbin/rpc.statd/
H A Dstatd.c72 static void complete_service(struct netconfig *nconf, char *port_str);
259 * Successfully bound the ports, so call complete_service() to
276 complete_service(nconf, port_list[port_pos++]);
278 complete_service(nconf, svcport_str);
522 complete_service(struct netconfig *nconf, char *port_str) function
/freebsd-current/usr.sbin/rpc.lockd/
H A Dlockd.c101 static void complete_service(struct netconfig *nconf, char *port_str);
392 * Successfully bound the ports, so call complete_service() to
410 complete_service(nconf,
413 complete_service(nconf, svcport_str);
723 complete_service(struct netconfig *nconf, char *port_str) function
/freebsd-current/usr.sbin/mountd/
H A Dmountd.c209 static void complete_service(struct netconfig *nconf, char *port_str);
679 * Successfully bound the ports, so call complete_service() to
696 complete_service(nconf,
699 complete_service(nconf, svcport_str);
1000 complete_service(struct netconfig *nconf, char *port_str) function

Completed in 94 milliseconds