Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/picl/plugins/common/devtree/
H A Dpicldevtree.c2634 char *prop_string; in create_asr_node() local
2712 prop_string = malloc(propinfo.piclinfo.size); in create_asr_node()
2713 if (prop_string == NULL) in create_asr_node()
2716 (void *)prop_string, in create_asr_node()
2719 free(prop_string); in create_asr_node()
2722 if (strcmp(prop_string, triple.propval) != 0) in create_asr_node()
2724 free(prop_string); in create_asr_node()