Home
last modified time | relevance | path

Searched refs:s_cmd (Results 1 – 3 of 3) sorted by relevance

/freebsd-9-stable/sys/compat/svr4/
Dsvr4_stream.c531 st->s_cmd = SVR4_TI__ACCEPT_WAIT;
1581 st->s_cmd = sc.cmd;
1714 switch (st->s_cmd) {
1727 st->s_cmd = sc.cmd;
1771 st->s_cmd = sc.cmd;
1786 st->s_cmd = SVR4_TI__ACCEPT_WAIT;
1838 st->s_cmd = SVR4_TI__ACCEPT_OK;
1907 st->s_cmd = sc.cmd;
1911 st->s_cmd = sc.cmd;
1912 if (st->s_cmd == SVR4_TI_CONNECT_REQUEST) {
[all …]
Dsvr4_stropts.h126 int s_cmd; /* (G) last getmsg reply or putmsg request */ member
/freebsd-9-stable/sys/dev/streams/
Dstreams.c268 st->s_cmd = ~0; in streamsopen()