Searched refs:d_id (Results 1 – 2 of 2) sorted by relevance
/openbsd/sys/dev/usb/ |
H A D | uhidpp.c | 200 uint8_t d_id; member 422 dev->d_id = device_id; in uhidpp_attach() 603 __func__, dev->d_id, error); in uhidpp_device_connect() 615 __func__, dev->d_id, error); in uhidpp_device_connect() 692 __func__, dev->d_id, error); in uhidpp_device_refresh() 713 __func__, dev->d_id, error); in uhidpp_device_features() 720 __func__, dev->d_id, error); in uhidpp_device_features() 1068 dev->d_id, in hidpp20_battery_get_level_status() 1137 dev->d_id, in hidpp20_battery_get_capability() 1158 dev->d_id, in hidpp20_unified_battery_get_capabilities() [all …]
|
/openbsd/sys/scsi/ |
H A D | mpath.c | 61 struct devid *d_id; member 148 link->id = devid_copy(d->d_id); in mpath_probe() 455 if (DEVID_CMP(d->d_id, link->id) && d->d_ops == ops) in mpath_path_attach() 476 d->d_id = devid_copy(link->id); in mpath_path_attach() 490 link->id = devid_copy(d->d_id); in mpath_path_attach()
|