Searched refs:complete_service (Results 1 – 3 of 3) sorted by relevance
/freebsd/usr.sbin/rpc.statd/ |
H A D | statd.c | 72 static void complete_service(struct netconfig *nconf, char *port_str); 276 complete_service(nconf, port_list[port_pos++]); in main() 278 complete_service(nconf, svcport_str); in main() 522 complete_service(struct netconfig *nconf, char *port_str) in complete_service() function
|
/freebsd/usr.sbin/rpc.lockd/ |
H A D | lockd.c | 101 static void complete_service(struct netconfig *nconf, char *port_str); 410 complete_service(nconf, in main() 413 complete_service(nconf, svcport_str); in main() 723 complete_service(struct netconfig *nconf, char *port_str) in complete_service() function
|
/freebsd/usr.sbin/mountd/ |
H A D | mountd.c | 209 static void complete_service(struct netconfig *nconf, char *port_str); 707 complete_service(nconf, in main() 710 complete_service(nconf, svcport_str); in main() 1011 complete_service(struct netconfig *nconf, char *port_str) in complete_service() function
|