Home
last modified time | relevance | path

Searched refs:setting (Results 1 – 25 of 90) sorted by relevance

1234

/titanic_53/usr/src/cmd/boot/bootadm/
H A Dbootadm_loader.c786 list_menu_entry(menu_entry_t *entry, char *setting) in list_menu_entry() argument
851 if (*setting == '\0') in list_menu_entry()
853 else if (strcasecmp(setting, "title") == 0) { in list_menu_entry()
865 if (*setting == '\0') in list_menu_entry()
867 else if (strcasecmp(setting, "timeout") == 0) { in list_menu_entry()
875 if (*setting == '\0') in list_menu_entry()
877 else if (strcasecmp(setting, "console") == 0) { in list_menu_entry()
883 if (*setting == '\0') in list_menu_entry()
885 else if (strcasecmp(setting, "bootfs") == 0) { in list_menu_entry()
892 if (*setting == '\0') { in list_menu_entry()
[all …]
/titanic_53/usr/src/cmd/audio/utilities/
H A DAudioRawPipe.cc135 off_t setting = 0; in SetOffset() local
149 if ((err = seekread(GetHeader().Bytes_to_Time(val), setting)) in SetOffset()
156 if (setting != val) { in SetOffset()
/titanic_53/usr/src/cmd/svr4pkg/libinst/
H A Dlog.c173 log_set_verbose(boolean_t setting) in log_set_verbose() argument
175 verbose = setting; in log_set_verbose()
/titanic_53/usr/src/cmd/svr4pkg/pkgadm/
H A Dmain.c168 set_verbose(boolean_t setting) in set_verbose() argument
170 log_set_verbose(setting); in set_verbose()
/titanic_53/usr/src/test/zfs-tests/tests/functional/inheritance/
H A Dstate004.cfg34 # used to verify that setting a property on a middle level dataset does
35 # not prevent us from setting a property on the bottom level filesystem,
H A DREADME.config32 # <dataset name> <dataset type> <inital property setting>
39 # <initial property setting> - can have one of the following
H A Dstate003.cfg34 # used to verify that setting the filesystem's properties does not affect
/titanic_53/usr/src/contrib/ast/src/lib/libast/uwin/
H A Dcrypt.c843 extern char * crypt(register const char *key, register const char *setting) { in crypt() argument
867 switch (*setting) { in crypt()
885 *encp++ = *setting++; in crypt()
890 if ((t = (unsigned char)setting[i]) == '\0') in crypt()
895 setting += 4; in crypt()
906 if ((t = (unsigned char)setting[i]) == '\0') in crypt()
/titanic_53/usr/src/lib/policykit/libpolkit/common/
H A Dpolkit.pc.in15 Description: library for querying and setting system-wide policy
/titanic_53/usr/src/data/zoneinfo/
H A Detcetera14 # instead of TZ='Etc/GMT+4' one can use the POSIX setting TZ='<-04>+4'.
16 # Do not use a POSIX TZ setting like TZ='GMT+4', which is four hours
/titanic_53/usr/src/cmd/localedef/
H A Dparser.y161 setting_list : setting_list setting
162 | setting
166 setting : T_COM_CHAR T_CHAR T_NL
/titanic_53/usr/src/lib/libm/amd64/src/
H A Dilogbl.s74 fldt 8(%rsp) / push x, setting D-flag
/titanic_53/usr/src/lib/libm/i386/src/
H A Dilogbl.s74 fldt 4(%esp) / push x, setting D-flag
/titanic_53/usr/src/boot/sys/boot/i386/loader/
H A Dhelp.i38636 forced by setting this variable.
/titanic_53/usr/src/cmd/syslogd/
H A Dsyslogd.dfl33 # The LOG_FROM_REMOTE setting used to affect the logging of remote
/titanic_53/usr/src/lib/libbc/libc/sys/common/sparc/
H A Dsbrk.s57 add %o3, %o0, %o0 ! new break setting = request + .curbrk
/titanic_53/usr/src/boot/sys/boot/fdt/dts/
H A Dbindings-localbus.txt17 setting decoding windows.
/titanic_53/usr/src/uts/common/io/e1000api/
H A DREADME.new176 the setting, enter the following:
191 - The Jumbo Frames setting on the switch must be set to at least 22 bytes
194 - The maximum MTU setting for Jumbo Frames is 16110. This value coincides
297 To confirm the current setting:
/titanic_53/usr/src/cmd/netfiles/
H A Dnss.dfl28 # The default is to use the group table, setting the value of TRUE forces
/titanic_53/usr/src/contrib/ast/src/cmd/INIT/
H A DCONVERT.mk23 * of the hierarchy with the ast nmake(1) (after setting PATH and VPATH):
/titanic_53/usr/src/cmd/svr4pkg/pkgcond/
H A Dmain.c223 static void setNegateResults(boolean_t setting);
3673 setVerbose(boolean_t setting) in setVerbose() argument
3677 log_set_verbose(setting); in setVerbose()
3681 echoSetFlag(setting); in setVerbose()
3695 setNegateResults(boolean_t setting) in setNegateResults() argument
3698 _negateResults, setting); in setNegateResults()
3700 _negateResults = setting; in setNegateResults()
/titanic_53/usr/src/cmd/ipf/examples/
H A Dnat-setup4 To start setting up NAT, we need to define which is your "internal" interface
/titanic_53/usr/src/uts/sun4u/ml/
H A Dmach_copy.s114 ! Undo asi register setting. Just set it to be the
/titanic_53/usr/src/boot/sys/boot/forth/
H A Ddelay.4th54 delay_default \ use default setting (replacing bunk -1)
/titanic_53/usr/src/contrib/ast/lib/package/
H A Dast-ksh.pkg39 as FOO, bypassing the $PATH setting. To enable all libcmd

1234