pci_subr.c | 673 * are updated for use in subsequent calls to snappendf(). 680 snappendf(char **dest, size_t *len, const char * restrict fmt, ...) function in typeref:typename:int __printflike (3,4) 749 (void)snappendf(&cp, &l, "%s %s", vendor, product); 751 (void)snappendf(&cp, &l, " ("); 753 (void)snappendf(&cp, &l, 758 (void)snappendf(&cp, &l, 762 (void)snappendf(&cp, &l, "%s %s", 767 (void)snappendf(&cp, &l, ", interface 0x%02x", 770 (void)snappendf(&cp, &l, ", %s", interfacep->name); 772 (void)snappendf(&cp, &l, ", revision 0x%02x", revision) [all...] |