/illumos-gate/usr/src/lib/efcode/fcdriver/ |
H A D | ioctl.c | 53 fc_cell_t *fcp; local 74 fcp = va_arg(ap, fc_cell_t *); 75 *fcp = fc_result(cip, i);
|
/illumos-gate/usr/src/cmd/mdb/common/modules/fcp/ |
H A D | fcp.c | 44 * Leadville fcp walker/dcmd code 94 fcp(uintptr_t addr, uint_t flags, int argc, const mdb_arg_t *argv) function 103 if (mdb_walk_dcmd("fcp", "fcp", 536 { "fcp", NULL, "Leadville fcp instances", fcp }, 541 { "fcp", "Walk list of Leadville fcp instances", 543 { "cmds", "Walk list of SCSI commands in fcp' [all...] |
/illumos-gate/usr/src/uts/common/io/1394/ |
H A D | s1394_fcp.c | 89 "h1394-fcp-claim-on-demand")) == 0) { 138 s1394_fcp_target_t *fcp; local 152 fcp = &target->target_fa[type].fat_u.fcp; 153 fcp->fc_evts = *evts; 271 cb = fat->fat_u.fcp.fc_evts.fcp_write_request; 275 req->cmd_callback_arg = fat->fat_u.fcp.fc_evts.fcp_arg;
|
/illumos-gate/usr/src/uts/common/io/1394/targets/av1394/ |
H A D | av1394_fcp.c | 71 av1394_fcp_t *fcp = &avp->av_a.a_fcp; local 103 cv_init(&fcp->fcp_cmd.fc_xmit_cv, NULL, CV_DRIVER, NULL); 104 cv_init(&fcp->fcp_cmd.fc_busy_cv, NULL, CV_DRIVER, NULL); 105 cv_init(&fcp->fcp_resp.fc_xmit_cv, NULL, CV_DRIVER, NULL); 106 cv_init(&fcp->fcp_resp.fc_busy_cv, NULL, CV_DRIVER, NULL); 126 av1394_fcp_t *fcp = &ap->a_fcp; local 162 &fcp->fcp_cmd : &fcp->fcp_resp; 299 av1394_fcp_t *fcp = &avp->av_a.a_fcp; local 305 cv_destroy(&fcp 381 av1394_fcp_t *fcp = &ap->a_fcp; local [all...] |
/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/ |
H A D | hermon_fcoib.c | 124 hermon_fcoib_get_id_idx(hermon_state_t *state, int port, ibt_fc_attr_t *fcp) argument 133 idx = fcp->fc_rfci_qpn - fcoib->hfc_rfci_base[port]; 146 ibt_fc_attr_t *fcp) 155 exch_base_off = fcp->fc_exch_base_off; 145 hermon_fcoib_check_exch_base_off(hermon_state_t *state, int port, ibt_fc_attr_t *fcp) argument
|
/illumos-gate/usr/src/cmd/filesync/ |
H A D | anal.c | 651 struct fileinfo *chgp, *tgtp, *basp, *fcp, *ftp; local 657 fcp = &fp->f_info[chgside]; 682 if (fcp->f_nlink > 1) 703 if (fcp->f_d_maj != chgp->f_d_maj) 705 if (fcp->f_d_min != chgp->f_d_min) 707 if (fcp->f_ino != chgp->f_ino) 768 if (fcp->f_d_maj != ((srcdst == OPT_SRC) ? lp->f_d_maj 771 if (fcp->f_d_min != ((srcdst == OPT_SRC) ? lp->f_d_min 774 if (fcp->f_ino != ((srcdst == OPT_SRC) ? lp->f_d_inum 791 if (fcp [all...] |
/illumos-gate/usr/src/uts/common/os/ |
H A D | ndifm.c | 184 ndi_fmc_t *fcp; local 186 fcp = kmem_zalloc(sizeof (ndi_fmc_t), KM_SLEEP); 187 mutex_init(&fcp->fc_lock, NULL, MUTEX_DRIVER, ibc); 189 *fcpp = fcp; 196 i_ndi_fmc_destroy(ndi_fmc_t *fcp) argument 200 if (fcp == NULL) 204 mutex_enter(&fcp->fc_lock); 205 for (fep = fcp->fc_head; fep != NULL; fep = pp) { 209 mutex_exit(&fcp->fc_lock); 210 mutex_destroy(&fcp 224 ndi_fmc_t *fcp; local 287 ndi_fmc_t *fcp; local 361 ndi_fmc_t *fcp = NULL; local 520 ndi_fmc_t *fcp = NULL; local [all...] |
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/ |
H A D | ql_iocb.c | 432 fcp_cmd_t *fcp = sp->fcp; local 451 if (fcp->fcp_cntl.cntl_qtype == FCP_QTYPE_HEAD_OF_Q) { 454 } else if (fcp->fcp_cntl.cntl_qtype == FCP_QTYPE_ORDERED) { 457 /* else if (fcp->fcp_cntl.cntl_qtype == FCP_QTYPE_SIMPLE) */ 467 ddi_rep_put8(ha->hba_buf.acc_handle, fcp->fcp_cdb, 478 if (fcp->fcp_data_len == 0) { 487 if (fcp->fcp_cntl.cntl_write_data) { 491 ha->xioctl->IOOutputByteCnt += fcp->fcp_data_len; 492 } else if (fcp 644 fcp_cmd_t *fcp = sp->fcp; local 776 fcp_cmd_t *fcp = sp->fcp; local [all...] |
/illumos-gate/usr/src/uts/sun4/io/efcode/ |
H A D | fcode.c | 499 struct fc_parameters *fcp; local 525 fcp = kmem_zalloc(sizeof (struct fc_parameters), KM_SLEEP); 526 fcp->fcode_size = rp->fcode_size; 527 (void) strncpy(fcp->unit_address, rp->unit_address, 528 sizeof (fcp->unit_address) - 1); 534 bcopy(rp->bus_args, &fcp->config_address, sizeof (int)); 537 fcp->config_address); 543 if (copyout(fcp, (void *)arg, sizeof (struct fc_parameters)) == -1) { 544 kmem_free(fcp, sizeof (struct fc_parameters)); 547 kmem_free(fcp, sizeo [all...] |
/illumos-gate/usr/src/uts/common/inet/ |
H A D | mi.c | 488 char *fcp; local 537 fcp = va_arg(ap, char *); 540 fcp = (char *)cp1; 542 fcp = NULL; 544 if (!fcp) { 545 for (fcp = (char *)"(NULL)"; *fcp; fcp++) 546 count += (*putc_func)(cookie, *fcp); 549 int u1 = *fcp [all...] |
/illumos-gate/usr/src/lib/libdisasm/common/ |
H A D | dis_sparc_fmt.c | 496 formatcp_t fcp; member in union:ifmt 1255 prt_field("op", f->fcp.op, 2); 1256 prt_field("op3", f->fcp.op3, 6); 1257 prt_field("opc", f->fcp.opc, 9); 1258 prt_field("rs1", f->fcp.rs1, 5); 1259 prt_field("rs2", f->fcp.rs2, 5); 1260 prt_field("rd", f->fcp.rd, 5); 1264 prt_imm(dhp, f->fcp.opc, 0);
|
/illumos-gate/usr/src/uts/common/io/pciex/ |
H A D | pcie_fault.c | 2327 ndi_fmc_t *fcp = NULL; local 2354 fcp = fmhdl->fh_dma_cache; 2356 fcp = NULL; 2358 if (fcp) 2360 bdf, fcp); 2365 fcp = fmhdl->fh_acc_cache; 2367 fcp = NULL; 2369 if (fcp) 2371 bdf, fcp); 2418 uint64_t addr, pcie_req_id_t bdf, ndi_fmc_t *fcp) { 2417 pf_hdl_compare(dev_info_t *dip, ddi_fm_error_t *derr, uint32_t flag, uint64_t addr, pcie_req_id_t bdf, ndi_fmc_t *fcp) argument [all...] |
/illumos-gate/usr/src/uts/common/io/ |
H A D | fdc.c | 109 #define KIOIP KSTAT_INTR_PTR(fcp->c_intrstat) 237 static int fdc_enhance_probe(struct fdcntlr *fcp); 357 struct fdcntlr *fcp; local 365 if ((fcp = ddi_get_driver_private(dip)) == NULL) 390 cntlr = fcp->c_number; 397 (fcp->c_unit[FDUNIT(unit)])->fj_dip) 403 fjp = fcp->c_unit[FDUNIT(unit)]; 407 fjp->fj_fdc = fcp; 408 fjp->fj_iblock = &fcp->c_iblock; 434 struct fdcntlr *fcp; local 492 struct fdcntlr *fcp; local 639 fdc_propinit1(struct fdcntlr *fcp, int cntlr) argument 666 fdc_propinit2(struct fdcntlr *fcp) argument 743 fdc_enhance_probe(struct fdcntlr *fcp) argument 846 struct fdcntlr *fcp; local 919 struct fdcntlr *fcp = fjp->fj_fdc; local 949 struct fdcntlr *fcp = fjp->fj_fdc; local 972 struct fdcntlr *fcp = fjp->fj_fdc; local 1055 struct fdcntlr *fcp = fjp->fj_fdc; local 1075 struct fdcntlr *fcp = fjp->fj_fdc; local 1129 struct fdcntlr *fcp = fjp->fj_fdc; local 1248 struct fdcntlr *fcp = fjp->fj_fdc; local 1372 struct fdcntlr *fcp = fjp->fj_fdc; local 1613 struct fdcntlr *fcp; local 1667 fdcquiesce(struct fdcntlr *fcp) argument 1705 fdcreadid(struct fdcntlr *fcp, struct fdcsb *csb) argument 1714 fdcseek(struct fdcntlr *fcp, int unit, int cyl) argument 1731 fdcsense_chng(struct fdcntlr *fcp, int unit) argument 1744 fdcsense_drv(struct fdcntlr *fcp, int unit) argument 1767 fdcsense_int(struct fdcntlr *fcp, int *unitp, int *cylp) argument 1790 fdcspecify(struct fdcntlr *fcp, int xferrate, int steprate, int hlt) argument 1823 fdcspdchange(struct fdcntlr *fcp, struct fcu_obj *fjp, int rpm) argument 1931 struct fdcntlr *fcp = fjp->fj_fdc; local 2074 struct fdcntlr *fcp = fjp->fj_fdc; local 2115 fdc_dmae_isr(struct fdcntlr *fcp) argument 2154 fdc_exec(struct fdcntlr *fcp, int sleep, int change) argument 2370 fdcheckdisk(struct fdcntlr *fcp, int unit) argument 2441 fdrecover(struct fdcntlr *fcp) argument 2597 struct fdcntlr *fcp = (struct fdcntlr *)arg; local 2769 struct fdcntlr *fcp = (struct fdcntlr *)arg; local 2823 fdc_statemach(struct fdcntlr *fcp) argument 3124 fdc_docmd(struct fdcntlr *fcp, uchar_t *oplistp, uchar_t count) argument 3163 fdc_result(struct fdcntlr *fcp, uchar_t *rsltp, uchar_t rcount) argument [all...] |
/illumos-gate/usr/src/uts/common/fs/ufs/ |
H A D | ufs_vnops.c | 1852 struct fiosnapcreate_multi fc, *fcp; local 1861 fcp = (struct fiosnapcreate_multi *) 1863 if (copyin((void *)arg, fcp, fcm_size)) { 1864 kmem_free(fcp, fcm_size); 1867 error = ufs_snap_create(vp, fcp, cr); 1870 * the details of error is stored in fcp. 1872 if (copyout(fcp, (void *)arg, fcm_size)) 1874 kmem_free(fcp, fcm_size);
|
/illumos-gate/usr/src/uts/common/sys/1394/ |
H A D | s1394.h | 466 s1394_fcp_target_t fcp; member in union:s1394_fa_target_s::__anon6974
|
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/qlc/ |
H A D | ql_api.h | 1153 fcp_cmd_t *fcp; member in struct:ql_srb
|