Home
last modified time | relevance | path

Searched refs:lflags (Results 1 – 6 of 6) sorted by relevance

/titanic_41/usr/src/cmd/nlsadmin/
H A Dnlsadmin.c107 char *lflags; member
135 int lflags = 0; /* listener flags */ in main() local
150 || addrptr || rpcptr || lflags) in main()
162 || rpcptr || cmdptr || idptr || lflags ) in main()
169 || rpcptr || cmdptr || idptr || lflags ) in main()
176 || rpcptr || cmdptr || idptr || lflags ) in main()
182 || rpcptr || cmdptr || idptr || lflags ) in main()
189 || cmdptr || idptr || lflags ) in main()
195 if ( (flag && (flag != CMDFLAG)) || Quietflag || rpcptr || lflags ) in main()
212 || rpcptr || lflags || idptr ) in main()
[all …]
/titanic_41/usr/src/cmd/mdb/common/modules/genunix/
H A Dtaskq.c60 uint_t lflags = l->tq_flags; in tqcmp() local
64 if ((lflags & TASKQ_DYNAMIC) && !(rflags & TASKQ_DYNAMIC)) in tqcmp()
66 if (!(lflags & TASKQ_DYNAMIC) && (rflags & TASKQ_DYNAMIC)) in tqcmp()
69 if ((lflags & TASKQ_NOINSTANCE) && !(rflags & TASKQ_NOINSTANCE)) in tqcmp()
71 if (!(lflags & TASKQ_NOINSTANCE) && (rflags & TASKQ_NOINSTANCE)) in tqcmp()
74 if (!(lflags & TASKQ_NOINSTANCE) && in tqcmp()
/titanic_41/usr/src/cmd/ls/
H A Dls.c191 mode_t lflags; /* 0777 bits used as r,w,x permissions */ member
1089 ep->lflags |= ISARG; in main()
1264 (void) printf("%s\n", (ap->lflags & ISARG) ? ap->ln.namep : in pentry()
1286 pmode(p->lflags); in pentry()
1354 (p->lflags & (S_IXUSR|S_IXGRP|S_IXOTH))) in pentry()
1363 if (p->lflags & ISARG) in pentry()
1998 rep->lflags = statb.st_mode & ~S_IFMT; in gstat()
2001 rep->lflags |= LS_NOTREG; in gstat()
2079 rep->lflags &= ~S_IRWXG; in gstat()
2087 rep->lflags |= (groupperm & mask) << 3; in gstat()
[all …]
/titanic_41/usr/src/cmd/cmd-inet/usr.bin/
H A Drlogin.c1303 int lflags; in mode() local
1307 if (ioctl(STDIN_FILENO, TIOCLGET, (char *)&lflags) == -1) in mode()
1318 lflags = deflflags; in mode()
1331 lflags |= LLITOUT; in mode()
1344 if (compat_ioctl(STDIN_FILENO, TIOCLSET, &lflags) == -1) in mode()
/titanic_41/usr/src/cmd/sgs/rtld/common/
H A Daudit.c986 uint_t lflags, oflags = *flags; in _audit_symbind() local
1009 lflags = (oflags & ~(LA_SYMB_NOPLTENTER | LA_SYMB_NOPLTEXIT)); in _audit_symbind()
1019 &lflags, name); in _audit_symbind()
1021 &lflags); in _audit_symbind()
1032 *flags |= (lflags & (LA_SYMB_NOPLTENTER | LA_SYMB_NOPLTEXIT)); in _audit_symbind()
/titanic_41/usr/src/cmd/init/
H A Dinit.c2893 unsigned int iflags, oflags, cflags, lflags, ldisc, cc[18]; in get_ioctl_syscon() local
2908 &iflags, &oflags, &cflags, &lflags, in get_ioctl_syscon()
2917 stored_syscon_termios.c_lflag = lflags; in get_ioctl_syscon()
2924 &iflags, &oflags, &cflags, &lflags, &ldisc, &cc[0], &cc[1], in get_ioctl_syscon()
2934 stored_syscon_termios.c_lflag = (ushort_t)lflags; in get_ioctl_syscon()