/illumos-gate/usr/src/cmd/fcinfo/ |
H A D | fcadm-list.c | 140 char *vpwwn, int vindex, int addRemoveFlag) { in npivAddRemoveNPIVEntry() argument 161 sprintf(memberName, "%s:%s:%s:%d", ppwwn, vpwwn, vnwwn, vindex); in npivAddRemoveNPIVEntry() 776 char *vpwwn_str, int vindex) in create_npivport() argument 796 npivportIndex = vindex; in create_npivport() 901 int vindex = 0; in fc_util_create_portlist() local 910 sscanf(buf, "%16s:%16s:%16s:%d", ppwwn, vpwwn, vnwwn, &vindex); in fc_util_create_portlist() 911 create_npivport(ppwwn, vnwwn, vpwwn, vindex); in fc_util_create_portlist()
|
/illumos-gate/usr/src/lib/sun_fc/common/ |
H A D | HandlePort.cc | 184 uint64_t vportwwn, uint32_t vindex) { in createNPIVPort() argument 188 vportindex = port->createNPIVPort(vnodewwn, vportwwn, vindex); in createNPIVPort()
|
H A D | HandlePort.h | 68 uint64_t vportwwn, uint32_t vindex);
|
H A D | HBAPort.h | 119 uint32_t vindex) = 0;
|
H A D | TgtFCHBAPort.h | 128 uint32_t vindex) { in createNPIVPort() argument
|
H A D | FCHBAPort.h | 62 uint32_t vindex);
|
H A D | FCHBAPort.cc | 528 uint32_t FCHBAPort::createNPIVPort(uint64_t vnodewwn, uint64_t vportwwn, uint32_t vindex) { in createNPIVPort() argument 540 entrybuf.vindex = vindex; in createNPIVPort()
|
/illumos-gate/usr/src/lib/hbaapi/common/ |
H A D | hbaapi-sun.h | 61 uint32_t vindex; member
|
/illumos-gate/usr/src/uts/common/sys/fibre-channel/ |
H A D | fc_appif.h | 312 uint32_t vindex; member
|
/illumos-gate/usr/src/uts/common/io/hxge/ |
H A D | hxge_txdma.c | 810 uint32_t vindex; in hxge_tx_intr() local 852 vindex = ldvp->vdma_index; in hxge_tx_intr() 855 channel, vindex, rs)); in hxge_tx_intr() 860 "status 0x%08x (marked bit set)", channel, vindex, rs)); in hxge_tx_intr() 862 tx_ring_p = tx_rings[vindex]; in hxge_tx_intr() 866 channel, vindex, rs)); in hxge_tx_intr() 869 (void) hxge_txdma_reclaim(hxgep, tx_rings[vindex], 0); in hxge_tx_intr()
|
H A D | hxge_rxdma.c | 87 static mblk_t *hxge_rx_pkts(p_hxge_t hxgep, uint_t vindex, p_hxge_ldv_t ldvp, 1386 hxge_rx_pkts(p_hxge_t hxgep, uint_t vindex, p_hxge_ldv_t ldvp, in hxge_rx_pkts() argument 1408 "channel %d", vindex, ldvp->channel)); in hxge_rx_pkts() 1415 vindex, ldvp->channel, channel)); in hxge_rx_pkts()
|
/illumos-gate/usr/src/uts/common/sys/fibre-channel/impl/ |
H A D | fctl_private.h | 706 dev_info_t *phydip, char *nwwn, char *pwwn, uint32_t *vindex);
|
/illumos-gate/usr/src/uts/common/io/nxge/ |
H A D | nxge_txdma.c | 1132 uint32_t vindex; in nxge_tx_intr() local 1176 vindex = ldvp->vdma_index; in nxge_tx_intr() 1179 channel, vindex, rs)); in nxge_tx_intr() 1184 channel, vindex, rs)); in nxge_tx_intr() 1186 tx_ring_p = tx_rings[vindex]; in nxge_tx_intr() 1190 channel, vindex, rs)); in nxge_tx_intr()
|
/illumos-gate/usr/src/uts/common/io/fibre-channel/impl/ |
H A D | fctl.c | 2249 fctl_check_npiv_portindex(dev_info_t *dip, int vindex) in fctl_check_npiv_portindex() argument 2256 if ((!port) || (vindex <= 0) || (vindex >= FC_NPIV_MAX_PORT)) { in fctl_check_npiv_portindex() 2260 i = vindex-1; in fctl_check_npiv_portindex() 2264 return (vindex); in fctl_check_npiv_portindex() 2313 dev_info_t *phydip, char *nname, char *pname, uint32_t *vindex) in fctl_fca_create_npivport() argument 2320 if (*vindex == 0) { in fctl_fca_create_npivport() 2322 *vindex = portnum; in fctl_fca_create_npivport() 2324 portnum = fctl_check_npiv_portindex(phydip, *vindex); in fctl_fca_create_npivport()
|
H A D | fp.c | 7645 vportindex = entrybuf.vindex; in fp_fciocmd()
|
/illumos-gate/usr/src/grub/grub-0.97/docs/ |
H A D | texinfo.tex | 3506 % @vindex index-whatever 3535 % @findex, @vindex, @kindex, @cindex. 3540 \def\vindex {\vrindex}
|