Searched refs:CMD_NONE (Results 1 – 6 of 6) sorted by relevance
/freebsd/sys/ddb/ |
H A D | db_command.c | 204 #define CMD_NONE 2 319 } else if (*resultp == CMD_NONE) { in db_cmd_match() 334 int result = CMD_NONE; in db_cmd_search() 342 if (result == CMD_NONE) { in db_cmd_search() 410 case CMD_NONE: in db_command() 200 #define CMD_NONE global() macro
|
/freebsd/usr.bin/top/ |
H A D | commands.h | 20 CMD_NONE, enumerator
|
H A D | commands.c | 83 {0, NULL, true, CMD_NONE}
|
H A D | top.c | 1166 case CMD_NONE: in main()
|
/freebsd/contrib/pf/ftp-proxy/ |
H A D | ftp-proxy.c | 71 enum { CMD_NONE = 0, CMD_PORT, CMD_EPRT, CMD_PASV, CMD_EPSV }; enumerator 153 s->cmd = CMD_NONE; in client_parse() 557 s->cmd = CMD_NONE; in init_session() 925 if (s->cmd == CMD_NONE || linelen < 4 || linebuf[0] != '2') in server_parse() 933 s->cmd = CMD_NONE; in server_parse() 1060 s->cmd = CMD_NONE; in allow_data_connection()
|
/freebsd/sys/dev/enic/ |
H A D | vnic_devcmd.h | 69 CMD_NONE = _CMDC(_CMD_DIR_NONE, _CMD_VTYPE_NONE, 0), enumerator
|