Searched refs:cmd_num (Results 1 - 6 of 6) sorted by relevance

/freebsd-9.3-release/crypto/openssl/crypto/engine/
H A Deng_ctrl.c72 if ((defn->cmd_num == 0) || (defn->cmd_name == NULL))
94 * NB: It is stipulated that 'cmd_defn' lists are ordered by cmd_num. So
97 while (!int_ctrl_cmd_is_null(defn) && (defn->cmd_num < num)) {
101 if (defn->cmd_num == num)
103 /* The given cmd_num wasn't found */
116 return e->cmd_defns->cmd_num;
127 /* Now handle cmd_name -> cmd_num conversion */
134 return e->cmd_defns[idx].cmd_num;
154 return e->cmd_defns[idx].cmd_num;
H A Dengine.h309 * handler that supports the stated commands (ie. the "cmd_num" entries as
311 * of cmd_num. "null-terminated" means that the last ENGINE_CMD_DEFN element
312 * has cmd_num set to zero and/or cmd_name set to NULL.
315 unsigned int cmd_num; /* The command number */ member in struct:ENGINE_CMD_DEFN_st
/freebsd-9.3-release/sys/cam/scsi/
H A Dsmp_all.c131 uint8_t cmd_num; member in struct:smp_cmd_table_entry
163 smp_command_desc(uint8_t cmd_num) argument
168 smp_cmd_table[i].cmd_num <= cmd_num; i++) {
169 if (cmd_num == smp_cmd_table[i].cmd_num)
177 if (((cmd_num >= 0x40) && (cmd_num <= 0x7f))
178 || (cmd_num >= 0xc0)) {
H A Dsmp_all.h473 const char *smp_command_desc(uint8_t cmd_num);
/freebsd-9.3-release/sys/dev/bxe/
H A Dbxe_stats.c103 " cmd_num %d\n"
108 sc->fw_stats_req->hdr.cmd_num,
115 for (i = 0; i < sc->fw_stats_req->hdr.cmd_num; i++) {
1505 stats_hdr->cmd_num = sc->fw_stats_num;
H A Decore_hsi.h6170 uint8_t cmd_num /* command number */; member in struct:stats_query_header

Completed in 84 milliseconds