infosp            305 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c int hwloc__add_info(struct hwloc_info_s **infosp, unsigned *countp, const char *name, const char *value)
infosp            308 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c   struct hwloc_info_s *infos = *infosp;
infosp            317 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c     *infosp = infos = tmpinfos;
infosp            335 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c int hwloc__add_info_nodup(struct hwloc_info_s **infosp, unsigned *countp,
infosp            339 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c   struct hwloc_info_s *infos = *infosp;
infosp            354 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c   return hwloc__add_info(infosp, countp, name, value);
infosp            224 opal/mca/hwloc/hwloc201/hwloc/include/private/private.h extern int hwloc__add_info(struct hwloc_info_s **infosp, unsigned *countp, const char *name, const char *value);
infosp            225 opal/mca/hwloc/hwloc201/hwloc/include/private/private.h extern int hwloc__add_info_nodup(struct hwloc_info_s **infosp, unsigned *countp, const char *name, const char *value, int replace);