Home
last modified time | relevance | path

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

/freebsd-12.1/usr.sbin/mpsutil/
H A Dmps_show.c48 static char * get_device_type(uint32_t di);
175 type = get_device_type(phy0->ControllerPhyDeviceInfo); in show_adapter()
321 get_device_type(uint32_t di) in get_device_type() function
533 type = get_device_type(device->DeviceInfo); in show_devices()
702 type = get_device_type(exp1->AttachedDeviceInfo); in show_expanders()
/freebsd-12.1/stand/uboot/common/
H A Dmain.c141 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-12.1/sbin/camcontrol/
H A Dcamcontrol.h68 int get_device_type(struct cam_device *dev, int retry_count, int timeout,
H A Dzone.c439 error = get_device_type(device, retry_count, timeout, in zone()
H A Depc.c763 error = get_device_type(device, retry_count, timeout, in epc()
H A Dfwdownload.c966 retval = get_device_type(device, retry_count, timeout, printerrors, in fwdownload()
H A Dcamcontrol.c684 error = get_device_type(cam_dev, -1, 0, 0, &dt); in getdevtype()
5511 get_device_type(struct cam_device *dev, int retry_count, int timeout, in get_device_type() function
6847 error = get_device_type(device, -1, 0, 0, &dt); in sanitize()