cam_strmatch
int cam_strmatch(const u_int8_t *str, const u_int8_t *pattern, int str_len);
&& (cam_strmatch(inq->vendor, entry->vendor, sizeof(inq->vendor)) == 0)
&& (cam_strmatch(inq->product, entry->product,
&& (cam_strmatch(inq->revision, entry->revision,
&& (cam_strmatch(inq->vendor, entry->vendor, sizeof(inq->vendor)) == 0)
&& (cam_strmatch(inq->product, entry->product,
&& (cam_strmatch(inq->revision, entry->revision,