HomeSort by: relevance | last modified time | path
    Searched defs:pic_type (Results 1 - 2 of 2) sorted by relevancy

  /src/common/lib/libprop/
prop_ingest.c 37 prop_type_t pic_type; member in struct:_prop_ingest_context
54 ctx->pic_type = PROP_TYPE_UNKNOWN;
91 return (ctx->pic_type);
134 ctx->pic_type = prop_object_type(obj);
147 if (ctx->pic_type != pite->pite_type &&
  /src/sys/arch/x86/include/
pic.h 13 int pic_type; member in struct:pic
24 struct ioapic_softc *pic_ioapic; /* if pic_type == PIC_IOAPIC */
25 struct msipic *pic_msipic; /* if (pic_type == PIC_MSI) || (pic_type == PIC_MSIX) */

Completed in 14 milliseconds