Home
last modified time | relevance | path

Searched refs:device_path (Results 1 – 25 of 39) sorted by relevance

12

/illumos-gate/usr/src/cmd/boot/installboot/sparc/
H A Dinstallboot.c601 char *device_path = NULL; in handle_install() local
605 device_path = strdup(argv[1]); in handle_install()
607 if (!device_path || !bootblock) { in handle_install()
619 device_path); in handle_install()
644 device_path); in handle_install()
656 free(device_path); in handle_install()
679 char *device_path; in handle_getinfo() local
683 device_path = strdup(argv[0]); in handle_getinfo()
684 if (!device_path) { in handle_getinfo()
708 "%s\n"), device_path); in handle_getinfo()
[all …]
/illumos-gate/usr/src/cmd/mdb/common/modules/mr_sas/
H A Dmr_sas.c69 char device_path[PATH_MAX]; in display_targets() local
72 *device_path = 0; in display_targets()
73 if (construct_path((uintptr_t)m->dip, device_path) != DCMD_OK) { in display_targets()
74 strcpy(device_path, "couldn't determine device path"); in display_targets()
80 mdb_printf("%s\n", device_path); in display_targets()
/illumos-gate/usr/src/lib/sun_sas/common/
H A Ddevtree_hba_disco.c167 (void) strlcpy(port_ptr->device_path, portDevpath, MAXPATHLEN + 1); in add_hba_port_info()
395 if ((strncmp(hba_ptr->device_path, hbaDevpath, in devtree_get_one_hba()
416 (void) strlcpy(new_hba->device_path, hbaDevpath, in devtree_get_one_hba()
417 sizeof (new_hba->device_path)); in devtree_get_one_hba()
422 "%s%s", DEVICES_DIR, new_hba->device_path); in devtree_get_one_hba()
461 "firmware-version", new_hba->device_path); in devtree_get_one_hba()
473 "hardware-version", new_hba->device_path); in devtree_get_one_hba()
485 "driver-version", new_hba->device_path); in devtree_get_one_hba()
513 new_hba->device_path); in devtree_get_one_hba()
527 new_hba->device_path); in devtree_get_one_hba()
H A DSun_sasGetPortType.c64 if (hba_ptr->device_path[0] != '\0') { in Sun_sasGetPortType()
67 "data.", hba_ptr->device_path); in Sun_sasGetPortType()
H A DSun_sasGetAdapterPortAttributes.c73 if (hba_ptr->device_path[0] != '\0') { in Sun_sasGetAdapterPortAttributes()
75 "%s contains no port data", hba_ptr->device_path); in Sun_sasGetAdapterPortAttributes()
H A DSun_sasRefreshAdapterConfiguration.c120 wa.devpath = hba_ptr->device_path; in Sun_sasRefreshAdapterConfiguration()
140 hba_ptr->device_path); in Sun_sasRefreshAdapterConfiguration()
H A DSun_sasGetDiscoveredPortAttributes.c78 if (hba_ptr->device_path[0] != '\0') { in Sun_sasGetDiscoveredPortAttributes()
80 " contains no port data", hba_ptr->device_path); in Sun_sasGetDiscoveredPortAttributes()
H A DSun_sasGetPortAttributesByWWN.c77 if (hba_ptr->device_path[0] != '\0') { in Sun_sasGetPortAttributesByWWN()
80 "no port data", hba_ptr->device_path); in Sun_sasGetPortAttributesByWWN()
H A Dverify.c49 (void) strlcpy(path, hba_ptr->device_path, sizeof (path)); in verifyAdapter()
H A Dsun_sas.c349 if (hba_ptr->device_path[0] != '\0') { in getFirstAdapterPortWWN()
352 "port data", hba_ptr->device_path); in getFirstAdapterPortWWN()
H A Dsun_sas.h129 char device_path[MAXPATHLEN]; member
158 char device_path[MAXPATHLEN]; member
/illumos-gate/usr/src/cmd/ibd_upgrade/
H A Dibd_upgrade.sh44 hca_path="/dev/`dirname $device_path`"
45 bname=`basename $device_path`
126 | while read x1 x2 x3 x4 x5 x6 x7 x8 x9 x10 device_path
/illumos-gate/usr/src/uts/sun4u/sunfire/io/
H A Dsysctrl_quiesce.c219 static char device_path[MAXPATHLEN]; variable
245 (void) ddi_pathname(dip, device_path); in sysctrl_suspend_devices()
246 DEBUGP(errp(" suspending device %s\n", device_path)); in sysctrl_suspend_devices()
249 device_path)); in sysctrl_suspend_devices()
251 (void) strncpy(pkt->errbuf, device_path, in sysctrl_suspend_devices()
288 (void) ddi_pathname(dip, device_path); in sysctrl_resume_devices()
289 DEBUGP(errp(" resuming device %s\n", device_path)); in sysctrl_resume_devices()
298 device_path); in sysctrl_resume_devices()
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dndievents.c113 char device_path[MAXPATHLEN]; in ndi_callback_print() local
137 if (dip_to_pathname(&devi, device_path, sizeof (device_path)) in ndi_callback_print()
142 mdb_printf("\t\tCallback Registered By: %s\n", device_path); in ndi_callback_print()
/illumos-gate/usr/src/cmd/boot/installgrub/
H A Dinstallgrub.c284 char *device_path = NULL; in handle_install() local
289 device_path = strdup(argv[2]); in handle_install()
300 stage1_path, stage2_path, device_path); in handle_install()
334 device_path); in handle_install()
353 free(device_path); in handle_install()
375 char *device_path; in handle_getinfo() local
379 device_path = strdup(argv[0]); in handle_getinfo()
380 if (!device_path) { in handle_getinfo()
404 "%s\n"), device_path); in handle_getinfo()
411 device_path); in handle_getinfo()
[all …]
/illumos-gate/usr/src/boot/i386/common/
H A Dedd.h72 uint64_t device_path[2]; member
79 struct edd_device_path_v3 device_path; member
/illumos-gate/usr/src/lib/libprtdiag_psr/sparc/ontario/common/
H A Dhuron.c295 char device_path[MAXSTRLEN]; in huron_hw_rev_callback() local
357 (void) strcpy(device_path, path); in huron_hw_rev_callback()
363 if (strlen(device_path) > 45) in huron_hw_rev_callback()
364 log_printf("%45.44s+", device_path); in huron_hw_rev_callback()
366 log_printf("%46s", device_path); in huron_hw_rev_callback()
H A Dpelton.c293 char device_path[MAXSTRLEN]; in pelton_hw_rev_callback() local
367 (void) strcpy(device_path, path); in pelton_hw_rev_callback()
373 if (strlen(device_path) > 38) in pelton_hw_rev_callback()
374 log_printf("%38.37s+", device_path); in pelton_hw_rev_callback()
376 log_printf("%39s", device_path); in pelton_hw_rev_callback()
H A Dstpaul.c250 char device_path[MAXSTRLEN]; in stpaul_hw_rev_callback() local
342 (void) strlcpy(device_path, path, sizeof (device_path)); in stpaul_hw_rev_callback()
348 if (strlen(device_path) > 38) in stpaul_hw_rev_callback()
349 log_printf("%38.37s+", device_path); in stpaul_hw_rev_callback()
351 log_printf("%39s", device_path); in stpaul_hw_rev_callback()
H A Dontario.c408 char device_path[MAXSTRLEN]; in ontario_hw_rev_callback() local
480 (void) strcpy(device_path, path); in ontario_hw_rev_callback()
486 if (strlen(device_path) > 38) in ontario_hw_rev_callback()
487 log_printf("%38.37s+", device_path); in ontario_hw_rev_callback()
489 log_printf("%39s", device_path); in ontario_hw_rev_callback()
/illumos-gate/usr/src/uts/sun4v/io/
H A Dvds.c5665 char *device_path = vd->device_path; in vd_setup_partition_vtoc() local
6106 char *device_path = vd->device_path; in vd_open_using_ldi_by_name() local
6140 char *device_path = vd->device_path; in vd_setup_backend_ldi() local
6153 status, device_path); in vd_setup_backend_ldi()
6240 char *device_path = vd->device_path; in vd_setup_single_slice_disk() local
6408 vd->device_path); in vd_backend_check_size()
6509 char *device_path = vd->device_path; in vd_identify_dev() local
6523 status, device_path); in vd_identify_dev()
6742 (void) strncpy(vd->device_path, device_path, MAXPATHLEN); in vds_do_init_vd()
7226 char *device_path = NULL; in vds_add_vd() local
[all …]
/illumos-gate/usr/src/lib/libprtdiag_psr/sparc/montoya/common/
H A Dmontoya.c343 char device_path[MAXSTRLEN]; in montoya_hw_rev_callback() local
408 (void) strcpy(device_path, path); in montoya_hw_rev_callback()
414 if (strlen(device_path) > 38) in montoya_hw_rev_callback()
415 log_printf("%38.37s+", device_path); in montoya_hw_rev_callback()
417 log_printf("%39s", device_path); in montoya_hw_rev_callback()
/illumos-gate/usr/src/lib/libprtdiag_psr/sparc/monza/common/
H A Dmonza.c380 char device_path[MAXSTRLEN]; in monza_hw_rev_callback() local
455 (void) strcpy(device_path, path); in monza_hw_rev_callback()
461 if (strlen(device_path) > 38) in monza_hw_rev_callback()
462 log_printf("%38.37s+", device_path); in monza_hw_rev_callback()
464 log_printf("%39s", device_path); in monza_hw_rev_callback()
/illumos-gate/usr/src/cmd/mdb/common/modules/mpt_sas/
H A Dmpt_sas.c661 char device_path[PATH_MAX]; in display_deviceinfo() local
663 *device_path = 0; in display_deviceinfo()
664 if (construct_path((uintptr_t)mp->m_dip, device_path) != DCMD_OK) { in display_deviceinfo()
665 strcpy(device_path, "couldn't determine device path"); in display_deviceinfo()
765 mdb_printf("%s\n", device_path); in display_deviceinfo()
/illumos-gate/usr/src/lib/libdevinfo/
H A Ddevfsmap.c1977 devfs_walk_children_minors(const char *device_path, struct stat *st, in devfs_walk_children_minors() argument
1989 if ((dir = opendir(device_path)) == NULL) { in devfs_walk_children_minors()
2000 "%s/%s", device_path, dp->d_name); in devfs_walk_children_minors()
2038 devfs_walk_device_minors(const char *device_path, struct stat *st, in devfs_walk_device_minors() argument
2061 if (strlcpy(devpath, device_path, MAXPATHLEN) >= MAXPATHLEN) in devfs_walk_device_minors()
2122 devfs_walk_minor_nodes(const char *device_path, in devfs_walk_minor_nodes() argument
2129 rv = devfs_walk_device_minors(device_path, in devfs_walk_minor_nodes()
2132 rv = devfs_walk_children_minors(device_path, in devfs_walk_minor_nodes()

12