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

/netbsd-6-1-5-RELEASE/sys/compat/svr4/
H A Dsvr4_stream.c150 /* i_str sockmod calls */
151 static int sockmod(file_t *, int, struct svr4_strioctl *,
659 sockmod(file_t *fp, int fd, struct svr4_strioctl *ioc, struct lwp *l) function
703 DPRINTF(("Unknown sockmod ioctl %lx\n", ioc->cmd));
1097 if ((error = sockmod(fp, fd, &ioc, l)) != 0)
1209 * All the following stuff assumes "sockmod" is pushed...

Completed in 90 milliseconds