Home
last modified time | relevance | path

Searched refs:method (Results 1 – 25 of 33) sorted by relevance

12

/xnu-11215/osfmk/vm/
H A Dvm_sanitize_telemetry.c128 #pragma mark Packing for method and checker
142 #define CA_VM_PACK(method, checker, checker_count) ( \ argument
143 ((method) << CA_VM_PACKING_METHOD_OFFSET) \
209 vm_sanitize_method_t method, in vm_sanitize_send_telemetry_core_analytics() argument
233 event_data->method_checker_info = CA_VM_PACK(method, checker, checker_count); in vm_sanitize_send_telemetry_core_analytics()
283 vm_sanitize_method_t method, in vm_sanitize_send_telemetry() argument
296 method, checker, checker_count, in vm_sanitize_send_telemetry()
302 uint64_t, CA_VM_PACK(method, checker, checker_count), in vm_sanitize_send_telemetry()
H A Dvm_sanitize_telemetry.h208 vm_sanitize_method_t method,
/xnu-11215/iokit/Kernel/
H A DIOUserClient.cpp2149 if (method) { in getTargetAndMethodForIndex()
2153 return method; in getTargetAndMethodForIndex()
2172 if (method) { in getAsyncTargetAndMethodForIndex()
2176 return method; in getAsyncTargetAndMethodForIndex()
5274 func = method->func; in shim_io_connect_method_scalarI_scalarO()
5536 func = method->func; in shim_io_async_method_scalarI_scalarO()
5649 func = method->func; in shim_io_connect_method_scalarI_structureO()
5722 func = method->func; in shim_io_async_method_scalarI_structureO()
5820 func = method->func; in shim_io_connect_method_scalarI_structureI()
5895 func = method->func; in shim_io_async_method_scalarI_structureI()
[all …]
/xnu-11215/iokit/DriverKit/
H A DOSAction.iig46 * The callback is specified as a method and object pair.
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…
67 …* @discussion Methods to allocate an OSAction instance are generated for each method defined in a…
71 * @param targetmsgid Generated message ID for the target method.
72 … * @param msgid Generated message ID for the method invoked by the receiver of the OSAction
103 * with this method.
H A DIOWorkGroup.iig60 …port has been sent to the driver, the driver should be notified with a user-defined external method
99 …* no longer needed. Use this method to determine how much memory to allocate for the …
107 …* @discussion Before calling this method, the caller must allocate a token. This token must be pa…
117 …ion The workgroup must have been joined with Join(). Use the same token in Join() for this method.
127 …* IOWorkGroup. This method should be called after the client has configured the event…
H A DIOServiceStateNotificationDispatchSource.iig52 * handler is invoked on the queue set for the target method
84 …* @param action OSAction instance specifying the callback method. The OSAction object will b…
86 … The StateNotificationReady handler is invoked on the queue set for the target method of the
96 * @discussion Call this method in the implementation of your StateNotificationReady action
H A DIODataQueueDispatchSource.iig46 * and DataServiced handlers are invoked on the queue set for the target method
73 …* @param action OSAction instance specifying the callback method. The OSAction object will b…
75 …* The DataAvailable handler is invoked on the queue set for the target method of the …
85 …* @param action OSAction instance specifying the callback method. The OSAction object will b…
87 …* The DataServiced handler is invoked on the queue set for the target method of the O…
157 * It should be initialized to false before a series of calls to this method,
171 * It should be initialized to false before a series of calls to this method,
H A DIOServiceNotificationDispatchSource.iig55 * handler is invoked on the queue set for the target method
96 …* @param action OSAction instance specifying the callback method. The OSAction object will b…
98 … The ServiceNotificationReady handler is invoked on the queue set for the target method of the
H A DIOUserClient.iig129 * kIOReturnNoCompletion will be returned for the caller to implement the method.
188 * The method runs on a queue set by IOService::SetDispatchQueuue()
198 * 'target' and 'reference' parameters to this method.
233 … * @discussion IOConnectMapMemory()/UnmapMemory() will result in a call to this method to obtain
239 * of this method.
H A DOSObject.iig194 * It specifies that this method call consumes a reference to "this" (e.g.
314 * method implementation (with the all method arguments) and the name of the method
H A DIOService.iig158 … with the QUEUENAME() attribute to indicate the method must be invoked on that queue. If a met…
218 …* @discussion By default the method will fail. A DriverKit subclass or kernel class may implement…
229 … Any IOService created with the Create() API is not, but may be added by calling this method.
477 * @brief Optionally supported external method to set properties in this service.
506 * This method returns the cached object.
H A DIOInterruptDispatchSource.iig71 …nterruptSourceContinuousTime time values sent to the InterruptOccurred() method will be in mach_co…
106 …* @param action OSAction instance specifying the callback method. The OSAction object will b…
H A DIOEventLink.iig76 …port has been sent to the driver, the driver should be notified with a user-defined external method
196 …* IOEventLink. This method should be called after the client has configured the event…
H A DIOBufferMemoryDescriptor.iig91 * with this method.
/xnu-11215/tests/skywalk/
H A Dskt_nslots.c44 skt_nslots_common(int argc, char *argv[], uint32_t nslots, uint32_t interval, int method) in skt_nslots_common() argument
80 switch (method) { in skt_nslots_common()
132 switch (method) { in skt_nslots_common()
202 switch (method) { in skt_nslots_common()
269 switch (method) { in skt_nslots_common()
H A Dskt_badring.c45 skt_badringtx_common(int argc, char *argv[], int method) in skt_badringtx_common() argument
80 switch (method) { in skt_badringtx_common()
164 skt_badringrx_common(int argc, char *argv[], int method) in skt_badringrx_common() argument
199 switch (method) { in skt_badringrx_common()
H A Dskt_oneslot.c45 skt_oneslot_common(int argc, char *argv[], int method, bool defunct) in skt_oneslot_common() argument
84 switch (method) { in skt_oneslot_common()
150 switch (method) { in skt_oneslot_common()
H A Dskt_shutdown2.c60 skt_shutdown2_common(int argc, char *argv[], int method) in skt_shutdown2_common() argument
86 switch (method) { in skt_shutdown2_common()
H A Dskt_shutdown.c47 skt_shutdown_common(int argc, char *argv[], int method) in skt_shutdown_common() argument
82 switch (method) { in skt_shutdown_common()
249 switch (method) { in skt_shutdown_common()
/xnu-11215/libkern/libkern/
H A Dzlib.h1368 ZEXTERN int ZEXPORT deflateInit2_ OF((z_streamp strm, int level, int method,
1382 #define deflateInit2(strm, level, method, windowBits, memLevel, strategy) \ argument
1383 deflateInit2_((strm),(level),(method),(windowBits),(memLevel),\
/xnu-11215/tests/
H A Dip_tos_35768492.c31 tos_method_t method, const char *description) in my_sendmsg() argument
43 switch (method) { in my_sendmsg()
/xnu-11215/tools/lldbmacros/core/
H A Dstandard.py273 objname, _, method = transform.partition('.')
275 obj = getattr(field, method)(obj)
/xnu-11215/libkern/zlib/
H A Ddeflate.h133 Byte method; /* STORED (for zip only) or DEFLATED */ member
/xnu-11215/osfmk/UserNotification/
H A DUNDRequest.defs102 * care should be exercised before using this method.
/xnu-11215/libsyscall/mach/
H A Derr_server.sub174 "(server/object system) undefined ipc method arguments",
175 "(server/object system) too many arguments to method",

12