Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/sun4/os/
H A Dddi_impl.c1663 size_t fail_len = strlen(fail); in status_okay() local
1674 if (proplen <= fail_len) /* nonexistent or uninteresting len */ in status_okay()
1703 if (strncmp(bufp, fail, fail_len) == 0) in status_okay()
/titanic_44/usr/src/uts/i86pc/os/
H A Dddi_impl.c286 int fail_len = (int)strlen(fail); in status_okay() local
297 if (proplen <= fail_len) /* nonexistant or uninteresting len */ in status_okay()
326 if (strncmp(bufp, fail, fail_len) == 0) in status_okay()