Searched defs:cam_device (Results 1 – 1 of 1) sorted by relevance
91 struct cam_device { struct92 char device_path[MAXPATHLEN]; /*100 char given_dev_name[DEV_IDLEN+1];/*104 u_int32_t given_unit_number; /*108 char device_name[DEV_IDLEN+1];/* 135 struct cam_device * cam_open_device(const char *path, int flags); argument