Searched refs:cam_strmatch (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.1-release/sys/cam/ata/
H A Data_all.c728 if ((cam_strmatch(ident->model, entry->product,
730 && (cam_strmatch(ident->revision, entry->revision,
746 if ((cam_strmatch(ident->model, entry->product,
748 && (cam_strmatch(ident->revision, entry->revision,
/freebsd-10.1-release/sys/cam/
H A Dcam.h373 int cam_strmatch(const u_int8_t *str, const u_int8_t *pattern, int str_len);
H A Dcam.c168 cam_strmatch(const u_int8_t *str, const u_int8_t *pattern, int str_len) function
/freebsd-10.1-release/sbin/camcontrol/
H A Dfwdownload.c154 if (!cam_strmatch((const u_char *)vendor,
/freebsd-10.1-release/sys/cam/scsi/
H A Dscsi_all.c7477 && (cam_strmatch(inq->vendor, entry->vendor, sizeof(inq->vendor)) == 0)
7478 && (cam_strmatch(inq->product, entry->product,
7480 && (cam_strmatch(inq->revision, entry->revision,
7504 && (cam_strmatch(inq->vendor, entry->vendor, sizeof(inq->vendor)) == 0)
7505 && (cam_strmatch(inq->product, entry->product,
7507 && (cam_strmatch(inq->revision, entry->revision,

Completed in 118 milliseconds