Searched defs:fca_dip (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/fibre-channel/impl/
H A Dfctl.c1929 fc_fca_attach(dev_info_t *fca_dip, fc_fca_tran_t *tran) argument
1937 const char *name = ddi_driver_name(fca_dip);
1946 ddi_set_driver_private(fca_dip, (caddr_t)tran);
1955 fc_fca_detach(dev_info_t *fca_dip) argument
1957 ddi_set_driver_private(fca_dip, NULL);
2105 fctl_fca_bus_ctl(dev_info_t *fca_dip, dev_info_t *rip, argument
2116 return (fctl_initchild(fca_dip, (dev_info_t *)arg));
2119 return (fctl_uninitchild(fca_dip, (dev_info_t *)arg));
2122 return (ddi_ctlops(fca_dip, rip, op, arg, result));
2136 fctl_initchild(dev_info_t *fca_dip, dev_info_ argument
2205 fctl_uninitchild(dev_info_t *fca_dip, dev_info_t *port_dip) argument
[all...]

Completed in 137 milliseconds