Home
last modified time | relevance | path

Searched refs:NONRET (Results 1 – 5 of 5) sorted by relevance

/pciutils/lib/
H A Dsysdep.h13 #define NONRET __attribute__((noreturn)) macro
17 #define NONRET macro
/pciutils/
H A Dpciutils.h39 void die(char *msg, ...) NONRET PCI_PRINTF(1,2);
H A Dcommon.c18 void NONRET
H A Dsetpci.c423 static void NONRET
453 static void NONRET PCI_PRINTF(1,2)
H A DChangeLog1385 * pciutils.h: Include lib/sysdep.h and move NONRET et al. there.
1683 * pciutils.h, common.c, setpci.c: Introduced a NONRET macro encapsulating