Home
last modified time | relevance | path

Searched refs:get_device_type (Results 1 – 7 of 7) sorted by relevance

/freebsd/usr.sbin/mpsutil/
H A Dmps_show.c45 static char * get_device_type(uint32_t di);
206 type = get_device_type(le32toh(phy0->ControllerPhyDeviceInfo)); in show_adapter()
362 get_device_type(uint32_t di) in get_device_type() function
574 type = get_device_type(le32toh(device->DeviceInfo)); in show_devices()
746 type = get_device_type(le32toh(exp1->AttachedDeviceInfo)); in show_expanders()
/freebsd/stand/uboot/
H A Dmain.c139 get_device_type(const char *devstr, int *devtype) in get_device_type() function
224 p = get_device_type(devstr, type); in get_load_device()
/freebsd/sbin/camcontrol/
H A Dcamcontrol.h66 int get_device_type(struct cam_device *dev, int retry_count, int timeout,
H A Dzone.c432 error = get_device_type(device, retry_count, timeout, in zone()
H A Depc.c758 error = get_device_type(device, retry_count, timeout, in epc()
H A Dfwdownload.c1018 retval = get_device_type(device, retry_count, timeout, printerrors, in fwdownload()
H A Dcamcontrol.c671 error = get_device_type(cam_dev, -1, 0, 0, &dt); in getdevtype()
5575 get_device_type(struct cam_device *dev, int retry_count, int timeout, in get_device_type()
6927 error = get_device_type(device, -1, 0, 0, &dt); in sanitize()
5573 get_device_type(struct cam_device *dev, int retry_count, int timeout, get_device_type() function