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

/netbsd-6-1-5-RELEASE/sys/compat/svr4_32/
H A Dsvr4_32_net.c118 struct svr4_strm *
122 struct svr4_strm *st;
134 st = malloc(sizeof(struct svr4_strm), M_NETADDR, M_WAITOK);
H A Dsvr4_32_stropts.h102 struct svr4_strm *svr4_32_stream_get(struct file *fp);
/netbsd-6-1-5-RELEASE/sys/compat/svr4/
H A Dsvr4_stropts.h122 struct svr4_strm { struct
175 struct svr4_strm *svr4_stream_get(struct file *fp);
H A Dsvr4_net.c219 struct svr4_strm *
223 struct svr4_strm *st;
235 st = malloc(sizeof(struct svr4_strm), M_NETADDR, M_WAITOK);
H A Dsvr4_stream.c415 struct svr4_strm *st = svr4_stream_get(fp);
521 struct svr4_strm *st = svr4_stream_get(fp);
752 struct svr4_strm *st = svr4_stream_get(fp);
878 struct svr4_strm *st = svr4_stream_get(fp);
996 struct svr4_strm *st = svr4_stream_get(fp);
1134 struct svr4_strm *st = svr4_stream_get(fp);
1188 struct svr4_strm *st = svr4_stream_get(fp);
1383 struct svr4_strm *st;
1546 struct svr4_strm *st;

Completed in 114 milliseconds