Searched refs:PCI_PRINTF (Results 1 – 4 of 4) sorted by relevance
| /pciutils/lib/ |
| H A D | pci.h | 79 void (*error)(char *msg, ...) PCI_PRINTF(1,2) PCI_NONRET; /* Write error message and quit */ 80 void (*warning)(char *msg, ...) PCI_PRINTF(1,2); /* Write a warning message */ 81 void (*debug)(char *msg, ...) PCI_PRINTF(1,2); /* Write a debugging message */
|
| H A D | types.h | 60 #define PCI_PRINTF(x,y) __attribute__((format(printf, x, y))) macro 64 #define PCI_PRINTF(x,y) macro
|
| /pciutils/ |
| H A D | pciutils.h | 39 void die(char *msg, ...) NONRET PCI_PRINTF(1,2);
|
| H A D | setpci.c | 101 static void PCI_PRINTF(1,2) 453 static void NONRET PCI_PRINTF(1,2)
|