Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/picl/plugins/sun4u/mpxu/frudr/
H A Dpiclfrudr.c299 static idp_lkup_t *idprop = NULL; variable
599 data.id = idprop->idp[index].envhandle; in read_vol_data()
835 if (idprop == NULL) in find_picl_handle()
838 for (index = 0; index < idprop->num; index++) { in find_picl_handle()
839 if (idprop->idp[index].volprop == proph) in find_picl_handle()
851 if (idprop == NULL) in find_vol_prop_by_name()
854 for (index = 0; index < idprop->num; index++) { in find_vol_prop_by_name()
855 if (strcmp(idprop->idp[index].envhandle.name, name) == 0) in find_vol_prop_by_name()
873 if (idprop != NULL) { in piclfrudr_fini()
874 free(idprop); in piclfrudr_fini()
[all …]