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

/illumos-gate/usr/src/cmd/pcidr/plugins/default/
H A Dpcidr_plugin.c99 dprint(DINFO, "%s: showing info and performing DR on APID(s) "
103 dprint(DINFO, "===========================================\n", fn);
104 pcidr_print_cfga(DINFO, &cfga_listp[0], " .. ");
109 dprint(DINFO, "%s: disconnecting ...\n", fn, apid);
113 dprint(DINFO, "%s: disconnect FAILED\n", fn);
117 dprint(DINFO, "%s: disconnect OK\n", fn);
123 dprint(DINFO, "%s: configuring ...\n", fn, apid);
127 dprint(DINFO, "%s: configure FAILED\n", fn);
130 dprint(DINFO, "%s: configure OK\n", fn);
/illumos-gate/usr/src/cmd/pcidr/
H A Dpcidr.h59 typedef enum {DNONE = 0, DWARN, DINFO, DDEBUG} dlvl_t; enumerator in enum:__anon1041
H A Dpcidr.c635 dprint(DINFO, "=== sysevent attributes ========================\n");
636 pcidr_print_attrlist(DINFO, nvlistp, NULL);
637 dprint(DINFO, "================================================\n");
644 dprint(DINFO, "using plugin: %s\n\n", plugin_path);
/illumos-gate/usr/src/uts/common/io/ib/clients/daplt/
H A Ddaplt.c89 #define DINFO \ macro
107 #define DINFO if (0) printf macro

Completed in 77 milliseconds