Searched refs:VID (Results 1 – 13 of 13) sorted by relevance
/illumos-gate/usr/src/cmd/fcinfo/ |
H A D | printAttrs.c | 451 for (count = sizeof (devListWalk->VID), i = 0; i < count; i++) { in printOSDeviceNameInfo() 452 if (isprint(devListWalk->VID[i])) in printOSDeviceNameInfo() 453 fprintf(stdout, "%c", devListWalk->VID[i]); in printOSDeviceNameInfo()
|
H A D | fcinfo.h | 122 char VID[8]; member
|
H A D | fcinfo-list.c | 1107 memcpy(discoveredDevList->VID, inq.inq_vid, in searchDevice() 1108 sizeof (discoveredDevList->VID)); in searchDevice() 1223 strcpy(newDevice->VID, "Unknown"); in searchDevice() 1229 memcpy(newDevice->VID, inq.inq_vid, in searchDevice() 1230 sizeof (newDevice->VID)); in searchDevice()
|
/illumos-gate/usr/src/cmd/sasinfo/ |
H A D | printAttrs.c | 562 for (count = sizeof (devListWalk->VID), i = 0; in printOSDeviceNameInfo() 564 if (isprint(devListWalk->VID[i])) in printOSDeviceNameInfo() 566 devListWalk->VID[i]); in printOSDeviceNameInfo()
|
H A D | sasinfo.h | 90 char VID[8]; member
|
H A D | sasinfo-list.c | 2381 newDevice->VID[0] = '\0'; in searchDevice() 2388 (void) memcpy(newDevice->VID, inq.inq_vid, in searchDevice() 2389 sizeof (newDevice->VID)); in searchDevice()
|
/illumos-gate/usr/src/uts/common/io/udmf/ |
H A D | dm9601reg.h | 32 #define VID 0x28U /* vendor ID (2byte) */ macro
|
/illumos-gate/usr/src/cmd/stmfadm/ |
H A D | stmfadm.c | 124 #define VID "VID" macro 1288 } else if (strcasecmp(prop, VID) == 0) { in convertCharToPropId()
|
/illumos-gate/usr/src/uts/common/io/e1000g/ |
H A D | README | 315 4921433 e1000g: Should not probe by using VID/DID table to identify adapters
|
/illumos-gate/usr/src/uts/common/io/e1000api/ |
H A D | README | 315 4921433 e1000g: Should not probe by using VID/DID table to identify adapters
|
/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/ |
H A D | release.txt | 5127 1. Request: Modify the VID/DID read to be from the config space instead of
|
/illumos-gate/usr/src/data/hwdata/ |
H A D | usb.ids | 5185 04ce SL11DEMO, VID: 0x4ce, PID: 0x4ce 5186 07d1 SL11R, VID: 0x4ce, PID: 0x07D1 19027 05e1 Free shared USB VID/PID pair for CDC devices 19028 05e4 Free shared USB VID/PID pair for MIDI devices
|
/illumos-gate/usr/src/uts/common/io/usb/ |
H A D | usbdevs | 40 * USB.org publishes a VID list of USB-IF member companies at
|