Home
last modified time | relevance | path

Searched refs:cmd_type (Results 1 – 25 of 25) sorted by relevance

/freebsd-13.1/contrib/opie/
H A Dftpcmd.y143 static int cmd_type; variable
243 type = cmd_type;
255 type = cmd_type;
263 type = cmd_type;
668 cmd_type = TYPE_A;
673 cmd_type = TYPE_A;
678 cmd_type = TYPE_E;
683 cmd_type = TYPE_E;
688 cmd_type = TYPE_I;
692 cmd_type = TYPE_L;
[all …]
/freebsd-13.1/crypto/heimdal/appl/ftp/ftpd/
H A Dftpcmd.y53 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 Dftpcmd.c252 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-13.1/libexec/ftpd/
H A Dftpcmd.y81 static int cmd_type; variable
358 type = cmd_type;
370 type = cmd_type;
378 type = cmd_type;
887 cmd_type = TYPE_A;
892 cmd_type = TYPE_A;
897 cmd_type = TYPE_E;
902 cmd_type = TYPE_E;
907 cmd_type = TYPE_I;
911 cmd_type = TYPE_L;
[all …]
/freebsd-13.1/sys/arm64/arm64/
H A Dgicv3_its.c169 uint8_t cmd_type; member
1670 uint8_t cmd_type; in its_cmd_prepare() local
1673 cmd_type = desc->cmd_type; in its_cmd_prepare()
1676 switch (cmd_type) { in its_cmd_prepare()
1771 desc_sync.cmd_type = ITS_CMD_SYNC; in its_cmd_send()
1801 desc.cmd_type = ITS_CMD_MOVI; in its_cmd_movi()
1814 desc.cmd_type = ITS_CMD_MAPC; in its_cmd_mapc()
1838 desc.cmd_type = ITS_CMD_MAPTI; in its_cmd_mapti()
1854 desc.cmd_type = ITS_CMD_MAPD; in its_cmd_mapd()
1872 desc.cmd_type = ITS_CMD_INV; in its_cmd_inv()
[all …]
/freebsd-13.1/sys/dev/ocs_fc/
H A Dsli4.h4196 uint32_t cmd_type:4, member
4252 uint32_t cmd_type:4, member
4317 uint32_t cmd_type:4, member
4394 uint32_t cmd_type:4, member
4452 uint32_t cmd_type:4, member
4507 uint32_t cmd_type:4, member
4578 uint32_t cmd_type:4, member
4640 uint32_t cmd_type:4, member
4702 uint32_t cmd_type:4, member
4769 uint32_t cmd_type:4, member
[all …]
H A Dsli4.c6577 abort->cmd_type = SLI4_CMD_ABORT_WQE; in sli_abort_wqe()
6828 icmnd->cmd_type = SLI4_CMD_FCP_ICMND64_WQE; in sli_fcp_icmnd64_wqe()
6924 iread->cmd_type = SLI4_CMD_FCP_IREAD64_WQE; in sli_fcp_iread64_wqe()
7028 iwrite->cmd_type = SLI4_CMD_FCP_IWRITE64_WQE; in sli_fcp_iwrite64_wqe()
7306 trsp->cmd_type = SLI4_CMD_FCP_TRSP64_WQE; in sli_fcp_trsp64_wqe()
7433 tsend->cmd_type = SLI4_CMD_FCP_TSEND64_WQE; in sli_fcp_tsend64_wqe()
7547 gen->cmd_type = SLI4_CMD_GEN_REQUEST64_WQE; in sli_gen_request64_wqe()
7615 sf->cmd_type = SLI4_CMD_SEND_FRAME_WQE; in sli_send_frame_wqe()
7796 bcast->cmd_type = SLI4_CMD_XMIT_BCAST64_WQE; in sli_xmit_bcast64_wqe()
7887 bls->cmd_type = SLI4_CMD_XMIT_BLS_RSP64_WQE; in sli_xmit_bls_rsp64_wqe()
[all …]
/freebsd-13.1/sys/contrib/openzfs/lib/libzfs_core/
H A Dlibzfs_core.c1495 lzc_initialize(const char *poolname, pool_initialize_func_t cmd_type, in lzc_initialize() argument
1501 fnvlist_add_uint64(args, ZPOOL_INITIALIZE_COMMAND, (uint64_t)cmd_type); in lzc_initialize()
1535 lzc_trim(const char *poolname, pool_trim_func_t cmd_type, uint64_t rate, in lzc_trim() argument
1541 fnvlist_add_uint64(args, ZPOOL_TRIM_COMMAND, (uint64_t)cmd_type); in lzc_trim()
H A Dlibzfs_core.abi2901 <parameter type-id='7063e1ab' name='cmd_type'/>
2908 <parameter type-id='b1146b8d' name='cmd_type'/>
/freebsd-13.1/sys/contrib/openzfs/cmd/zpool/
H A Dzpool_main.c580 if (cmd_type != POOL_INITIALIZE_START && in zpool_do_initialize()
586 cmd_type = POOL_INITIALIZE_CANCEL; in zpool_do_initialize()
595 cmd_type = POOL_INITIALIZE_SUSPEND; in zpool_do_initialize()
7344 if (cmd_type != POOL_TRIM_START && in zpool_do_trim()
7345 cmd_type != POOL_TRIM_CANCEL) { in zpool_do_trim()
7350 cmd_type = POOL_TRIM_CANCEL; in zpool_do_trim()
7353 if (cmd_type != POOL_TRIM_START) { in zpool_do_trim()
7361 if (cmd_type != POOL_TRIM_START) { in zpool_do_trim()
7373 if (cmd_type != POOL_TRIM_START && in zpool_do_trim()
7374 cmd_type != POOL_TRIM_SUSPEND) { in zpool_do_trim()
[all …]
/freebsd-13.1/sys/contrib/openzfs/include/sys/crypto/
H A Dcommon.h455 typedef enum cmd_type { enum
/freebsd-13.1/sys/dev/usb/misc/
H A Dugold.c89 static uint8_t cmd_type[8] = {0x01, 0x86, 0xff, 0x01, 0x00, 0x00, 0x00, 0x00};
/freebsd-13.1/sys/contrib/openzfs/lib/libzfs/
H A Dlibzfs_pool.c2231 zpool_initialize_impl(zpool_handle_t *zhp, pool_initialize_func_t cmd_type, in zpool_initialize_impl() argument
2250 err = lzc_initialize(zhp->zpool_name, cmd_type, in zpool_initialize_impl()
2309 zpool_initialize(zpool_handle_t *zhp, pool_initialize_func_t cmd_type, in zpool_initialize() argument
2312 return (zpool_initialize_impl(zhp, cmd_type, vds, B_FALSE)); in zpool_initialize()
2316 zpool_initialize_wait(zpool_handle_t *zhp, pool_initialize_func_t cmd_type, in zpool_initialize_wait() argument
2319 return (zpool_initialize_impl(zhp, cmd_type, vds, B_TRUE)); in zpool_initialize_wait()
2425 zpool_trim(zpool_handle_t *zhp, pool_trim_func_t cmd_type, nvlist_t *vds, in zpool_trim() argument
2443 err = lzc_trim(zhp->zpool_name, cmd_type, trim_flags->rate, in zpool_trim()
H A Dlibzfs.abi5798 <parameter type-id='7063e1ab' name='cmd_type'/>
5804 <parameter type-id='7063e1ab' name='cmd_type'/>
5810 <parameter type-id='b1146b8d' name='cmd_type'/>
/freebsd-13.1/sys/contrib/openzfs/module/zfs/
H A Dzfs_ioctl.c3976 uint64_t cmd_type; in zfs_ioc_pool_initialize() local
3978 &cmd_type) != 0) { in zfs_ioc_pool_initialize()
3982 if (!(cmd_type == POOL_INITIALIZE_CANCEL || in zfs_ioc_pool_initialize()
3983 cmd_type == POOL_INITIALIZE_START || in zfs_ioc_pool_initialize()
3984 cmd_type == POOL_INITIALIZE_SUSPEND)) { in zfs_ioc_pool_initialize()
4008 int total_errors = spa_vdev_initialize(spa, vdev_guids, cmd_type, in zfs_ioc_pool_initialize()
4054 uint64_t cmd_type; in zfs_ioc_pool_trim() local
4058 if (!(cmd_type == POOL_TRIM_CANCEL || in zfs_ioc_pool_trim()
4059 cmd_type == POOL_TRIM_START || in zfs_ioc_pool_trim()
4060 cmd_type == POOL_TRIM_SUSPEND)) { in zfs_ioc_pool_trim()
[all …]
H A Dspa.c7270 if (cmd_type == POOL_INITIALIZE_START &&
7275 } else if (cmd_type == POOL_INITIALIZE_CANCEL &&
7280 } else if (cmd_type == POOL_INITIALIZE_SUSPEND &&
7286 switch (cmd_type) {
7297 panic("invalid cmd_type %llu", (unsigned long long)cmd_type);
7386 if (cmd_type == POOL_TRIM_START &&
7390 } else if (cmd_type == POOL_TRIM_CANCEL &&
7395 } else if (cmd_type == POOL_TRIM_SUSPEND &&
7401 switch (cmd_type) {
7412 panic("invalid cmd_type %llu", (unsigned long long)cmd_type);
[all …]
/freebsd-13.1/sys/dev/mrsas/
H A Dmrsas_cam.c461 u_int8_t cmd_type; in mrsas_startio() local
565 cmd_type = mrsas_find_io_type(sim, ccb); in mrsas_startio()
566 switch (cmd_type) { in mrsas_startio()
588 (cmd_type == NON_READ_WRITE_SYSPDIO)) { in mrsas_startio()
/freebsd-13.1/sys/dev/ice/
H A Dice_common.c4214 cmd->cmd_type = ICE_AQC_Q_DIS_CMD_VM_RESET; in ice_aq_dis_lan_txq()
4219 cmd->cmd_type = ICE_AQC_Q_DIS_CMD_VF_RESET; in ice_aq_dis_lan_txq()
4231 cmd->cmd_type |= ICE_AQC_Q_DIS_CMD_FLUSH_PIPE; in ice_aq_dis_lan_txq()
4314 cmd->cmd_type |= ICE_AQC_Q_CMD_TYPE_MOVE; in ice_aq_move_recfg_lan_txq()
4317 cmd->cmd_type |= ICE_AQC_Q_CMD_TYPE_TC_CHANGE; in ice_aq_move_recfg_lan_txq()
4320 cmd->cmd_type |= ICE_AQC_Q_CMD_SUBSEQ_CALL; in ice_aq_move_recfg_lan_txq()
4323 cmd->cmd_type |= ICE_AQC_Q_CMD_FLUSH_PIPE; in ice_aq_move_recfg_lan_txq()
H A Dice_adminq_cmd.h2465 u8 cmd_type; member
2517 u8 cmd_type; member
/freebsd-13.1/sys/contrib/openzfs/include/sys/
H A Dspa.h818 extern int spa_vdev_initialize(spa_t *spa, nvlist_t *nv, uint64_t cmd_type,
820 extern int spa_vdev_trim(spa_t *spa, nvlist_t *nv, uint64_t cmd_type,
/freebsd-13.1/sys/dev/qlxgbe/
H A Dql_hw.h334 uint8_t cmd_type; member
H A Dql_hw.c1563 c_intr->intr[i].cmd_type = Q8_MBX_CONFIG_INTR_CREATE; in qla_config_intr_cntxt()
1566 c_intr->intr[i].cmd_type = Q8_MBX_CONFIG_INTR_DELETE; in qla_config_intr_cntxt()
1571 c_intr->intr[i].cmd_type |= Q8_MBX_CONFIG_INTR_TYPE_MSI_X; in qla_config_intr_cntxt()
/freebsd-13.1/sys/dev/bxe/
H A Dbxe.h2146 uint32_t data_hi, uint32_t data_lo, int cmd_type);
H A Dbxe.c2369 int cmd_type) in bxe_is_contextless_ramrod() argument
2371 if ((cmd_type == NONE_CONNECTION_TYPE) || in bxe_is_contextless_ramrod()
2404 int cmd_type) in bxe_sp_post() argument
2410 common = bxe_is_contextless_ramrod(command, cmd_type); in bxe_sp_post()
2434 type = (cmd_type << SPE_HDR_T_CONN_TYPE_SHIFT) & SPE_HDR_T_CONN_TYPE; in bxe_sp_post()
/freebsd-13.1/sys/contrib/octeon-sdk/
H A Dcvmx-mio-defs.h3254 uint64_t cmd_type : 2; /**< eMMC command type (0=no data, 1=read, 2=write) */ member
3261 uint64_t cmd_type : 2;