Symbol: Command
sys/dev/ic/aac.c
1539
fib->Header.Command = command;
sys/dev/ic/aac.c
2400
printf(" Command %d\n", fib->Header.Command);
sys/dev/ic/aac.c
2408
switch(fib->Header.Command) {
sys/dev/ic/aac.c
2415
if (br->Command == VM_CtBlockRead) {
sys/dev/ic/aac.c
2420
if (bw->Command == VM_CtBlockWrite) {
sys/dev/ic/aac.c
327
mi->Command = VM_NameServe;
sys/dev/ic/aac.c
599
switch (fib->Header.Command) {
sys/dev/ic/aac.c
737
fib->Header.Command = ContainerCommand;
sys/dev/ic/aac.c
741
br->Command = VM_CtBlockRead;
sys/dev/ic/aac.c
751
bw->Command = VM_CtBlockWrite;
sys/dev/ic/aac.c
761
fib->Header.Command = ContainerCommand64;
sys/dev/ic/aac.c
765
br->Command = VM_CtHostRead64;
sys/dev/ic/aac.c
777
bw->Command = VM_CtHostWrite64;
sys/dev/ic/aacreg.h
1009
u_int32_t Command;
sys/dev/ic/aacreg.h
1025
u_int32_t Command;
sys/dev/ic/aacreg.h
1034
u_int32_t Command;
sys/dev/ic/aacreg.h
1064
u_int32_t Command;
sys/dev/ic/aacreg.h
1153
u_int32_t Command; /* not FSACommand! */
sys/dev/ic/aacreg.h
1161
u_int32_t Command;
sys/dev/ic/aacreg.h
1176
u_int32_t Command; /* not FSACommand! */
sys/dev/ic/aacreg.h
1185
u_int32_t Command; /* not FSACommand! */
sys/dev/ic/aacreg.h
1204
u_int32_t Command;
sys/dev/ic/aacreg.h
144
u_int16_t Command;
usr.bin/telnet/commands.c
1648
static Command *getcmd(char *name);
usr.bin/telnet/commands.c
1654
Command *c;
usr.bin/telnet/commands.c
1943
static Command cmdtab[] = {
usr.bin/telnet/commands.c
1966
static Command cmdtab2[] = {
usr.bin/telnet/commands.c
1974
static Command *
usr.bin/telnet/commands.c
1977
Command *cm;
usr.bin/telnet/commands.c
1979
if ((cm = (Command *) genget(name, (char **) cmdtab, sizeof(Command))))
usr.bin/telnet/commands.c
1981
return (Command *) genget(name, (char **) cmdtab2, sizeof(Command));
usr.bin/telnet/commands.c
1987
Command *c;
usr.bin/telnet/commands.c
2057
Command *c;