Home
last modified time | relevance | path

Searched refs:iih (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/sys/arch/riscv/fdt/
H A Dintc_fdt.c280 struct intc_irqhandler *iih; in intc_intr_handler() local
295 TAILQ_FOREACH(iih, &irq->intr_handlers, ih_next) { in intc_intr_handler()
297 iih->ih_fn(iih->ih_arg ? iih->ih_arg : &cf); in intc_intr_handler()
/netbsd-src/sys/arch/arm/pic/
H A Dpic.c983 struct intrids_handler *iih; in interrupt_construct_intrids() local
1003 iih = kmem_zalloc(sizeof(int) + sizeof(intrid_t) * count, KM_SLEEP); in interrupt_construct_intrids()
1004 iih->iih_nids = count; in interrupt_construct_intrids()
1015 snprintf(iih->iih_intrids[n++], sizeof(intrid_t), "%s %s", in interrupt_construct_intrids()
1020 return iih; in interrupt_construct_intrids()
1024 interrupt_destruct_intrids(struct intrids_handler *iih) in interrupt_destruct_intrids() argument
1026 if (iih == NULL) in interrupt_destruct_intrids()
1029 kmem_free(iih, sizeof(int) + sizeof(intrid_t) * iih->iih_nids); in interrupt_destruct_intrids()
/netbsd-src/sys/dist/pf/net/
H A Dpf.c4763 struct icmp iih; local
4765 if (!pf_pull_hdr(m, off2, &iih, ICMP_MINLEN,
4779 key.gwy.port = iih.icmp_id;
4783 key.lan.port = iih.icmp_id;
4791 pf_change_icmp(pd2.src, &iih.icmp_id,
4798 pf_change_icmp(pd2.dst, &iih.icmp_id,
4807 m_copyback(m, off2, ICMP_MINLEN, &iih);
4816 struct icmp6_hdr iih; local
4818 if (!pf_pull_hdr(m, off2, &iih,
4832 key.gwy.port = iih.icmp6_id;
[all …]