Searched refs:fd_mask (Results 1 - 3 of 3) sorted by relevance

/barrelfish-master/lib/openssl-1.0.0d/apps/
H A Ds_apps.h136 typedef int fd_mask; /* int here! VMS prototypes int, not long */ typedef
137 #define NFDBITS (sizeof(fd_mask) * NBBY) /* bits per mask (power of 2!)*/
140 typedef fd_mask fd_set;
/barrelfish-master/include/sys/
H A Dselect.h44 typedef __fd_mask fd_mask; typedef
/barrelfish-master/lib/libc/rpc/
H A Dsvc.c596 fd_mask mask, *maskp;

Completed in 21 milliseconds