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

  /src/sys/sys/
fd_set.h 1 /* $NetBSD: fd_set.h,v 1.8 2024/05/12 10:34:56 rillig Exp $ */
66 typedef struct fd_set { struct
68 } fd_set; typedef in typeref:struct:fd_set
70 #define FD_SET(n, p) \
80 fd_set *__fds = (p); \
99 fd_set *__f = (f), *__t = (t); \
fd_set.h 1 /* $NetBSD: fd_set.h,v 1.8 2024/05/12 10:34:56 rillig Exp $ */
66 typedef struct fd_set { struct
68 } fd_set; typedef in typeref:struct:fd_set
70 #define FD_SET(n, p) \
80 fd_set *__fds = (p); \
99 fd_set *__f = (f), *__t = (t); \

Completed in 23 milliseconds