Lines Matching defs:handle

63  * All sgfru ioctls accept either a fru_info_t (a handle and a count),
72 typedef uint64_t fru_hdl_t; /* SC_handle, opaque handle for SCAPP */
74 typedef fru_hdl_t container_hdl_t; /* container handle */
75 typedef fru_hdl_t section_hdl_t; /* section handle */
76 typedef fru_hdl_t segment_hdl_t; /* segment handle */
77 typedef fru_hdl_t packet_hdl_t; /* packet handle */
80 section_hdl_t handle; /* for use in operations on section */
88 segment_hdl_t handle; /* for use in operations on segment */
98 packet_hdl_t handle; /* for use in operations on packet */
104 fru_hdl_t hdl; /* generic fru handle */
108 typedef fru_info_t section_info_t; /* section handle and count */
109 typedef fru_info_t segment_info_t; /* segment handle and count */
110 typedef fru_info_t packet_info_t; /* packet handle and count */
113 fru_info_t fru_info; /* handle and count */
120 typedef frup_info_t sections_t; /* section handle, count, pointer */
121 typedef frup_info_t segments_t; /* segment handle, count, pointer */
122 typedef frup_info_t packets_t; /* packet handle, count, pointer */
123 typedef frup_info_t payload_t; /* payload handle, count, pointer */
127 payload_t payload; /* handle, count, pointer to buffer */
137 fru_info_t fru_info; /* handle and count */
143 frup32_info_t payload; /* handle, count, 32 bit pointer */
149 * Request: section_info_t, with container handle
155 * Request: sections_t, with container handle, max count, preallocated buffer
161 * Request: segment_info_t, with section handle
167 * Request: segments_t, with section handle, max count, preallocated buffer
173 * Request: segments_t, with section handle and segment_t
174 * Receive: updated segments_t with section handle and new segment handle
179 * Request: segment_info_t, with segment handle
180 * Receive: segment_info_t, with updated section handle
185 * Request: segments_t, with segment handle, max count, preallocated buffer
191 * Request: segments_t, with segment handle, max count, data buffer
197 * Request: packet_info_t, with segment handle
203 * Request: packet_info_t, with segment handle, max count, preallocated buffer
209 * Request: append_info_t, with packet_t, segment handle, count and data
210 * Receive: updated append_info_t with segment handle and new packet handle
215 * Request: packet_info_t, with packet handle
216 * Receive: packet_info_t, with updated segment handle
221 * Request: payload_t, with packet handle, max count, and payload data buffer
227 * Request: payload_t, with packet handle, max count, and payload data buffer
228 * Receive: payload_t, with new packet handle and actual count