Home
last modified time | relevance | path

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

/openbsd/sys/dev/usb/
H A Dutwitch.c34 #define CMD_NONE 0xf0 macro
223 sc->accepted_cmd = CMD_NONE; in utwitch_intr()
224 sc->issueing_cmd = CMD_NONE; in utwitch_intr()
292 sc->accepted_cmd = CMD_NONE; in utwitch_read_value_request()
317 sc->accepted_cmd = CMD_NONE; in utwitch_write_value_request()
/openbsd/usr.sbin/ftp-proxy/
H A Dftp-proxy.c64 enum { CMD_NONE = 0, CMD_PORT, CMD_EPRT, CMD_PASV, CMD_EPSV }; enumerator
149 s->cmd = CMD_NONE; in client_parse()
574 s->cmd = CMD_NONE; in init_session()
946 if (s->cmd == CMD_NONE || linelen < 4 || linebuf[0] != '2') in server_parse()
954 s->cmd = CMD_NONE; in server_parse()
1062 s->cmd = CMD_NONE; in allow_data_connection()
/openbsd/usr.bin/openssl/
H A Dts.c115 CMD_NONE, CMD_QUERY, CMD_REPLY, CMD_VERIFY enumerator
161 if (cfg.mode != CMD_NONE) in ts_opt_query()
170 if (cfg.mode != CMD_NONE) in ts_opt_reply()
179 if (cfg.mode != CMD_NONE) in ts_opt_verify()
386 cfg.mode = CMD_NONE; in ts_main()
402 case CMD_NONE: in ts_main()
/openbsd/sys/ddb/
H A Ddb_command.c143 #define CMD_NONE 2 macro
154 int result = CMD_NONE; in db_cmd_search()
225 case CMD_NONE: in db_command()