HomeSort by: relevance | last modified time | path
    Searched refs:ih_type (Results 1 - 10 of 10) sorted by relevancy

  /src/sys/dev/marvell/
mvpexvar.h 37 int ih_type; member in struct:mvpex_intrhand
mvpex.c 219 s = _splraise(ih->ih_type);
670 pexih->ih_type = ipl;
  /src/usr.bin/mkubootimage/
uboot.h 83 uint8_t ih_type; member in struct:uboot_image_header
mkubootimage.c 291 printf(" type: %d (%s)\n", hdr->ih_type,
292 get_type_name(hdr->ih_type));
352 hdr->ih_type = image_type;
  /src/sys/arch/atari/atari/
intr.c 118 ih->ih_type = type;
182 if (cur_vec->ih_type & FAST_VEC) {
225 switch (ih->ih_type & (AUTO_VEC|USER_VEC)) {
259 if (LIST_EMPTY(vec_list) && (ih->ih_type & FAST_VEC) != 0)
299 handled |= (*ih->ih_fun)((ih->ih_type & ARG_CLOCKFRAME) ?
  /src/sys/arch/atari/include/
intr.h 109 * 'standard' clockframe. This depends on 'ih_type'.
117 int ih_type; member in struct:intrhand
  /src/sys/arch/mips/cavium/dev/
octeon_cib.c 64 int ih_type; member in struct:octeon_cib_intr
194 ih->ih_type = type;
245 if (ih->ih_type == IST_EDGE)
  /src/sys/arch/alpha/include/
intr.h 209 int ih_type; member in struct:alpha_shared_intrhand
  /src/sys/dev/acpi/
qcomgpio.c 76 int ih_type; member in struct:qcomgpio_intr_handler
542 qih->ih_type = (irqmode & GPIO_INTR_LEVEL_MASK) != 0 ?
640 if (qih->ih_type == IST_LEVEL) {
655 if (qih->ih_type == IST_LEVEL) {
  /src/sys/arch/alpha/common/
shared_intr.c 177 ih->ih_type = type;
229 int type = ih->ih_type;

Completed in 26 milliseconds