| /xnu-11215/osfmk/vm/ |
| H A D | vm_sanitize_telemetry.c | 128 #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 D | vm_sanitize_telemetry.h | 208 vm_sanitize_method_t method,
|
| /xnu-11215/iokit/Kernel/ |
| H A D | IOUserClient.cpp | 2149 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 D | OSAction.iig | 46 * 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 D | IOWorkGroup.iig | 60 …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 D | IOServiceStateNotificationDispatchSource.iig | 52 * 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 D | IODataQueueDispatchSource.iig | 46 * 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 D | IOServiceNotificationDispatchSource.iig | 55 * 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 D | IOUserClient.iig | 129 * 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 D | OSObject.iig | 194 * 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 D | IOService.iig | 158 … 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 D | IOInterruptDispatchSource.iig | 71 …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 D | IOEventLink.iig | 76 …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 D | IOBufferMemoryDescriptor.iig | 91 * with this method.
|
| /xnu-11215/tests/skywalk/ |
| H A D | skt_nslots.c | 44 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 D | skt_badring.c | 45 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 D | skt_oneslot.c | 45 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 D | skt_shutdown2.c | 60 skt_shutdown2_common(int argc, char *argv[], int method) in skt_shutdown2_common() argument 86 switch (method) { in skt_shutdown2_common()
|
| H A D | skt_shutdown.c | 47 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 D | zlib.h | 1368 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 D | ip_tos_35768492.c | 31 tos_method_t method, const char *description) in my_sendmsg() argument 43 switch (method) { in my_sendmsg()
|
| /xnu-11215/tools/lldbmacros/core/ |
| H A D | standard.py | 273 objname, _, method = transform.partition('.') 275 obj = getattr(field, method)(obj)
|
| /xnu-11215/libkern/zlib/ |
| H A D | deflate.h | 133 Byte method; /* STORED (for zip only) or DEFLATED */ member
|
| /xnu-11215/osfmk/UserNotification/ |
| H A D | UNDRequest.defs | 102 * care should be exercised before using this method.
|
| /xnu-11215/libsyscall/mach/ |
| H A D | err_server.sub | 174 "(server/object system) undefined ipc method arguments", 175 "(server/object system) too many arguments to method",
|