Searched refs:hand (Results 1 - 25 of 31) sorted by relevance

12

/freebsd-11.0-release/contrib/ncurses/include/
H A DMKparametrized.sh41 * Note: this file is generated using MKparametrized.sh, do not edit by hand.
/freebsd-11.0-release/sys/arm/arm/
H A Dmachdep_intr.c179 intr_ipi_setup(u_int ipi, const char *name, intr_ipi_handler_t *hand, argument
186 KASSERT(hand != NULL, ("%s: ipi %u no handler", __func__, ipi));
190 ii->ii_handler = hand;
215 intr_pic_ipi_setup(u_int ipi, const char *name, intr_ipi_handler_t *hand, argument
228 intr_ipi_setup(ipi, name, hand, arg, pic_ipi_send, isrc);
H A Dintr.c137 void (*hand)(void*), void *arg, int irq, int flags, void **cookiep)
155 intr_event_add_handler(event, name, filt, hand, arg,
136 arm_setup_irqhandler(const char *name, driver_filter_t *filt, void (*hand)(void*), void *arg, int irq, int flags, void **cookiep) argument
/freebsd-11.0-release/usr.sbin/ntp/doc/scripts/
H A DMakefile9 confopt.txt external.txt footer.txt hand.txt install.txt manual.txt \
/freebsd-11.0-release/sys/dev/firewire/
H A Dfwmem.c94 void *hand)
108 xfer->hand = hand;
124 void (*hand)(struct fw_xfer *))
129 xfer = fwmem_xfer_req(fwdev, sc, spd, 0, 4, hand);
161 void (*hand)(struct fw_xfer *))
166 xfer = fwmem_xfer_req(fwdev, sc, spd, 0, 0, hand);
198 void (*hand)(struct fw_xfer *))
203 xfer = fwmem_xfer_req(fwdev, sc, spd, 0, roundup2(len, 4), hand);
236 void (*hand)(struc
88 fwmem_xfer_req( struct fw_device *fwdev, caddr_t sc, int spd, int slen, int rlen, void *hand) argument
[all...]
H A Dfirewirereg.h201 void (*hand) (struct fw_xferq *); member in struct:fw_xferq
239 void (*hand) (struct fw_xfer *); member in struct:fw_xfer
H A Dfirewire.c195 if (xfer->hand == NULL) {
196 printf("hand == NULL\n");
369 xfer->hand(xfer);
595 xfer->hand(xfer);
864 xfer->hand = fw_vmaccess;
973 struct firewire_comm *fc, void *sc, void (*hand)(struct fw_xfer *))
984 xfer->hand = hand;
1140 if (xfer->hand == NULL) {
1141 printf("hand
[all...]
H A Dif_fwe.c226 xferq->hand = NULL;
301 xferq->hand = fwe_as_input;
329 xfer->hand = fwe_output_callback;
H A Dif_fwip.c223 xferq->hand = NULL;
302 xferq->hand = fwip_stream_input;
339 xfer->hand = fwip_unicast_input;
355 xfer->hand = fwip_output_callback;
H A Dsbp.c919 xfer->hand = sbp_reset_start_callback;
1111 xfer->hand = sbp_agent_reset_callback;
1113 xfer->hand = sbp_do_attach;
1147 xfer->hand = sbp_busy_timeout_callback;
1212 xfer->hand = sbp_orb_pointer_callback;
1271 xfer->hand = sbp_doorbell_callback;
1406 xfer->hand = sbp_mgm_callback;
1856 xfer->hand = sbp_loginres_callback;
H A Dfwdev.c420 xfer->hand = fw_xferwake;
682 xfer->hand = fw_xferwake;
H A Dsbp_targ.c943 * address space and set hand(sbp_targ_cam_done) to
951 void (*hand)(struct fw_xfer *))
973 ptr + off, hand);
980 ptr + off, hand);
1807 xfer->hand = sbp_targ_recv;
1945 xfer->hand = sbp_targ_resp_callback;
/freebsd-11.0-release/contrib/bmake/unit-tests/
H A Ddotwait.mk43 # recursive: all children of the left hand side of the .WAIT
44 # must be made before any child of the right hand side.
51 # the right hand side of the .WAIT.
/freebsd-11.0-release/sys/dev/tsec/
H A Dif_tsec.h145 #define TSEC_GET_GENERIC(hand, tab, count, wrap) \
146 ((hand)->tab[TSEC_INC((hand)->count, wrap)])
148 #define TSEC_PUT_GENERIC(hand, tab, count, wrap, val) \
149 ((hand)->tab[TSEC_INC((hand)->count, wrap)] = val)
/freebsd-11.0-release/tools/tools/net80211/w00t/redir/
H A Dbuddy.c116 void hand(int s) function
145 if (signal(SIGPIPE, hand) == SIG_ERR)
/freebsd-11.0-release/contrib/sendmail/contrib/
H A Dbuildvirtuser50 Occurrences of $LHS in the right hand side are replaced by the address on
51 the left hand side.
/freebsd-11.0-release/contrib/ofed/libibverbs/src/
H A Dinit.c556 void *hand = dlopen(NULL, RTLD_NOW); local
557 if (!hand) {
563 dlclose(hand);
/freebsd-11.0-release/sys/arm/mv/
H A Dmvvar.h79 void (*hand)(void *), void *arg, int pin, int flags, void **cookiep);
H A Dgpio.c252 void (*hand)(void *), void *arg, int pin, int flags, void **cookiep)
272 intr_event_add_handler(event, name, filt, hand, arg,
/freebsd-11.0-release/contrib/wpa/hs20/client/
H A DAndroid.mk15 # headers to the include path by hand.
/freebsd-11.0-release/sys/arm64/arm64/
H A Dmp_machdep.c343 intr_pic_ipi_setup(u_int ipi, const char *name, intr_ipi_handler_t *hand, argument
351 KASSERT(hand != NULL, ("%s: ipi %u no handler", __func__, ipi));
362 ii->ii_handler = hand;
/freebsd-11.0-release/sys/kern/
H A Dsubr_intr.c963 driver_intr_t hand, void *arg, int flags, void **cookiep)
991 if (flags & INTR_SOLO && hand != NULL) {
1004 error = isrc_add_handler(isrc, name, filt, hand, arg, flags,
962 intr_setup_irq(device_t dev, struct resource *res, driver_filter_t filt, driver_intr_t hand, void *arg, int flags, void **cookiep) argument
/freebsd-11.0-release/sys/dev/sound/pcm/
H A Dsound.h344 driver_intr_t hand, void *param, void **cookiep);
H A Dsound.c114 snd_setup_intr(device_t dev, struct resource *res, int flags, driver_intr_t hand, void *param, void **cookiep) argument
124 return bus_setup_intr(dev, res, flags, NULL, hand, param, cookiep);
/freebsd-11.0-release/contrib/dtc/Documentation/
H A Ddtc-paper.tex385 it's possible to hand construct the necessary blob by hand, but doing

Completed in 187 milliseconds

12