hand
THREAD_EVENT_HANDLER *hand;
hand = OPENSSL_malloc(sizeof(*hand));
if (hand == NULL)
hand->handfn = handfn;
hand->arg = arg;
hand->index = index;
hand->next = *hands;
*hands = hand;
if (c_get_params(hand, counter_request)) {
const OSSL_CORE_HANDLE *hand = ctx->handle;
void (*hand)(void *), void *arg, int pin, int flags, void **cookiep)
intr_event_add_handler(event, name, filt, hand, arg,
if (xfer->hand == NULL) {
xfer->hand(xfer);
xfer->hand = fw_asy_callback_free;
if (xfer->hand == NULL) {
rb->xfer->hand = fw_xfer_free;
rb->xfer->hand(rb->xfer);
xferq->hand(xferq);
xfer->hand = fw_try_bmr_callback;
xfer->hand = fw_xfer_free;
xfer->hand(xfer);
xfer->hand(xfer);
xfer->hand = fw_vmaccess;
struct firewire_comm *fc, void *sc, void (*hand)(struct fw_xfer *))
xfer->hand = hand;
void (*hand) (struct fw_xferq *);
void (*hand) (struct fw_xfer *);
xfer->hand = fw_xferwake;
xfer->hand = fw_xferwake;
xfer->hand = hand;
void (*hand)(struct fw_xfer *))
xfer = fwmem_xfer_req(fwdev, sc, spd, 0, 4, hand);
void (*hand)(struct fw_xfer *))
xfer = fwmem_xfer_req(fwdev, sc, spd, 0, 0, hand);
void (*hand)(struct fw_xfer *))
xfer = fwmem_xfer_req(fwdev, sc, spd, 0, roundup2(len, 4), hand);
void (*hand)(struct fw_xfer *))
xfer = fwmem_xfer_req(fwdev, sc, spd, len, 0, hand);
void *hand)
ir->hand(ir);
xferq->hand = NULL;
xferq->hand = fwe_as_input;
xfer->hand = fwe_output_callback;
xferq->hand = NULL;
xferq->hand = fwip_stream_input;
xfer->hand = fwip_unicast_input;
xfer->hand = fwip_output_callback;
xfer->hand = sbp_agent_reset_callback;
xfer->hand = sbp_do_attach;
xfer->hand = sbp_busy_timeout_callback;
xfer->hand = sbp_orb_pointer_callback;
xfer->hand = sbp_doorbell_callback;
xfer->hand = sbp_mgm_callback;
xfer->hand = sbp_loginres_callback;
xfer->hand = sbp_reset_start_callback;
xfer->hand = sbp_targ_recv;
xfer->hand = sbp_targ_resp_callback;
void (*hand)(struct fw_xfer *))
ptr + off, hand);
ptr + off, hand);
snd_setup_intr(device_t dev, struct resource *res, int flags, driver_intr_t hand, void *param, void **cookiep)
return bus_setup_intr(dev, res, flags, NULL, hand, param, cookiep);
driver_intr_t hand, void *param, void **cookiep);
#define TSEC_GET_GENERIC(hand, tab, count, wrap) \
((hand)->tab[TSEC_INC((hand)->count, wrap)])
#define TSEC_PUT_GENERIC(hand, tab, count, wrap, val) \
((hand)->tab[TSEC_INC((hand)->count, wrap)] = val)
driver_intr_t hand, void *arg, int flags, void **cookiep)
if (flags & INTR_SOLO && hand != NULL) {
error = isrc_add_handler(isrc, name, filt, hand, arg, flags,
intr_ipi_setup(u_int ipi, const char *name, intr_ipi_handler_t *hand,
KASSERT(hand != NULL, ("%s: ipi %u no handler", __func__, ipi));
ii->ii_handler = hand;
void intr_ipi_setup(u_int ipi, const char *name, intr_ipi_handler_t *hand,
signal(SIGALRM, hand);
signal(SIGILL, hand);
signal(SIGFPE, hand);
signal(SIGSEGV, hand);
signal(SIGBUS, hand);
signal(SIGURG, hand);
signal(SIGSYS, hand);
signal(SIGTRAP, hand);
if (signal(SIGPIPE, hand) == SIG_ERR)