Home
last modified time | relevance | path

Searched full:modes (Results 1 – 25 of 801) sorted by relevance

12345678910>>...33

/illumos-gate/usr/src/ucbcmd/tset/
H A Dtset.c17 * 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]
436 struct termios modes; variable
476 if ((istermios = ioctl(FILEDES, TCGETS, (char *)&modes)) < 0) { in main()
482 modes.c_lflag = oldmodes.c_lflag = mode.c_lflag; in main()
483 modes.c_oflag = oldmodes.c_oflag = mode.c_oflag; in main()
484 modes.c_iflag = oldmodes.c_iflag = mode.c_iflag; in main()
485 modes.c_cflag = oldmodes.c_cflag = mode.c_cflag; in main()
[all …]
/illumos-gate/usr/src/boot/efi/include/Protocol/
H A DIdeControllerInit.h97 /// and associated modes are not applicable to SATA devices.
151 /// This field specifies the PIO mode. PIO modes are defined in the ATA/ATAPI
159 /// This field specifies the single word DMA mode. Single word DMA modes are defined
169 /// This field specifies the multiword DMA mode. Various multiword DMA modes are
176 /// This field specifies the ultra DMA (UDMA) mode. UDMA modes are defined in the
182 /// The number of extended-mode bitmap entries. Extended modes describe transfer
359 Disqualifies specific modes for an IDE device.
362 drivers) to reject certain timing modes and request the IDE controller driver
363 to recalculate modes. This function allows the driver entity and the IDE
366 is when the IDE device fails to accept the timing modes that are calculated
[all …]
/illumos-gate/usr/src/cmd/lp/filter/postscript/filtdesc/
H A Dpostprint.fd36 Options: MODES group = -n2
37 Options: MODES group\=\([2-9]\) = -n\1
38 Options: MODES portrait = -pp
39 Options: MODES landscape = -pl
40 Options: MODES x\=\(\-*[\.0-9]*\) = -x\1
41 Options: MODES y\=\(\-*[\.0-9]*\) = -y\1
42 Options: MODES magnify\=\([\.0-9]*\) = -m\1
43 Options: MODES catv_filter = -I
H A Ddpost.fd33 Options: MODES group = -n2
34 Options: MODES group\=\([2-9]\) = -n\1
35 Options: MODES portrait = -pp
36 Options: MODES landscape = -pl
37 Options: MODES x\=\(\-*[\.0-9]*\) = -x\1
38 Options: MODES y\=\(\-*[\.0-9]*\) = -y\1
39 Options: MODES magnify\=\([\.0-9]*\) = -m\1
/illumos-gate/usr/src/man/man9e/
H A Dmac_capab_led.9e48 .Sx LED MODES
49 section for a list of supported modes.
73 .Ss LED MODES
74 The system has a notion of different LED modes.
77 While we generally want all such LED modes to be as uniform
83 The currently defined modes are:
140 member represents the support modes of the device driver.
143 to the bitwise-inclusive-OR of the LED modes listed in
144 .Sx LED MODES .
158 The driver does not have to multiplex requests for multiple modes or
[all …]
/illumos-gate/usr/src/man/man1/
H A Dstty.159 \fB/usr/bin/stty\fR [\fImodes\fR]
69 \fB/usr/xpg4/bin/stty\fR [\fImodes\fR]
79 \fB/usr/xpg6/bin/stty\fR [\fImodes\fR]
95 See \fBtermio\fR(4I) for detailed information about the modes listed from
96 \fBControl\fR \fBModes\fR through \fBLocal Modes\fR. For detailed information
97 about the modes listed under \fBHardware\fR \fBFlow\fR \fBControl\fR
98 \fBModes\fR and \fBClock Modes\fR, see \fBtermiox\fR(4I).
101 Operands described in the \fBCombination Modes\fR section are implemented using
104 modes options might not be supported by all hardware interfaces.
131 .SS "Control Modes"
[all …]
/illumos-gate/usr/src/test/zfs-tests/tests/functional/delegate/
H A Ddelegate_common.kshlib500 set -A modes "on" "off"
507 log_note "$user zfs set $perm=${modes[$n]} $dtst"
508 user_run $user zfs set $perm=${modes[$n]} $dtst
509 if [[ ${modes[$n]} != $(get_prop $perm $dtst) ]]; then
524 set -A modes 1 2 3
533 log_note "$user zfs set $perm=${modes[$n]} $dtst"
534 user_run $user zfs set $perm=${modes[$n]} $dtst
535 if [[ ${modes[$n]} != $(get_prop $perm $dtst) ]]; then
1051 set -A modes "on" "off"
1058 log_note "$user zfs set $perm=${modes[$n]} $fs"
[all …]
/illumos-gate/usr/src/cmd/lp/lib/papi/
H A Dlpsched-jobs.c53 char **modes = NULL; in job_attributes_to_lpsched_request() local
68 "job-sheets", "lp-charset", "lp-modes", "number-up", in job_attributes_to_lpsched_request()
184 appendlist(&modes, buf); in job_attributes_to_lpsched_request()
189 appendlist(&modes, buf); in job_attributes_to_lpsched_request()
194 appendlist(&modes, buf); in job_attributes_to_lpsched_request()
230 appendlist(&modes, buf); in job_attributes_to_lpsched_request()
234 * Convert attribute "orientation-requested" to modes in job_attributes_to_lpsched_request()
243 appendlist(&modes, "landscape"); in job_attributes_to_lpsched_request()
248 appendlist(&modes, "portrait"); in job_attributes_to_lpsched_request()
253 /* add "lp -y" modes */ in job_attributes_to_lpsched_request()
[all …]
/illumos-gate/usr/src/uts/common/syscall/
H A Dntptime.c148 int modes; in ntp_adjtime() local
158 modes = ntv.modes; in ntp_adjtime()
160 if (modes != 0 && secpolicy_settime(CRED()) != 0) in ntp_adjtime()
167 if ((modes & MOD_TIMECONST) && (ntv.constant < 0 || ntv.constant > 30)) in ntp_adjtime()
171 if (modes & MOD_MAXERROR) in ntp_adjtime()
173 if (modes & MOD_ESTERROR) in ntp_adjtime()
175 if (modes & MOD_STATUS) { in ntp_adjtime()
179 if (modes & MOD_TIMECONST) in ntp_adjtime()
181 if (modes & MOD_OFFSET) in ntp_adjtime()
187 if (modes & MOD_FREQUENCY) { in ntp_adjtime()
/illumos-gate/usr/src/lib/libcurses/screen/
H A Dvidupdate.c67 /* the old and new modes and then erase color-pairs fields in */ in vidupdate()
100 /* if the new and the old video modes became */ in vidupdate()
151 * modes and be left with and oldmode of STANDOUT and a new mode in _change_video()
176 chtype check_faked, modes[2]; in _change_video() local
180 modes[0] = newmode; in _change_video()
181 modes[1] = oldmode; in _change_video()
184 if ((check_faked = (modes[k] & in _change_video()
186 modes[k] &= ~check_faked; in _change_video()
187 modes[k] |= A_STANDOUT; in _change_video()
194 if (modes[k] & in _change_video()
[all …]
/illumos-gate/usr/src/uts/common/io/sfxge/common/
H A Defx_nic.c890 efx_qword_t modes; in efx_mcdi_get_loopback_modes() local
923 modes = *MCDI_OUT2(req, efx_qword_t, GET_LOOPBACK_MODES_OUT_100M); in efx_mcdi_get_loopback_modes()
924 EFX_AND_QWORD(modes, mask); in efx_mcdi_get_loopback_modes()
925 encp->enc_loopback_types[EFX_LINK_100FDX] = modes; in efx_mcdi_get_loopback_modes()
927 modes = *MCDI_OUT2(req, efx_qword_t, GET_LOOPBACK_MODES_OUT_1G); in efx_mcdi_get_loopback_modes()
928 EFX_AND_QWORD(modes, mask); in efx_mcdi_get_loopback_modes()
929 encp->enc_loopback_types[EFX_LINK_1000FDX] = modes; in efx_mcdi_get_loopback_modes()
931 modes = *MCDI_OUT2(req, efx_qword_t, GET_LOOPBACK_MODES_OUT_10G); in efx_mcdi_get_loopback_modes()
932 EFX_AND_QWORD(modes, mask); in efx_mcdi_get_loopback_modes()
933 encp->enc_loopback_types[EFX_LINK_10000FDX] = modes; in efx_mcdi_get_loopback_modes()
[all …]
/illumos-gate/usr/src/man/man8/
H A Ddiskinfo.830 There are three main modes.
108 This field is available in all output modes.
147 This field is available in compact and physical output modes.
151 This field is available in all output modes.
162 This field is available in compact and physical output modes.
171 This field is available in compact and default output modes.
182 This field is available in compact and default output modes.
186 This field is available in all output modes.
/illumos-gate/usr/src/man/man3head/
H A Dfenv.h.3head65 modes supported by the implementation.
147 modes. The pragma occurs either outside external declarations or preceding all
160 floating-point control modes, or runs under non-default mode settings, but was
166 unspecified and the floating-point control modes have their default settings.)
169 and directed-rounding control modes required by the IEC 60559: 1989 standard,
178 A function call does not alter its caller's floating-point control modes, clear
186 A function call is assumed to require default floating-point control modes,
199 control modes (or be unaware of them). The responsibilities associated with
227 the first \fIx\fR+1, or if the second \fIx\fR+1 might depend on control modes
H A Dtermios.h.3head84 used for terminal modes
102 tcflag_t c_iflag /* input modes */
103 tcflag_t c_oflag /* output modes */
104 tcflag_t c_cflag /* control modes */
105 tcflag_t c_lflag /* local modes */
157 .SS "Input Modes"
267 .SS "Output Modes"
670 .SS "Control Modes"
776 .SS "Local Modes"
/illumos-gate/usr/src/man/man1b/
H A Dstty.1b11 \fB/usr/ucb/stty\fR [\fB-a\fR] [\fB-g\fR] [\fB-h\fR] [\fImodes\fR]
56 performed. Hardware flow control and clock modes options might not be supported
100 .SS "Control Modes"
257 .SS "Input Modes"
412 .SS "Output Modes"
419 modes).
539 .SS "Local Modes"
756 .SS "Hardware Flow Control Modes"
801 .SS "Clock Modes"
944 .SS "Combination Modes"
[all …]
/illumos-gate/usr/src/cmd/bnu/
H A Dsetmode.c22 static int parse_modes(char *modes);
26 setmode(modes, fd) in setmode() argument
27 char *modes; in setmode()
30 if (parse_modes(modes))
40 /* Control Modes */
94 /* Input Modes */
143 /* Local Modes */
200 /* Output Modes */
276 * Parse a set of modes.
279 parse_modes(modes) in parse_modes() argument
[all …]
/illumos-gate/usr/src/man/man7/
H A Dnfssec.79 nfssec \- overview of NFS security modes
15 \fBkrb5i\fR, \fBkrb5p\fR, or \fBnone\fR. These security modes can also be added
19 multiple modes (or \fBnone\fR). With multiple modes, an NFS client can choose
20 any of the modes in the list.
41 The \fBNFS\fR security modes are described below. Of these, the \fBkrb5\fR,
42 \fBkrb5i\fR, \fBkrb5p\fR modes use the Kerberos V5 protocol for authenticating
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/
H A Dksh-regress.rt9 # these tests are the product { all modes combinations } X { tests }
15 modes=(
35 integer n=1 m=${#modes[@]}
48 1*) k="$k --no${modes[i]}" ;;
49 2*) k="$k --${modes[i]}" ;;
/illumos-gate/usr/src/man/man4i/
H A Dtermiox.4i28 control, isochronous flow control and clock modes, and local implementations of
37 .Ss "Hardware Flow Control Modes"
78 .Ss "Clock Modes"
92 In terms of clock modes, traditional asynchronous communication is implemented
110 unsigned short x_hflag; /* hardware flow control modes */
111 unsigned short x_cflag; /* clock modes */
112 unsigned short x_rflag[NFF]; /* reserved modes */
113 unsigned short x_sflag; /* spare local modes */
119 field describes hardware flow control modes:
224 field specifies the system treatment of clock modes.
/illumos-gate/usr/src/uts/common/io/
H A Doptions.conf27 # The property "ttymodes" defines the default termios modes
33 # the "-g" option to /usr/bin/stty. Some standard termios modes
36 # For SVID compliance, use these modes,
39 # For SunOS 4.x defaults (7-bit/evenp/istrip), use these modes,
43 # internationalization, use these modes,
/illumos-gate/usr/src/uts/common/sys/
H A Dtermiox.h40 /* hardware flow control modes */
48 /* clock modes */
108 unsigned short x_hflag; /* hardware flow control modes */
109 unsigned short x_cflag; /* clock modes */
110 unsigned short x_rflag[NFF]; /* reserved modes */
111 unsigned short x_sflag; /* spare modes */
H A Dtty.h41 tcflag_t t_iflag; /* copy of iflag from tty modes */
42 tcflag_t t_cflag; /* copy of cflag from tty modes */
43 uchar_t t_stopc; /* copy of c_cc[VSTOP] from tty modes */
44 uchar_t t_startc; /* copy of c_cc[VSTART] from tty modes */
/illumos-gate/usr/src/man/man3m/
H A Dfex_set_handling.3m9 \- control floating point exception handling modes
34 These functions provide control of floating point exception handling modes. For
336 The \fBfex_getexcepthandler()\fR function saves the current handling modes and
342 The \fBfex_setexcepthandler()\fR function restores the handling modes and
346 indicated modes is undefined.
446 handling modes only for the calling thread.
462 disabled. Attempting to change these modes within the handler may not produce
/illumos-gate/usr/src/man/man3xcurses/
H A Ddef_prog_mode.3xcurses9 save/restore terminal modes
42 terminal modes as "program" (within X/Open Curses) or "shell" (outside X/Open
43 Curses). The modes are saved automatically by \fBinitscr\fR(3XCURSES),
48 current terminal modes to "program" (within X/Open Curses) or "shell" (outside
/illumos-gate/usr/src/man/man3nsl/
H A Drpc_control.3nsl45 There are three multithread (MT) modes. These are:
57 Unless the application sets the Automatic or User MT modes, it will stay in the
59 Guide\fR for the meanings of these modes and programming examples. Once a mode
70 Set and get operations will succeed even in modes where the operations don't
74 so values returned in other modes may be undefined.

12345678910>>...33