Searched refs:format (Results 1 – 9 of 9) sorted by relevance
| /pciutils/ |
| H A D | ls-vpd.c | 34 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 D | Makefile | 138 $(WINDRES) --input=$< --output=$@ --input-format=rc --output-format=coff
|
| H A D | ChangeLog | 573 * 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 D | pci.ids | 39832 # 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 D | margin_log.c | 20 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 D | lmr.h | 232 void margin_log(char *format, ...);
|
| /pciutils/lib/ |
| H A D | Makefile | 126 $(WINDRES) --input=$< --output=$@ --input-format=rc --output-format=coff
|
| H A D | types.h | 60 #define PCI_PRINTF(x,y) __attribute__((format(printf, x, y)))
|
| H A D | sysdep.h | 14 #define FORMAT_CHECK(x,y,z) __attribute__((format(x,y,z)))
|