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

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

Completed in 86 milliseconds