Home
last modified time | relevance | path

Searched refs:CMD_NONE (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/ddb/
H A Ddb_command.c204 #define CMD_NONE 2 macro
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()
/freebsd/usr.bin/top/
H A Dcommands.h20 CMD_NONE, enumerator
H A Dcommands.c83 {0, NULL, true, CMD_NONE}
H A Dtop.c1166 case CMD_NONE: in main()
/freebsd/contrib/pf/ftp-proxy/
H A Dftp-proxy.c71 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 Dvnic_devcmd.h69 CMD_NONE = _CMDC(_CMD_DIR_NONE, _CMD_VTYPE_NONE, 0), enumerator