| /freebsd-12.1/sys/dev/drm2/radeon/ |
| H A D | radeon_drm.h | 190 unsigned char cmd_type, pad0, pad1, pad2; member 205 unsigned char cmd_type, buf_idx, pad0, pad1; member 208 unsigned char cmd_type, flags, pad0, pad1; member 253 unsigned char cmd_type, pad0, pad1, pad2; member 256 unsigned char cmd_type, count, reglo, reghi; member 259 unsigned char cmd_type, count, adrlo, adrhi; member 262 unsigned char cmd_type, packet, pad0, pad1; member 265 unsigned char cmd_type, packet; member 269 unsigned char cmd_type, buf_idx, pad0, pad1; member 272 unsigned char cmd_type, flags, pad0, pad1; member [all …]
|
| /freebsd-12.1/contrib/opie/ |
| H A D | ftpcmd.y | 143 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-12.1/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-12.1/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-12.1/sys/arm64/arm64/ |
| H A D | gicv3_its.c | 157 uint8_t cmd_type; member 1402 uint8_t cmd_type; in its_cmd_prepare() local 1405 cmd_type = desc->cmd_type; in its_cmd_prepare() 1408 switch (cmd_type) { in its_cmd_prepare() 1503 desc_sync.cmd_type = ITS_CMD_SYNC; in its_cmd_send() 1533 desc.cmd_type = ITS_CMD_MOVI; in its_cmd_movi() 1546 desc.cmd_type = ITS_CMD_MAPC; in its_cmd_mapc() 1570 desc.cmd_type = ITS_CMD_MAPTI; in its_cmd_mapti() 1586 desc.cmd_type = ITS_CMD_MAPD; in its_cmd_mapd() 1604 desc.cmd_type = ITS_CMD_INV; in its_cmd_inv() [all …]
|
| /freebsd-12.1/sys/dev/drm/ |
| H A D | via_dma.c | 504 static uint32_t *via_align_cmd(drm_via_private_t * dev_priv, uint32_t cmd_type, in via_align_cmd() argument 525 addr_lo = ((HC_SubA_HAGPBpL << 24) | (cmd_type & HC_HAGPBpID_MASK) | in via_align_cmd() 675 static void via_cmdbuf_flush(drm_via_private_t * dev_priv, uint32_t cmd_type) in via_cmdbuf_flush() argument 679 via_align_cmd(dev_priv, cmd_type, 0, &pause_addr_hi, &pause_addr_lo, 0); in via_cmdbuf_flush()
|
| /freebsd-12.1/sys/dev/ocs_fc/ |
| H A D | sli4.h | 4126 uint32_t cmd_type:4, member 4182 uint32_t cmd_type:4, member 4247 uint32_t cmd_type:4, member 4324 uint32_t cmd_type:4, member 4382 uint32_t cmd_type:4, member 4437 uint32_t cmd_type:4, member 4509 uint32_t cmd_type:4, member 4571 uint32_t cmd_type:4, member 4633 uint32_t cmd_type:4, member 4700 uint32_t cmd_type:4, member [all …]
|
| H A D | sli4.c | 6429 abort->cmd_type = SLI4_CMD_ABORT_WQE; in sli_abort_wqe() 6681 icmnd->cmd_type = SLI4_CMD_FCP_ICMND64_WQE; in sli_fcp_icmnd64_wqe() 6777 iread->cmd_type = SLI4_CMD_FCP_IREAD64_WQE; in sli_fcp_iread64_wqe() 6882 iwrite->cmd_type = SLI4_CMD_FCP_IWRITE64_WQE; in sli_fcp_iwrite64_wqe() 7160 trsp->cmd_type = SLI4_CMD_FCP_TRSP64_WQE; in sli_fcp_trsp64_wqe() 7287 tsend->cmd_type = SLI4_CMD_FCP_TSEND64_WQE; in sli_fcp_tsend64_wqe() 7401 gen->cmd_type = SLI4_CMD_GEN_REQUEST64_WQE; in sli_gen_request64_wqe() 7470 sf->cmd_type = SLI4_CMD_SEND_FRAME_WQE; in sli_send_frame_wqe() 7651 bcast->cmd_type = SLI4_CMD_XMIT_BCAST64_WQE; in sli_xmit_bcast64_wqe() 7742 bls->cmd_type = SLI4_CMD_XMIT_BLS_RSP64_WQE; in sli_xmit_bls_rsp64_wqe() [all …]
|
| /freebsd-12.1/contrib/gdb/gdb/ |
| H A D | kod.c | 146 if (cmd_type (command) != set_cmd) in kod_set_os()
|
| H A D | command.h | 164 extern enum cmd_types cmd_type (struct cmd_list_element *cmd);
|
| H A D | infrun.c | 517 if (cmd_type (c) == set_cmd) in set_schedlock_func()
|
| /freebsd-12.1/cddl/contrib/opensolaris/lib/libzfs_core/common/ |
| H A D | libzfs_core.c | 1139 lzc_initialize(const char *poolname, pool_initialize_func_t cmd_type, argument 1144 fnvlist_add_uint64(args, ZPOOL_INITIALIZE_COMMAND, (uint64_t)cmd_type);
|
| /freebsd-12.1/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-12.1/sys/dev/mrsas/ |
| H A D | mrsas_cam.c | 461 u_int8_t cmd_type; in mrsas_startio() local 580 cmd_type = mrsas_find_io_type(sim, ccb); in mrsas_startio() 581 switch (cmd_type) { in mrsas_startio() 603 (cmd_type == NON_READ_WRITE_SYSPDIO)) { in mrsas_startio()
|
| /freebsd-12.1/cddl/contrib/opensolaris/cmd/zpool/ |
| H A D | zpool_main.c | 4328 pool_initialize_func_t cmd_type = POOL_INITIALIZE_DO; in zpool_do_initialize() local 4332 if (cmd_type != POOL_INITIALIZE_DO) { in zpool_do_initialize() 4337 cmd_type = POOL_INITIALIZE_CANCEL; in zpool_do_initialize() 4340 if (cmd_type != POOL_INITIALIZE_DO) { in zpool_do_initialize() 4345 cmd_type = POOL_INITIALIZE_SUSPEND; in zpool_do_initialize() 4388 err = zpool_initialize(zhp, cmd_type, vdevs); in zpool_do_initialize()
|
| /freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/ |
| H A D | zfs_ioctl.c | 3909 uint64_t cmd_type; in zfs_ioc_pool_initialize() local 3911 &cmd_type) != 0) { in zfs_ioc_pool_initialize() 3915 if (!(cmd_type == POOL_INITIALIZE_CANCEL || in zfs_ioc_pool_initialize() 3916 cmd_type == POOL_INITIALIZE_DO || in zfs_ioc_pool_initialize() 3917 cmd_type == POOL_INITIALIZE_SUSPEND)) { in zfs_ioc_pool_initialize() 3936 error = spa_vdev_initialize(spa, vdev_guid, cmd_type); in zfs_ioc_pool_initialize()
|
| H A D | spa.c | 6480 spa_vdev_initialize(spa_t *spa, uint64_t guid, uint64_t cmd_type) argument 6517 if (cmd_type == POOL_INITIALIZE_DO && 6523 } else if (cmd_type == POOL_INITIALIZE_CANCEL && 6529 } else if (cmd_type == POOL_INITIALIZE_SUSPEND && 6536 switch (cmd_type) { 6547 panic("invalid cmd_type %llu", (unsigned long long)cmd_type);
|
| /freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/ |
| H A D | spa.h | 689 extern int spa_vdev_initialize(spa_t *spa, uint64_t guid, uint64_t cmd_type);
|
| /freebsd-12.1/contrib/gdb/gdb/cli/ |
| H A D | cli-decode.c | 106 cmd_type (struct cmd_list_element *cmd) in cmd_type() function
|
| /freebsd-12.1/sys/dev/qlxgbe/ |
| H A D | ql_hw.h | 336 uint8_t cmd_type; member
|
| H A D | ql_hw.c | 1581 c_intr->intr[i].cmd_type = Q8_MBX_CONFIG_INTR_CREATE; in qla_config_intr_cntxt() 1584 c_intr->intr[i].cmd_type = Q8_MBX_CONFIG_INTR_DELETE; in qla_config_intr_cntxt() 1589 c_intr->intr[i].cmd_type |= Q8_MBX_CONFIG_INTR_TYPE_MSI_X; in qla_config_intr_cntxt()
|
| /freebsd-12.1/cddl/contrib/opensolaris/lib/libzfs/common/ |
| H A D | libzfs_pool.c | 2006 zpool_initialize(zpool_handle_t *zhp, pool_initialize_func_t cmd_type, in zpool_initialize() argument 2044 int err = lzc_initialize(zhp->zpool_name, cmd_type, vdev_guids, in zpool_initialize()
|
| /freebsd-12.1/sys/dev/bxe/ |
| H A D | bxe.h | 2197 uint32_t data_hi, uint32_t data_lo, int cmd_type);
|
| /freebsd-12.1/sys/contrib/octeon-sdk/ |
| H A D | cvmx-mio-defs.h | 3254 uint64_t cmd_type : 2; /**< eMMC command type (0=no data, 1=read, 2=write) */ member 3261 uint64_t cmd_type : 2;
|