Searched refs:vend (Results 1 - 1 of 1) sorted by relevance

/xsrc/external/mit/libpciaccess/dist/src/
H A Dcommon_device_name.c213 * \param vend Vendor node that is to be filled from the pci.ids file.
222 populate_vendor( struct pci_id_leaf * vend, int fill_device_data ) argument
232 if (vend->num_devices != 0) {
277 if ( vend->vendor == vendor ) {
281 if (vend->vendor_name == NULL) {
282 vend->vendor_name = strdup( & buf[ num_tabs + 6 ] );
294 else if ( vendor == vend->vendor ) {
301 d = realloc( vend->devices, (vend->num_devices + 1)
307 last_dev = & d[ vend
352 struct pci_id_leaf * vend; local in function:find_device_name
396 struct pci_id_leaf * vend; local in function:find_vendor_name
[all...]

Completed in 2 milliseconds