Home
last modified time | relevance | path

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

/freebsd/sbin/camcontrol/
H A Dcamcontrol.c331 static int get_cgd(struct cam_device *device, struct ccb_getdev *cgd);
2371 if (get_cgd(device, &cgd) != 0) { in ata_do_identify()
2962 if (get_cgd(device, &cgd) != 0) { in atahpa()
3132 if (get_cgd(device, &cgd) != 0) { in ataama()
5486 get_cgd(struct cam_device *device, struct ccb_getdev *cgd) in get_cgd() function
5594 retval = get_cgd(dev, &cgd); in get_device_type()