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

1234567

/freebsd-10.1-release/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
152 void (*ih) (void *); member in struct:combined_intr
162 void (*ih) (void *);
182 ih = intr_map[grp][i].ih;
185 if (enabled && (ih != NULL)) {
186 ih(ih_user);
195 combiner_setup_intr(char *source_name, void (*ih)(void *), void *ih_user)
235 cirq->ih = ih;
[all...]
/freebsd-10.1-release/sys/gnu/fs/reiserfs/
H A Dreiserfs_item_ops.c17 sd_bytes_number(struct item_head *ih, int block_size) argument
43 direct_bytes_number(struct item_head *ih, int block_size) argument
46 return (ih_item_len(ih));
69 indirect_bytes_number(struct item_head *ih, int block_size) argument
72 return (ih_item_len(ih) / UNFM_P_SIZE * block_size);
95 direntry_bytes_number(struct item_head *ih, int block_size) argument
123 errcatch_bytes_number(struct item_head *ih, int block_size) argument
H A Dreiserfs_fs.h411 #define ih_free_space(ih) le16toh((ih)->u.ih_free_space_reserved)
412 #define ih_version(ih) le16toh((ih)->ih_version)
413 #define ih_entry_count(ih) le16toh((ih)->u.ih_entry_count)
414 #define ih_location(ih) le16toh((ih)->ih_item_location)
415 #define ih_item_len(ih) le16toh((ih)
503 le_ih_k_offset(const struct item_head *ih) argument
519 le_ih_k_type(const struct item_head *ih) argument
534 set_le_ih_k_offset(struct item_head *ih, off_t offset) argument
551 set_le_ih_k_type(struct item_head *ih, int type) argument
936 entry_length(const struct buf *bp, const struct item_head *ih, int pos_in_item) argument
[all...]
H A Dreiserfs_stree.c361 struct item_head *ih; local
379 ih = (struct item_head *)(buf + BLKH_SIZE) + nr - 1;
380 used_space = BLKH_SIZE + IH_SIZE * nr + (blocksize - ih_location(ih));
394 ih = (struct item_head *)(buf + BLKH_SIZE);
396 for (i = 0; i < nr; i++, ih++) {
397 if (le_ih_k_type(ih) == TYPE_ANY) {
402 if (ih_location(ih) >= blocksize ||
403 ih_location(ih) < IH_SIZE * nr) {
408 if (ih_item_len(ih) < 1 ||
409 ih_item_len(ih) > MAX_ITEM_LE
[all...]
H A Dreiserfs_prints.c125 sprintf_item_head(char *buf, struct item_head *ih)
128 if (ih) {
129 strcpy(buf, (ih_version(ih) == KEY_FORMAT_3_6) ?
131 sprintf_le_key(buf + strlen(buf), &(ih->ih_key));
134 ih_item_len(ih), ih_location(ih), ih_free_space(ih));
H A Dreiserfs_inode.c203 struct item_head *ih; local
235 ih = get_ih(&path);
237 if (is_indirect_le_ih(ih)) {
239 uint32_t *ind_item = (uint32_t *)B_I_PITEM(bp, ih);
324 copy_item_head(&tmp_ih, ih);
351 if (!is_direct_le_ih(ih)) {
362 if ((le_ih_k_offset(ih) + path.pos_in_item) > ip->i_size)
365 if ((le_ih_k_offset(ih) - 1 + ih_item_len(ih)) > ip->i_size) {
366 chars = ip->i_size - (le_ih_k_offset(ih)
466 struct item_head *ih; local
[all...]
/freebsd-10.1-release/sys/arm/freescale/vybrid/
H A Dvf_port.h43 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;
/freebsd-10.1-release/sys/kern/
H A Dkern_intr.c108 struct intr_handler *ih);
118 struct intr_handler *ih);
197 struct intr_handler *ih; local
209 TAILQ_FOREACH(ih, &ie->ie_handlers, ih_next) {
210 if (strlen(ie->ie_fullname) + strlen(ih->ih_name) + 1 <
213 strcat(ie->ie_fullname, ih->ih_name);
217 if (ih->ih_flags & IH_ENTROPY)
470 ithread_create(const char *name, struct intr_handler *ih) argument
478 error = kproc_kthread_add(ithread_loop, ih, &intrproc,
516 struct intr_handler *ih, *temp_i local
590 struct intr_handler *ih, *temp_ih; local
677 struct intr_handler *ih; local
731 struct intr_handler *ih; local
791 struct intr_handler *ih; local
938 struct intr_handler *ih; local
1136 struct intr_handler *ih = (struct intr_handler *)cookie; local
1186 priv_ithread_execute_handler(struct proc *p, struct intr_handler *ih) argument
1224 struct intr_handler *ih, *ihn; local
1403 struct intr_handler *ih; local
1495 struct intr_handler *ih; local
1600 struct intr_handler *ih; local
1712 db_dump_intrhand(struct intr_handler *ih) argument
1800 struct intr_handler *ih; local
[all...]
/freebsd-10.1-release/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: main.ih
92 rm -f *.o *.s *.ih re
/freebsd-10.1-release/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-10.1-release/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-10.1-release/sys/dev/si/
H A Dsi_eisa.c67 void *ih; local
71 ih = NULL;
105 NULL, si_intr, sc,&ih);
120 if (ih)
121 bus_teardown_intr(dev, sc->sc_irq_res, ih);
H A Dsi_pci.c64 void *ih; local
68 ih = NULL;
102 NULL, si_intr, sc, &ih);
140 if (ih)
141 bus_teardown_intr(dev, sc->sc_irq_res, ih);
H A Dsi_isa.c267 void *ih; local
271 ih = NULL;
295 NULL, si_intr, sc, &ih);
310 if (ih)
311 bus_teardown_intr(dev, sc->sc_irq_res, ih);
/freebsd-10.1-release/sys/ia64/ia64/
H A Dinterrupt.c107 ia64_xiv_reserve(u_int xiv, enum ia64_xiv_use what, ia64_ihtype ih) argument
117 ia64_handler[xiv] = (ih == NULL) ? ia64_ih_invalid: ih;
119 printf("XIV %u: use=%u, IH=%p\n", xiv, what, ih);
124 ia64_xiv_alloc(u_int prio, enum ia64_xiv_use what, ia64_ihtype ih) argument
139 while (xiv < IA64_NXIVS && ia64_xiv_reserve(xiv, what, ih))
146 while (xiv >= IA64_MIN_XIV && ia64_xiv_reserve(xiv, what, ih))
/freebsd-10.1-release/sys/dev/pccbb/
H A Dpccbb.c364 struct cbb_intrhand *ih; local
370 ih = malloc(sizeof(struct cbb_intrhand), M_DEVBUF, M_NOWAIT);
371 if (ih == NULL)
373 *cookiep = ih;
374 ih->filt = filt;
375 ih->intr = intr;
376 ih->arg = arg;
377 ih->sc = sc;
383 filt ? cbb_func_filt : NULL, intr ? cbb_func_intr : NULL, ih,
384 &ih
398 struct cbb_intrhand *ih; local
606 struct cbb_intrhand *ih = (struct cbb_intrhand *)arg; local
629 struct cbb_intrhand *ih = (struct cbb_intrhand *)arg; local
[all...]
/freebsd-10.1-release/sys/dev/sound/pci/
H A Dhdspe.h130 uint32_t (*ih) (struct sc_pcminfo *scp); member in struct:sc_pcminfo
154 void *ih; member in struct:sc_info
/freebsd-10.1-release/lib/libc/db/test/
H A Ddbtest.c585 static HASHINFO ih; local
624 ih.bsize = atoi(eq);
625 return (&ih);
628 ih.ffactor = atoi(eq);
629 return (&ih);
632 ih.nelem = atoi(eq);
633 return (&ih);
636 ih.cachesize = atoi(eq);
637 return (&ih);
640 ih
[all...]
/freebsd-10.1-release/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-10.1-release/sys/dev/firewire/
H A Dfwohcivar.h44 void *ih; member in struct:fwohci_softc
/freebsd-10.1-release/sys/sparc64/include/
H A Dintr_machdep.h98 int intr_describe(int vec, void *ih, const char *descr);

Completed in 334 milliseconds

1234567