Lines Matching refs:with
9 * compliance with the License. The rights granted to you under the License
47 * State associated with the callback may be allocated and stored for the creator of the object.
48 * Methods to allocate an OSAction instance are generated for each method defined in a class with
49 …* a TYPE attribute. The generated methods are named CreateAction{name of method with type attribut…
55 …* with GetReference. If successful, the generated method returns kIOReturnSuccess and a created OS…
56 …* through the 'action' parameter with a +1 retain count to be released by the caller. See IOReturn…
67 …ion Methods to allocate an OSAction instance are generated for each method defined in a class with
75 * with GetReference.
76 * @param action Created OSAction with +1 retain count to be released by the caller.
102 …* @discussion Reference data is allocated with zero initialized content. It may be set and retrie…
103 * with this method.
130 * @brief Mark this OSAction to be waited for later with Wait().