Home
last modified time | relevance | path

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

/trueos/sbin/camcontrol/
HDcamcontrol.c300 static int get_cpi(struct cam_device *device, struct ccb_pathinq *cpi);
1029 if ((retval = get_cpi(device, &cpi)) != 0) in camxferrate()
1621 if (get_cpi(device, &cpi) != 0) { in ata_try_pass_16()
2046 if (get_cpi(device, &cpi) != 0) { in ata_do_identify()
4868 get_cpi(struct cam_device *device, struct ccb_pathinq *cpi) in get_cpi() function