Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/picl/plugins/sun4u/excalibur/envd/
H A Dpiclenvd.c206 static char devfsadm_cmd[128]; variable
435 {"devfsadm_cmd", process_string_tuneable, &devfsadm_cmd[0],
436 sizeof (devfsadm_cmd)},
1647 devfsadm_cmd[0] != '\0') { in envd_setup_sensors()
1665 (void) system(devfsadm_cmd); in envd_setup_sensors()
2622 (void) strlcpy(devfsadm_cmd, DEVFSADM_CMD, sizeof (devfsadm_cmd)); in envd_setup()
/titanic_50/usr/src/uts/common/fs/dev/
H A Dsdev_comm.c414 argp->devfsadm_cmd = DEVFSADMD_RUN_ALL; in sdev_config_all_thread()
/titanic_50/usr/src/uts/common/sys/fs/
H A Dsdev_impl.h85 uint8_t devfsadm_cmd; /* what to do for devfsadm[d] */ member
/titanic_50/usr/src/cmd/picl/plugins/sun4u/blade/fruaccess/
H A Dfru_access.c42 static char devfsadm_cmd[] = "/usr/sbin/devfsadm -i seeprom"; variable
1023 (void) pclose(popen(devfsadm_cmd, "r")); in call_devfsadm()
/titanic_50/usr/src/cmd/picl/plugins/sun4u/lib/fruaccess/
H A Dfru_access.c41 static char devfsadm_cmd[] = "/usr/sbin/devfsadm -i seeprom"; variable
1094 (void) pclose(popen(devfsadm_cmd, "r")); in call_devfsadm()
/titanic_50/usr/src/cmd/devfsadm/
H A Ddevfsadm.c8536 cmd = args->devfsadm_cmd; in devname_lookup_handler()