This file is indexed.

/usr/share/gtk-doc/html/udisks/Adapter.html is in udisks-doc 1.0.5-1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

  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
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>udisks Reference Manual: org.freedesktop.UDisks.Adapter</title>
<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="index.html" title="udisks Reference Manual">
<link rel="up" href="ref-dbus.html" title="D-Bus API Reference">
<link rel="prev" href="Device.html" title="org.freedesktop.UDisks.Device">
<link rel="next" href="Expander.html" title="org.freedesktop.UDisks.Expander">
<meta name="generator" content="GTK-Doc V1.20 (XML mode)">
<link rel="stylesheet" href="style.css" type="text/css">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="10"><tr valign="middle">
<td width="100%" align="left" class="shortcuts">
<a href="#" class="shortcut">Top</a><span id="nav_description"> <span class="dim">|</span> 
                  <a href="#Adapter.description" class="shortcut">Description</a></span><span id="nav_interfaces"> <span class="dim">|</span> 
                  <a href="#Adapter.implemented-interfaces" class="shortcut">Implemented Interfaces</a></span><span id="nav_properties"> <span class="dim">|</span> 
                  <a href="#Adapter.properties" class="shortcut">Properties</a></span><span id="nav_signals"> <span class="dim">|</span> 
                  <a href="#Adapter.signals" class="shortcut">Signals</a></span>
</td>
<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
<td><a accesskey="u" href="ref-dbus.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td>
<td><a accesskey="p" href="Device.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
<td><a accesskey="n" href="Expander.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
</tr></table>
<div class="refentry">
<a name="Adapter"></a><div class="titlepage"></div>
<div class="refnamediv"><table width="100%"><tr>
<td valign="top">
<h2><span class="refentrytitle">org.freedesktop.UDisks.Adapter</span></h2>
<p>org.freedesktop.UDisks.Adapter — Adapter interface</p>
</td>
<td class="gallery_image" valign="top" align="right"></td>
</tr></table></div>
<div class="refsynopsisdiv">
<h2>Methods</h2>
<pre class="synopsis"></pre>
</div>
<div class="refsect1">
<a name="id-1.2.5.4"></a><h2>Signals</h2>
<pre class="synopsis"><a class="link" href="Adapter.html#Adapter::Changed">Changed</a>()
</pre>
</div>
<div class="refsect1">
<a name="id-1.2.5.5"></a><h2>Implemented Interfaces</h2>
<p>
    Objects implementing org.freedesktop.UDisks.Adapter also implements
    org.freedesktop.DBus.Introspectable,
    org.freedesktop.DBus.Properties
    </p>
</div>
<div class="refsect1">
<a name="id-1.2.5.6"></a><h2>Properties</h2>
<pre class="synopsis"><a class="link" href="Adapter.html#Adapter:NativePath">'NativePath'</a>read's'
<a class="link" href="Adapter.html#Adapter:Vendor">'Vendor'</a>read's'
<a class="link" href="Adapter.html#Adapter:Model">'Model'</a>read's'
<a class="link" href="Adapter.html#Adapter:Driver">'Driver'</a>read's'
<a class="link" href="Adapter.html#Adapter:NumPorts">'NumPorts'</a>read'u'
<a class="link" href="Adapter.html#Adapter:Fabric">'Fabric'</a>read's'
</pre>
</div>
<div class="refsect1">
<a name="id-1.2.5.7"></a><h2>Description</h2>
<p>
      
        </p>
<p>
          This interface provides information about storage adapters.
        </p>
<p>
      
    </p>
</div>
<div class="refsect1">
<a name="id-1.2.5.8"></a><h2>Details</h2>
</div>
<div class="refsect1">
<a name="id-1.2.5.9"></a><h2>Signal Details</h2>
<div class="refsect2">
<a name="id-1.2.5.9.2"></a><h3>
<a name="Adapter::Changed"></a>The Changed signal</h3>
<pre class="programlisting">Changed ()</pre>
</div>
<p>
            Something on the adapter changed.
          </p>
<div class="variablelist"><table border="0" class="variablelist">
<colgroup>
<col align="left" valign="top">
<col>
</colgroup>
<tbody></tbody>
</table></div>
</div>
<div class="refsect1">
<a name="id-1.2.5.10"></a><h2>Property Details</h2>
<div class="refsect2">
<a name="id-1.2.5.10.2"></a><h3>
<a name="Adapter:NativePath"></a>The "NativePath" property</h3>
<pre class="programlisting">'NativePath'read's'
</pre>
</div>
<p>
            OS specific native path of the adapter. On Linux this is the sysfs path, for example <code class="literal">/sys/devices/pci0000:00/0000:00:1f.2</code>.
      </p>
