Home
last modified time | relevance | path

Searched defs:cam_device (Results 1 – 1 of 1) sorted by relevance

/freebsd/lib/libcam/
H A Dcamlib.h83 struct cam_device { struct
84 char device_path[MAXPATHLEN];/*
92 char given_dev_name[DEV_IDLEN+1];/*
96 uint32_t given_unit_number; /*
100 char device_name[DEV_IDLEN+1];/*
127 struct cam_device * cam_open_device(const char *path, int flags); argument