Home
last modified time | relevance | path

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

/openbsd/src/sys/dev/ic/
Dcissreg.h70 #define CISS_SIGNATURE (*(u_int32_t *)"CISS") macro
Dciss.c148 if (sc->cfg.signature != CISS_SIGNATURE) { in ciss_attach()