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

/freebsd-10.0-release/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.0-release/usr.sbin/rpc.lockd/
H A Dlockd.c100 static void complete_service(struct netconfig *nconf, char *port_str);
394 * Successfully bound the ports, so call complete_service() to
412 complete_service(nconf,
415 complete_service(nconf, svcport_str);
695 complete_service(struct netconfig *nconf, char *port_str) function
/freebsd-10.0-release/usr.sbin/mountd/
H A Dmountd.c178 static void complete_service(struct netconfig *nconf, char *port_str);
536 * Successfully bound the ports, so call complete_service() to
552 complete_service(nconf, port_list[port_pos++]);
554 complete_service(nconf, svcport_str);
817 complete_service(struct netconfig *nconf, char *port_str) function

Completed in 142 milliseconds