Searched refs:count_records (Results 1 – 2 of 2) sorted by relevance
/titanic_41/usr/src/cmd/picl/plugins/sun4u/daktari/psvcplugin/ |
H A D | psvcplugin.c | 111 static int32_t count_records(FILE *fp, char *end, uint32_t *countp) in count_records() function 315 if (count_records(fp, "PROJECTED_PROPERTIES_END", in load_projected_properties()
|
/titanic_41/usr/src/cmd/picl/plugins/sun4u/psvc/psvcplugin/ |
H A D | psvcplugin.c | 838 static int32_t count_records(FILE *fp, char *end, uint32_t *countp) in count_records() function 1279 if (count_records(fp, "PROJECTED_PROPERTIES_END", &proj_prop_count) != in load_projected_properties() 1417 if (count_records(fp, "ASSOCIATION_END", &count) != 0) { in load_associations() 1633 if (count_records(psvc_hdl.fp, "OBJECT_INFO_END", &psvc_hdl.obj_count) in psvc_plugin_init()
|