Searched defs:fail_len (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/sun4/os/
H A Dddi_impl.c1663 size_t fail_len = strlen(fail); local
1671 * the size of the property, and fail_len does not.
1674 if (proplen <= fail_len) /* nonexistent or uninteresting len */
1703 if (strncmp(bufp, fail, fail_len) == 0)
/illumos-gate/usr/src/uts/i86pc/os/
H A Dddi_impl.c285 int fail_len = (int)strlen(fail); local
293 * the size of the property, and fail_len does not.
296 if (proplen <= fail_len) /* nonexistant or uninteresting len */
325 if (strncmp(bufp, fail, fail_len) == 0)

Completed in 75 milliseconds