Searched refs:ih_flags (Results 1 - 4 of 4) sorted by relevance

/freebsd-12-stable/sys/kern/
H A Dkern_intr.c208 if (ih->ih_flags & IH_ENTROPY)
569 ih->ih_flags = IH_EXCLUSIVE;
571 ih->ih_flags |= IH_MPSAFE;
573 ih->ih_flags |= IH_ENTROPY;
579 (CK_SLIST_FIRST(&ie->ie_handlers)->ih_flags & IH_EXCLUSIVE)) {
742 KASSERT((handler->ih_flags & IH_DEAD) == 0,
749 if ((handler->ih_flags & IH_CHANGED) == 0) {
750 handler->ih_flags |= IH_CHANGED;
753 while ((handler->ih_flags & IH_CHANGED) != 0)
847 KASSERT((handler->ih_flags
[all...]
/freebsd-12-stable/usr.sbin/ctld/
H A Disns.c81 be16enc(hdr->ih_flags, flags);
211 be16enc(hdr->ih_flags, be16dec(hdr->ih_flags) |
235 if ((be16dec(hdr->ih_flags) & (ISNS_FLAG_LAST | ISNS_FLAG_FIRST)) !=
H A Disns.h61 uint8_t ih_flags[2]; member in struct:isns_hdr
/freebsd-12-stable/sys/sys/
H A Dinterrupt.h52 int ih_flags; member in struct:intr_handler
61 /* Interrupt handle flags kept in ih_flags */

Completed in 172 milliseconds