Searched refs:fd_fds (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsocksubr.c691 * We need pointer size alignment for fd_fds. On a LP64
695 * assigning fdbuf->fd_fds[i] to fp.
697 bcopy((char *)&fdbuf->fd_fds[i], (char *)&fp, sizeof (fp));
757 * We need pointer size alignment for fd_fds. On a LP64
761 * assigning fdbuf->fd_fds[i] to fp.
763 bcopy((char *)&fdbuf->fd_fds[i], (char *)&fp, sizeof (fp));
832 * is not sufficient for pointers (fd_fds in this case). Since
840 fdbuf->fd_fds[i] = fp;
/illumos-gate/usr/src/uts/common/sys/
H A Dsocketvar.h814 struct file *fd_fds[1]; /* One or more */ member in struct:fdbuf

Completed in 52 milliseconds