HomeSort by relevance Sort by last modified time
    Searched defs:modes (Results 1 - 23 of 23) sorted by null

  /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/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/cmd/man/src/util/nsgmls.src/lib/
ModeInfo.cxx 36 unsigned char modes[25]; // list of modes in which it is recognized, member in struct:SP_NAMESPACE::PackedTokenInfo
38 // a bit vector computed from modes (lo to hi)
48 const unsigned char EOM = 255; // end of modes
213 for (unsigned char *p = modes; *p != EOM; p++)
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/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...]
  /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...]
  /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/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/fmli/sys/
evfuncs.c 440 static mode_t modes; /* EFT abs k16 */ local
456 modes = 0775;
458 modes = ~(strtol(p, NULL, 8)) & 0777;
464 modes = statbuf.st_mode;
466 if (strtol(argv[i], NULL, 8) & modes)
  /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/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/uts/common/sys/
timex.h 148 * Control mode codes (timex.modes)
221 uint32_t modes; /* clock mode bits (wo) */ member in struct:timex
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.bin/tftp/
main.c 302 static struct modes { struct
305 } modes[] = { variable in typeref:struct:modes
318 struct modes *p;
326 for (p = modes; p->m_name != NULL; p++)
335 p = modes;
  /onnv/onnv-gate/usr/src/cmd/fmli/inc/
typetab.h 95 /* the following defines are for the modes field of the ott */
146 int modes; /* method of sorting or displaying */ member in struct:ott_tab
  /onnv/onnv-gate/usr/src/cmd/graph/
graph.c 81 char *modes[] = { variable
173 if(temp>=sizeof(modes)/sizeof(*modes))
628 linemod(modes[mode]);
644 linemod(modes[1]);
  /onnv/onnv-gate/usr/src/common/openssl/ssl/
ssltest.c 325 static int modes[CRYPTO_NUM_LOCKS]; /* = {0, 0, ... } */ local
344 if (modes[type])
352 modes[type] = rw;
356 if (!modes[type])
362 if (modes[type] != rw)
369 modes[type] = 0;
    [all...]
  /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/uts/common/io/mii/
mii.c 457 mii_get_loopmodes(mii_handle_t mh, lb_property_t *modes)
503 if (modes) {
504 bcopy(lmodes, modes, sizeof (lb_property_t) * cnt);
565 lb_property_t modes[MII_LOOPBACK_MAX]; local
591 cnt = mii_get_loopmodes(mh, modes);
601 cnt = mii_get_loopmodes(mh, modes);
605 bcopy(modes, mp->b_cont->b_rptr, iocp->ioc_count);
1106 * Disable everything to start... we'll add in modes as we go.
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/io/arn/
arn_hw.c 2917 static const char *modes[] = { local
    [all...]
arn_regd_common.h 2094 static const struct cmode modes[] = { variable in typeref:struct:cmode
    [all...]
  /onnv/onnv-gate/usr/src/cmd/syslogd/
syslogd.c 2384 int cfd, modes; local
    [all...]
  /onnv/onnv-gate/usr/src/cmd/init/
init.c 410 * The following structure contains a set of modes for /dev/syscon
484 static char *IOCTLSYSCON = "/etc/ioctl.syscon"; /* Last syscon modes */
830 * be called again to check normal modes. If we have
1328 int modes, maxfiles; local
    [all...]

Completed in 2328 milliseconds