Symbol: hand
crypto/openssl/crypto/initthread.c
389
THREAD_EVENT_HANDLER *hand;
crypto/openssl/crypto/initthread.c
426
hand = OPENSSL_malloc(sizeof(*hand));
crypto/openssl/crypto/initthread.c
427
if (hand == NULL)
crypto/openssl/crypto/initthread.c
430
hand->handfn = handfn;
crypto/openssl/crypto/initthread.c
431
hand->arg = arg;
crypto/openssl/crypto/initthread.c
433
hand->index = index;
crypto/openssl/crypto/initthread.c
435
hand->next = *hands;
crypto/openssl/crypto/initthread.c
436
*hands = hand;
crypto/openssl/test/p_test.c
124
if (c_get_params(hand, counter_request)) {
crypto/openssl/test/p_test.c
97
const OSSL_CORE_HANDLE *hand = ctx->handle;
sys/arm/mv/gpio.c
406
void (*hand)(void *), void *arg, int pin, int flags, void **cookiep)
sys/arm/mv/gpio.c
440
intr_event_add_handler(event, name, filt, hand, arg,
sys/dev/firewire/firewire.c
1000
struct firewire_comm *fc, void *sc, void (*hand)(struct fw_xfer *))
sys/dev/firewire/firewire.c
1011
xfer->hand = hand;
sys/dev/firewire/firewire.c
1174
if (xfer->hand == NULL) {
sys/dev/firewire/firewire.c
1183
xfer->hand(xfer);
sys/dev/firewire/firewire.c
1263
xfer->hand = fw_asy_callback_free;
sys/dev/firewire/firewire.c
216
if (xfer->hand == NULL) {
sys/dev/firewire/firewire.c
2179
rb->xfer->hand = fw_xfer_free;
sys/dev/firewire/firewire.c
2192
rb->xfer->hand(rb->xfer);
sys/dev/firewire/firewire.c
2264
xfer->hand = fw_try_bmr_callback;
sys/dev/firewire/firewire.c
2346
xfer->hand = fw_xfer_free;
sys/dev/firewire/firewire.c
387
xfer->hand(xfer);
sys/dev/firewire/firewire.c
640
xfer->hand(xfer);
sys/dev/firewire/firewire.c
906
xfer->hand = fw_vmaccess;
sys/dev/firewire/firewirereg.h
235
void (*hand) (struct fw_xferq *);
sys/dev/firewire/firewirereg.h
273
void (*hand) (struct fw_xfer *);
sys/dev/firewire/fw_helpers.h
134
xfer->hand = fw_xferwake;
sys/dev/firewire/fw_helpers.h
171
xfer->hand = fw_xferwake;
sys/dev/firewire/fw_net.h
33
void *sc, void (*hand)(struct fw_xfer *),
sys/dev/firewire/fw_net.h
44
xfer->hand = hand;
sys/dev/firewire/fwcam.c
409
xferq->hand = fwcam_iso_input;
sys/dev/firewire/fwcam.c
519
xferq->hand = NULL;
sys/dev/firewire/fwcam.c
563
xferq->hand = NULL;
sys/dev/firewire/fwdev.c
410
xfer->hand = fw_xferwake;
sys/dev/firewire/fwdev.c
663
xfer->hand = fw_xferwake;
sys/dev/firewire/fwdv.c
204
xfer->hand = fw_xferwake;
sys/dev/firewire/fwdv.c
452
xferq->hand = fwdv_iso_input;
sys/dev/firewire/fwdv.c
497
xferq->hand = NULL;
sys/dev/firewire/fwdv.c
538
xferq->hand = NULL;
sys/dev/firewire/fwisound.c
242
xferq->hand = fwisound_iso_input;
sys/dev/firewire/fwisound.c
298
xferq->hand = NULL;
sys/dev/firewire/fwisound.c
322
xferq->hand = NULL;
sys/dev/firewire/fwmem.c
111
xfer->hand = hand;
sys/dev/firewire/fwmem.c
127
void (*hand)(struct fw_xfer *))
sys/dev/firewire/fwmem.c
132
xfer = fwmem_xfer_req(fwdev, sc, spd, 0, 4, hand);
sys/dev/firewire/fwmem.c
164
void (*hand)(struct fw_xfer *))
sys/dev/firewire/fwmem.c
169
xfer = fwmem_xfer_req(fwdev, sc, spd, 0, 0, hand);
sys/dev/firewire/fwmem.c
201
void (*hand)(struct fw_xfer *))
sys/dev/firewire/fwmem.c
206
xfer = fwmem_xfer_req(fwdev, sc, spd, 0, roundup2(len, 4), hand);
sys/dev/firewire/fwmem.c
239
void (*hand)(struct fw_xfer *))
sys/dev/firewire/fwmem.c
244
xfer = fwmem_xfer_req(fwdev, sc, spd, len, 0, hand);
sys/dev/firewire/fwmem.c
97
void *hand)
sys/dev/firewire/fwohci.c
2206
ir->hand(ir);
sys/dev/firewire/if_fwe.c
222
xferq->hand = NULL;
sys/dev/firewire/if_fwe.c
289
xferq->hand = fwe_as_input;
sys/dev/firewire/if_fwip.c
228
xferq->hand = NULL;
sys/dev/firewire/if_fwip.c
294
xferq->hand = fwip_stream_input;
sys/dev/firewire/if_fwip.c
321
xfer->hand = fwip_unicast_input;
sys/dev/firewire/sbp.c
1112
xfer->hand = sbp_agent_reset_callback;
sys/dev/firewire/sbp.c
1114
xfer->hand = sbp_do_attach;
sys/dev/firewire/sbp.c
1148
xfer->hand = sbp_busy_timeout_callback;
sys/dev/firewire/sbp.c
1213
xfer->hand = sbp_orb_pointer_callback;
sys/dev/firewire/sbp.c
1272
xfer->hand = sbp_doorbell_callback;
sys/dev/firewire/sbp.c
1407
xfer->hand = sbp_mgm_callback;
sys/dev/firewire/sbp.c
1847
xfer->hand = sbp_loginres_callback;
sys/dev/firewire/sbp.c
912
xfer->hand = sbp_reset_start_callback;
sys/dev/firewire/sbp_targ.c
1758
xfer->hand = sbp_targ_recv;
sys/dev/firewire/sbp_targ.c
1893
xfer->hand = sbp_targ_resp_callback;
sys/dev/firewire/sbp_targ.c
922
void (*hand)(struct fw_xfer *))
sys/dev/firewire/sbp_targ.c
944
ptr + off, hand);
sys/dev/firewire/sbp_targ.c
951
ptr + off, hand);
sys/dev/sound/pcm/sound.c
67
snd_setup_intr(device_t dev, struct resource *res, int flags, driver_intr_t hand, void *param, void **cookiep)
sys/dev/sound/pcm/sound.c
77
return bus_setup_intr(dev, res, flags, NULL, hand, param, cookiep);
sys/dev/sound/pcm/sound.h
163
driver_intr_t hand, void *param, void **cookiep);
sys/dev/tsec/if_tsec.h
136
#define TSEC_GET_GENERIC(hand, tab, count, wrap) \
sys/dev/tsec/if_tsec.h
137
((hand)->tab[TSEC_INC((hand)->count, wrap)])
sys/dev/tsec/if_tsec.h
139
#define TSEC_PUT_GENERIC(hand, tab, count, wrap, val) \
sys/dev/tsec/if_tsec.h
140
((hand)->tab[TSEC_INC((hand)->count, wrap)] = val)
sys/kern/subr_intr.c
1078
driver_intr_t hand, void *arg, int flags, void **cookiep)
sys/kern/subr_intr.c
1110
if (flags & INTR_SOLO && hand != NULL) {
sys/kern/subr_intr.c
1123
error = isrc_add_handler(isrc, name, filt, hand, arg, flags,
sys/kern/subr_intr.c
1876
intr_ipi_setup(u_int ipi, const char *name, intr_ipi_handler_t *hand,
sys/kern/subr_intr.c
1891
KASSERT(hand != NULL, ("%s: ipi %u no handler", __func__, ipi));
sys/kern/subr_intr.c
1902
ii->ii_handler = hand;
sys/sys/intr.h
163
void intr_ipi_setup(u_int ipi, const char *name, intr_ipi_handler_t *hand,
tools/test/stress2/testcases/badcode/badcode.c
109
signal(SIGALRM, hand);
tools/test/stress2/testcases/badcode/badcode.c
110
signal(SIGILL, hand);
tools/test/stress2/testcases/badcode/badcode.c
111
signal(SIGFPE, hand);
tools/test/stress2/testcases/badcode/badcode.c
112
signal(SIGSEGV, hand);
tools/test/stress2/testcases/badcode/badcode.c
113
signal(SIGBUS, hand);
tools/test/stress2/testcases/badcode/badcode.c
114
signal(SIGURG, hand);
tools/test/stress2/testcases/badcode/badcode.c
115
signal(SIGSYS, hand);
tools/test/stress2/testcases/badcode/badcode.c
116
signal(SIGTRAP, hand);
tools/tools/net80211/w00t/redir/buddy.c
143
if (signal(SIGPIPE, hand) == SIG_ERR)