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

/freebsd-11-stable/sys/compat/svr4/
H A Dsvr4_socket.c95 void *cookie = ((struct socket *)fp->f_data)->so_emuldata;
158 void *cookie = ((struct socket *)fp->f_data)->so_emuldata;
184 return so->so_emuldata;
/freebsd-11-stable/sys/dev/streams/
H A Dstreams.c254 * We don't bother locking so_emuldata for SVR4 stream sockets as
263 so->so_emuldata = st;
333 free(so->so_emuldata, M_TEMP);
/freebsd-11-stable/sys/sys/
H A Dsocketvar.h114 void *so_emuldata; /* (b) private data for emulators */ member in struct:socket
/freebsd-11-stable/sys/compat/linux/
H A Dlinux_socket.c800 if (so->so_emuldata == 0)
802 so->so_emuldata = (void *)1;

Completed in 80 milliseconds