Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/picl/plugins/sun4u/excalibur/envd/
H A Dpiclenvd.c205 static char fru_devfsadm_cmd[128]; variable
435 {"fru_devfsadm_cmd", process_string_tuneable, &fru_devfsadm_cmd[0],
436 sizeof (fru_devfsadm_cmd)},
965 fru_devfsadm_cmd[0] == '\0') { in get_fru_envsegs()
983 fru_devfsadm_cmd); in get_fru_envsegs()
985 (void) system(fru_devfsadm_cmd); in get_fru_envsegs()
2621 (void) strlcpy(fru_devfsadm_cmd, FRU_DEVFSADM_CMD, in envd_setup()
2622 sizeof (fru_devfsadm_cmd)); in envd_setup()