Home
last modified time | relevance | path

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

/freebsd/sys/cam/scsi/
H A Dscsi_enc.c683 if (STRNCMP(iqd + 43, "S-E-S", 5) == 0) in enc_type()
685 else if (STRNCMP(iqd + 43, "SAF-TE", 6) == 0) in enc_type()
717 if (STRNCMP((char *)&iqd[SAFTE_START], "SAF-TE", SAFTE_LEN - 2) == 0) { in enc_type()
H A Dscsi_enc_internal.h206 #define STRNCMP strncmp macro