Lines Matching defs:command
96 unsigned command = p->msg.command;
103 int b = (command >> (n*8)) & 255;
111 /* There is some non-ASCII name in the command, so dump
113 snprintf(cmd, sizeof cmd, "%08x", command);
209 p->msg.magic = p->msg.command ^ 0xffffffff;
254 p->msg.command = A_SYNC;
285 p->msg.command = A_SYNC;
316 if(p->msg.command == A_SYNC){
1064 if(p->msg.magic != (p->msg.command ^ 0xffffffff)) {