Home
last modified time | relevance | path

Searched refs:args_max (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/sun4v/os/
H A Dmach_cpu_states.c123 size_t args_max; in store_boot_cmd() local
154 args_max = BOOT_CMD_MAX_LEN - len; in store_boot_cmd()
156 if (args_len > args_max) { in store_boot_cmd()
160 args_len = args_max; in store_boot_cmd()