1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75
|
.TH "hwloc_obj_attr_u" 3 "Thu Feb 11 2021" "Version 2.4.1" "Hardware Locality (hwloc)" \" -*- nroff -*-
.ad l
.nh
.SH NAME
hwloc_obj_attr_u
.SH SYNOPSIS
.br
.PP
.PP
\fC#include <hwloc\&.h>\fP
.SS "Data Structures"
.in +1c
.ti -1c
.RI "struct \fBhwloc_bridge_attr_s\fP"
.br
.ti -1c
.RI "struct \fBhwloc_cache_attr_s\fP"
.br
.ti -1c
.RI "struct \fBhwloc_group_attr_s\fP"
.br
.ti -1c
.RI "struct \fBhwloc_numanode_attr_s\fP"
.br
.ti -1c
.RI "struct \fBhwloc_osdev_attr_s\fP"
.br
.ti -1c
.RI "struct \fBhwloc_pcidev_attr_s\fP"
.br
.in -1c
.SS "Data Fields"
.in +1c
.ti -1c
.RI "struct \fBhwloc_obj_attr_u::hwloc_numanode_attr_s\fP \fBnumanode\fP"
.br
.ti -1c
.RI "struct \fBhwloc_obj_attr_u::hwloc_cache_attr_s\fP \fBcache\fP"
.br
.ti -1c
.RI "struct \fBhwloc_obj_attr_u::hwloc_group_attr_s\fP \fBgroup\fP"
.br
.ti -1c
.RI "struct \fBhwloc_obj_attr_u::hwloc_pcidev_attr_s\fP \fBpcidev\fP"
.br
.ti -1c
.RI "struct \fBhwloc_obj_attr_u::hwloc_bridge_attr_s\fP \fBbridge\fP"
.br
.ti -1c
.RI "struct \fBhwloc_obj_attr_u::hwloc_osdev_attr_s\fP \fBosdev\fP"
.br
.in -1c
.SH "Detailed Description"
.PP
Object type-specific Attributes\&.
.SH "Field Documentation"
.PP
.SS "struct \fBhwloc_obj_attr_u::hwloc_bridge_attr_s\fP hwloc_obj_attr_u::bridge"
.SS "struct \fBhwloc_obj_attr_u::hwloc_cache_attr_s\fP hwloc_obj_attr_u::cache"
.SS "struct \fBhwloc_obj_attr_u::hwloc_group_attr_s\fP hwloc_obj_attr_u::group"
.SS "struct \fBhwloc_obj_attr_u::hwloc_numanode_attr_s\fP hwloc_obj_attr_u::numanode"
.SS "struct \fBhwloc_obj_attr_u::hwloc_osdev_attr_s\fP hwloc_obj_attr_u::osdev"
.SS "struct \fBhwloc_obj_attr_u::hwloc_pcidev_attr_s\fP hwloc_obj_attr_u::pcidev"
.SH "Author"
.PP
Generated automatically by Doxygen for Hardware Locality (hwloc) from the source code\&.
|