Searched refs:dcmd (Results 1 - 19 of 19) sorted by relevance

/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_tab.c161 * Given a buffer containing dcmd arguments and an array of mdb_arg_t's
207 * Parse the given buffer and return the specified dcmd, the number
220 char *dcmd = NULL; local
228 dcmd = tab_get_dcmd(data, &args_data, flags);
230 if (dcmd == NULL) {
246 *dcmdp = dcmd;
258 * if that dcmd has a tab completion handler it will invoke it.
267 char *dcmd = NULL; local
283 * Get the specified dcmd and arguments from the buffer.
285 ret = tab_parse_buf(data, &dcmd,
344 mdb_tab_complete_dcmd(mdb_tab_cookie_t *mcp, const char *dcmd) argument
[all...]
/illumos-gate/usr/src/uts/common/io/mega_sas/
H A Dmegaraid_sas.c2089 struct megasas_dcmd_frame *dcmd; local
2100 dcmd = &cmd->frame->dcmd;
2113 /* for( i = 0; i < DCMD_MBOX_SZ; i++ ) dcmd->mbox.b[i] = 0; */
2114 (void) memset(dcmd->mbox.b, 0, DCMD_MBOX_SZ);
2116 dcmd->cmd = MFI_CMD_OP_DCMD;
2117 dcmd->cmd_status = MFI_CMD_STATUS_POLL_MODE;
2118 dcmd->sge_count = 1;
2119 dcmd->flags = MFI_FRAME_DIR_READ;
2120 dcmd
2493 struct megasas_dcmd_frame *dcmd; local
2599 struct megasas_dcmd_frame *dcmd; local
3675 struct megasas_dcmd_frame *dcmd; local
4379 struct megasas_dcmd_frame *dcmd; local
[all...]
H A Dmegaraid_sas.h878 struct megasas_dcmd_frame dcmd; member in union:megasas_frame
1078 * Input: dcmd.opcode - MR_DCMD_LD_GET_LIST
1079 * dcmd.mbox - reserved
1080 * dcmd.sge IN - ptr to returned MR_LD_LIST structure
/illumos-gate/usr/src/cmd/mdb/i86pc/modules/unix/
H A Dunix.c460 ttrace_walk(uintptr_t addr, trap_trace_rec_t *rec, ttrace_dcmd_t *dcmd) argument
466 if (addr >= dcmd->ttd_ttc[i].ttc_first &&
467 addr < dcmd->ttd_ttc[i].ttc_limit) {
478 if (dcmd->ttd_cpu != -1 && cpu != dcmd->ttd_cpu)
493 if (dcmd->ttd_extended == FALSE)
521 ttrace_dcmd_t dcmd; local
522 trap_trace_ctl_t *ttc = dcmd.ttd_ttc;
529 bzero(&dcmd, sizeof (dcmd));
[all...]
/illumos-gate/usr/src/cmd/devctl/
H A Ddevctl.c186 struct cmds *dcmd; local
262 if ((dcmd = dc_cmd(device_cmds, devctl_cmdname)) == NULL) {
263 dcmd = dc_cmd(bus_cmds, devctl_cmdname);
264 if (dcmd == NULL) {
327 rv = (dcmd->cmdf)(dcp);
/illumos-gate/usr/src/cmd/mdb/common/modules/mdb_test/
H A Dmdb_test.c261 const char *dcmd; local
266 dcmd = argv->a_un.a_str;
270 if (mdb_call_dcmd(dcmd, addr, flags, argc, argv) == -1) {
271 mdb_warn("failed to execute %s", dcmd);
387 { "call_dcmd", "dcmd [ args ... ]", "call dcmd", cmd_call_dcmd },
393 { "abort", NULL, "test unexpected dcmd abort", cmd_abort },
/illumos-gate/usr/src/cmd/sgs/ar/common/
H A Dinc.h139 Cmd_func dcmd; variable
H A Dmain.c201 setcom(cmd_info, dcmd);
H A Dcmd.c244 dcmd(Cmd_info *cmd_info) function
/illumos-gate/usr/src/uts/common/io/mr_sas/
H A Dmr_sas_tbolt.c2551 if (cmd->frame->dcmd.opcode == MR_DCMD_LD_MAP_GET_INFO &&
2552 cmd->frame->dcmd.mbox.b[1] == 1) {
2598 if (cmd->frame->dcmd.opcode == MR_DCMD_CTRL_EVENT_WAIT) {
2813 struct mrsas_dcmd_frame *dcmd; local
2826 dcmd = &cmd->frame->dcmd;
2846 bzero(dcmd->mbox.b, DCMD_MBOX_SZ);
2848 dcmd->cmd = MFI_CMD_OP_DCMD;
2849 dcmd->cmd_status = 0xFF;
2850 dcmd
3422 struct mrsas_dcmd_frame *dcmd; local
3662 struct mrsas_dcmd_frame *dcmd; local
[all...]
H A Dmr_sas.c3265 struct mrsas_dcmd_frame *dcmd; local
3287 dcmd = &cmd->frame->dcmd;
3300 /* for( i = 0; i < DCMD_MBOX_SZ; i++ ) dcmd->mbox.b[i] = 0; */
3301 (void) memset(dcmd->mbox.b, 0, DCMD_MBOX_SZ);
3303 ddi_put8(cmd->frame_dma_obj.acc_handle, &dcmd->cmd, MFI_CMD_OP_DCMD);
3304 ddi_put8(cmd->frame_dma_obj.acc_handle, &dcmd->cmd_status,
3306 ddi_put8(cmd->frame_dma_obj.acc_handle, &dcmd->sge_count, 1);
3307 ddi_put16(cmd->frame_dma_obj.acc_handle, &dcmd->flags,
3309 ddi_put16(cmd->frame_dma_obj.acc_handle, &dcmd
3975 struct mrsas_dcmd_frame *dcmd; local
4107 struct mrsas_dcmd_frame *dcmd; local
5561 struct mrsas_dcmd_frame *dcmd; local
6375 struct mrsas_dcmd_frame *dcmd; local
[all...]
H A Dmr_sas.h1537 struct mrsas_dcmd_frame dcmd; member in union:mrsas_frame
1764 * Input: dcmd.opcode - MR_DCMD_LD_GET_LIST
1765 * dcmd.mbox - reserved
1766 * dcmd.sge IN - ptr to returned MR_LD_LIST structure
/illumos-gate/usr/src/lib/libbc/inc/include/sun/
H A Ddkio.h240 struct dk_cmd dcmd; /* disk command info */ member in struct:fdk_cmd
/illumos-gate/usr/src/uts/intel/io/scsi/adapters/pvscsi/
H A Dpvscsi.c867 pvscsi_cmd_t *dcmd; local
875 dcmd = pvscsi_process_comp_ring(pvs);
878 pvscsi_complete_chained(dcmd);
896 dcmd = pvscsi_process_comp_ring(pvs);
916 dcmd = NULL;
918 &dcmd)) == CMD_ABORTED) {
936 pvscsi_complete_chained(dcmd);
1868 pvscsi_cmd_t *dcmd; local
1875 dcmd = pvscsi_process_comp_ring(pvs);
1882 pvscsi_complete_chained(dcmd);
[all...]
/illumos-gate/usr/src/uts/common/io/e1000api/
H A De1000_82575.h69 u32 dcmd:8; /* Descriptor command */ member in struct:e1000_adv_data_desc::__anon103::__anon104
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/ilbd/
H A Dilbd_sg.c1140 i_srvcmd_d2k(ilbd_srv_status_ind_t dcmd) argument
1144 switch (dcmd) {
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dkmem.c2133 /* call one of our dcmd functions with "-v" and the provided address */
2135 whatis_call_printer(mdb_dcmd_f *dcmd, uintptr_t addr) argument
2142 (void) (*dcmd)(addr, DCMD_ADDRSPEC, 1, &a);
/illumos-gate/usr/src/uts/sun/io/dada/targets/
H A Ddad.c3587 auto struct udcd_cmd dcmd, *com = &dcmd; local
/illumos-gate/usr/src/cmd/mdb/common/modules/libumem/
H A Dumem.c2021 /* call one of our dcmd functions with "-v" and the provided address */
2023 whatis_call_printer(mdb_dcmd_f *dcmd, uintptr_t addr) argument
2030 (void) (*dcmd)(addr, DCMD_ADDRSPEC, 1, &a);

Completed in 130 milliseconds