Home
last modified time | relevance | path

Searched refs:DINFO (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/pcidr/plugins/default/
H A Dpcidr_plugin.c97 dprint(DINFO, "%s: showing info and performing DR on APID(s) " in PCIDR_PLUGIN_PROTO()
101 dprint(DINFO, "===========================================\n", fn); in PCIDR_PLUGIN_PROTO()
102 pcidr_print_cfga(DINFO, &cfga_listp[0], " .. "); in PCIDR_PLUGIN_PROTO()
107 dprint(DINFO, "%s: disconnecting ...\n", fn, apid); in PCIDR_PLUGIN_PROTO()
111 dprint(DINFO, "%s: disconnect FAILED\n", fn); in PCIDR_PLUGIN_PROTO()
115 dprint(DINFO, "%s: disconnect OK\n", fn); in PCIDR_PLUGIN_PROTO()
121 dprint(DINFO, "%s: configuring ...\n", fn, apid); in PCIDR_PLUGIN_PROTO()
125 dprint(DINFO, "%s: configure FAILED\n", fn); in PCIDR_PLUGIN_PROTO()
128 dprint(DINFO, "%s: configure OK\n", fn); in PCIDR_PLUGIN_PROTO()
/illumos-gate/usr/src/cmd/pcidr/
H A Dpcidr.c634 dprint(DINFO, "=== sysevent attributes ========================\n"); in main()
635 pcidr_print_attrlist(DINFO, nvlistp, NULL); in main()
636 dprint(DINFO, "================================================\n"); in main()
643 dprint(DINFO, "using plugin: %s\n\n", plugin_path); in main()
H A Dpcidr.h57 typedef enum {DNONE = 0, DWARN, DINFO, DDEBUG} dlvl_t; enumerator
/illumos-gate/usr/src/uts/common/io/ib/clients/daplt/
H A Ddaplt.c89 #define DINFO \ macro
107 #define DINFO if (0) printf macro