Searched refs:prop_string (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/picl/plugins/common/devtree/
H A Dpicldevtree.c2612 char *prop_string; local
2690 prop_string = malloc(propinfo.piclinfo.size);
2691 if (prop_string == NULL)
2694 (void *)prop_string,
2697 free(prop_string);
2700 if (strcmp(prop_string, triple.propval) != 0)
2702 free(prop_string);

Completed in 65 milliseconds