OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:device_commands
(Results
1 - 2
of
2
) sorted by relevancy
/src/sbin/atactl/
atactl.c
193
static const struct command
device_commands
[] = {
variable in typeref:typename:const struct command[]
536
for (i = 0;
device_commands
[i].cmd_name != NULL; i++) {
537
if (strcmp(cmdname,
device_commands
[i].cmd_name) == 0) {
538
commands = &
device_commands
[i];
566
for (i=0;
device_commands
[i].cmd_name != NULL; i++)
567
fprintf(stderr, "\t%s %s\n",
device_commands
[i].cmd_name,
568
device_commands
[i].arg_names);
/src/sbin/scsictl/
scsictl.c
98
static struct command
device_commands
[] = {
variable in typeref:struct:command[]
180
commands =
device_commands
;
203
for (i = 0;
device_commands
[i].cmd_name != NULL; i++)
204
fprintf(stderr, "\t%s %s\n",
device_commands
[i].cmd_name,
205
device_commands
[i].arg_names);
Completed in 13 milliseconds
Indexes created Sat Sep 20 22:09:52 GMT 2025