Home
last modified time | relevance | path

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

/pciutils/lib/
H A Dpci.h79 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 Dtypes.h60 #define PCI_PRINTF(x,y) __attribute__((format(printf, x, y))) macro
64 #define PCI_PRINTF(x,y) macro
/pciutils/
H A Dpciutils.h39 void die(char *msg, ...) NONRET PCI_PRINTF(1,2);
H A Dsetpci.c101 static void PCI_PRINTF(1,2)
453 static void NONRET PCI_PRINTF(1,2)