Searched refs:nexus_path (Results 1 - 11 of 11) sorted by relevance

/illumos-gate/usr/src/lib/storage/libg_fc/common/
H A Dhot.c221 char nexus_path[MAXPATHLEN], *nexus_path_ptr; local
307 (void) strcpy(nexus_path, nexus_path_ptr);
310 " Path %s\n", nexus_path);
313 if ((fd = g_object_open(nexus_path,
322 "\n on loop at: %s\n"), nexus_path);
H A Dmap.c2156 char *char_ptr, *nexus_path; local
2638 if ((err = g_get_nexus_path(drvr_path, &nexus_path)) != 0) {
2645 g_object_open(nexus_path, O_NDELAY | O_RDONLY)) == -1) {
2647 S_FREE(nexus_path);
2657 S_FREE(nexus_path);
2662 S_FREE(nexus_path);
3324 char nexus_path[MAXPATHLEN], *nexus_path_ptr; local
3426 (void) strcpy(nexus_path, nexus_path_ptr);
3430 if ((fd = g_object_open(nexus_path,
3482 (void) strcpy(c1->driver_path, nexus_path);
4559 g_get_nexus_path(char *path_phys, char **nexus_path) argument
[all...]
/illumos-gate/usr/src/uts/common/io/cardbus/
H A Dcardbus.h80 char *nexus_path; /* Pathname of Nexus */ member in struct:cardbus_dev
H A Dcardbus_hp.c119 cbp->nexus_path = kmem_alloc(strlen(tbuf) + 1, KM_SLEEP);
120 (void) strcpy(cbp->nexus_path, tbuf);
122 "cardbus_init_hotplug: nexus_path set to %s", cbp->nexus_path);
145 if (hpc_slot_register(cbp->cb_dip, cbp->nexus_path, &slot_info,
H A Dcardbus.c556 if (cbp->nexus_path)
557 kmem_free(cbp->nexus_path, strlen(cbp->nexus_path) + 1);
/illumos-gate/usr/src/uts/sun4u/starcat/sys/
H A Dschpc.h86 char nexus_path[MAXNAMELEN]; /* Pathname of Nexus */ member in struct:__anon10038
/illumos-gate/usr/src/cmd/pcitool/
H A Dpcitool.c868 char *nexus_path = di_devfs_minor_path(minor); local
870 if (nexus_path == NULL) {
882 ((strstr(nexus_path, pathname) != nexus_path) ||
883 (strlen(nexus_path) !=
885 di_devfs_path_free(nexus_path);
889 if ((fd = open_node(nexus_path, walk_args_p->input_args_p)) >= 0) {
892 if ((trunc = strstr(nexus_path, PCI_MINOR_REG)) != NULL) {
901 "**********\n", nexus_path);
912 nexus_path, strerro
[all...]
/illumos-gate/usr/src/uts/sun4u/serengeti/sys/
H A Dsghsc.h124 char nexus_path[MAXPATHLEN]; member in struct:sghsc_slot
/illumos-gate/usr/src/uts/common/io/mac/
H A Dmac_util.c579 char nexus_path[MAXPATHLEN]; member in struct:mac_dladm_intr
749 (void) snprintf(dln->nexus_path, MAXPATHLEN,
779 dln.nexus_path[0] = '\0';
802 err = ldi_open_by_name(dln.nexus_path, FREAD|FWRITE, kcred, &lh, li);
/illumos-gate/usr/src/uts/sun4u/starcat/io/
H A Dschpc.c864 find_dev.cname = schpc_p->schpc_slot[slot].nexus_path;
3618 (void) ddi_pathname(sdip, schpc_p->schpc_slot[slot].nexus_path);
3709 schpc_p->schpc_slot[slot].nexus_path,
3715 schpc_p->schpc_slot[slot].nexus_path, &slot_info,
/illumos-gate/usr/src/uts/sun4u/serengeti/io/
H A Dsghsc.c638 nexuspath = sghsc->sghsc_slot_table[i].nexus_path;

Completed in 89 milliseconds