Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/cfgadm_plugins/fp/common/
H A Dcfga_cvt.c434 di_prop_t prop_lun = DI_PROP_NIL; in insert_lun_to_lunlist() local
439 while ((prop_lun = di_prop_next(dev_node, prop_lun)) != DI_PROP_NIL) { in insert_lun_to_lunlist()
440 if (!(strcmp(LUN_PROP, di_prop_name(prop_lun))) && in insert_lun_to_lunlist()
441 (di_prop_type(prop_lun) == DI_PROP_TYPE_INT)) { in insert_lun_to_lunlist()
442 count = di_prop_ints(prop_lun, &lunp); in insert_lun_to_lunlist()
450 if (prop_lun == DI_PROP_NIL) { in insert_lun_to_lunlist()