Lines Matching refs:of

6  * This file contains Original Code and/or Modifications of Original Code
10 * may not be used to create, or enable the creation or redistribution of,
11 * unlawful or unlicensed copies of an Apple operating system, or to
12 * circumvent, violate, or enable the circumvention or violation of, any
13 * terms of an Apple operating system software license agreement.
15 * Please obtain a copy of the License at
67 * @param uuid The UUID of the handle.
68 * @param data_id The string describing the handle. MAX length of 32.
69 * @param max_len The maximum length of the buffer.
71 …* @param out The pointer to the created IOExtensiblePaniclog object. NULL in case of an erro…
72 * @return True in case of success. False in case of an error.
81 * in case of a panic.
83 * @return 0 on success, negative value in case of failure.
89 * @discussion When it is set inactive, this buffer is not picked up in case of a panic
91 * @return True in case of success. False in case of an error.
103 * @return 0 in case of success. Negative in case of an error.
115 * @return 0 in case of success. Negative in case of an error.
124 * @return 0 in case of success. Negative in case of an error.
132 … After claiming the buffer, YieldBuffer() has to be called to set the used_len of the buffer
135 * @param addr Address of the mapped buffer
136 * @param len The length of the mapped buffer. This is same value as the max_len in
139 * @return 0 in case of success. Negative in case of an error.
147 * @param used_len The length of the buffer used by the client.
149 * @return 0 in case of success. Negative in case of an error.
154 * @brief This function is called to set the used len of the buffer
156 * @param used_len The length of the buffer used by the client.
158 * @return 0 in case of success. Negative in case of an error.