Searched defs:shutdown_cmd (Results 1 - 5 of 5) sorted by relevance
| /illumos-gate/usr/src/cmd/picl/plugins/sun4u/chicago/envd/ |
| H A D | piclenvd.c | 371 static char shutdown_cmd[] = SHUTDOWN_CMD; variable 427 {"shutdown-command", PICL_PTYPE_CHARSTRING, shutdown_cmd, 429 sizeof (shutdown_cmd)}, 1330 "%s \"%s\"", shutdown_cmd, 1706 "%s \"%s\"", shutdown_cmd, msgbuf);
|
| /illumos-gate/usr/src/cmd/picl/plugins/sun4u/enchilada/envd/ |
| H A D | piclenvd.c | 337 static char shutdown_cmd[] = SHUTDOWN_CMD; variable 387 {"shutdown-command", PICL_PTYPE_CHARSTRING, shutdown_cmd, 389 sizeof (shutdown_cmd)}, 2190 "%s \"%s\"", shutdown_cmd, msgbuf);
|
| /illumos-gate/usr/src/cmd/picl/plugins/sun4u/excalibur/envd/ |
| H A D | piclenvd.c | 59 * it forces a graceful system shutdown via tuneable shutdown_cmd string 205 static char shutdown_cmd[128]; variable 433 {"shutdown_cmd", process_string_tuneable, &shutdown_cmd[0], 434 sizeof (shutdown_cmd)}, 1882 "%s \"%s\"", shutdown_cmd, msgbuf); 2621 (void) strlcpy(shutdown_cmd, SHUTDOWN_CMD, sizeof (shutdown_cmd));
|
| /illumos-gate/usr/src/cmd/picl/plugins/sun4u/grover/envd/ |
| H A D | piclenvd.c | 59 * it forces a graceful system shutdown via tuneable shutdown_cmd string 134 static char shutdown_cmd[128] = SHUTDOWN_CMD; variable 247 {"shutdown_cmd", &shutdown_cmd[0], KTYPE_STRING, sizeof (shutdown_cmd)}, 595 "%s \"%s\"", shutdown_cmd, msgbuf);
|
| /illumos-gate/usr/src/cmd/picl/plugins/sun4u/taco/envd/ |
| H A D | piclenvd.c | 245 static char shutdown_cmd[] = SHUTDOWN_CMD; variable 273 {"shutdown-command", PICL_PTYPE_CHARSTRING, shutdown_cmd, 275 sizeof (shutdown_cmd)},
|
Completed in 197 milliseconds