Home
last modified time | relevance | path

Searched refs:get_minor (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/sun_sas/common/
H A Ddevtree_device_disco.c43 get_minor(char *devpath, char *minor) in get_minor() function
457 get_minor(devpath, minorname); in get_attached_devices_info()
580 get_minor(devpath, minorname); in get_attached_devices_info()
994 get_minor(clientdevpath, minorname); in get_attached_paths_info()
/illumos-gate/usr/src/lib/libdevinfo/
H A Ddevinfo_devlink.h356 static struct db_minor *get_minor(struct di_devlink_handle *hdp, uint32_t idx);
H A Ddevinfo_devlink.c604 for (; dmp = get_minor(hdp, nidx); nidx = dmp->sib) { in read_minors()
1433 for (; dmp = get_minor(hdp, nidx); nidx = dmp->sib) { in lookup_minor()
2820 get_minor(struct di_devlink_handle *hdp, uint32_t idx) in get_minor() function