HomeSort by: relevance | last modified time | path
    Searched refs:__svc_clean_idle (Results 1 - 4 of 4) sorted by relevancy

  /src/lib/libc/rpc/
rpc_internal.h 39 bool_t __svc_clean_idle(fd_set *, int, bool_t);
svc_run.c 121 __svc_clean_idle(NULL, 30, FALSE);
184 __svc_clean_idle(NULL, 30, FALSE);
svc_vc.c 327 if (__svc_clean_idle(NULL, 0, FALSE))
751 __svc_clean_idle(fd_set *fds __unused, int timeout, bool_t cleanblock) function in typeref:typename:bool_t
  /src/usr.sbin/rpcbind/
rpcb_svc_com.c 1102 extern bool_t __svc_clean_idle(fd_set *, int, bool_t);
1174 __svc_clean_idle(NULL, 30, FALSE);

Completed in 14 milliseconds