Searched refs:lflag (Results 1 - 4 of 4) sorted by relevance

/darwin-on-arm/xnu/bsd/kern/
H A Dtty_compat.c521 register tcflag_t lflag = tp->t_lflag; local
545 if ((lflag&ICANON) == 0) {
547 if (iflag&(INPCK|ISTRIP|IXON) || lflag&(IEXTEN|ISIG)
561 if (lflag&ECHOE)
563 if (lflag&ECHOKE)
565 if (lflag&ECHOPRT)
567 if (lflag&ECHOCTL)
571 flags |= lflag&(ECHO|TOSTOP|FLUSHO|PENDIN|NOFLSH);
595 register tcflag_t lflag = t->c_lflag; local
600 lflag
686 register tcflag_t lflag = t->c_lflag; local
[all...]
H A Dtty.c478 #define TTBREAKC(c, lflag) \
480 (c) == cc[VEOL] || ((c) == cc[VEOL2] && lflag & IEXTEN)) && \
498 tcflag_t iflag, lflag; local
508 lflag = tp->t_lflag;
509 if (ISSET(lflag, PENDIN))
514 if (ISSET(lflag, ICANON)) {
531 (!ISSET(lflag, ICANON) || tp->t_canq.c_cc != 0) &&
576 if (!ISSET(lflag, EXTPROC)) {
596 if (ISSET(lflag, IEXTEN)) {
598 if (ISSET(lflag, ECH
1940 tcflag_t lflag; local
[all...]
/darwin-on-arm/xnu/iokit/Kernel/
H A DIOHibernateRestoreKernel.c828 int base, lflag, qflag, tmp, width, ladjust, sharpflag, neg, sign, dot; local
855 qflag = 0; lflag = 0; ladjust = 0; sharpflag = 0; neg = 0;
959 if (lflag) {
960 lflag = 0;
963 lflag = 1;
970 else if (lflag)
1045 else if (lflag)
1063 else if (lflag)
/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs_readwrite.c540 int lflag; local
547 lflag = ioflag & ~(IO_TAILZEROFILL | IO_HEADZEROFILL | IO_NOZEROVALID | IO_NOZERODIRTY);
558 lflag |= IO_HEADZEROFILL;
613 lflag | IO_HEADZEROFILL | IO_NOZERODIRTY);
627 if (offset > zero_off) lflag |= IO_HEADZEROFILL;
637 lflag |= IO_TAILZEROFILL;
651 io_start = (lflag & IO_HEADZEROFILL) ? zero_off : offset;
655 io_end = (lflag & IO_TAILZEROFILL) ? tail_off : writelimit;
686 tail_off, lflag | IO_NOZERODIRTY | io_return_on_throttle);

Completed in 30 milliseconds