Lines Matching full:tuple

7 .TH TUPLE 9S "Dec 20, 1996"
9 tuple \- card information structure (CIS) access structure
33 tuple data structures called a \fBCIS \fRchain. Each tuple has a one-byte type
34 and a one-byte link, an offset to the next tuple in the list. A \fBPC\fR card
47 locate the desired tuple by calling \fBcsx_GetFirstTuple\fR(9F). Once the first
48 tuple is located, subsequent tuples may be located by calling
54 Once a tuple has been located, the \fBPC\fR card driver may inspect the tuple
56 of the number of tuple-parsing utility functions; for custom tuples, the driver
57 may get access to the raw tuple data by calling \fBcsx_GetTupleData\fR(9F).
61 \fRchain a tuple appears in. On a multi-function \fBPC\fR card, the client will
71 uint32_t Attributes; /* tuple attributes */
72 cisdata_t DesiredTuple; /* tuple to search for */
73 cisdata_t TupleOffset; /* tuple data offset */
74 cisdata_t TupleDataMax; /* max tuple data size */
75 cisdata_t TupleDataLen; /* actual tuple data length */
77 /* body tuple data */
78 cisdata_t TupleCode; /* tuple type code */
79 cisdata_t TupleLink; /* tuple link */
132 Return tuple name string using the \fBcsx_ParseTuple\fR(9F) function if set.
143 This field is the requested tuple type code to be returned when calling
145 \fBRETURN_FIRST_TUPLE\fR is used to return the first tuple regardless of tuple
146 type. \fBRETURN_NEXT_TUPLE\fR is used to return the next tuple regardless of
147 tuple type.
156 This field allows partial tuple information to be retrieved, starting at the
157 specified offset within the tuple. This field must only be set before calling
167 This field is the size of the tuple data buffer that card services uses to
168 return raw tuple data from \fBcsx_GetTupleData\fR(9F). It can be larger than
169 the number of bytes in the tuple data body. Card services ignores any value
179 This field is the actual size of the tuple data body. It represents the number
180 of tuple data body bytes returned by \fBcsx_GetTupleData\fR(9F).
189 This field is an array of bytes containing the raw tuple data body contents
199 This field is the tuple type code and is returned by
200 \fBcsx_GetFirstTuple\fR(9F) or \fBcsx_GetNextTuple\fR(9F) when a tuple matching
210 This field is the tuple link, the offset to the next tuple, and is returned by
211 \fBcsx_GetFirstTuple\fR(9F) or \fBcsx_GetNextTuple\fR(9F) when a tuple matching