Lines Matching refs:info

67  * cfgadm info field for individual cpuids.
110 const char *info;
197 * Table of known info string prefixes for RCM modules that do not
273 * Add component info based on occupant type. Note all
290 * If we cannot obtain info for the ap,
417 * OBP/Solaris device trees. This info cannot be derived
418 * from the cfgadm_sbd cpu attachment point ecache info,
592 * cfgadm info field here, use the worse case that all component
881 dprintf((stderr, "unknown sbd info format: %s\n", cp));
905 dprintf((stderr, "unknown sbd info format: %s\n",
949 dprintf((stderr, "unknown sbd info format: %s\n",
1018 * Report cache size in kilobyte units if available. This info is
1157 dprintf((stderr, "unknown sbd info format: %s\n", cfga->ap_info));
1164 * libdevinfo snapshot and treewalk; and one thread to get RCM usage info
1196 dprintf((stderr, "unknown sbd info format: %s\n",
1338 (char *)devicetable.table[j].usage[k].info);
1351 devicetable.table[j].usage[k].info) != 0)) {
1577 add_rcm_clients(ri_client_t **client_list, rcmd_t *rcm, rcm_info_t *info,
1586 if (info == NULL)
1593 while ((tuple = rcm_info_next(info, tuple)) != NULL) {
1631 * Currently only filtering out based on known info string prefixes.
1653 const char *info)
1659 if ((cached_tuple = tuple_lookup(rcm, rsrc, info)) != NULL) {
1738 const char *rsrc, *info;
1747 (info = rcm_info_info(tuple)) == NULL) {
1751 if (strcmp(rsrc, krsrc) == 0 && strcmp(info, kinfo) == 0) {
2028 const char *info;
2032 ((info = rcm_info_info(tuple)) == NULL))
2035 if (rcm_ignore((char *)rcm_rsrc, (char *)info) == 0)
2045 dprintf((stderr, "add_usage: entry %d rsrc: %s info: %s\n",
2046 entry->index, rcm_rsrc, info));
2050 entry->usage[entry->n_usage].info = info;