HomeSort by relevance Sort by last modified time
    Searched refs:modes (Results 1 - 25 of 78) sorted by null

1 2 3 4

  /onnv/onnv-gate/usr/src/cmd/fmli/vt/
highlight.c 57 static chtype modes; local
60 * Determine modes
63 modes |= A_BLINK;
65 modes |= A_BOLD;
67 modes |= A_DIM;
69 modes |= A_REVERSE;
71 modes |= A_STANDOUT;
73 modes |= A_UNDERLINE;
80 Attr_highlight = modes & A_STANDOUT;
81 if (modes & A_REVERSE
    [all...]
  /onnv/onnv-gate/usr/src/uts/sun4u/montecarlo/io/
se.conf 34 ssp-console-modes="115200,8,n,1,-"
35 ssp-control-modes="115200,8,n,1,-"
  /onnv/onnv-gate/usr/src/ucbcmd/tset/
tset.c 17 * TSET -- set terminal modes
263 #define curerase modes.c_cc[VERASE]
264 #define curkill modes.c_cc[VKILL]
265 #define curintr modes.c_cc[VINTR]
432 struct termios modes; variable in typeref:struct:termios
472 if ((istermios = ioctl(FILEDES, TCGETS, (char *)&modes)) < 0) {
478 modes.c_lflag = oldmodes.c_lflag = mode.c_lflag;
479 modes.c_oflag = oldmodes.c_oflag = mode.c_oflag;
480 modes.c_iflag = oldmodes.c_iflag = mode.c_iflag;
481 modes.c_cflag = oldmodes.c_cflag = mode.c_cflag
    [all...]
  /onnv/onnv-gate/usr/src/lib/pkcs11/libsoftcrypto/common/
llib-lsoftcrypto 39 #include <modes.h>
  /onnv/onnv-gate/usr/src/uts/intel/kcf/
Makefile 103 $(OBJS_DIR)/%.o: $(COM_DIR)/modes/amd64/%.s
104 $(COMPILE.s) -o $@ $(COM_DIR)/modes/amd64/${@F:.o=.s}
107 $(OBJS_DIR)/%.ln: $(COM_DIR)/modes/amd64/%.s
108 @($(LHEAD) $(LINT.s) $(COM_DIR)/modes/amd64/${@F:.ln=.s} $(LTAIL))
  /onnv/onnv-gate/usr/src/uts/common/syscall/
ntptime.c 145 int modes; local
155 modes = ntv.modes;
157 if (modes != 0 && secpolicy_settime(CRED()) != 0)
164 if (modes & MOD_MAXERROR)
166 if (modes & MOD_ESTERROR)
168 if (modes & MOD_STATUS) {
172 if (modes & MOD_TIMECONST)
174 if (modes & MOD_OFFSET)
176 if (modes & MOD_FREQUENCY
    [all...]
  /onnv/onnv-gate/usr/src/cmd/lp/lib/requests/
freerequest.c 70 if (reqbufp->modes)
71 Free (reqbufp->modes);
llib-llpreq 48 char *modes; /* mode(s) of operation; space sep. list */
putrequest.c 193 if (reqbufp->modes)
194 (void)fdprintf(fd, "%s%s\n", HEAD, reqbufp->modes);
  /onnv/onnv-gate/usr/src/cmd/fmli/oh/
typetab.c 179 Cur_ott->modes = OTT_ACTIVE;
192 Cur_ott->modes |= OTT_DIRTY;
207 Cur_ott->modes |= OTT_DIRTY; /* force rewrite */
269 Cur_ott->modes |= OTT_DIRTY;
287 Cur_ott->modes = OTT_ACTIVE;
369 Cur_ott->modes |= OTT_DIRTY;
402 Cur_ott->modes |= OTT_DIRTY;
442 Cur_ott->modes |= strtol(buf+9, (char **)NULL, 16);
448 Cur_ott->modes |= strtol(buf+9, (char **)NULL, 16);
467 if (Cur_ott->modes & OTT_DIRTY)
    [all...]
  /onnv/onnv-gate/usr/src/lib/libcurses/screen/
vidupdate.c 69 /* the old and new modes and then erase color-pairs fields in */
102 /* if the new and the old video modes became */
153 * modes and be left with and oldmode of STANDOUT and a new mode
178 chtype check_faked, modes[2]; local
182 modes[0] = newmode;
183 modes[1] = oldmode;
186 if ((check_faked = (modes[k] &
188 modes[k] &= ~check_faked;
189 modes[k] |= A_STANDOUT;
196 if (modes[k]
    [all...]
caps 57 move_standout_mode, "msgr" "ms" Safe to move in standout modes
258 reset_1string, "rs1" "r1" Reset terminal completely to sane modes.
259 reset_2string, "rs2" "r2" Reset terminal completely to sane modes.
260 reset_3string, "rs3" "r3" Reset terminal completely to sane modes.
  /onnv/onnv-gate/usr/src/cmd/lp/lib/papi/
lpsched-jobs.c 53 char **modes = NULL; local
68 "job-sheets", "lp-charset", "lp-modes", "number-up",
184 appendlist(&modes, buf);
189 appendlist(&modes, buf);
194 appendlist(&modes, buf);
230 appendlist(&modes, buf);
234 * Convert attribute "orientation-requested" to modes
243 appendlist(&modes, "landscape");
248 appendlist(&modes, "portrait");
253 /* add "lp -y" modes */
    [all...]
  /onnv/onnv-gate/usr/src/cmd/man/src/util/nsgmls.src/lib/
parseMode.cxx 82 Mode modes[nModes]; local
86 modes[n++] = modeTable[i].mode;
87 compileModes(modes, n, 0);
94 Mode modes[nModes]; local
99 modes[n++] = modeTable[i].mode;
104 modes[n++] = modeTable[i].mode;
108 modes[n++] = modeTable[i].mode;
111 compileModes(modes, n, 0);
120 Mode modes[nModes];
125 modes[n++] = modeTable[i].mode
    [all...]
  /onnv/onnv-gate/usr/src/cmd/bnu/
setmode.c 24 static int parse_modes(char *modes);
28 setmode(modes, fd)
29 char *modes;
32 if (parse_modes(modes))
42 /* Control Modes */
96 /* Input Modes */
145 /* Local Modes */
202 /* Output Modes */
278 * Parse a set of modes.
281 parse_modes(modes)
    [all...]
  /onnv/onnv-gate/usr/src/common/openssl/apps/
openssl.c 155 static int modes[CRYPTO_NUM_LOCKS]; /* = {0, 0, ... } */ local
174 if (modes[type])
182 modes[type] = rw;
186 if (!modes[type])
192 if (modes[type] != rw)
199 modes[type] = 0;
  /onnv/onnv-gate/usr/src/common/crypto/modes/
ecb.c 34 #include <modes/modes.h>
  /onnv/onnv-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/
softCrypt.h 37 #include <modes/modes.h>
softFipsPostUtil.c 38 #include <modes/modes.h>
  /onnv/onnv-gate/usr/src/common/crypto/aes/
aes_modes.c 28 #include <modes/modes.h>
  /onnv/onnv-gate/usr/src/common/crypto/des/
des_impl.h 112 #include <modes/modes.h>
  /onnv/onnv-gate/usr/src/cmd/lp/include/
requests.h 80 char *modes; /* mode(s) of operation; space sep. list */ member in struct:REQUEST
  /onnv/onnv-gate/usr/src/uts/common/io/drm/
drm_agpsupport.c 182 drm_agp_mode_t modes; local
191 DRM_COPYFROM_WITH_RETURN(&modes, (void *)data, sizeof (modes));
193 dev->agp->mode = modes.mode;
194 setup.agps_mode = (uint32_t)modes.mode;
196 DRM_DEBUG("drm_agp_enable: dev->agp->mode=%lx", modes.mode);
  /onnv/onnv-gate/usr/src/lib/libast/common/sfio/
sfsetbuf.c 63 static int modes = -1; local
68 if (modes < 0)
69 { modes = 0;
78 { if ((modes |= SF_LINE) == (SF_LINE|SF_WCWIDTH))
83 { if ((modes |= SF_WCWIDTH) == (SF_LINE|SF_WCWIDTH))
89 return modes;
  /onnv/onnv-gate/usr/src/cmd/lp/cmd/lpsched/
pickfilter.c 92 char ** modes = 0; local
119 if (prs->request->modes) {
120 cp = Strdup(prs->request->modes);
122 modes = getlist(cp, "", LP_SEP);
127 2 * (NPARM_SPEC + lenlist(modes) + 1) * sizeof(char *)
228 * and the modes.
256 if (modes) {
257 for (pl = modes; *pl; pl++) {
492 if (modes)
493 freelist (modes);
    [all...]

Completed in 1679 milliseconds

1 2 3 4