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

/illumos-gate/usr/src/cmd/ttymon/
H A Dtmstruct.h93 #define I_FLAG 0x10 /* initialize only */ macro
H A Dtmpmtab.c349 *ttyflags |= I_FLAG;
418 if (flags & I_FLAG) {
420 flags &= ~I_FLAG;
H A Dttymon.c256 (tp->p_pid == 0) && !(tp->p_ttyflags & I_FLAG) &&
290 !(tp->p_ttyflags & I_FLAG) && (!((State == PM_DISABLED) &&
/illumos-gate/usr/src/lib/libcmd/common/
H A Dstty.c92 #define I_FLAG 4 macro
221 { "ignbrk", BIT, I_FLAG, US, IGNBRK, IGNBRK, C("Ignore (do not ignore) break characters") },
222 { "brkint", BIT, I_FLAG, SS, BRKINT, BRKINT, C("Generate (do not generate) INTR signal on break") },
223 { "ignpar", BIT, I_FLAG, 0, IGNPAR, IGNPAR, C("Ignore (do not ignore) characters with parity errors") },
224 { "parmrk", BIT, I_FLAG, 0, PARMRK, PARMRK, C("Mark (do not mark) parity errors") },
225 { "inpck", BIT, I_FLAG, 0, INPCK, INPCK, C("Enable (disable) input parity checking") },
226 { "istrip", BIT, I_FLAG, 0, ISTRIP, ISTRIP, C("Clear (do not clear) high bit of input characters") },
227 { "inlcr", BIT, I_FLAG, US, INLCR, INLCR, C("Translate (do not translate) carriage return to newline") },
228 { "igncr", BIT, I_FLAG, US, IGNCR, IGNCR, C("Ignore (do not ignore) carriage return") },
230 { "iuclc", BIT, I_FLAG, U
[all...]
/illumos-gate/usr/src/cmd/fs.d/ufs/df/
H A Ddf.c145 #define I_FLAG 1 macro
199 case I_FLAG: /* information for inodes */

Completed in 49 milliseconds