NetBSD
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
FD_DESC
sys/miscfs/fdesc/fdesc_vfsops.c
220
KASSERT(ix >= FD_DESC);
sys/miscfs/fdesc/fdesc_vfsops.c
222
fd->fd_fd = ix - FD_DESC;
sys/miscfs/fdesc/fdesc_vnops.c
264
ix = FD_DESC + fd;
sys/miscfs/fdesc/fdesc_vnops.c
284
else if (ix >= FD_DESC)