Searched refs:fcp (Results 1 - 25 of 34) sorted by relevance

12

/illumos-gate/usr/src/uts/common/io/
H A Dfdc.c109 #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/cmd/mdb/intel/amd64/fcp/
H A DMakefile26 MODULE = fcp.so
29 MODSRCS = fcp.c
/illumos-gate/usr/src/cmd/mdb/intel/ia32/fcp/
H A DMakefile26 MODULE = fcp.so
29 MODSRCS = fcp.c
/illumos-gate/usr/src/cmd/mdb/sparc/v9/fcp/
H A DMakefile26 MODULE = fcp.so
29 MODSRCS = fcp.c
/illumos-gate/usr/src/uts/common/os/
H A Dndifm.c184 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/1394/targets/av1394/
H A Dav1394_fcp.c71 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/cmd/picl/plugins/sun4u/excalibur/frutree/
H A Dpiclfrutree.info126 REFNODE disk fru WITH _class:/PLATFORM_CLASS/pci?instance=1/scsi-fcp/devctl/block?target=1
129 REFNODE disk fru WITH _class:/PLATFORM_CLASS/pci?instance=1/scsi-fcp/devctl/block?target=3
134 _class:/PLATFORM_CLASS/pci?instance=1/scsi-fcp/devctl/block?target=1
137 _class:/PLATFORM_CLASS/pci?instance=1/scsi-fcp/devctl/block?target=3
/illumos-gate/usr/src/lib/efcode/fcdriver/
H A Dioctl.c53 fc_cell_t *fcp; local
74 fcp = va_arg(ap, fc_cell_t *);
75 *fcp = fc_result(cip, i);
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_iocb.c432 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...]
H A Dql_isr.c1457 if (sp->fcp->fcp_cntl.cntl_qtype == FCP_QTYPE_UNTAGGED) {
1881 sp->fcp &&
1882 sp->fcp->fcp_data_len != 0 &&
2010 sp->fcp &&
2011 sp->fcp->fcp_data_len != 0 &&
2012 sp->fcp->fcp_cntl.cntl_write_data) {
2177 if (sp->fcp->fcp_data_len &&
2179 sts.residual_length != sp->fcp->fcp_data_len)) {
2190 if (sp->fcp->fcp_cntl.cntl_write_data) {
2193 } else if (sp->fcp
[all...]
/illumos-gate/usr/src/uts/common/sys/ib/adapters/hermon/
H A Dhermon_fcoib.h83 ibt_fc_attr_t *fcp);
85 ibt_fc_attr_t *fcp);
/illumos-gate/usr/src/uts/common/io/1394/
H A Ds1394_fcp.c89 "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/cmd/filesync/
H A Danal.c651 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/sparc/fp/
H A DMakefile65 LDFLAGS += -dy -Nmisc/fctl -Ndrv/fcp -Nmisc/scsi
/illumos-gate/usr/src/uts/intel/fp/
H A DMakefile69 LDFLAGS += -dy -Ndrv/fcp -Nmisc/fctl -Nmisc/scsi
/illumos-gate/usr/src/uts/intel/fcp/
H A DMakefile21 # uts/intel/fcp/Makefile
26 # This makefile drives the production of fcp driver kernel module.
38 MODULE = fcp
/illumos-gate/usr/src/uts/sparc/fcp/
H A DMakefile21 # uts/sparc/fcp/Makefile
26 # This makefile drives the production of fcp driver kernel module.
38 MODULE = fcp
/illumos-gate/usr/src/uts/sun4/io/efcode/
H A Dfcode.c499 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 Dmi.c488 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/uts/common/io/ib/adapters/hermon/
H A Dhermon_fcoib.c124 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/uts/common/sys/fibre-channel/
H A Dfc_types.h171 #include <sys/fibre-channel/ulp/fcp.h>
/illumos-gate/usr/src/uts/sparc/ssd/
H A DMakefile89 # fcp included for fibre support
91 LDFLAGS += -dy -N misc/scsi -N misc/cmlb -N drv/fcp
/illumos-gate/usr/src/uts/common/io/pciex/
H A Dpcie_fault.c2327 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/cmd/mdb/common/modules/fcp/
H A Dfcp.c44 * 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/lib/libdisasm/common/
H A Ddis_sparc_fmt.c496 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);

Completed in 780 milliseconds

12