Symbol: commands
bin/chio/chio.c
154
for (i = 0; commands[i].cc_name != NULL; ++i)
bin/chio/chio.c
155
if (strcmp(*argv, commands[i].cc_name) == 0)
bin/chio/chio.c
157
if (commands[i].cc_name == NULL) {
bin/chio/chio.c
159
for (i = 0; commands[i].cc_name != NULL; ++i)
bin/chio/chio.c
160
if (strncmp(*argv, commands[i].cc_name,
bin/chio/chio.c
165
if (commands[i].cc_name == NULL)
bin/chio/chio.c
168
exit ((*commands[i].cc_handler)(commands[i].cc_name, argc, argv));
bin/chio/chio.c
95
static const struct changer_command commands[] = {
lib/libc/db/test/btree.tests/main.c
211
for (i = 0; commands[i].cmd != NULL; i++)
lib/libc/db/test/btree.tests/main.c
212
if (strncmp(commands[i].cmd, argv[0],
lib/libc/db/test/btree.tests/main.c
213
strlen(commands[i].cmd)) == 0)
lib/libc/db/test/btree.tests/main.c
216
if (commands[i].cmd == NULL) {
lib/libc/db/test/btree.tests/main.c
222
if (commands[i].nargs != argc - 1) {
lib/libc/db/test/btree.tests/main.c
223
fprintf(stderr, "usage: %s\n", commands[i].usage);
lib/libc/db/test/btree.tests/main.c
227
if (recno && commands[i].rconv) {
lib/libc/db/test/btree.tests/main.c
233
(*commands[i].func)(db, argv);
lib/libc/db/test/btree.tests/main.c
410
for (i = 0; commands[i].cmd; i++)
lib/libc/db/test/btree.tests/main.c
411
if (commands[i].descrip)
lib/libc/db/test/btree.tests/main.c
413
commands[i].usage, commands[i].descrip);
lib/libc/db/test/btree.tests/main.c
82
cmd_table commands[] = {
sbin/vinum/commands.c
1369
char commands[] =
sbin/vinum/commands.c
1435
puts(commands);
sys/dev/raid/mpr/mpr.c
1522
sc->commands = kmalloc(sizeof(struct mpr_command) * sc->num_reqs,
sys/dev/raid/mpr/mpr.c
1524
if (!sc->commands) {
sys/dev/raid/mpr/mpr.c
1529
cm = &sc->commands[i];
sys/dev/raid/mpr/mpr.c
1906
cm = &sc->commands[i];
sys/dev/raid/mpr/mpr.c
2336
cm = &sc->commands[le16toh(desc->SCSIIOSuccess.SMID)];
sys/dev/raid/mpr/mpr.c
2407
cm = &sc->commands[
sys/dev/raid/mpr/mpr.c
791
if (sc->commands != NULL) {
sys/dev/raid/mpr/mpr.c
793
cm = &sc->commands[i];
sys/dev/raid/mpr/mpr.c
796
kfree(sc->commands, M_MPR);
sys/dev/raid/mpr/mpr_sas.c
1175
cm = &sc->commands[i];
sys/dev/raid/mpr/mpr_sas.c
1329
TAILQ_FOREACH(cm, &targ->commands, cm_link) {
sys/dev/raid/mpr/mpr_sas.c
1889
TAILQ_INSERT_TAIL(&targ->commands, cm, cm_link);
sys/dev/raid/mpr/mpr_sas.c
2218
TAILQ_INSERT_TAIL(&targ->commands, cm, cm_link);
sys/dev/raid/mpr/mpr_sas.c
2532
TAILQ_REMOVE(&cm->cm_targ->commands, cm, cm_link);
sys/dev/raid/mpr/mpr_sas.c
621
TAILQ_FOREACH_MUTABLE(tm, &targ->commands, cm_link, next_cm) {
sys/dev/raid/mpr/mpr_sas.h
64
TAILQ_HEAD(, mpr_command) commands;
sys/dev/raid/mpr/mpr_sas_lsi.c
1022
cm = &sc->commands[i];
sys/dev/raid/mpr/mpr_sas_lsi.c
1372
TAILQ_INIT(&targ->commands);
sys/dev/raid/mpr/mpr_sas_lsi.c
1437
TAILQ_INIT(&targ->commands);
sys/dev/raid/mpr/mpr_sas_lsi.c
958
TAILQ_INIT(&targ->commands);
sys/dev/raid/mpr/mpr_sas_lsi.c
993
cm = &sc->commands[i];
sys/dev/raid/mpr/mprvar.h
336
struct mpr_command *commands;
sys/dev/raid/mps/mps.c
1381
if (sc->commands != NULL) {
sys/dev/raid/mps/mps.c
1383
cm = &sc->commands[i];
sys/dev/raid/mps/mps.c
1386
kfree(sc->commands, M_MPT2);
sys/dev/raid/mps/mps.c
1515
cm = &sc->commands[desc->SCSIIOSuccess.SMID];
sys/dev/raid/mps/mps.c
1581
cm = &sc->commands[desc->AddressReply.SMID];
sys/dev/raid/mps/mps.c
847
sc->commands = kmalloc(sizeof(struct mps_command) * sc->num_reqs,
sys/dev/raid/mps/mps.c
850
cm = &sc->commands[i];
sys/dev/raid/mps/mps_sas.c
1041
cm = &sc->commands[i];
sys/dev/raid/mps/mps_sas.c
1184
TAILQ_FOREACH(cm, &targ->commands, cm_link) {
sys/dev/raid/mps/mps_sas.c
1773
TAILQ_INSERT_TAIL(&targ->commands, cm, cm_link);
sys/dev/raid/mps/mps_sas.c
1823
TAILQ_REMOVE(&cm->cm_targ->commands, cm, cm_link);
sys/dev/raid/mps/mps_sas.c
592
TAILQ_FOREACH_MUTABLE(tm, &targ->commands, cm_link, next_cm) {
sys/dev/raid/mps/mps_sas.h
60
TAILQ_HEAD(, mps_command) commands;
sys/dev/raid/mps/mps_sas_lsi.c
668
TAILQ_INIT(&targ->commands);
sys/dev/raid/mps/mps_sas_lsi.c
851
TAILQ_INIT(&targ->commands);
sys/dev/raid/mps/mpsvar.h
310
struct mps_command *commands;
sys/netbt/hci.h
1654
uint8_t commands[HCI_COMMANDS_SIZE]; /* opcode bitmask */
sys/netbt/hci_event.c
1034
memcpy(unit->hci_cmds, rp.commands, HCI_COMMANDS_SIZE);
sys/netgraph7/bluetooth/socket/ng_btsocket_hci_raw.c
682
ng_btsocket_hci_raw_sec_filter->commands[NG_HCI_OGF(opcode) - 1],
sys/netgraph7/bluetooth/socket/ng_btsocket_hci_raw.c
817
f = ng_btsocket_hci_raw_sec_filter->commands[NG_HCI_OGF_LINK_CONTROL-1];
sys/netgraph7/bluetooth/socket/ng_btsocket_hci_raw.c
828
f = ng_btsocket_hci_raw_sec_filter->commands[NG_HCI_OGF_LINK_POLICY-1];
sys/netgraph7/bluetooth/socket/ng_btsocket_hci_raw.c
833
f = ng_btsocket_hci_raw_sec_filter->commands[NG_HCI_OGF_HC_BASEBAND-1];
sys/netgraph7/bluetooth/socket/ng_btsocket_hci_raw.c
857
f = ng_btsocket_hci_raw_sec_filter->commands[NG_HCI_OGF_INFO - 1];
sys/netgraph7/bluetooth/socket/ng_btsocket_hci_raw.c
865
f = ng_btsocket_hci_raw_sec_filter->commands[NG_HCI_OGF_STATUS - 1];
sys/netgraph7/bluetooth/socket/ng_btsocket_hci_raw.c
871
f = ng_btsocket_hci_raw_sec_filter->commands[NG_HCI_OGF_TESTING - 1];
sys/netgraph7/bluetooth/socket/ng_btsocket_hci_raw.c
94
bitstr_t bit_decl(commands[0x3f], 0x3ff);
usr.bin/evtranalyze/evtranalyze.c
1528
for (cmd = commands; cmd->name != NULL; ++cmd) {
usr.bin/evtranalyze/evtranalyze.c
70
} commands[] = {
usr.bin/mail/extern.h
97
void commands(void);
usr.bin/mail/lex.c
688
commands();
usr.bin/mail/main.c
292
commands();
usr.bin/mt/mt.c
136
struct commands *comp;
usr.bin/objformat/objformat.c
122
for (cmds = commands; cmds->cmd != NULL; ++cmds) {
usr.bin/objformat/objformat.c
62
static struct command commands[] = {
usr.bin/sdpquery/sdpquery.c
119
for (cmd = commands ; cmd->command != NULL; cmd++) {
usr.bin/sdpquery/sdpquery.c
148
for (cmd = commands ; cmd->command != NULL ; cmd++)
usr.bin/sdpquery/sdpquery.c
55
} commands[] = {
usr.bin/usbhidaction/usbhidaction.c
156
commands = parse_conf(conf, repd, reportid, ignore);
usr.bin/usbhidaction/usbhidaction.c
202
for (cmd = commands; cmd; cmd = cmd->next) {
usr.bin/usbhidaction/usbhidaction.c
246
freecommands(commands);
usr.bin/usbhidaction/usbhidaction.c
247
commands = cmds;
usr.bin/usbhidaction/usbhidaction.c
67
static struct command *commands;
usr.sbin/installer/dfuibe_installer/flow.c
1197
struct commands *cmds;
usr.sbin/installer/dfuibe_installer/flow.c
1419
struct commands *cmds;
usr.sbin/installer/dfuibe_installer/flow.c
394
struct commands *cmds;
usr.sbin/installer/dfuibe_installer/fn_configure.c
1168
struct commands *cmds;
usr.sbin/installer/dfuibe_installer/fn_configure.c
250
struct commands *cmds;
usr.sbin/installer/dfuibe_installer/fn_configure.c
511
struct commands *cmds;
usr.sbin/installer/dfuibe_installer/fn_configure.c
542
struct commands *cmds;
usr.sbin/installer/dfuibe_installer/fn_configure.c
584
struct commands *cmds;
usr.sbin/installer/dfuibe_installer/fn_configure.c
615
struct commands *cmds;
usr.sbin/installer/dfuibe_installer/fn_configure.c
685
struct commands *cmds;
usr.sbin/installer/dfuibe_installer/fn_configure.c
922
struct commands *cmds;
usr.sbin/installer/dfuibe_installer/fn_configure.c
99
struct commands *cmds;
usr.sbin/installer/dfuibe_installer/fn_disk.c
189
struct commands *cmds;
usr.sbin/installer/dfuibe_installer/fn_disk.c
278
struct commands *cmds;
usr.sbin/installer/dfuibe_installer/fn_disk.c
383
struct commands *cmds;
usr.sbin/installer/dfuibe_installer/fn_disk.c
425
struct commands *cmds;
usr.sbin/installer/dfuibe_installer/fn_disk.c
463
ask_to_wipe_boot_sector(struct i_fn_args *a, struct commands *fcmds)
usr.sbin/installer/dfuibe_installer/fn_disk.c
465
struct commands *cmds;
usr.sbin/installer/dfuibe_installer/fn_disk.c
516
struct commands *cmds;
usr.sbin/installer/dfuibe_installer/fn_disk.c
620
struct commands *cmds;
usr.sbin/installer/dfuibe_installer/fn_disk.c
647
struct commands *cmds;
usr.sbin/installer/dfuibe_installer/fn_disk.c
694
struct commands *cmds;
usr.sbin/installer/dfuibe_installer/fn_install.c
126
unmount_altfs(struct i_fn_args *a __unused, struct commands *cmds __unused)
usr.sbin/installer/dfuibe_installer/fn_install.c
168
struct commands *cmds;
usr.sbin/installer/dfuibe_installer/fn_install.c
83
handle_altfs(struct i_fn_args *a, struct commands *cmds)
usr.sbin/installer/dfuibe_installer/fn_subpart_hammer.c
99
struct commands *cmds;
usr.sbin/installer/dfuibe_installer/fn_subpart_ufs.c
97
struct commands *cmds;
usr.sbin/installer/libinstaller/commands.c
117
command_add(struct commands *cmds, const char *fmt, ...)
usr.sbin/installer/libinstaller/commands.c
191
command_get_first(const struct commands *cmds)
usr.sbin/installer/libinstaller/commands.c
259
commands_preview(struct dfui_connection *c, const struct commands *cmds)
usr.sbin/installer/libinstaller/commands.c
502
commands_execute(struct i_fn_args *a, struct commands *cmds)
usr.sbin/installer/libinstaller/commands.c
555
commands_free(struct commands *cmds)
usr.sbin/installer/libinstaller/commands.c
571
AURA_FREE(cmds, commands);
usr.sbin/installer/libinstaller/commands.c
68
struct commands *
usr.sbin/installer/libinstaller/commands.c
71
struct commands *cmds;
usr.sbin/installer/libinstaller/commands.c
73
AURA_MALLOC(cmds, commands);
usr.sbin/installer/libinstaller/commands.c
85
command_new(struct commands *cmds)
usr.sbin/installer/libinstaller/commands.h
103
struct command *command_get_first(const struct commands *);
usr.sbin/installer/libinstaller/commands.h
110
void commands_preview(struct dfui_connection *, const struct commands *);
usr.sbin/installer/libinstaller/commands.h
111
int commands_execute(struct i_fn_args *, struct commands *);
usr.sbin/installer/libinstaller/commands.h
113
void commands_free(struct commands *);
usr.sbin/installer/libinstaller/commands.h
119
void unmount_all_under(struct i_fn_args *, struct commands *,
usr.sbin/installer/libinstaller/commands.h
52
struct commands;
usr.sbin/installer/libinstaller/commands.h
92
struct commands *commands_new(void);
usr.sbin/installer/libinstaller/commands.h
93
struct command *command_add(struct commands *, const char *, ...)
usr.sbin/installer/libinstaller/confed.c
174
struct commands *cmds;
usr.sbin/installer/libinstaller/mount.c
70
unmount_all_under(struct i_fn_args *a, struct commands *cmds, const char *fmt, ...)
usr.sbin/installer/libinstaller/survey.c
150
struct commands *cmds;
usr.sbin/mlxcontrol/command.c
138
for (i = 0; commands[i].cmd != NULL; i++)
usr.sbin/mlxcontrol/command.c
139
if (!strcmp(argv[0], commands[i].cmd))
usr.sbin/mlxcontrol/command.c
140
return(commands[i].func(argc, argv));
usr.sbin/mlxcontrol/command.c
154
for (i = 0; commands[i].cmd != NULL; i++)
usr.sbin/mlxcontrol/command.c
155
if (!strcmp(argv[1], commands[i].cmd)) {
usr.sbin/mlxcontrol/command.c
156
fprintf(stderr, "%s\n", commands[i].text);
usr.sbin/mlxcontrol/command.c
164
for (i = 0; commands[i].cmd != NULL; i++)
usr.sbin/mlxcontrol/command.c
165
fprintf(stderr, " %-20s %s\n", commands[i].cmd, commands[i].desc);
usr.sbin/mlxcontrol/command.c
63
} commands[] = {