Home
last modified time | relevance | path

Searched refs:modes (Results 1 – 25 of 71) sorted by relevance

123

/titanic_51/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]
432 struct termios modes; variable
472 if ((istermios = ioctl(FILEDES, TCGETS, (char *)&modes)) < 0) { in main()
478 modes.c_lflag = oldmodes.c_lflag = mode.c_lflag; in main()
479 modes.c_oflag = oldmodes.c_oflag = mode.c_oflag; in main()
480 modes.c_iflag = oldmodes.c_iflag = mode.c_iflag; in main()
481 modes in main()
[all...]
/titanic_51/usr/src/uts/common/syscall/
H A Dntptime.c145 int modes; in ntp_adjtime() local
155 modes = ntv.modes; in ntp_adjtime()
157 if (modes != 0 && secpolicy_settime(CRED()) != 0) in ntp_adjtime()
164 if (modes & MOD_MAXERROR) in ntp_adjtime()
166 if (modes & MOD_ESTERROR) in ntp_adjtime()
168 if (modes & MOD_STATUS) { in ntp_adjtime()
172 if (modes & MOD_TIMECONST) in ntp_adjtime()
174 if (modes & MOD_OFFSET) in ntp_adjtime()
176 if (modes in ntp_adjtime()
[all...]
/titanic_51/usr/src/lib/libcurses/screen/
H A Dvidupdate.c69 /* the old and new modes and then erase color-pairs fields in */ in vidupdate()
102 /* if the new and the old video modes became */ in vidupdate()
153 * modes and be left with and oldmode of STANDOUT and a new mode in _change_video()
178 chtype check_faked, modes[2]; in _change_video() local
182 modes[0] = newmode; in _change_video()
183 modes[1] = oldmode; in _change_video()
186 if ((check_faked = (modes[k] & in _change_video()
188 modes[k] &= ~check_faked; in _change_video()
189 modes[k] |= A_STANDOUT; in _change_video()
196 if (modes[ in _change_video()
[all...]
/titanic_51/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...]
/titanic_51/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]}" ;;
/titanic_51/usr/src/cmd/lp/cmd/lpsched/
H A Dpickfilter.c92 char ** modes = 0; in pickfilter() local
119 if (prs->request->modes) { in pickfilter()
120 cp = Strdup(prs->request->modes); in pickfilter()
122 modes = getlist(cp, "", LP_SEP); in pickfilter()
127 2 * (NPARM_SPEC + lenlist(modes) + 1) * sizeof(char *) in pickfilter()
228 * and the modes. in pickfilter()
256 if (modes) { in pickfilter()
257 for (pl = modes; *pl; pl++) { in pickfilter()
492 if (modes) in pickfilter()
493 freelist (modes); in pickfilter()
[all...]
/titanic_51/usr/src/uts/intel/kcf/
H A DMakefile103 $(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))
/titanic_51/usr/src/test/zfs-tests/tests/functional/delegate/
H A Ddelegate_common.kshlib497 set -A modes "on" "off"
504 log_note "$user $ZFS set $perm=${modes[$n]} $dtst"
505 user_run $user $ZFS set $perm=${modes[$n]} $dtst
506 if [[ ${modes[$n]} != $(get_prop $perm $dtst) ]]; then
521 set -A modes 1 2 3
530 log_note "$user $ZFS set $perm=${modes[$n]} $dtst"
531 user_run $user $ZFS set $perm=${modes[$n]} $dtst
532 if [[ ${modes[$n]} != $(get_prop $perm $dtst) ]]; then
1048 set -A modes "on" "off"
1055 log_note "$user $ZFS set $perm=${modes[
[all...]
/titanic_51/usr/src/cmd/bnu/
H A Dsetmode.c24 static int parse_modes(char *modes);
28 setmode(modes, fd) in setmode() argument
29 char *modes; in setmode()
32 if (parse_modes(modes))
278 * Parse a set of modes.
281 parse_modes(modes) in parse_modes() argument
282 char *modes; in parse_modes()
297 curtoken = strtok(modes, ",");
/titanic_51/usr/src/uts/sun4u/montecarlo/io/
H A Dse.conf34 ssp-console-modes="115200,8,n,1,-"
35 ssp-control-modes="115200,8,n,1,-"
/titanic_51/usr/src/cmd/lp/lib/requests/
H A Dfreerequest.c70 if (reqbufp->modes)
71 Free (reqbufp->modes);
H A Dputrequest.c193 if (reqbufp->modes)
194 (void)fdprintf(fd, "%s%s\n", HEAD, reqbufp->modes);
H A Dgetrequest.c200 reqp->modes = Strdup(p);
H A Dllib-llpreq48 char *modes; /* mode(s) of operation; space sep. list */
/titanic_51/usr/src/lib/libast/common/sfio/
H A Dsfsetbuf.c63 static int modes = -1; in setlinemode() local
68 if (modes < 0) in setlinemode()
69 { modes = 0; in setlinemode()
78 { if ((modes |= SF_LINE) == (SF_LINE|SF_WCWIDTH)) in setlinemode()
83 { if ((modes |= SF_WCWIDTH) == (SF_LINE|SF_WCWIDTH)) in setlinemode()
89 return modes; in setlinemode()
/titanic_51/usr/src/contrib/ast/src/lib/libast/sfio/
H A Dsfsetbuf.c69 static int modes = -1; in sfsetlinemode() local
75 if (modes < 0) in sfsetlinemode()
76 { modes = 0; in sfsetlinemode()
85 modes |= SF_LINE; in sfsetlinemode()
95 modes |= SF_WCWIDTH; in sfsetlinemode()
99 return modes; in sfsetlinemode()
/titanic_51/usr/src/lib/pkcs11/libsoftcrypto/
H A DMakefile.com57 MODES_DIR = $(SRC)/common/crypto/modes
58 MODES_COMMON_OBJS = modes.o ecb.o cbc.o ctr.o
H A DMakefile.targ31 MODES_DIR = $(SRC)/common/crypto/modes
/titanic_51/usr/src/cmd/cmd-inet/usr.bin/tftp/
H A Dmain.c302 static struct modes { struct
305 } modes[] = { variable
318 struct modes *p; in modecmd()
326 for (p = modes; p->m_name != NULL; p++) in modecmd()
335 p = modes; in modecmd()
/titanic_51/usr/src/cmd/lp/include/
H A Drequests.h80 char *modes; /* mode(s) of operation; space sep. list */ member
/titanic_51/usr/src/uts/common/sys/
H A Dmii.h331 * that context. The modes supplied are supported by the MII/PHY.
332 * Drivers may wish to add modes for MAC internal loopbacks as well.
335 * Note that the first item in the modes array will always be the
342 * modes Location to receive an array of loopback modes.
344 * There will never be more than MII_LOOPBACK_MAX modes
350 * Count of number of modes available, in no case larger than
353 int mii_get_loopmodes(mii_handle_t mii, lb_property_t *modes);
363 * returned in the modes array (see mii_get_loopmodes), or the
H A Dtimex.h148 * Control mode codes (timex.modes)
221 uint32_t modes; /* clock mode bits (wo) */ member
/titanic_51/usr/src/lib/pkcs11/libsoftcrypto/common/
H A Dllib-lsoftcrypto40 #include <modes.h>
/titanic_51/usr/src/uts/common/io/mii/
H A Dmii.c469 mii_get_loopmodes(mii_handle_t mh, lb_property_t *modes) in mii_get_loopmodes() argument
515 if (modes) { in mii_get_loopmodes()
516 bcopy(lmodes, modes, sizeof (lb_property_t) * cnt); in mii_get_loopmodes()
577 lb_property_t modes[MII_LOOPBACK_MAX]; in mii_m_loop_ioctl() local
603 cnt = mii_get_loopmodes(mh, modes); in mii_m_loop_ioctl()
613 cnt = mii_get_loopmodes(mh, modes); in mii_m_loop_ioctl()
617 bcopy(modes, mp->b_cont->b_rptr, iocp->ioc_count); in mii_m_loop_ioctl()
1137 * Disable everything to start... we'll add in modes as we go. in phy_loop()
1519 * gigabit modes cannot use legacy parallel detection. in phy_check()
/titanic_51/usr/src/cmd/init/
H A Dinit.c412 * The following structure contains a set of modes for /dev/syscon
486 static char *IOCTLSYSCON = "/etc/ioctl.syscon"; /* Last syscon modes */
830 * be called again to check normal modes. If we have in main()
1224 * First check the "powerhit" flag. If it is set, make sure the modes in spawn_processes()
1286 * If the modes are the normal modes (ONCE, WAIT, RESPAWN, OFF, in spawn_processes()
1328 int modes, maxfiles; in spawn() local
1333 * The modes to be sent to efork() are 0 unless we are in spawn()
1337 modes = NAMED; in spawn()
1340 modes | in spawn()
2454 efork(int action,struct PROC_TABLE * process,int modes) efork() argument
[all...]

123