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

  /src/lib/libc/rpc/
rpc_commondata.c 44 #include "svc_fdset.h"
52 #undef svc_fdset
53 __fd_set_256 svc_fdset; variable in typeref:typename:__fd_set_256
svc_fdset.c 1 /* $NetBSD: svc_fdset.c,v 1.17 2025/05/06 23:18:37 riastradh Exp $ */
33 __RCSID("$NetBSD: svc_fdset.c,v 1.17 2025/05/06 23:18:37 riastradh Exp $");
52 #include "svc_fdset.h"
54 #undef svc_fdset
57 extern __fd_set_256 svc_fdset;
62 struct svc_fdset { struct
74 static struct svc_fdset __svc_fdset;
92 svc_fdset_print(const char *func, size_t line, struct svc_fdset *fds,
144 svc_fdset_sanitize(struct svc_fdset *fds)
151 svc_fdset = *(__fd_set_256 *)(void *)__svc_fdset.fdset
    [all...]

Completed in 12 milliseconds