attrp 261 opal/mca/hwloc/hwloc201/hwloc/hwloc/traversal.c union hwloc_obj_attr_u *attrp, size_t attrsize) attrp 356 opal/mca/hwloc/hwloc201/hwloc/hwloc/traversal.c if (attrp) { attrp 357 opal/mca/hwloc/hwloc201/hwloc/hwloc/traversal.c if (hwloc__obj_type_is_cache(type) && attrsize >= sizeof(attrp->cache)) { attrp 358 opal/mca/hwloc/hwloc201/hwloc/hwloc/traversal.c attrp->cache.depth = depthattr; attrp 359 opal/mca/hwloc/hwloc201/hwloc/hwloc/traversal.c attrp->cache.type = cachetypeattr; attrp 360 opal/mca/hwloc/hwloc201/hwloc/hwloc/traversal.c } else if (type == HWLOC_OBJ_GROUP && attrsize >= sizeof(attrp->group)) { attrp 361 opal/mca/hwloc/hwloc201/hwloc/hwloc/traversal.c attrp->group.depth = depthattr; attrp 362 opal/mca/hwloc/hwloc201/hwloc/hwloc/traversal.c } else if (type == HWLOC_OBJ_BRIDGE && attrsize >= sizeof(attrp->bridge)) { attrp 363 opal/mca/hwloc/hwloc201/hwloc/hwloc/traversal.c attrp->bridge.upstream_type = ubtype; attrp 364 opal/mca/hwloc/hwloc201/hwloc/hwloc/traversal.c attrp->bridge.downstream_type = HWLOC_OBJ_BRIDGE_PCI; /* nothing else so far */ attrp 365 opal/mca/hwloc/hwloc201/hwloc/hwloc/traversal.c } else if (type == HWLOC_OBJ_OS_DEVICE && attrsize >= sizeof(attrp->osdev)) { attrp 366 opal/mca/hwloc/hwloc201/hwloc/hwloc/traversal.c attrp->osdev.type = ostype; attrp 959 opal/mca/hwloc/hwloc201/hwloc/include/hwloc.h union hwloc_obj_attr_u *attrp, size_t attrsize);