Searched refs:BUFSIZE (Results 1 – 1 of 1) sorted by relevance
| /libpciaccess/src/ |
| H A D | common_vgaarb.c | 43 #define BUFSIZE 64 macro 129 char buf[BUFSIZE + 1]; /* reading BUFSIZE characters, + 1 for NULL */ in pci_device_vgaarb_init() 139 ret = read(pci_sys->vgaarb_fd, buf, BUFSIZE); in pci_device_vgaarb_init() 231 char buf[BUFSIZE + 1]; /* reading BUFSIZE characters, + 1 for NULL */ in pci_device_vgaarb_set_target() 239 len = snprintf(buf, BUFSIZE, "target PCI:%04x:%02x:%02x.%x", in pci_device_vgaarb_set_target() 246 ret = read(pci_sys->vgaarb_fd, buf, BUFSIZE); in pci_device_vgaarb_set_target() 261 char buf[BUFSIZE + 1]; /*reading BUFSIZE characters, + 1 for NULL */ in pci_device_vgaarb_decodes() 275 ret = read(pci_sys->vgaarb_fd, buf, BUFSIZE); in pci_device_vgaarb_decodes() 290 char buf[BUFSIZE]; in pci_device_vgaarb_lock() 308 char buf[BUFSIZE]; in pci_device_vgaarb_trylock() [all …]
|