Searched refs:spwant (Results 1 - 2 of 2) sorted by relevance
/illumos-gate/usr/src/cmd/bnu/ |
H A D | line.c | 107 * spwant -> speed 110 * if spwant == 0, speed is untouched 118 fixline(tty, spwant, type) 119 int tty, spwant, type; 128 DEBUG(6, "%d)\n", spwant); 141 if (spwant > 0) { 143 if (ps->sp_val == spwant) { 148 DEBUG(5, "speed (%d) not supported\n", spwant); 149 ASSERT(speed >= 0, "BAD SPEED", "", spwant); 158 spwant [all...] |
/illumos-gate/usr/src/lib/libnsl/dial/ |
H A D | line.c | 98 * spwant -> speed 101 * if spwant == 0, speed is untouched 109 fixline(int tty, int spwant, int type) argument 118 DEBUG(6, "%d)\n", spwant); 129 if (spwant > 0) { 131 if (ps->sp_val == spwant) { 137 DEBUG(5, "speed (%d) not supported\n", spwant); 139 ASSERT(speed >= 0, "BAD SPEED", "", spwant); 148 spwant = ps->sp_val;
|
Completed in 56 milliseconds