HomeSort by: relevance | last modified time | path
    Searched defs:_svc_run (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.sbin/ypserv/yppush/
yppush.c 94 void _svc_run(void);
369 _svc_run();
422 * _svc_run: this is the main loop for the RPC server that we fork off
426 _svc_run(void) function in typeref:typename:void
444 warn("_svc_run: select failed");
448 errx(0, "_svc_run: callback timed out");
yppush.c 94 void _svc_run(void);
369 _svc_run();
422 * _svc_run: this is the main loop for the RPC server that we fork off
426 _svc_run(void) function in typeref:typename:void
444 warn("_svc_run: select failed");
448 errx(0, "_svc_run: callback timed out");

Completed in 47 milliseconds