| /freebsd-14.2/tests/atf_python/sys/netpfil/ipfw/ |
| H A D | ipfw.py | 73 debug_type = "#{}".format(hdr.cmd_type) 75 if _type.value == hdr.cmd_type: 87 cls = self._msgmap[hdr.cmd_type].get(hdr.opt_name) 91 "unsupported cmd_type={} opt_name={}".format(hdr.cmd_type, hdr.opt_name)
|
| /freebsd-14.2/crypto/heimdal/appl/ftp/ftpd/ |
| H A D | ftpcmd.y | 53 static int cmd_type; variable 200 switch (cmd_type) { 205 type = cmd_type; 217 type = cmd_type; 225 type = cmd_type; 762 cmd_type = TYPE_A; 767 cmd_type = TYPE_A; 772 cmd_type = TYPE_E; 777 cmd_type = TYPE_E; 782 cmd_type = TYPE_I; [all …]
|
| H A D | ftpcmd.c | 252 static int cmd_type; variable 1863 type = cmd_type; in yyparse() 1875 type = cmd_type; in yyparse() 1883 type = cmd_type; in yyparse() 2568 cmd_type = TYPE_A; in yyparse() 2576 cmd_type = TYPE_A; in yyparse() 2584 cmd_type = TYPE_E; in yyparse() 2592 cmd_type = TYPE_E; in yyparse() 2600 cmd_type = TYPE_I; in yyparse() 2607 cmd_type = TYPE_L; in yyparse() [all …]
|
| /freebsd-14.2/libexec/ftpd/ |
| H A D | ftpcmd.y | 79 static int cmd_type; variable 356 type = cmd_type; 368 type = cmd_type; 376 type = cmd_type; 885 cmd_type = TYPE_A; 890 cmd_type = TYPE_A; 895 cmd_type = TYPE_E; 900 cmd_type = TYPE_E; 905 cmd_type = TYPE_I; 909 cmd_type = TYPE_L; [all …]
|
| /freebsd-14.2/sys/arm64/arm64/ |
| H A D | gicv3_its.c | 170 uint8_t cmd_type; member 1962 uint8_t cmd_type; in its_cmd_prepare() local 1965 cmd_type = desc->cmd_type; in its_cmd_prepare() 1968 switch (cmd_type) { in its_cmd_prepare() 2063 desc_sync.cmd_type = ITS_CMD_SYNC; in its_cmd_send() 2093 desc.cmd_type = ITS_CMD_MOVI; in its_cmd_movi() 2106 desc.cmd_type = ITS_CMD_MAPC; in its_cmd_mapc() 2130 desc.cmd_type = ITS_CMD_MAPTI; in its_cmd_mapti() 2146 desc.cmd_type = ITS_CMD_MAPD; in its_cmd_mapd() 2164 desc.cmd_type = ITS_CMD_INV; in its_cmd_inv() [all …]
|
| /freebsd-14.2/sys/dev/ocs_fc/ |
| H A D | sli4.h | 4194 uint32_t cmd_type:4, member 4250 uint32_t cmd_type:4, member 4315 uint32_t cmd_type:4, member 4392 uint32_t cmd_type:4, member 4450 uint32_t cmd_type:4, member 4505 uint32_t cmd_type:4, member 4576 uint32_t cmd_type:4, member 4638 uint32_t cmd_type:4, member 4700 uint32_t cmd_type:4, member 4767 uint32_t cmd_type:4, member [all …]
|
| H A D | sli4.c | 6575 abort->cmd_type = SLI4_CMD_ABORT_WQE; in sli_abort_wqe() 6826 icmnd->cmd_type = SLI4_CMD_FCP_ICMND64_WQE; in sli_fcp_icmnd64_wqe() 6922 iread->cmd_type = SLI4_CMD_FCP_IREAD64_WQE; in sli_fcp_iread64_wqe() 7026 iwrite->cmd_type = SLI4_CMD_FCP_IWRITE64_WQE; in sli_fcp_iwrite64_wqe() 7304 trsp->cmd_type = SLI4_CMD_FCP_TRSP64_WQE; in sli_fcp_trsp64_wqe() 7431 tsend->cmd_type = SLI4_CMD_FCP_TSEND64_WQE; in sli_fcp_tsend64_wqe() 7545 gen->cmd_type = SLI4_CMD_GEN_REQUEST64_WQE; in sli_gen_request64_wqe() 7613 sf->cmd_type = SLI4_CMD_SEND_FRAME_WQE; in sli_send_frame_wqe() 7794 bcast->cmd_type = SLI4_CMD_XMIT_BCAST64_WQE; in sli_xmit_bcast64_wqe() 7885 bls->cmd_type = SLI4_CMD_XMIT_BLS_RSP64_WQE; in sli_xmit_bls_rsp64_wqe() [all …]
|
| /freebsd-14.2/sys/contrib/openzfs/lib/libzfs_core/ |
| H A D | libzfs_core.c | 1758 lzc_initialize(const char *poolname, pool_initialize_func_t cmd_type, in lzc_initialize() argument 1764 fnvlist_add_uint64(args, ZPOOL_INITIALIZE_COMMAND, (uint64_t)cmd_type); in lzc_initialize() 1798 lzc_trim(const char *poolname, pool_trim_func_t cmd_type, uint64_t rate, in lzc_trim() argument 1804 fnvlist_add_uint64(args, ZPOOL_TRIM_COMMAND, (uint64_t)cmd_type); in lzc_trim()
|
| /freebsd-14.2/sys/contrib/openzfs/cmd/zpool/ |
| H A D | zpool_main.c | 712 cmd_type = POOL_INITIALIZE_CANCEL; in zpool_do_initialize() 721 cmd_type = POOL_INITIALIZE_SUSPEND; in zpool_do_initialize() 730 cmd_type = POOL_INITIALIZE_UNINIT; in zpool_do_initialize() 7758 if (cmd_type != POOL_TRIM_START && in zpool_do_trim() 7759 cmd_type != POOL_TRIM_CANCEL) { in zpool_do_trim() 7764 cmd_type = POOL_TRIM_CANCEL; in zpool_do_trim() 7767 if (cmd_type != POOL_TRIM_START) { in zpool_do_trim() 7775 if (cmd_type != POOL_TRIM_START) { in zpool_do_trim() 7788 if (cmd_type != POOL_TRIM_START && in zpool_do_trim() 7789 cmd_type != POOL_TRIM_SUSPEND) { in zpool_do_trim() [all …]
|
| /freebsd-14.2/sys/dev/usb/misc/ |
| H A D | ugold.c | 87 static uint8_t cmd_type[8] = {0x01, 0x86, 0xff, 0x01, 0x00, 0x00, 0x00, 0x00};
|
| /freebsd-14.2/sys/contrib/openzfs/module/zfs/ |
| H A D | zfs_ioctl.c | 4107 uint64_t cmd_type; in zfs_ioc_pool_initialize() local 4109 &cmd_type) != 0) { in zfs_ioc_pool_initialize() 4113 if (!(cmd_type == POOL_INITIALIZE_CANCEL || in zfs_ioc_pool_initialize() 4114 cmd_type == POOL_INITIALIZE_START || in zfs_ioc_pool_initialize() 4115 cmd_type == POOL_INITIALIZE_SUSPEND || in zfs_ioc_pool_initialize() 4116 cmd_type == POOL_INITIALIZE_UNINIT)) { in zfs_ioc_pool_initialize() 4186 uint64_t cmd_type; in zfs_ioc_pool_trim() local 4190 if (!(cmd_type == POOL_TRIM_CANCEL || in zfs_ioc_pool_trim() 4191 cmd_type == POOL_TRIM_START || in zfs_ioc_pool_trim() 4192 cmd_type == POOL_TRIM_SUSPEND)) { in zfs_ioc_pool_trim() [all …]
|
| H A D | spa.c | 7823 if (cmd_type == POOL_INITIALIZE_START && 7828 } else if (cmd_type == POOL_INITIALIZE_CANCEL && 7833 } else if (cmd_type == POOL_INITIALIZE_SUSPEND && 7837 } else if (cmd_type == POOL_INITIALIZE_UNINIT && 7843 switch (cmd_type) { 7857 panic("invalid cmd_type %llu", (unsigned long long)cmd_type); 7946 if (cmd_type == POOL_TRIM_START && 7950 } else if (cmd_type == POOL_TRIM_CANCEL && 7955 } else if (cmd_type == POOL_TRIM_SUSPEND && 7961 switch (cmd_type) { [all …]
|
| /freebsd-14.2/sys/contrib/openzfs/lib/libzfs/ |
| H A D | libzfs_pool.c | 2398 zpool_initialize_impl(zpool_handle_t *zhp, pool_initialize_func_t cmd_type, in zpool_initialize_impl() argument 2417 err = lzc_initialize(zhp->zpool_name, cmd_type, in zpool_initialize_impl() 2426 if (err == EINVAL && cmd_type == POOL_INITIALIZE_UNINIT) { in zpool_initialize_impl() 2481 zpool_initialize(zpool_handle_t *zhp, pool_initialize_func_t cmd_type, in zpool_initialize() argument 2484 return (zpool_initialize_impl(zhp, cmd_type, vds, B_FALSE)); in zpool_initialize() 2488 zpool_initialize_wait(zpool_handle_t *zhp, pool_initialize_func_t cmd_type, in zpool_initialize_wait() argument 2491 return (zpool_initialize_impl(zhp, cmd_type, vds, B_TRUE)); in zpool_initialize_wait() 2597 zpool_trim(zpool_handle_t *zhp, pool_trim_func_t cmd_type, nvlist_t *vds, in zpool_trim() argument 2615 err = lzc_trim(zhp->zpool_name, cmd_type, trim_flags->rate, in zpool_trim()
|
| /freebsd-14.2/sys/dev/mrsas/ |
| H A D | mrsas_cam.c | 442 u_int8_t cmd_type; in mrsas_startio() local 527 cmd_type = mrsas_find_io_type(sim, ccb); in mrsas_startio() 528 switch (cmd_type) { in mrsas_startio() 550 (cmd_type == NON_READ_WRITE_SYSPDIO)) { in mrsas_startio()
|
| /freebsd-14.2/sys/contrib/openzfs/include/sys/ |
| H A D | spa.h | 795 extern int spa_vdev_initialize(spa_t *spa, nvlist_t *nv, uint64_t cmd_type, 797 extern int spa_vdev_trim(spa_t *spa, nvlist_t *nv, uint64_t cmd_type,
|
| /freebsd-14.2/sys/dev/ice/ |
| H A D | ice_common.c | 4664 cmd->cmd_type = ICE_AQC_Q_DIS_CMD_VM_RESET; in ice_aq_dis_lan_txq() 4669 cmd->cmd_type = ICE_AQC_Q_DIS_CMD_VF_RESET; in ice_aq_dis_lan_txq() 4681 cmd->cmd_type |= ICE_AQC_Q_DIS_CMD_FLUSH_PIPE; in ice_aq_dis_lan_txq() 4764 cmd->cmd_type |= ICE_AQC_Q_CMD_TYPE_MOVE; in ice_aq_move_recfg_lan_txq() 4767 cmd->cmd_type |= ICE_AQC_Q_CMD_TYPE_TC_CHANGE; in ice_aq_move_recfg_lan_txq() 4770 cmd->cmd_type |= ICE_AQC_Q_CMD_SUBSEQ_CALL; in ice_aq_move_recfg_lan_txq() 4773 cmd->cmd_type |= ICE_AQC_Q_CMD_FLUSH_PIPE; in ice_aq_move_recfg_lan_txq()
|
| H A D | ice_adminq_cmd.h | 2730 u8 cmd_type; member 2782 u8 cmd_type; member
|
| /freebsd-14.2/sys/contrib/dev/rtw89/ |
| H A D | mac.c | 2899 u32 val, cmd_type, reg; in rtw89_mac_set_cpuio() local 2902 cmd_type = ctrl_para->cmd_type; in rtw89_mac_set_cpuio() 2926 val = u32_replace_bits(val, cmd_type, in rtw89_mac_set_cpuio() 2942 if (cmd_type == CPUIO_OP_CMD_GET_1ST_PID || in rtw89_mac_set_cpuio() 2943 cmd_type == CPUIO_OP_CMD_GET_NEXT_PID) in rtw89_mac_set_cpuio() 2976 ctrl_para.cmd_type = CPUIO_OP_CMD_ENQ_TO_HEAD; in dle_quota_change() 2994 ctrl_para.cmd_type = CPUIO_OP_CMD_ENQ_TO_HEAD; in dle_quota_change()
|
| H A D | mac.h | 580 u8 cmd_type; member
|
| H A D | debug.c | 3131 ctrl_para.cmd_type = CPUIO_OP_CMD_ENQ_TO_HEAD; in rtw89_dbg_trigger_ctrl_error()
|
| /freebsd-14.2/sbin/ipfw/ |
| H A D | ipfw2.c | 589 uint16_t cmd_type; member 607 .cmd_type = 1, in do_cmd() 656 .cmd_type = 2, in do_set3() 696 .cmd_type = 3, in do_get3()
|
| /freebsd-14.2/sys/dev/qlxgbe/ |
| H A D | ql_hw.h | 332 uint8_t cmd_type; member
|
| H A D | ql_hw.c | 1561 c_intr->intr[i].cmd_type = Q8_MBX_CONFIG_INTR_CREATE; in qla_config_intr_cntxt() 1564 c_intr->intr[i].cmd_type = Q8_MBX_CONFIG_INTR_DELETE; in qla_config_intr_cntxt() 1569 c_intr->intr[i].cmd_type |= Q8_MBX_CONFIG_INTR_TYPE_MSI_X; in qla_config_intr_cntxt()
|
| /freebsd-14.2/sys/dev/bxe/ |
| H A D | bxe.h | 2144 uint32_t data_hi, uint32_t data_lo, int cmd_type);
|
| H A D | bxe.c | 2361 int cmd_type) in bxe_is_contextless_ramrod() argument 2363 if ((cmd_type == NONE_CONNECTION_TYPE) || in bxe_is_contextless_ramrod() 2396 int cmd_type) in bxe_sp_post() argument 2402 common = bxe_is_contextless_ramrod(command, cmd_type); in bxe_sp_post() 2426 type = (cmd_type << SPE_HDR_T_CONN_TYPE_SHIFT) & SPE_HDR_T_CONN_TYPE; in bxe_sp_post()
|