Searched refs:vendorId (Results 1 - 1 of 1) sorted by relevance
/k10sensor/src/ |
H A D | pciinspect.c | 85 fprintf(stderr, "Usage: pciinspect vendorId deviceId\n\n" 205 uint32_t vendorId, deviceId, val, count = 0; local 213 if (!(getNum(argv[1], &vendorId) && getNum(argv[2], &deviceId))) { 223 match.vendor_id = vendorId; 234 fprintf(stdout, "Scanning for device 0x%04x,0x%04x ...\n", vendorId, deviceId);
|
Completed in 7 milliseconds