Home
last modified time | relevance | path

Searched refs:value (Results 1 – 25 of 3751) sorted by path

12345678910>>...151

/illumos-gate/exception_lists/
H A Dcheck_rtime206 # and return value types are difficult to handle well in mapfiles.
/illumos-gate/usr/src/
H A DTargetdirs557 # The default value for DIRMODE is specified in usr/src/Makefile.master.
603 # symlink assignments, LINKDEST is the value of the symlink
/illumos-gate/usr/src/boot/common/
H A Dbootstrap.h355 void (*arch_isaoutb)(int port, int value);
H A Dconsole.c276 cons_set(struct env_var *ev, int flags, const void *value) in cons_set() argument
281 if ((value == NULL) || (cons_check(value) == 0)) { in cons_set()
291 ret = cons_change(value, &list); in cons_set()
302 (void) env_setenv(ev->ev_name, flags | EV_NOHOOK, value, in cons_set()
360 cons_add_list(char *list, const char *value) in cons_add_list() argument
365 return (strdup(value)); in cons_add_list()
367 if (asprintf(&tmp, "%s,%s", list, value) > 0) { in cons_add_list()
455 twiddle_set(struct env_var *ev, int flags, const void *value) in twiddle_set() argument
460 tdiv = strtoul(value, &eptr, 0); in twiddle_set()
461 if (*(const char *)value == 0 || *eptr != 0) { in twiddle_set()
[all …]
H A Dgfx_fb.c249 gfx_set_colors(struct env_var *ev, int flags, const void *value) in gfx_set_colors() argument
255 if (value == NULL) in gfx_set_colors()
260 if (color_name_to_ansi(value, &val)) { in gfx_set_colors()
267 val = (int)strtol(value, &end, 0); in gfx_set_colors()
273 evalue = value; in gfx_set_colors()
306 if (value == NULL) in gfx_set_inverses()
309 t = strcmp(value, "true"); in gfx_set_inverses()
310 f = strcmp(value, "false"); in gfx_set_inverses()
328 env_setenv(ev->ev_name, flags | EV_NOHOOK, value, NULL, NULL); in gfx_set_inverses()
2299 if (value != NULL) { in font_set()
[all …]
H A Dhelp.common9 In command help, a term enclosed with <...> indicates a value as
30 value is 10.
173 set <variable name>=<value>
180 setprop <variable name> <value>
187 set autoboot_delay=<value>
262 set console[=<value>[,<value>]]
264 Sets the current console. If <value> is omitted, a list of valid
287 set prompt=<value>
298 Without the value, will list the currently available list
336 read [-t <value>] [-p <prompt>] [<variable name>]
[all …]
H A Dmultiboot2.c339 find_property_value(const char *cmd, const char *name, const char **value, in find_property_value() argument
346 *value = NULL; in find_property_value()
403 *value = valuep; in find_property_value()
/illumos-gate/usr/src/boot/efi/include/IndustryStandard/
H A DTpm20.h1031 UINT32 value; member
/illumos-gate/usr/src/boot/efi/libefi/
H A Ddevicename.c203 efi_setcurrdev(struct env_var *ev, int flags, const void *value) in efi_setcurrdev() argument
208 rv = efi_parsedev(&ncurr, value, NULL); in efi_setcurrdev()
213 env_setenv(ev->ev_name, flags | EV_NOHOOK, value, NULL, NULL); in efi_setcurrdev()
H A Denv.c1421 char *value = NULL, *guid = NULL; in ficlEfiSetenv() local
1475 value = ficlMalloc(values + 1); in ficlEfiSetenv()
1476 if (value == NULL) { in ficlEfiSetenv()
1480 memcpy(value, valuep, values); in ficlEfiSetenv()
1482 status = RS->SetVariable(name, (EFI_GUID *)&u, attr, values, value); in ficlEfiSetenv()
1492 ficlFree(value); in ficlEfiSetenv()
1501 char *name, *value; in ficlEfiGetenv() local
1516 value = getenv(name); in ficlEfiGetenv()
1519 if (value != NULL) { in ficlEfiGetenv()
1520 ficlStackPushPointer(ficlVmGetDataStack(pVM), value); in ficlEfiGetenv()
[all …]
/illumos-gate/usr/src/boot/efi/loader/
H A Defiserialio.c210 char value[20]; in comc_probe() local
272 snprintf(value, sizeof (value), "%s", in comc_probe()
286 snprintf(value, sizeof (value), "%s", in comc_probe()
452 if (value == NULL || *value == '\0') in comc_parse_mode()
456 n = strtoul(value, &ep, 10); in comc_parse_mode()
561 if (value == NULL) in comc_mode_set()
583 if (value == NULL) in comc_cd_set()
590 if (strcmp(value, "true") == 0) in comc_cd_set()
592 else if (strcmp(value, "false") == 0) in comc_cd_set()
610 if (value == NULL) in comc_rtsdtr_set()
[all …]
/illumos-gate/usr/src/boot/forth/
H A Dbeadm.4th437 read_line \ read value line
453 \ for chain, use the value as is
H A Dcheck-password.4th33 13 constant enter_key \ The decimal ASCII value for Enter key
34 8 constant bs_key \ The decimal ASCII value for Backspace key
35 21 constant ctrl_u \ The decimal ASCII value for Ctrl-U sequence
H A Ddelay.4th63 delay_delay ! \ stored value is on the stack from above
69 2drop \ don't need the value, just existence
86 key \ obtain ASCII value for keystroke
H A Dmenu-commands.4th330 cycle_menuitem \ cycle cycle_stateN to next value
376 cycle_menuitem \ cycle cycle_stateN to next value
422 \ Reset "nmi" to its initial value
445 cycle_menuitem \ cycle cycle_stateN to next value
H A Dmenu.4th213 \ Print the value of menuidx
401 \ Initialize cycle state from stored value
427 \ Initialize cycle state from stored value
453 \ Initialize cycle state from stored value
545 drop \ no need for the value
800 dup cycle_stateN dup @ 1+ \ get value and increment
853 \ Assign array value text to menu caption
868 \ update the menu to reflect the new value.
967 menu_timeout ! ( store value on stack from above )
980 menu_timeout_x ! ( store value on stack from above )
[all …]
H A Dmenu.rc68 \ Enable "Options:" separator. When set to a numerical value (1-8), a visual
H A Dmenusets.4th69 \ SET -- execute cmdbuf (c-addr2/u2) to inherit value
139 \ SET -- execute cmdbuf (c-addr2/u2) to inherit value
236 \ SET -- execute cmdbuf (c-addr2/u2) to inherit value
334 \ use the value thereof as the prefix to every menu variable.
347 \ its value for later use.
351 \ drop assembled variable name, leave the value
363 \ either the value thereof to be used as a prefix to all menu_*
386 \ represents the value of $menuset_name1 (given 1 as stack-input):
H A Dpcibios.4th41 0= if ." Bad pci-id given (must be legal hex value)" cr abort then
H A Dpnp.4th153 0 value filename
154 0 value timestamp
155 0 value id
H A Dsupport.4th60 \ value verbose? indicates if user wants a verbose loading
171 0 value verbose?
436 0 value read_buffer_ptr
443 0 value end_of_file?
547 \ <value> ::= '"'{<character_set>|'\'<anything>}'"' | <vname>
560 0 value line_pointer
574 0 value parsing_function
575 0 value end_of_line
992 \ not allocated, it's value (0) is used as flag.
1172 0 value any_conf_read?
[all …]
H A Dversion.4th34 \ Default $loader_version value if not overridden or using tribute screen
/illumos-gate/usr/src/boot/i386/libi386/
H A Dbiosacpi.c99 char *name, *value; in biosacpi_setup_spcr() local
127 value = NULL; in biosacpi_setup_spcr()
134 if (asprintf(&value, "%u,8,N,1,-", baudrate) < 0) in biosacpi_setup_spcr()
169 setenv(name, value, 1); in biosacpi_setup_spcr()
173 setenv(name, value, 1); in biosacpi_setup_spcr()
177 free(value); in biosacpi_setup_spcr()
H A Dbiospci.c476 uint32_t value, width, offset, locator; in ficlPciBiosWriteConfig() local
480 value = ficlStackPopInteger(ficlVmGetDataStack(pVM)); in ficlPciBiosWriteConfig()
485 biospci_write_config(locator, offset, width, value); in ficlPciBiosWriteConfig()
500 uint32_t value, width, offset, locator; in ficlPciBiosReadConfig() local
508 value = 0; in ficlPciBiosReadConfig()
509 (void) biospci_read_config(locator, offset, width, &value); in ficlPciBiosReadConfig()
511 ficlStackPushInteger(ficlVmGetDataStack(pVM), value); in ficlPciBiosReadConfig()
H A Dcomconsole.c230 char value[20]; in comc_probe() local
265 snprintf(value, sizeof (value), "%s", in comc_probe()
279 snprintf(value, sizeof (value), "%s", in comc_probe()
373 if (value == NULL || *value == '\0') in comc_parse_mode()
474 if (value == NULL) in comc_mode_set()
485 (char *)value); in comc_mode_set()
508 if (value == NULL) in comc_cd_set()
521 (char *)value); in comc_cd_set()
545 if (value == NULL) in comc_rtsdtr_set()
558 (char *)value); in comc_rtsdtr_set()
[all …]

12345678910>>...151