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

1234567

/freebsd-9.3-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.c205 struct item_head *ih; local
237 ih = get_ih(&path);
239 if (is_indirect_le_ih(ih)) {
241 uint32_t *ind_item = (uint32_t *)B_I_PITEM(bp, ih);
326 copy_item_head(&tmp_ih, ih);
353 if (!is_direct_le_ih(ih)) {
364 if ((le_ih_k_offset(ih) + path.pos_in_item) > ip->i_size)
367 if ((le_ih_k_offset(ih) - 1 + ih_item_len(ih)) > ip->i_size) {
368 chars = ip->i_size - (le_ih_k_offset(ih)
468 struct item_head *ih; local
[all...]
/freebsd-9.3-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
1145 struct intr_handler *ih = (struct intr_handler *)cookie; local
1195 priv_ithread_execute_handler(struct proc *p, struct intr_handler *ih) argument
1233 struct intr_handler *ih, *ihn; local
1412 struct intr_handler *ih; local
1504 struct intr_handler *ih; local
1609 struct intr_handler *ih; local
1721 db_dump_intrhand(struct intr_handler *ih) argument
1809 struct intr_handler *ih; local
[all...]
/freebsd-9.3-release/sys/gnu/fs/xfs/FreeBSD/
H A Dxfs_freebsd_iget.c104 xfs_ihash_t *ih; local
119 ih = XFS_IHASH(mp, ino);
122 read_lock(&ih->ih_lock);
124 for (ip = ih->ih_next; ip != NULL; ip = ip->i_next) {
134 if (ip->i_prevp != &ih->ih_next
135 && rwlock_trypromote(&ih->ih_lock)) {
141 iq = ih->ih_next;
144 ip->i_prevp = &ih->ih_next;
145 ih->ih_next = ip;
146 write_unlock(&ih
[all...]
/freebsd-9.3-release/sys/fs/coda/
H A Dcoda.h378 struct coda_in_hdr ih; member in struct:coda_open_in
392 struct coda_in_hdr ih; member in struct:coda_close_in
403 struct coda_in_hdr ih; member in struct:coda_ioctl_in
420 struct coda_in_hdr ih; member in struct:coda_getattr_in
432 struct coda_in_hdr ih; member in struct:coda_setattr_in
443 struct coda_in_hdr ih; member in struct:coda_access_in
459 struct coda_in_hdr ih; member in struct:coda_lookup_in
474 struct coda_in_hdr ih; member in struct:coda_create_in
491 struct coda_in_hdr ih; member in struct:coda_remove_in
502 struct coda_in_hdr ih; member in struct:coda_link_in
515 struct coda_in_hdr ih; member in struct:coda_rename_in
528 struct coda_in_hdr ih; member in struct:coda_mkdir_in
543 struct coda_in_hdr ih; member in struct:coda_rmdir_in
554 struct coda_in_hdr ih; member in struct:coda_readdir_in
568 struct coda_in_hdr ih; member in struct:coda_symlink_in
581 struct coda_in_hdr ih; member in struct:coda_readlink_in
594 struct coda_in_hdr ih; member in struct:coda_fsync_in
604 struct coda_in_hdr ih; member in struct:coda_inactive_in
610 struct coda_in_hdr ih; member in struct:coda_vget_in
677 struct coda_in_hdr ih; member in struct:coda_open_by_fd_in
693 struct coda_in_hdr ih; member in struct:coda_open_by_path_in
705 struct coda_in_hdr ih; member in struct:coda_statfs_in
721 struct coda_in_hdr ih; /* NB: every struct below begins with an ih */ member in union:inputArgs
[all...]
H A Dcoda_venus.c205 INIT_IN(&inp->ih, CODA_OPEN_BY_FD, cred, p);
225 INIT_IN(&inp->ih, CODA_CLOSE, cred, p);
265 INIT_IN(&inp->ih, CODA_IOCTL, cred, p);
324 INIT_IN(&inp->ih, CODA_GETATTR, cred, p);
347 INIT_IN(&inp->ih, CODA_SETATTR, cred, p);
367 INIT_IN(&inp->ih, CODA_ACCESS, cred, p);
395 INIT_IN(&inp->ih, CODA_READLINK, cred, p);
421 INIT_IN(&inp->ih, CODA_FSYNC, NOCRED, p);
442 INIT_IN(&inp->ih, CODA_LOOKUP, cred, p);
480 INIT_IN(&inp->ih, CODA_CREAT
[all...]
/freebsd-9.3-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-9.3-release/sys/gnu/fs/xfs/
H A Dxfs_iget.c131 xfs_ihash_t *ih,
137 if ((ip->i_prevp != &ih->ih_next) && write_trylock(&ih->ih_lock)) {
138 if (likely(version == ih->ih_version)) {
146 iq = ih->ih_next;
149 ip->i_prevp = &ih->ih_next;
150 ih->ih_next = ip;
152 write_unlock(&ih->ih_lock);
199 xfs_ihash_t *ih; local
211 ih
130 xfs_ihash_promote( xfs_ihash_t *ih, xfs_inode_t *ip, ulong version) argument
575 xfs_ihash_t *ih; local
710 xfs_ihash_t *ih; local
[all...]
/freebsd-9.3-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-9.3-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-9.3-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-9.3-release/sys/ia64/ia64/
H A Dinterrupt.c106 ia64_xiv_reserve(u_int xiv, enum ia64_xiv_use what, ia64_ihtype ih) argument
116 ia64_handler[xiv] = (ih == NULL) ? ia64_ih_invalid: ih;
118 printf("XIV %u: use=%u, IH=%p\n", xiv, what, ih);
123 ia64_xiv_alloc(u_int prio, enum ia64_xiv_use what, ia64_ihtype ih) argument
138 while (xiv < IA64_NXIVS && ia64_xiv_reserve(xiv, what, ih))
145 while (xiv >= IA64_MIN_XIV && ia64_xiv_reserve(xiv, what, ih))
/freebsd-9.3-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
599 struct cbb_intrhand *ih = (struct cbb_intrhand *)arg; local
622 struct cbb_intrhand *ih = (struct cbb_intrhand *)arg; local
[all...]
/freebsd-9.3-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
H A Dhdspe.c105 if (scp->ih != NULL)
106 scp->ih(scp);
148 NULL, hdspe_intr, sc, &sc->ih)) {
368 if (sc->ih)
369 bus_teardown_intr(dev, sc->irq, sc->ih);
/freebsd-9.3-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-9.3-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-9.3-release/sys/dev/firewire/
H A Dfwohcivar.h44 void *ih; member in struct:fwohci_softc
/freebsd-9.3-release/sys/sparc64/include/
H A Dintr_machdep.h98 int intr_describe(int vec, void *ih, const char *descr);

Completed in 215 milliseconds

1234567