Searched refs:ih (Results 1 - 25 of 175) sorted by relevance

1234567

/freebsd-12-stable/sys/arm/samsung/exynos/
H A Dexynos5_combiner.h29 void combiner_setup_intr(char *source_name, void (*ih)(void *), void *ih_user);
H A Dexynos5_pad.h29 int pad_setup_intr(int gpio_number, void (*ih)(void *), void *ih_user);
H A Dexynos5_combiner.c72 void *ih[NGRP]; member in struct:combiner_softc
260 void (*ih) (void *); member in struct:combined_intr
270 void (*ih) (void *);
290 ih = intr_map[grp][i].ih;
293 if (enabled && (ih != NULL)) {
294 ih(ih_user);
303 combiner_setup_intr(char *source_name, void (*ih)(void *), void *ih_user)
343 cirq->ih = ih;
[all...]
/freebsd-12-stable/sys/arm/freescale/vybrid/
H A Dvf_port.h45 int port_setup(int, enum ev_type, void (*ih)(void *), void *ih_user);
H A Dvf_port.c82 void (*ih) (void *); member in struct:port_event
128 if (pev->ih != NULL) {
129 pev->ih(pev->ih_user);
139 port_setup(int pnum, enum ev_type pevt, void (*ih)(void *), void *ih_user)
183 pev->ih = ih;
H A Dvf_edma.c65 uint32_t (*ih) (void *, int); member in struct:edma_channel
110 if (ch->ih != NULL) {
111 ch->ih(ch->ih_user, i);
216 ch->ih = tcd->ih;
/freebsd-12-stable/sys/kern/
H A Dkern_intr.c188 struct intr_handler *ih; local
200 CK_SLIST_FOREACH(ih, &ie->ie_handlers, ih_next) {
201 if (strlen(ie->ie_fullname) + strlen(ih->ih_name) + 1 <
204 strcat(ie->ie_fullname, ih->ih_name);
208 if (ih->ih_flags & IH_ENTROPY)
220 ih = CK_SLIST_FIRST(&ie->ie_handlers);
221 missed = strlen(ie->ie_fullname) + strlen(ih->ih_name) + 2 -
224 strcat(ie->ie_fullname, &ih->ih_name[missed]);
553 struct intr_handler *ih, *temp_ih; local
561 ih
629 struct intr_handler *ih; local
683 struct intr_handler *ih; local
801 struct intr_handler *ih; local
1029 struct intr_handler *ih = (struct intr_handler *)cookie; local
1082 struct intr_handler *ih, *ihn, *ihp; local
1278 struct intr_handler *ih; local
1394 db_dump_intrhand(struct intr_handler *ih) argument
1482 struct intr_handler *ih; local
[all...]
/freebsd-12-stable/lib/libc/regex/grot/
H A DMakefile40 .SUFFIXES: .ih .h
41 .c.ih:
60 regcomp.o: cname.h regcomp.ih
61 regexec.o: engine.c engine.ih
62 regerror.o: regerror.ih
64 debug.o: debug.ih
65 main.o: debug.ih main.ih split.ih
66 split.o: split.ih
[all...]
/freebsd-12-stable/tools/tools/net80211/w00t/redir/
H A Dbuddy.c55 struct ip *ih; local
61 ih = (struct ip*) buf;
66 if (ih->ip_p != 0)
69 if (ih->ip_hl != 5)
73 id = ih->ip_id;
H A Dredir.c260 struct ip *ih; local
294 ih = (struct ip*) (ptr+8);
295 ih->ip_v = 4;
296 ih->ip_hl = 5;
298 ih->ip_len = htons(len);
299 ih->ip_id = htons(q->id);
300 ih->ip_ttl = 69;
301 ih->ip_p = 0;
302 ih->ip_src.s_addr = p->src.s_addr;
303 ih
[all...]
/freebsd-12-stable/sys/dev/xdma/
H A Dxdma.c163 struct xdma_intr_handler *ih; local
178 ih = malloc(sizeof(struct xdma_intr_handler),
180 ih->cb = cb;
181 ih->cb_user = arg;
184 TAILQ_INSERT_TAIL(&xchan->ie_handlers, ih, ih_next);
188 *ihandler = ih;
194 xdma_teardown_intr(xdma_channel_t *xchan, struct xdma_intr_handler *ih) argument
202 if (ih == NULL) {
208 TAILQ_REMOVE(&xchan->ie_handlers, ih, ih_next);
209 free(ih, M_XDM
218 struct xdma_intr_handler *ih; local
279 struct xdma_intr_handler *ih; local
[all...]
/freebsd-12-stable/sys/opencrypto/
H A Dskipjack.c81 #define g(k0, k1, k2, k3, ih, il, oh, ol) \
83 oh = k##k0 [il] ^ ih; \
89 #define g0(ih, il, oh, ol) g(0, 1, 2, 3, ih, il, oh, ol)
90 #define g4(ih, il, oh, ol) g(4, 5, 6, 7, ih, il, oh, ol)
91 #define g8(ih, il, oh, ol) g(8, 9, 0, 1, ih, il, oh, ol)
92 #define g2(ih, il, oh, ol) g(2, 3, 4, 5, ih, i
[all...]
/freebsd-12-stable/sys/dev/bhnd/bhndb/
H A Dbhndb_subr.c573 struct bhndb_intr_handler *ih; local
595 STAILQ_FOREACH(ih, &br->bus_intrs, ih_link) {
597 ih->ih_cookiep);
903 struct bhndb_intr_handler *ih; local
905 ih = malloc(sizeof(*ih), M_BHND, M_NOWAIT | M_ZERO);
906 ih->ih_owner = owner;
907 ih->ih_res = r;
908 ih->ih_isrc = isrc;
909 ih
922 bhndb_free_intr_handler(struct bhndb_intr_handler *ih) argument
937 bhndb_register_intr_handler(struct bhndb_resources *br, struct bhndb_intr_handler *ih) argument
955 bhndb_deregister_intr_handler(struct bhndb_resources *br, struct bhndb_intr_handler *ih) argument
962 ("unknown interrupt handler %p", ih)); local
978 struct bhndb_intr_handler *ih; local
1010 struct bhndb_intr_handler *ih; local
[all...]
H A Dbhndb.c1944 struct bhndb_intr_handler *ih; local
1956 ih = bhndb_alloc_intr_handler(child, r, isrc);
1957 if (ih == NULL)
1962 handler, arg, &ih->ih_cookiep);
1964 bhndb_free_intr_handler(ih);
1970 bhndb_register_intr_handler(sc->bus_res, ih);
1974 *cookiep = ih;
1986 struct bhndb_intr_handler *ih; local
1995 ih = bhndb_find_intr_handler(sc->bus_res, cookiep);
1996 if (ih
2030 struct bhndb_intr_handler *ih; local
2064 struct bhndb_intr_handler *ih; local
[all...]
/freebsd-12-stable/sys/net/
H A Dif_infiniband.c168 struct infiniband_header *ih; local
179 ih = (struct infiniband_header *)req->buf;
213 ih->ib_protocol = etype;
214 ih->ib_reserved = 0;
215 memcpy(ih->ib_hwaddr, lladdr, INFINIBAND_ADDR_LEN);
226 struct infiniband_header *ih; local
232 ih = (struct infiniband_header *)phdr;
241 memcpy(ih->ib_hwaddr, ifp->if_broadcastaddr,
246 ifp->if_broadcastaddr, ih->ib_hwaddr);
248 ih
298 struct infiniband_header *ih; local
[all...]
/freebsd-12-stable/sys/dev/altera/pio/
H A Dpio.c72 void *ih; member in struct:pio_softc
90 NULL, intr_handler, ih_user, &sc->ih)) {
105 bus_teardown_intr(sc->dev, sc->res[1], sc->ih);
/freebsd-12-stable/sys/dev/pccbb/
H A Dpccbb.c362 struct cbb_intrhand *ih; local
368 ih = malloc(sizeof(struct cbb_intrhand), M_DEVBUF, M_NOWAIT);
369 if (ih == NULL)
371 *cookiep = ih;
372 ih->filt = filt;
373 ih->intr = intr;
374 ih->arg = arg;
375 ih->sc = sc;
381 filt ? cbb_func_filt : NULL, intr ? cbb_func_intr : NULL, ih,
382 &ih
396 struct cbb_intrhand *ih; local
595 struct cbb_intrhand *ih = (struct cbb_intrhand *)arg; local
618 struct cbb_intrhand *ih = (struct cbb_intrhand *)arg; local
[all...]
/freebsd-12-stable/contrib/netbsd-tests/lib/libc/db/
H A Dh_db.c632 static HASHINFO ih; local
671 ih.bsize = atoi(eq);
672 return &ih;
675 ih.ffactor = atoi(eq);
676 return &ih;
679 ih.nelem = atoi(eq);
680 return &ih;
683 ih.cachesize = atoi(eq);
684 return &ih;
687 ih
[all...]
/freebsd-12-stable/lib/libc/db/test/
H A Ddbtest.c587 static HASHINFO ih; local
626 ih.bsize = atoi(eq);
627 return (&ih);
630 ih.ffactor = atoi(eq);
631 return (&ih);
634 ih.nelem = atoi(eq);
635 return (&ih);
638 ih.cachesize = atoi(eq);
639 return (&ih);
642 ih
[all...]
/freebsd-12-stable/lib/msun/src/
H A Dk_rem_pio2.c118 * ih integer. If >0 it indicates q[] is >= 0.5, hence
296 int32_t jz,jx,jv,jp,jk,carry,n,iq[20],i,j,k,m,q0,ih; local
331 ih = 0;
335 ih = iq[jz-1]>>(23-q0);
337 else if(q0==0) ih = iq[jz-1]>>23;
338 else if(z>=0.5) ih=2;
340 if(ih>0) { /* q > 0.5 */
358 if(ih==2) {
412 y[0] = (ih==0)? fw: -fw;
419 y[0] = (ih
[all...]
/freebsd-12-stable/contrib/tcpdump/
H A Dprint-juniper.c518 const struct juniper_ipsec_header *ih; local
525 ih = (const struct juniper_ipsec_header *)p;
527 ND_TCHECK(*ih);
528 switch (ih->type) {
542 ih->type,
553 EXTRACT_16BITS(&ih->sa_index),
554 ih->ttl,
555 tok2str(juniper_ipsec_type_values,"Unknown",ih->type),
556 ih->type,
557 EXTRACT_32BITS(&ih
[all...]
/freebsd-12-stable/sys/dev/firewire/
H A Dfwohcivar.h46 void *ih; member in struct:fwohci_softc
/freebsd-12-stable/sys/sparc64/include/
H A Dintr_machdep.h100 int intr_describe(int vec, void *ih, const char *descr);
/freebsd-12-stable/sys/dev/sound/pci/
H A Dhdspe.c111 if (scp->ih != NULL)
112 scp->ih(scp);
158 NULL, hdspe_intr, sc, &sc->ih)) {
377 if (sc->ih)
378 bus_teardown_intr(dev, sc->irq, sc->ih);
/freebsd-12-stable/tools/tools/net80211/wesside/wesside/
H A Dwesside.c779 struct ip* ih; local
789 ih = (struct ip*) &inet_clear[8];
790 ih->ip_hl = 5;
791 ih->ip_v = 4;
792 ih->ip_tos = 0;
793 ih->ip_len = htons(20+8+PRGA_LEN);
794 ih->ip_id = htons(666);
795 ih->ip_off = 0;
796 ih->ip_ttl = ttl_val;
797 ih
1851 struct ip* ih; local
[all...]

Completed in 321 milliseconds

1234567