Searched refs:maxlen (Results 1 – 2 of 2) sorted by relevance
| /pciutils/lmr/ |
| H A D | margin_log.c | 41 margin_gen_bdfs(struct pci_dev *down, struct pci_dev *up, char *dest, size_t maxlen) in margin_gen_bdfs() argument 44 snprintf(dest, maxlen, "%x:%x:%x.%x -> %x:%x:%x.%x", down->domain, down->bus, down->dev, in margin_gen_bdfs() 47 snprintf(dest, maxlen, "%x:%x.%x -> %x:%x.%x", down->bus, down->dev, down->func, up->bus, in margin_gen_bdfs()
|
| H A D | lmr.h | 236 void margin_gen_bdfs(struct pci_dev *down_port, struct pci_dev *up_port, char *dest, size_t maxlen);
|