<div class="variablelist"><table border="0" class="variablelist">
<colgroup>
<col align="left" valign="top">
<col>
</colgroup>
<tbody></tbody>
</table></div>
<hr>
<div class="refsect2">
<a name="id-1.2.5.10.5"></a><h3>
<a name="Adapter:Vendor"></a>The "Vendor" property</h3>
<pre class="programlisting">'Vendor'read's'
</pre>
</div>
<p>
            The name of the vendor of the storage adapter.
      </p>
<div class="variablelist"><table border="0" class="variablelist">
<colgroup>
<col align="left" valign="top">
<col>
</colgroup>
<tbody></tbody>
</table></div>
<hr>
<div class="refsect2">
<a name="id-1.2.5.10.8"></a><h3>
<a name="Adapter:Model"></a>The "Model" property</h3>
<pre class="programlisting">'Model'read's'
</pre>
</div>
<p>
            The name of the model of the storage adapter.
      </p>
<div class="variablelist"><table border="0" class="variablelist">
<colgroup>
<col align="left" valign="top">
<col>
</colgroup>
<tbody></tbody>
</table></div>
<hr>
<div class="refsect2">
<a name="id-1.2.5.10.11"></a><h3>
<a name="Adapter:Driver"></a>The "Driver" property</h3>
<pre class="programlisting">'Driver'read's'
</pre>
</div>
<p>
            The name of the driver used for the storage adapter.
      </p>
<div class="variablelist"><table border="0" class="variablelist">
<colgroup>
<col align="left" valign="top">
<col>
</colgroup>
<tbody></tbody>
</table></div>
<hr>
<div class="refsect2">
<a name="id-1.2.5.10.14"></a><h3>
<a name="Adapter:NumPorts"></a>The "NumPorts" property</h3>
<pre class="programlisting">'NumPorts'read'u'
</pre>
</div>
<p>
            Number of ports (aka PHYs) on the storage adapter or 0 if unknown. Note that
            this may not correspond to the number _physical_ connectors as several PHYs may
            be ganged together in a separate physical connector using e.g.
            </p>
<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
<li class="listitem">
<span class="bold"><strong>SFF-8484: </strong></span>Internal connector, two or four SAS/SATA lanes</li>
<li class="listitem">
<span class="bold"><strong>SFF-8470: </strong></span>External/internal, Infiniband, four SAS/SATA lanes</li>
<li class="listitem">
<span class="bold"><strong>SFF-8087: </strong></span>Mini-SAS, internal, four SAS/SATA lanes</li>
<li class="listitem">
<span class="bold"><strong>SFF-8088: </strong></span>External Mini-SAS, four SAS/SATA lanes</li>
</ul></div>
<p>
            See each port object for more details.
      </p>
<div class="variablelist"><table border="0" class="variablelist">
<colgroup>
<col align="left" valign="top">
<col>
</colgroup>
<tbody></tbody>
</table></div>
<hr>
<div class="refsect2">
<a name="id-1.2.5.10.17"></a><h3>
<a name="Adapter:Fabric"></a>The "Fabric" property</h3>
<pre class="programlisting">'Fabric'read's'
</pre>
</div>
<p>
            The fabric used for the storage adapter to communicate with other storage
            targets and initiators or blank if unknown. See each port object for
            more details. Known fabric values include
            </p>
<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
<li class="listitem">
<span class="bold"><strong>ata: </strong></span>ATA</li>
<li class="listitem">
<span class="bold"><strong>ata_pata: </strong></span>Parallel ATA</li>
<li class="listitem">
<span class="bold"><strong>ata_sata: </strong></span>Serial ATA</li>
<li class="listitem">
<span class="bold"><strong>scsi: </strong></span>SCSI</li>
<li class="listitem">
<span class="bold"><strong>scsi_sas: </strong></span>Serial Attached SCSI</li>
</ul></div>
<p>
            TODO: include other fabrics (FC, Parallel SCSI, etc.).
      </p>
<div class="variablelist"><table border="0" class="variablelist">
<colgroup>
<col align="left" valign="top">
<col>
</colgroup>
<tbody></tbody>
</table></div>
</div>
</div>
<div class="footer">
<hr>
          Generated by GTK-Doc V1.20</div>
</body>
</html>