Home
last modified time | relevance | path

Searched refs:ii_flags (Results 1 – 6 of 6) sorted by relevance

/netbsd/src/external/cddl/osnet/dist/tools/ctf/cvt/
Doutput.c70 if (!(ii->ii_flags & IIDESC_F_USED)) in burst_iitypes()
409 iidesc->ii_flags |= IIDESC_F_USED; in sort_iidescs()
432 tolist[*curr]->ii_flags |= IIDESC_F_USED; in sort_iidescs()
Dctftools.h291 int ii_flags; member
/netbsd/src/sys/dev/i2o/
Diopvar.h85 int ii_flags; member
Dld_iop.c142 sc->sc_ii.ii_flags = 0; in ld_iop_attach()
149 sc->sc_eventii.ii_flags = II_NOTCTX | II_UTILITY; in ld_iop_attach()
Diop.c557 sc->sc_eventii.ii_flags = II_NOTCTX | II_UTILITY; in iop_config_interrupts()
1572 if ((ii->ii_flags & II_UTILITY) == 0) { in iop_initiator_register()
1593 if ((ii->ii_flags & II_UTILITY) == 0) { in iop_initiator_unregister()
1669 if (ii == NULL || (ii->ii_flags & II_NOTCTX) == 0) { in iop_handle_reply()
Diopsp.c135 sc->sc_ii.ii_flags = 0; in iopsp_attach()