Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/picl/plugins/sun4u/excalibur/envd/
H A Dpiclenvd.c356 static int process_string_tuneable(char *keyword, char *buf, void *addr,
431 {"shutdown_cmd", process_string_tuneable, &shutdown_cmd[0],
433 {"devfsadm_cmd", process_string_tuneable, &devfsadm_cmd[0],
435 {"fru_devfsadm_cmd", process_string_tuneable, &fru_devfsadm_cmd[0],
2448 process_string_tuneable(char *keyword, char *buf, void *addr, int size, in process_string_tuneable() function