Searched refs:CMD_NONE (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.3-release/sys/ddb/
H A Ddb_command.c173 #define CMD_NONE 2 macro
294 int result = CMD_NONE;
302 if (result == CMD_NONE) {
360 case CMD_NONE:
/freebsd-10.3-release/contrib/pf/ftp-proxy/
H A Dftp-proxy.c74 enum { CMD_NONE = 0, CMD_PORT, CMD_EPRT, CMD_PASV, CMD_EPSV }; enumerator in enum:__anon4486
156 s->cmd = CMD_NONE;
560 s->cmd = CMD_NONE;
928 if (s->cmd == CMD_NONE || linelen < 4 || linebuf[0] != '2')
936 s->cmd = CMD_NONE;
1063 s->cmd = CMD_NONE;
/freebsd-10.3-release/crypto/openssl/apps/
H A Dts.c133 CMD_NONE, CMD_QUERY, CMD_REPLY, CMD_VERIFY enumerator in enum:mode
134 } mode = CMD_NONE;
182 if (mode != CMD_NONE)
220 if (mode != CMD_NONE)
244 if (mode != CMD_NONE)
290 case CMD_NONE:
/freebsd-10.3-release/lib/libkse/test/
H A Dmutex_d.c87 CMD_NONE, enumerator in enum:__anon6023
368 statep->cmd.cmd_id = CMD_NONE;
451 case CMD_NONE:
1496 states[i].cmd.cmd_id = CMD_NONE;
1546 send_cmd (i, CMD_NONE);

Completed in 147 milliseconds