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

/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dndievents.c111 char device_path[MAXPATHLEN]; local
135 if (dip_to_pathname(&devi, device_path, sizeof (device_path))
140 mdb_printf("\t\tCallback Registered By: %s\n", device_path);
/illumos-gate/usr/src/lib/libprtdiag_psr/sparc/ontario/common/
H A Dhuron.c297 char device_path[MAXSTRLEN]; local
359 (void) strcpy(device_path, path);
365 if (strlen(device_path) > 45)
366 log_printf("%45.44s+", device_path);
368 log_printf("%46s", device_path);
H A Dpelton.c295 char device_path[MAXSTRLEN]; local
369 (void) strcpy(device_path, path);
375 if (strlen(device_path) > 38)
376 log_printf("%38.37s+", device_path);
378 log_printf("%39s", device_path);
H A Dontario.c410 char device_path[MAXSTRLEN]; local
482 (void) strcpy(device_path, path);
488 if (strlen(device_path) > 38)
489 log_printf("%38.37s+", device_path);
491 log_printf("%39s", device_path);
H A Dstpaul.c252 char device_path[MAXSTRLEN]; local
344 (void) strlcpy(device_path, path, sizeof (device_path));
350 if (strlen(device_path) > 38)
351 log_printf("%38.37s+", device_path);
353 log_printf("%39s", device_path);
/illumos-gate/usr/src/cmd/mdb/common/modules/mr_sas/
H A Dmr_sas.c69 char device_path[PATH_MAX]; local
72 *device_path = 0;
73 if (construct_path((uintptr_t)m->dip, device_path) != DCMD_OK) {
74 strcpy(device_path, "couldn't determine device path");
80 mdb_printf("%s\n", device_path);
/illumos-gate/usr/src/lib/libprtdiag_psr/sparc/montoya/common/
H A Dmontoya.c345 char device_path[MAXSTRLEN]; local
410 (void) strcpy(device_path, path);
416 if (strlen(device_path) > 38)
417 log_printf("%38.37s+", device_path);
419 log_printf("%39s", device_path);
/illumos-gate/usr/src/lib/libprtdiag_psr/sparc/monza/common/
H A Dmonza.c382 char device_path[MAXSTRLEN]; local
457 (void) strcpy(device_path, path);
463 if (strlen(device_path) > 38)
464 log_printf("%38.37s+", device_path);
466 log_printf("%39s", device_path);
/illumos-gate/usr/src/lib/sun_sas/common/
H A Dsun_sas.h129 char device_path[MAXPATHLEN]; member in struct:sun_sas_hba
158 char device_path[MAXPATHLEN]; member in struct:sun_sas_port
/illumos-gate/usr/src/uts/sun4u/sunfire/io/
H A Dsysctrl_quiesce.c215 static char device_path[MAXPATHLEN]; variable
243 (void) ddi_pathname(dip, device_path);
244 DEBUGP(errp(" suspending device %s\n", device_path));
247 device_path));
249 (void) strncpy(pkt->errbuf, device_path,
287 (void) ddi_pathname(dip, device_path);
288 DEBUGP(errp(" resuming device %s\n", device_path));
297 device_path);
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dbios.c270 unsigned char device_path[8];
268 unsigned char device_path[8]; member in struct:drive_parameters
/illumos-gate/usr/src/boot/sys/boot/i386/common/
H A Dedd.h74 uint64_t device_path; member in struct:edd_device_path_v3
81 struct edd_device_path_v3 device_path; member in struct:edd_params_v3
91 uint64_t device_path[2]; member in struct:edd_device_path_v4
98 struct edd_device_path_v4 device_path; member in struct:edd_params_v4
/illumos-gate/usr/src/uts/i86pc/sys/
H A Dbiosdisk.h35 typedef union device_path { union
/illumos-gate/usr/src/cmd/boot/installboot/sparc/
H A Dinstallboot.c601 char *device_path = NULL; local
605 device_path = strdup(argv[1]);
607 if (!device_path || !bootblock) {
613 BOOT_DEBUG("device path: %s, bootblock file path: %s\n", device_path,
617 if (init_device(&install_data.device, device_path) != BC_SUCCESS) {
619 device_path);
644 device_path);
656 free(device_path);
679 char *device_path; local
683 device_path
[all...]
/illumos-gate/usr/src/lib/libprtdiag_psr/sparc/opl/common/
H A Dopl_picl.c64 static picl_errno_t get_lane_width(char *device_path, int bus_no, int func_no,
643 (char *device_path, int bus, int dev, int func, int *actual,
649 if (device_path == NULL)
652 fd = open_root_complex(device_path);
642 get_lane_width(char *device_path, int bus, int dev, int func, int *actual, int *maximum, uint32_t *speed_max, uint32_t *speed_at, int *type) argument
/illumos-gate/usr/src/cmd/mdb/common/modules/mpt_sas/
H A Dmpt_sas.c660 char device_path[PATH_MAX]; local
662 *device_path = 0;
663 if (construct_path((uintptr_t)mp->m_dip, device_path) != DCMD_OK) {
664 strcpy(device_path, "couldn't determine device path");
724 mdb_printf("%s\n", device_path);
/illumos-gate/usr/src/uts/common/os/
H A Dpcifm.c1168 char device_path[MAXPATHLEN]; local
1187 (void) ddi_pathname(dip, device_path);
1189 device_path, NULL, NULL);
/illumos-gate/usr/src/cmd/boot/installboot/i386/
H A Dinstallboot.c1226 char *device_path = NULL; local
1231 device_path = strdup(argv[2]);
1233 if (!device_path || !bootblock || !stage1) {
1240 device_path, stage1, bootblock);
1243 if (init_device(&install_data.device, device_path) != BC_SUCCESS) {
1245 device_path);
1269 device_path);
1282 free(device_path);
1304 char *device_path, *path; local
1308 device_path
[all...]
/illumos-gate/usr/src/uts/common/io/ib/ibnex/
H A Dibnex_ioctl.c2888 #define IBNEX_CTL_CP_HCA_INFO(x, y, driver_name, instance, device_path, \
2950 ? (device_path) : NULL; \
2968 char *device_path; local
2990 device_path = (char *)(uintptr_t)query_hca_32->hca_device_path;
3007 device_path = query_hca->hca_device_path;
3043 driver_name, instance, device_path,
3059 device_path,
/illumos-gate/usr/src/cmd/boot/installgrub/
H A Dinstallgrub.c284 char *device_path = NULL; local
289 device_path = strdup(argv[2]);
293 if (!stage1_path || !stage2_path || !device_path) {
300 stage1_path, stage2_path, device_path);
302 if (init_device(&install_data.device, device_path) != BC_SUCCESS) {
304 "information for %s\n"), device_path);
334 device_path);
353 free(device_path);
375 char *device_path; local
379 device_path
[all...]
/illumos-gate/usr/src/lib/libdevinfo/
H A Ddevfsmap.c1977 devfs_walk_children_minors(const char *device_path, struct stat *st, argument
1989 if ((dir = opendir(device_path)) == NULL) {
2000 "%s/%s", device_path, dp->d_name);
2038 devfs_walk_device_minors(const char *device_path, struct stat *st, argument
2061 if (strlcpy(devpath, device_path, MAXPATHLEN) >= MAXPATHLEN)
2122 devfs_walk_minor_nodes(const char *device_path, argument
2129 rv = devfs_walk_device_minors(device_path,
2132 rv = devfs_walk_children_minors(device_path,
/illumos-gate/usr/src/uts/common/io/pciex/
H A Dpcie_fault.c2627 char device_path[MAXPATHLEN]; local
2647 device_path[0] = '/';
2648 device_path[1] = '\0';
2650 (void) ddi_pathname(dip, device_path);
2654 device_path, NULL, NULL);
/illumos-gate/usr/src/uts/sun4u/opl/io/
H A Dmc-opl.c932 char device_path[MAXPATHLEN]; local
967 (void) ddi_pathname(mc_aflt->mflt_mcp->mc_dip, device_path);
969 device_path, NULL, NULL);
1051 device_path[0] = 0;
1052 p = &device_path[0];
1074 n = strlen(device_path);
1076 p = &device_path[n];
1092 device_path, (ret == 0) ? sid : NULL, (ret == 0) ? offset :
/illumos-gate/usr/src/uts/sun4v/io/
H A Dvds.c452 char device_path[MAXPATHLEN + 1]; /* vdisk device */ member in struct:vd
4082 ", rebooting the system", vd->device_path);
4085 panic(VD_RESET_ACCESS_FAILURE_MSG, vd->device_path);
4088 cmn_err(CE_WARN, VD_RESET_ACCESS_FAILURE_MSG, vd->device_path);
4461 PR0("Retry setting up disk (%s)", vd->device_path);
5505 PR0("'variant' property exists for %s", vd->device_path);
5513 PR0("'atapi' property exists for %s", vd->device_path);
5536 vd->device_path, status);
5660 char *device_path = vd->device_path; local
6101 char *device_path = vd->device_path; local
6135 char *device_path = vd->device_path; local
6235 char *device_path = vd->device_path; local
6504 char *device_path = vd->device_path; local
6715 vds_do_init_vd(vds_t *vds, uint64_t id, char *device_path, uint64_t options, uint64_t ldc_id, vd_t **vdp) argument
7000 vds_init_vd(vds_t *vds, uint64_t id, char *device_path, uint64_t options, uint64_t ldc_id) argument
7221 char *device_path = NULL; local
[all...]

Completed in 221 milliseconds