Searched refs:get_device_type (Results 1 – 7 of 7) sorted by relevance
| /freebsd-13.1/usr.sbin/mpsutil/ |
| H A D | mps_show.c | 49 static char * get_device_type(uint32_t di); 210 type = get_device_type(le32toh(phy0->ControllerPhyDeviceInfo)); in show_adapter() 366 get_device_type(uint32_t di) in get_device_type() function 578 type = get_device_type(le32toh(device->DeviceInfo)); in show_devices() 747 type = get_device_type(le32toh(exp1->AttachedDeviceInfo)); in show_expanders()
|
| /freebsd-13.1/stand/uboot/common/ |
| H A D | main.c | 141 get_device_type(const char *devstr, int *devtype) in get_device_type() function 226 p = get_device_type(devstr, type); in get_load_device()
|
| /freebsd-13.1/sbin/camcontrol/ |
| H A D | camcontrol.h | 68 int get_device_type(struct cam_device *dev, int retry_count, int timeout,
|
| H A D | zone.c | 439 error = get_device_type(device, retry_count, timeout, in zone()
|
| H A D | epc.c | 763 error = get_device_type(device, retry_count, timeout, in epc()
|
| H A D | fwdownload.c | 1025 retval = get_device_type(device, retry_count, timeout, printerrors, in fwdownload()
|
| H A D | camcontrol.c | 666 error = get_device_type(cam_dev, -1, 0, 0, &dt); in getdevtype() 5485 get_device_type(struct cam_device *dev, int retry_count, int timeout, in get_device_type() function 6842 error = get_device_type(device, -1, 0, 0, &dt); in sanitize()
|