Searched defs:iocmd (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/sun/io/ttymux/
H A Dttymux.c390 int iocmd, size; local
401 iocmd = TCSETS;
405 iocmd = TIOCGSOFTCAR;
409 iocmd = TIOCMGET;
412 iocmd = TCGETS;
419 if (pioc = mkiocb(iocmd)) {
2047 int iocmd; local
2058 iocmd = TIOCGSOFTCAR;
2061 iocmd = TIOCMGET;
2064 iocmd
[all...]
/illumos-gate/usr/src/uts/common/io/aac/
H A Daac.c4313 * Abort all the pending commands of type iocmd or just the command pkt
4317 aac_abort_iocmds(struct aac_softstate *softs, int iocmd, struct scsi_pkt *pkt, argument
4327 iocmd = (ac_arg->flags & AAC_CMD_SYNC) ?
4336 if (iocmd & AAC_IOCMD_OUTSTANDING) {
4349 if (iocmd & (1 << i)) {

Completed in 318 milliseconds