Searched refs:iport (Results 1 - 5 of 5) sorted by relevance
/osnet-11/usr/src/lib/fm/topo/modules/common/pcibus/ |
H A D | pcibus_hba.c | 186 tnode_t *iport; local 196 * First create any iport nodes. 198 if (strcmp(di_node_name(cn), "iport") != 0) 200 iport = pci_iport_device_create(mod, auth, parent, cn, i++); 201 if (iport == NULL) 217 if (topo_node_range_create(mod, iport, SCSI_DEVICE, 0, j) < 0) 222 pci_scsi_device_create(mod, auth, iport, sd, 229 pci_scsi_device_create(mod, auth, iport, 239 if (topo_node_range_create(mod, iport, SMP_DEVICE, 0, j) < 0) 244 pci_smp_device_create(mod, auth, iport, sm [all...] |
/osnet-11/usr/src/grub/grub-0.97/netboot/ |
H A D | fsys_tftp.c | 48 static unsigned short iport = 2000; variable 107 if (!udp_transmit(arptable[ARP_SERVER].ipaddr.s_addr, ++iport, 118 if (!await_reply(await_tftp, iport, NULL, timeout)) 123 ++iport, TFTP_PORT, len, &tp)) 134 iport, oport, 187 iport, ntohs(tr->udp.src), 213 udp_transmit(arptable[ARP_SERVER].ipaddr.s_addr, iport, 255 if (! await_reply (await_tftp, iport, NULL, timeout)) 267 ++iport, TFTP_PORT, len, &tp)) 281 iport, opor [all...] |
/osnet-11/usr/src/lib/libsuri/common/ |
H A D | suri_devinfo.c | 373 char *iport = NULL; local 383 iport = get_string_prop(phci_node, "initiator-port", 385 assert(*iport != NULL); 386 iport = strip_w(iport); 393 iport, target, lu_id); 395 sizeof (suri_lu->sl_prop_initiator), "naa.%s", iport); 573 char *iport = NULL, *target = NULL, *devlink = NULL; local 682 iport = get_string_prop(phci_node, "initiator-port", 684 assert(iport ! [all...] |
/osnet-11/usr/src/lib/fm/topo/libtopo/common/ |
H A D | topo_mod.c | 772 * Generate client occupant path from the iport di_node, target port and 790 di_node_t iport = DI_NODE_NIL; local 799 /* HBA iport node */ 802 topo_mod_dprintf(mod, "%s: No iport path\n", __func__); 805 iport = di_lookup_node(devtree, ipath); 806 if (iport == DI_NODE_NIL) { 807 topo_mod_dprintf(mod, "%s: No iport node\n", __func__); 814 for (path_node = di_path_next_client(iport, DI_PATH_NIL); path_node; 815 path_node = di_path_next_client(iport, path_node)) {
|
/osnet-11/usr/src/lib/libbsm/common/ |
H A D | au_to.c | 937 au_to_iport(ushort_t iport) argument 948 adr_short(&adr, (short *)&iport, 1);
|
Completed in 32 milliseconds