Searched refs:event (Results 201 - 225 of 577) sorted by relevance

1234567891011>>

/freebsd-10.0-release/sys/dev/hwpmc/
H A Dhwpmc_mips24k.c54 #define MIPS24K_PMC_SELECT 5 /* Which bit position the event starts at. */
208 mips_get_perfctl(int cpu, int ri, uint32_t event, uint32_t caps) argument
212 config = event;
/freebsd-10.0-release/sys/dev/wtap/
H A Dif_wtap_module.c137 event_handler(module_t module, int event, void *arg) argument
142 switch (event) {
182 event_handler, /* event handler */
/freebsd-10.0-release/sys/netgraph/bluetooth/common/
H A Dng_bluetooth.c260 bluetooth_modevent(module_t mod, int event, void *data) argument
264 switch (event) {
/freebsd-10.0-release/sys/ofed/drivers/net/mlx4/
H A Den_cq.c40 static void mlx4_en_cq_event(struct mlx4_cq *cq, enum mlx4_event event) argument
112 cq->mcq.event = mlx4_en_cq_event;
H A Dintf.c127 if (dev_ctx->intf->event)
128 dev_ctx->intf->event(dev, dev_ctx->context, type, param);
H A Den_resources.c99 void mlx4_en_sqp_event(struct mlx4_qp *qp, enum mlx4_event event) argument
/freebsd-10.0-release/sys/ofed/include/rdma/
H A Drdma_user_cm.h191 __u32 event; member in struct:rdma_ucm_notify
208 __u32 event; member in struct:rdma_ucm_event_resp
H A Dib_cm.h247 enum ib_cm_event_type event; member in struct:ib_cm_event
279 * @cm_id: Communication identifier associated with the reported event.
280 * @event: Information about the communication event.
294 struct ib_cm_event *event);
459 * ib_cm_notify - Notifies the CM of an event reported to the consumer.
461 * @event: Type of event.
472 int ib_cm_notify(struct ib_cm_id *cm_id, enum ib_event_type event);
/freebsd-10.0-release/usr.sbin/bluetooth/btpand/
H A Dbtpand.h44 #include "event.h"
100 struct event rd_ev;
101 struct event wr_ev;
/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Breakpoint/
H A DWatchpoint.cpp457 Watchpoint::WatchpointEventData::GetEventDataFromEvent (const Event *event) argument
459 if (event)
461 const EventData *event_data = event->GetData();
463 return static_cast <const WatchpointEventData *> (event->GetData());
/freebsd-10.0-release/contrib/unbound/iterator/
H A Diterator.h175 * This is the state that event is in or should sent to -- all
178 * processing of the event will change this state.
303 * This is flag that, if true, means that this event is
359 void iter_operate(struct module_qstate* qstate, enum module_ev event, int id,
/freebsd-10.0-release/contrib/unbound/util/
H A Dfptr_wlist.h126 * Check function pointer whitelist for event structure callback values.
279 enum module_ev event, int id, struct outbound_entry* outbound));
H A Dnetevent.c2 * util/netevent.c - event notification
39 * This file contains event notification functions.
99 # include <event.h>
101 # include "event2/event.h"
108 * The internal event structure for keeping libevent info for the event.
114 /** libevent event type, alloced here */
115 struct event ev;
128 /** the event used for slow_accept timeouts */
129 struct event slow_accep
528 comm_point_udp_ancil_callback(int fd, short event, void* arg) argument
623 comm_point_udp_callback(int fd, short event, void* arg) argument
808 comm_point_tcp_accept_callback(int fd, short event, void* arg) argument
1392 comm_point_tcp_handle_callback(int fd, short event, void* arg) argument
1435 comm_point_local_handle_callback(int fd, short event, void* arg) argument
1452 comm_point_raw_handle_callback(int ATTR_UNUSED(fd), short event, void* arg) argument
2070 comm_timer_callback(int ATTR_UNUSED(fd), short event, void* arg) argument
2111 comm_signal_callback(int sig, short event, void* arg) argument
[all...]
/freebsd-10.0-release/sbin/hastd/
H A DMakefile8 SRCS+= ebuf.c event.c
/freebsd-10.0-release/sys/cam/ctl/
H A Dctl_ha.h76 * This framework would be able to recognize when an event happens
116 * HA communication event notification. These are events generated by the
171 typedef void (*ctl_evt_handler)(ctl_ha_channel channel, ctl_ha_event event,
/freebsd-10.0-release/sys/dev/virtio/scsi/
H A Dvirtio_scsi.h87 uint32_t event; member in struct:virtio_scsi_event
142 /* Reasons of transport reset event */
/freebsd-10.0-release/sys/ia64/ia64/
H A Dinterrupt.c63 struct intr_event *event; /* interrupt event */ member in struct:ia64_intr
231 error = intr_event_create(&i->event, (void *)(uintptr_t)xiv,
263 error = intr_event_add_handler(i->event, name, filter, handler, arg,
358 struct intr_event *ie; /* our interrupt event */
368 ie = i->event;
369 KASSERT(ie != NULL, ("%s: interrupt without event", __func__));
/freebsd-10.0-release/sys/security/audit/
H A Daudit_worker.c201 * If the estimated amount of audit data in the audit event queue
300 au_event_t event; local
339 event = ar->k_ar.ar_event;
340 class = au_event_class(event);
368 audit_pipe_submit(auid, event, class, sorf,
379 * The audit_worker thread is responsible for watching the event queue,
/freebsd-10.0-release/contrib/wpa/src/wps/
H A Dwps_upnp_event.c36 /* How long to wait before sending event */
42 * struct. The event cannot be sent by simple UDP; it has to be sent by a HTTP
51 unsigned subscriber_sequence; /* which event for this subscription*/
54 struct wpabuf *data; /* event data to send */
59 /* event_clean -- clean sockets etc. of event
71 /* event_delete -- delete single unqueued event
76 wpa_printf(MSG_DEBUG, "WPS UPnP: Delete event %p", e);
83 /* event_dequeue -- get next event from the queue
91 wpa_printf(MSG_DEBUG, "WPS UPnP: Dequeue event %p for "
99 /* event_delete_all -- delete entire event queu
212 event_http_cb(void *ctx, struct http_client *c, enum http_client_event event) argument
[all...]
/freebsd-10.0-release/contrib/wpa/wpa_supplicant/
H A Dwpa_priv.c675 static int wpa_priv_send_event(struct wpa_priv_interface *iface, int event, argument
681 io[0].iov_base = &event;
682 io[0].iov_len = sizeof(event);
701 static void wpa_priv_send_assoc(struct wpa_priv_interface *iface, int event, argument
756 wpa_priv_send_event(iface, event, buf, buflen);
822 void wpa_supplicant_event(void *ctx, enum wpa_event_type event, argument
827 wpa_printf(MSG_DEBUG, "%s - event=%d", __func__, event);
830 wpa_printf(MSG_DEBUG, "Driver event received, but "
835 switch (event) {
891 int event = PRIVSEP_EVENT_RX_EAPOL; local
[all...]
/freebsd-10.0-release/sys/dev/syscons/
H A Dsysmouse.c205 if (info->u.event.value > 0)
206 mouse_status.button |= info->u.event.id;
208 mouse_status.button &= ~info->u.event.id;
/freebsd-10.0-release/sys/kern/
H A Dkern_et.c47 * Register a new event timer hardware.
68 CTLFLAG_RW, 0, "event timer description");
77 "Goodness of event timer");
96 * Deregister event timer hardware.
116 * Find free event timer hardware with specified parameters.
138 * Initialize event timer hardware. Set callbacks.
141 et_init(struct eventtimer *et, et_event_cb_t *event, argument
145 if (event == NULL)
151 et->et_event_cb = event;
158 * Start event time
[all...]
/freebsd-10.0-release/sys/netgraph/
H A Dng_ipfw.c62 static int ng_ipfw_mod_event(module_t mod, int event, void *data);
102 ng_ipfw_mod_event(module_t mod, int event, void *data) argument
106 switch (event) {
/freebsd-10.0-release/sys/ofed/drivers/infiniband/core/
H A Dsa_query.c569 static void ib_sa_event(struct ib_event_handler *handler, struct ib_event *event) argument
571 if (event->event == IB_EVENT_PORT_ERR ||
572 event->event == IB_EVENT_PORT_ACTIVE ||
573 event->event == IB_EVENT_LID_CHANGE ||
574 event->event == IB_EVENT_PKEY_CHANGE ||
575 event
[all...]
/freebsd-10.0-release/share/examples/scsi_target/
H A Dscsi_target.c47 #include <sys/event.h>
404 /* Register kqueue for event notification */
462 c_descr->event = AIO_DONE;
475 warnx("unknown event %d", events[i].filter);
480 warnx("event %d done", events[i].filter);
589 c_descr->event = CTIO_DONE;
725 int sent_status, event; local
748 if ((c_descr->event == AIO_DONE &&
750 || (c_descr->event == CTIO_DONE &&
753 event
[all...]

Completed in 312 milliseconds

1234567891011>>