Searched refs:devlink (Results 26 - 29 of 29) sorted by relevance

12

/illumos-gate/usr/src/cmd/prtconf/
H A Dpdevinfo.c214 /* get devlink (aka aliases) data */
1096 dump_minor_data_links(di_devlink_t devlink, void *arg) argument
1100 (void) printf("dev_link=%s\n", di_devlink_path(devlink));
/illumos-gate/usr/src/cmd/stmsboot/
H A Dstmsboot_util.c218 * This causes problems for the devlink calls (see
580 "list_devs: rv = %d; (%s) is not a devlink, "
1156 link_cb(di_devlink_t devlink, void *arg) argument
1160 result = di_devlink_path(devlink);
1201 gettext("unable to take devlink snapshot: %s\n"),
1213 gettext("Unable to walk devlink snapshot for %s: %s\n"),
1220 gettext("Unable to close devlink snapshot: %s\n"),
/illumos-gate/usr/src/cmd/dcs/sparc/sun4u/
H A Dri_init.c1548 devinfo_devlink_walk(di_devlink_t devlink, void *arg) argument
1553 /* Get the devlink's path */
1554 if ((linkpath = di_devlink_path(devlink)) == NULL) {
1561 /* Add lookup entry for this devlink */
/illumos-gate/usr/src/lib/libcfgadm/common/
H A Dconfig_admin.c1073 * Obtain the devlink from a /devices path
1076 get_link(di_devlink_t devlink, void *arg) argument
1081 di_devlink_path(devlink));
1101 /* open devlink database */
1378 * If the ap_id is a devlink in CFGA_DEV_DIR, follow link

Completed in 62 milliseconds

12