Searched defs:fdlenp (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsocksubr.c973 * in the control buffer. Returns with *fdlenp == -1 if there are no
980 void **fdsp, int *fdlenp)
988 *fdlenp = -1;
995 *fdlenp = -1;
997 *fdlenp = controllen;
998 dprint(1, ("so_getfdopt: old %d\n", *fdlenp));
1020 *fdlenp = -1;
1022 *fdlenp = fdlen;
979 so_getfdopt(void *control, t_uscalar_t controllen, int oldflg, void **fdsp, int *fdlenp) argument

Completed in 62 milliseconds