Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libdevid/
H A Ddeviceid.c200 struct devlink_cbinfo *cbip = (struct devlink_cbinfo *)arg; in devlink_callback() local
203 if (strncmp(devpath, cbip->cbi_search_path, in devlink_callback()
204 strlen(cbip->cbi_search_path)) == 0) { in devlink_callback()
205 if (nmlist_add(cbip->cbi_nlhp, devpath) == NULL) { in devlink_callback()
206 cbip->cbi_error = 1; in devlink_callback()