File: hwloc_disc_status.3

package info (click to toggle)
hwloc 2.4.1%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 22,032 kB
  • sloc: ansic: 58,129; xml: 12,064; sh: 6,822; makefile: 2,200; javascript: 1,623; perl: 380; cpp: 93; php: 8; sed: 4
file content (46 lines) | stat: -rw-r--r-- 1,122 bytes parent folder | download | duplicates (2)
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
.TH "hwloc_disc_status" 3 "Thu Feb 11 2021" "Version 2.4.1" "Hardware Locality (hwloc)" \" -*- nroff -*-
.ad l
.nh
.SH NAME
hwloc_disc_status
.SH SYNOPSIS
.br
.PP
.PP
\fC#include <plugins\&.h>\fP
.SS "Data Fields"

.in +1c
.ti -1c
.RI "\fBhwloc_disc_phase_t\fP \fBphase\fP"
.br
.ti -1c
.RI "unsigned \fBexcluded_phases\fP"
.br
.ti -1c
.RI "unsigned long \fBflags\fP"
.br
.in -1c
.SH "Detailed Description"
.PP 
Discovery status structure\&. 

Used by the core and backends to inform about what has been/is being done during the discovery process\&. 
.SH "Field Documentation"
.PP 
.SS "unsigned hwloc_disc_status::excluded_phases"

.PP
Dynamically excluded phases\&. If a component decides during discovery that some phases are no longer needed\&. 
.SS "unsigned long hwloc_disc_status::flags"

.PP
OR'ed set of hwloc_disc_status_flag_e\&. 
.SS "\fBhwloc_disc_phase_t\fP hwloc_disc_status::phase"

.PP
The current discovery phase that is performed\&. Must match one of the phases in the component phases field\&. 

.SH "Author"
.PP 
Generated automatically by Doxygen for Hardware Locality (hwloc) from the source code\&.