| /src/tests/usr.bin/xlint/lint1/ |
| msg_311.c | 8 typedef int (*callback)(void); typedef 10 callback
|
| /src/sys/external/bsd/drm2/linux/ |
| linux_stop_machine.c | 46 int (*callback)(void *); member in struct:stop_machine 70 /* It's time. Call the callback. */ 71 S->callback(S->cookie); 81 stop_machine(int (*callback)(void *), void *cookie, const struct kcpuset *cpus) 87 S->callback = callback;
|
| linux_dma_resv.c | 1254 * Callback to notify a reservation poll that a fence has 1256 * claim the callback. 1296 bool claimed = false; /* we claimed the callback */ 1297 bool callback = false; /* we requested a callback */ local 1328 * it is signalled. Stop and request a callback if we 1354 * If someone else claimed the callback, or we already 1358 if (!claimed || callback) { 1365 * signalled, request the callback, and clear POLLOUT 1368 * callback later [all...] |
| /src/sys/dev/i2c/ |
| i2c_calls.h | 54 * the i2c_attach_args and invoking the callback for each one. 57 * If the callback returns true, then enumeration continues. If 58 * the callback returns false, enumeration is stopped. 67 bool (*callback)(device_t, struct i2c_enumerate_devices_args *); member in struct:i2c_enumerate_devices_args
|
| /src/sys/dev/spi/ |
| spi_calls.h | 54 * the spi_attach_args and invoking the callback for each one. 58 * arguments passed to the callback. 60 * If the callback returns true, then enumeration continues. If 61 * the callback returns false, enumeration is stopped. 70 bool (*callback)(device_t, struct spi_enumerate_devices_args *); member in struct:spi_enumerate_devices_args
|
| /src/sys/external/bsd/common/include/linux/ |
| rcupdate.h | 70 void (*callback)(struct rcu_head *); member in union:rcu_head::__anon4035
|
| /src/sys/external/bsd/compiler_rt/dist/lib/lsan/ |
| lsan_common_linux.cc | 107 StopTheWorldCallback callback; member in struct:__lsan::DoStopTheWorldParam 121 StopTheWorld(param->callback, param->argument); 132 // callback in the parent thread. 133 void DoStopTheWorld(StopTheWorldCallback callback, void *argument) { 134 DoStopTheWorldParam param = {callback, argument};
|
| /src/sys/arch/hpcarm/dev/ |
| nbppcon.c | 54 struct callback { struct in struct:nbppcon_softc 162 struct callback *cb;
|
| /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/ |
| sanitizer_stoptheworld_mac.cc | 50 StopTheWorldCallback callback; member in struct:__sanitizer::RunThreadArgs 74 run_args->callback(suspended_threads_list, run_args->argument); 82 void StopTheWorld(StopTheWorldCallback callback, void *argument) { 83 struct RunThreadArgs arg = {callback, argument};
|
| sanitizer_stoptheworld_linux_libcdep.cc | 70 // PTRACE_GETREGS can then be used to obtain their register state. The callback 108 StopTheWorldCallback callback; member in struct:__sanitizer::TracerThreadArgument 245 // point. So we correctly handle calls to Die() from within the callback, but 246 // not those that happen before or after the callback. Hopefully there aren't 320 tracer_thread_argument->callback(thread_suspender.suspended_threads_list(), 394 void StopTheWorld(StopTheWorldCallback callback, void *argument) { 398 tracer_thread_argument.callback = callback;
|
| /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/falcon/ |
| qmgr.h | 17 * corresponding message can be matched. Upon receiving the message, a callback 22 * @callback: callback to call upon receiving matching message 23 * @completion: completion to signal after callback is called 34 nvkm_falcon_qmgr_callback callback; member in struct:nvkm_falcon_qmgr_seq
|
| /src/sys/external/bsd/drm2/include/linux/ |
| dmi.h | 66 int (*callback)(const struct dmi_system_id *); member in struct:dmi_system_id
|
| /src/sys/sys/ |
| device_calls.h | 51 * Enumerates the direct children of a device, invoking the callback for 52 * each one. The callback is passed the devhandle_t corresponding to the 53 * child device, as well as a user-supplied argument. If the callback 54 * returns true, then enumeration continues. If the callback returns false, 58 bool (*callback)(device_t, devhandle_t, void *); member in struct:device_enumerate_children_args
|
| /src/sys/arch/emips/stand/common/ |
| prom_iface.h | 37 struct callback { struct
|
| /src/sys/external/bsd/vchiq/dist/interface/vchi/ |
| vchi.h | 132 VCHI_CALLBACK_T callback; member in struct:__anon6368
|
| /src/sys/external/bsd/vchiq/dist/interface/vchiq_arm/ |
| vchiq_if.h | 103 VCHIQ_CALLBACK_T callback; member in struct:vchiq_service_base_struct 109 VCHIQ_CALLBACK_T callback; member in struct:vchiq_service_params_struct 180 VCHIQ_REMOTE_USE_CALLBACK_T callback, void *cb_arg);
|
| vchiq_shim.c | 49 VCHI_CALLBACK_T callback; member in struct:__anon6395 215 WARN_ON(!service->callback); 274 WARN_ON(!service->callback); 551 if (!service->callback) 558 service->callback(service->callback_param, 565 service->callback(service->callback_param, 570 service->callback(service->callback_param, 575 service->callback(service->callback_param, 584 service->callback(service->callback_param, 590 service->callback(service->callback_param [all...] |
| /src/usr.sbin/makemandb/ |
| apropos-utils.h | 91 int (*callback) (query_callback_args *); member in struct:query_args 92 void *callback_data; // data to pass to the callback function
|
| /src/usr.sbin/ypserv/ypxfr/ |
| ypxfr.c | 91 struct ypall_callback callback; local 231 callback.foreach = ypxfr_foreach; 232 get_map(client, domain, map, &callback);
|
| /src/include/ |
| nsswitch.h | 102 * ns_dtab `callback' function signature. 112 nss_method callback; member in struct:__anon130 162 * tuples to the nss_method and associated callback data. Effectively,
|
| /src/sys/arch/arm/apple/ |
| apple_rtkit.c | 81 void (*callback[32])(void *, uint64_t); member in struct:rtkit_state 260 void (*callback)(void *, uint64_t); 288 state->callback[endpoint - 32]) { 289 callback = state->callback[endpoint - 32]; 291 callback(arg, msg.data0); 349 void (*callback)(void *, uint64_t), void *arg) 357 state->callback[endpoint - 32] = callback;
|
| /src/sys/arch/sgimips/hpc/ |
| pi1ppc.c | 441 struct atppc_handler_node * callback; 442 SLIST_FOREACH(callback, &(atppc->sc_handler_listhead), 444 (*callback->func)(callback->arg); 1101 struct pi1ppc_handler_node *callback; local 1108 callback = kmem_alloc(sizeof(struct pi1ppc_handler_node), KM_SLEEP); 1111 callback->func = handler; 1112 callback->arg = arg; 1113 SLIST_INSERT_HEAD(&(pi1ppc->sc_handler_listhead), callback, entries); 1124 struct pi1ppc_handler_node *callback; local [all...] |
| /src/sys/dev/ic/ |
| atppc.c | 719 struct atppc_handler_node * callback; local 720 SLIST_FOREACH(callback, &(atppc->sc_handler_listhead), 722 (*callback->func)(callback->arg); 1546 struct atppc_handler_node *callback; local 1554 callback = kmem_alloc(sizeof(*callback), KM_SLEEP); 1555 callback->func = handler; 1556 callback->arg = arg; 1559 callback, entries) 1570 struct atppc_handler_node *callback; local [all...] |
| /src/sys/dev/usb/ |
| usscanner.c | 147 typedef void callback(struct usbd_xfer *, void *, usbd_status); typedef 148 Static callback usscanner_intr_cb; 149 Static callback usscanner_cmd_cb; 150 Static callback usscanner_data_cb; 151 Static callback usscanner_sensecmd_cb; 152 Static callback usscanner_sensedata_cb;
|
| /src/sys/dev/sbus/ |
| dbrivar.h | 106 void (*callback)(void *); member in struct:dbri_desc
|