Home
last modified time | relevance | path

Searched refs:ih_name (Results 1 – 2 of 2) sorted by relevance

/freebsd-10-stable/sys/kern/
Dkern_intr.c211 if (strlen(ie->ie_fullname) + strlen(ih->ih_name) + 1 < in intr_event_update()
214 strcat(ie->ie_fullname, ih->ih_name); in intr_event_update()
528 strlcpy(ih->ih_name, name, sizeof(ih->ih_name)); in intr_event_add_handler()
577 CTR3(KTR_INTR, "%s: added %s to %s", __func__, ih->ih_name, in intr_event_add_handler()
602 strlcpy(ih->ih_name, name, sizeof(ih->ih_name)); in intr_event_add_handler()
660 CTR3(KTR_INTR, "%s: added %s to %s", __func__, ih->ih_name, in intr_event_add_handler()
702 start = strchr(ih->ih_name, ':'); in intr_event_describe_handler()
704 start = strchr(ih->ih_name, 0); in intr_event_describe_handler()
711 space = sizeof(ih->ih_name) - (start - ih->ih_name) - 1; in intr_event_describe_handler()
741 ih->ih_name)); in intr_handler_source()
[all …]
/freebsd-10-stable/sys/sys/
Dinterrupt.h50 char ih_name[MAXCOMLEN + 1]; /* Name of handler. */ member