Home
last modified time | relevance | path

Searched refs:format (Results 1 – 9 of 9) sorted by relevance

/pciutils/
H A Dls-vpd.c34 byte format; member
181 read_len = (item->format == F_RESVD) ? 1 : part_len; in cap_vpd()
189 switch (item->format) in cap_vpd()
H A DMakefile138 $(WINDRES) --input=$< --output=$@ --input-format=rc --output-format=coff
H A DChangeLog573 * When we format a name and it does not fit in the buffer, we truncate
607 * Large bar sizes are displayed in human-readable format (with units).
642 properly. It also stops on any item in unknown format, avoiding long
1215 * lspci.man: Added a warning on -m being the only format, which is
1293 I had to extend the format of pci.ids in order to support it, so I have
1425 to the format string. [Patch by Bill Nottingham]
1650 Define format strings for addresses, port numbers and IRQ numbers
2449 of PCI-to-PCI bridges in the tree format.
H A Dpci.ids39832 # VPX format Receiver Controller Board
39839 # 8 port 16550 compatible UART, PMC format, RS-232 IO, RTS, CTS, DTR, DSR supported
/pciutils/lmr/
H A Dmargin_log.c20 margin_log(char *format, ...) in margin_log() argument
23 va_start(arg, format); in margin_log()
25 vprintf(format, arg); in margin_log()
H A Dlmr.h232 void margin_log(char *format, ...);
/pciutils/lib/
H A DMakefile126 $(WINDRES) --input=$< --output=$@ --input-format=rc --output-format=coff
H A Dtypes.h60 #define PCI_PRINTF(x,y) __attribute__((format(printf, x, y)))
H A Dsysdep.h14 #define FORMAT_CHECK(x,y,z) __attribute__((format(x,y,z)))