Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/picl/plugins/sun4u/daktari/psvcplugin/
H A Dpsvcplugin.c109 static int32_t count_records(FILE *fp, char *end, uint32_t *countp) in count_records() function
313 if (count_records(fp, "PROJECTED_PROPERTIES_END", in load_projected_properties()
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/psvc/psvcplugin/
H A Dpsvcplugin.c841 static int32_t count_records(FILE *fp, char *end, uint32_t *countp) in count_records() function
1282 if (count_records(fp, "PROJECTED_PROPERTIES_END", &proj_prop_count) != in load_projected_properties()
1420 if (count_records(fp, "ASSOCIATION_END", &count) != 0) { in load_associations()
1636 if (count_records(psvc_hdl.fp, "OBJECT_INFO_END", &psvc_hdl.obj_count) in psvc_plugin_init()