Searched defs:devctl_cmdname (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/devctl/
H A Ddevctl.c123 static char *devctl_cmdname; variable
212 devctl_cmdname = argv[optind++];
214 if (strcmp(devctl_cmdname, "list") == 0) {
235 strcmp(devctl_cmdname, "bus-devcreate") == 0) {
262 if ((dcmd = dc_cmd(device_cmds, devctl_cmdname)) == NULL) {
263 dcmd = dc_cmd(bus_cmds, devctl_cmdname);
266 devctl_cmdname);
269 } else if (strcmp(devctl_cmdname, "bus-raisepower") == 0 ||
270 strcmp(devctl_cmdname, "bus-changepowerlow") == 0 ||
271 strcmp(devctl_cmdname, "bu
526 dc_cmd(struct cmds *cmd_tbl, char *devctl_cmdname) argument
[all...]

Completed in 54 milliseconds