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

/freebsd-11-stable/usr.sbin/jail/
H A Dcommand.c93 enum intparam comparam; local
106 comparam = *j->comparam;
109 j->comparam += create_failed ? -1 : 1;
110 switch ((comparam = *j->comparam)) {
133 if (j->intparams[comparam] == NULL)
136 (j->intparams[comparam]->flags & PF_REV))
137 ? TAILQ_LAST(&j->intparams[comparam]->val,
139 : TAILQ_FIRST(&j->intparams[comparam]
282 enum intparam comparam; local
[all...]
H A Djail.c390 if (j->comparam == NULL) {
442 if (j->comparam == NULL) {
454 j->comparam = startcommands;
487 if (j->comparam == NULL) {
499 j->comparam = stopcommands;
508 j->comparam = NULL;
H A Djailp.h181 const enum intparam *comparam; member in struct:cfjail
/freebsd-11-stable/sys/dev/sio/
H A Dsio.c129 * CS_TTGO = ~TS_TTSTOP (maintained by comparam() and comstart())
130 * CS_CTS_OFLOW = CCTS_OFLOW (maintained by comparam())
131 * CS_RTS_IFLOW = CRTS_IFLOW (maintained by comparam())
267 static int comparam(struct tty *tp, struct termios *t);
369 error = comparam(tp, &tp->t_termios);
592 * XXX what about the UART bug avoided by waiting in comparam()?
934 tp->t_param = comparam;
1034 * XXX flow control should be set in comparam(), not here.
1143 * since we've already enabled them in comparam()
1772 comparam(t function
[all...]
/freebsd-11-stable/sys/pc98/cbus/
H A Dsio.c193 * CS_TTGO = ~TS_TTSTOP (maintained by comparam() and comstart())
194 * CS_CTS_OFLOW = CCTS_OFLOW (maintained by comparam())
195 * CS_RTS_IFLOW = CRTS_IFLOW (maintained by comparam())
355 static int comparam(struct tty *tp, struct termios *t);
701 error = comparam(tp, &tp->t_termios);
1057 * XXX what about the UART bug avoided by waiting in comparam()?
1493 tp->t_param = comparam;
1647 * XXX flow control should be set in comparam(), not here.
1799 * since we've already enabled them in comparam()
2731 comparam(t function
[all...]

Completed in 184 milliseconds