Symbol: commands
bin/chio/chio.c
141
for (i = 0; commands[i].cc_name != NULL; ++i)
bin/chio/chio.c
142
if (strcmp(*argv, commands[i].cc_name) == 0)
bin/chio/chio.c
144
if (commands[i].cc_name == NULL) {
bin/chio/chio.c
146
for (i = 0; commands[i].cc_name != NULL; ++i)
bin/chio/chio.c
147
if (strncmp(*argv, commands[i].cc_name,
bin/chio/chio.c
151
if (commands[i].cc_name == NULL)
bin/chio/chio.c
154
exit((*commands[i].cc_handler)(commands[i].cc_name, argc, argv));
bin/chio/chio.c
85
const struct changer_command commands[] = {
bin/mt/mt.c
144
struct commands *comp;
sbin/atactl/atactl.c
110
struct command commands[] = {
sbin/atactl/atactl.c
408
for (cmdp = commands; cmdp->cmd_name != NULL; cmdp++)
sys/dev/pci/drm/amd/display/amdgpu_dm/amdgpu_dm.c
13278
union dmub_rb_cmd *commands,
sys/dev/pci/drm/amd/display/amdgpu_dm/amdgpu_dm.c
13283
const uint8_t ddc_line = commands[0].fused_io.request.u.aux.ddc_line;
sys/dev/pci/drm/amd/display/amdgpu_dm/amdgpu_dm.c
13289
struct dmub_rb_cmd_fused_io *first = &commands[0].fused_io;
sys/dev/pci/drm/amd/display/amdgpu_dm/amdgpu_dm.c
13290
const bool result = dm_execute_dmub_cmd_list(ctx, count, commands, DM_DMUB_WAIT_TYPE_WAIT_WITH_REPLY)
sys/dev/pci/drm/amd/display/amdgpu_dm/amdgpu_dm.c
13319
union dmub_rb_cmd *commands,
sys/dev/pci/drm/amd/display/amdgpu_dm/amdgpu_dm.c
13327
const bool result = execute_fused_io(dev, link->ctx, commands, count, timeout_us);
sys/dev/pci/drm/amd/display/amdgpu_dm/amdgpu_dm.h
1077
union dmub_rb_cmd *commands,
sys/dev/pci/drm/amd/display/amdgpu_dm/amdgpu_dm_helpers.c
638
union dmub_rb_cmd *commands,
sys/dev/pci/drm/amd/display/amdgpu_dm/amdgpu_dm_helpers.c
645
return amdgpu_dm_execute_fused_io(dev, link, commands, count, timeout_us);
sys/dev/pci/drm/amd/display/dc/dc_fused_io.c
108
union dmub_rb_cmd commands[3] = { 0 };
sys/dev/pci/drm/amd/display/dc/dc_fused_io.c
109
const bool converted = op_i2c_convert(&commands[0], write, FUSED_REQUEST_WRITE, ddc_line, over_aux)
sys/dev/pci/drm/amd/display/dc/dc_fused_io.c
110
&& op_i2c_convert(&commands[1], poll, FUSED_REQUEST_POLL, ddc_line, over_aux)
sys/dev/pci/drm/amd/display/dc/dc_fused_io.c
111
&& op_i2c_convert(&commands[2], read, FUSED_REQUEST_READ, ddc_line, over_aux);
sys/dev/pci/drm/amd/display/dc/dc_fused_io.c
116
const bool result = atomic_write_poll_read(link, commands, poll_timeout_us, poll_mask_msb);
sys/dev/pci/drm/amd/display/dc/dc_fused_io.c
118
memcpy(read->data, commands[0].fused_io.request.buffer, read->size);
sys/dev/pci/drm/amd/display/dc/dc_fused_io.c
135
union dmub_rb_cmd commands[3] = { 0 };
sys/dev/pci/drm/amd/display/dc/dc_fused_io.c
136
const bool converted = op_aux_convert(&commands[0], write, FUSED_REQUEST_WRITE, ddc_line)
sys/dev/pci/drm/amd/display/dc/dc_fused_io.c
137
&& op_aux_convert(&commands[1], poll, FUSED_REQUEST_POLL, ddc_line)
sys/dev/pci/drm/amd/display/dc/dc_fused_io.c
138
&& op_aux_convert(&commands[2], read, FUSED_REQUEST_READ, ddc_line);
sys/dev/pci/drm/amd/display/dc/dc_fused_io.c
143
const bool result = atomic_write_poll_read(link, commands, poll_timeout_us, poll_mask_msb);
sys/dev/pci/drm/amd/display/dc/dc_fused_io.c
145
memcpy(read->data, commands[0].fused_io.request.buffer, read->size);
sys/dev/pci/drm/amd/display/dc/dc_fused_io.c
61
union dmub_rb_cmd commands[3],
sys/dev/pci/drm/amd/display/dc/dc_fused_io.c
71
commands[1].fused_io.request.poll_mask_msb = poll_mask_msb;
sys/dev/pci/drm/amd/display/dc/dc_fused_io.c
72
commands[1].fused_io.request.timeout_us = poll_timeout_us;
sys/dev/pci/drm/amd/display/dc/dc_fused_io.c
75
struct dmub_rb_cmd_fused_io *io = &commands[i].fused_io;
sys/dev/pci/drm/amd/display/dc/dc_fused_io.c
80
io->header.payload_bytes = sizeof(commands[i].fused_io) - sizeof(io->header);
sys/dev/pci/drm/amd/display/dc/dc_fused_io.c
87
if (!dm_helpers_execute_fused_io(link->ctx, link, commands, count, timeout_us))
sys/dev/pci/drm/amd/display/dc/dc_fused_io.c
90
return commands[0].fused_io.request.status == FUSED_REQUEST_STATUS_SUCCESS;
sys/dev/pci/drm/amd/display/dc/dm_helpers.h
159
union dmub_rb_cmd *commands,
sys/dev/pci/if_bnxtreg.h
59923
uint64_t commands;
sys/dev/pci/if_bnxtreg.h
60443
uint64_t commands;
usr.bin/less/funcs.h
86
void commands(void);
usr.bin/less/main.c
269
commands();
usr.bin/mail/extern.h
100
void commands(void);
usr.bin/mail/lex.c
708
commands();
usr.bin/mail/main.c
293
commands();
usr.bin/make/dump.c
153
Lst_Every(&gn->commands, Targ_PrintCmd);
usr.bin/make/engine.c
124
if (OP_NOP(gn->type) && Lst_IsEmpty(&gn->commands)) {
usr.bin/make/engine.c
137
!Lst_IsEmpty(&DEFAULT->commands)) {
usr.bin/make/engine.c
296
if ((cgn->type & OP_USE) || Lst_IsEmpty(&pgn->commands)) {
usr.bin/make/engine.c
299
Lst_Concat(&pgn->commands, &cgn->commands);
usr.bin/make/engine.c
513
job->next_cmd = Lst_First(&node->commands);
usr.bin/make/gnode.h
142
LIST commands; /* Creation commands */
usr.bin/make/parse.c
1024
Lst_AtEnd(&gn->commands, cmd);
usr.bin/make/parse.c
1450
for (ln = Lst_First(&targets->a[0]->commands); ln != NULL;
usr.bin/make/suff.c
1197
if (Lst_IsEmpty(&gn->commands) && Lst_IsEmpty(&gn->children))
usr.bin/make/suff.c
1251
Lst_IsEmpty(&gn->commands))) {
usr.bin/make/suff.c
1504
Lst_Every(&t->commands, Targ_PrintCmd);
usr.bin/make/suff.c
488
if (!Lst_IsEmpty(&gn->commands)) {
usr.bin/make/suff.c
489
Lst_Destroy(&gn->commands, NOFREE);
usr.bin/make/suff.c
490
Lst_Init(&gn->commands);
usr.bin/make/suff.c
586
if (Lst_IsEmpty(&gn->commands) && Lst_IsEmpty(&gn->children))
usr.bin/make/targ.c
169
Lst_Init(&gn->commands);
usr.bin/make/targequiv.c
163
if (Lst_IsEmpty(&gn->commands))
usr.bin/make/targequiv.c
164
Lst_Concat(&gn->commands, &extra->commands);
usr.bin/rsync/rules.c
136
for (i = 0; commands[i].type != RULE_NONE; i++) {
usr.bin/rsync/rules.c
137
if (strncmp(commands[i].lopt, command, len) == 0)
usr.bin/rsync/rules.c
138
return commands[i].type;
usr.bin/rsync/rules.c
139
if (len == 1 && commands[i].sopt == *command)
usr.bin/rsync/rules.c
140
return commands[i].type;
usr.bin/rsync/rules.c
48
} commands[] = {
usr.bin/tmux/cmd-parse.y
109
struct cmd_parse_commands *commands;
usr.bin/tmux/cmd-parse.y
111
struct cmd_parse_commands *commands;
usr.bin/tmux/cmd-parse.y
128
%type <commands> argument_statements statements statement
usr.bin/tmux/cmd-parse.y
129
%type <commands> commands condition condition1
usr.bin/tmux/cmd-parse.y
139
ps->commands = $1;
usr.bin/tmux/cmd-parse.y
174
| commands
usr.bin/tmux/cmd-parse.y
361
$$.commands = $3;
usr.bin/tmux/cmd-parse.y
364
$$.commands = cmd_parse_new_commands();
usr.bin/tmux/cmd-parse.y
372
$$.commands = $3;
usr.bin/tmux/cmd-parse.y
376
$$.commands = $4.commands;
usr.bin/tmux/cmd-parse.y
380
$$.commands = cmd_parse_new_commands();
usr.bin/tmux/cmd-parse.y
386
commands : command
usr.bin/tmux/cmd-parse.y
397
| commands ';'
usr.bin/tmux/cmd-parse.y
401
| commands ';' condition1
usr.bin/tmux/cmd-parse.y
407
| commands ';' command
usr.bin/tmux/cmd-parse.y
466
condition1 : if_open commands if_close
usr.bin/tmux/cmd-parse.y
475
| if_open commands if_else commands if_close
usr.bin/tmux/cmd-parse.y
485
| if_open commands elif1 if_close
usr.bin/tmux/cmd-parse.y
499
| if_open commands elif1 if_else commands if_close
usr.bin/tmux/cmd-parse.y
516
elif1 : if_elif commands
usr.bin/tmux/cmd-parse.y
520
$$.commands = $2;
usr.bin/tmux/cmd-parse.y
523
$$.commands = cmd_parse_new_commands();
usr.bin/tmux/cmd-parse.y
527
| if_elif commands elif1
usr.bin/tmux/cmd-parse.y
531
$$.commands = $2;
usr.bin/tmux/cmd-parse.y
535
$$.commands = $3.commands;
usr.bin/tmux/cmd-parse.y
539
$$.commands = cmd_parse_new_commands();
usr.bin/tmux/cmd-parse.y
54
struct cmd_parse_commands *commands;
usr.bin/tmux/cmd-parse.y
574
$$->commands = $2;
usr.bin/tmux/cmd-parse.y
625
cmd_parse_free_commands(arg->commands);
usr.bin/tmux/cmd-parse.y
681
ps->commands = NULL;
usr.bin/tmux/cmd-parse.y
694
if (ps->commands == NULL)
usr.bin/tmux/cmd-parse.y
696
return (ps->commands);
usr.bin/tmux/cmd-parse.y
742
cmd_parse_log_commands(arg->commands, s);
usr.bin/tmux/cmd-parse.y
83
struct cmd_parse_commands *commands;
usr.bin/tmux/cmd-parse.y
834
cmd_parse_build_commands(arg->commands, pi, pr);
usr.bin/usbhidaction/usbhidaction.c
145
commands = parse_conf(conf, repd, reportid, ignore);
usr.bin/usbhidaction/usbhidaction.c
189
for (cmd = commands; cmd; cmd = cmd->next) {
usr.bin/usbhidaction/usbhidaction.c
198
freecommands(commands);
usr.bin/usbhidaction/usbhidaction.c
199
commands = cmds;
usr.bin/usbhidaction/usbhidaction.c
65
struct command *commands;
usr.sbin/ldomctl/ldomctl.c
114
for (cmdp = commands; cmdp->cmd_name != NULL; cmdp++)
usr.sbin/ldomctl/ldomctl.c
67
struct command commands[] = {
usr.sbin/smtpd/smtp_session.c
1035
for (i = 0; i < nitems(commands); ++i)
usr.sbin/smtpd/smtp_session.c
1036
if (commands[i].filter_phase == s->filter_phase) {
usr.sbin/smtpd/smtp_session.c
1038
if (!commands[i].check(s, filter_param))
usr.sbin/smtpd/smtp_session.c
1040
commands[i].proceed(s, filter_param);
usr.sbin/smtpd/smtp_session.c
1271
for (i = 0; commands[i].code != -1; i++)
usr.sbin/smtpd/smtp_session.c
1272
if (!strcasecmp(line, commands[i].cmd)) {
usr.sbin/smtpd/smtp_session.c
1273
cmd = commands[i].code;
usr.sbin/smtpd/smtp_session.c
1720
for (i = 0; i < nitems(commands); ++i)
usr.sbin/smtpd/smtp_session.c
1721
if (commands[i].filter_phase == s->filter_phase) {
usr.sbin/smtpd/smtp_session.c
1722
commands[i].proceed(s, param);
usr.sbin/smtpd/smtp_session.c
268
} commands[] = {