HomeSort by: relevance | last modified time | path
    Searched defs:compatible_len (Results 1 - 4 of 4) sorted by relevancy

  /src/usr.sbin/installboot/
evboards.c 1063 int compatible_len = 0; local in function:evb_db_get_board_from_ofw
1074 compatible_buf = ofw_getprop(phandle, "compatible", &compatible_len);
1082 while (compatible_len &&
1083 (nsp = memchr(sp, 0, compatible_len)) != NULL) {
1093 compatible_len -= (nsp - sp);
evboards.c 1063 int compatible_len = 0; local in function:evb_db_get_board_from_ofw
1074 compatible_buf = ofw_getprop(phandle, "compatible", &compatible_len);
1082 while (compatible_len &&
1083 (nsp = memchr(sp, 0, compatible_len)) != NULL) {
1093 compatible_len -= (nsp - sp);
evboards.c 1063 int compatible_len = 0; local in function:evb_db_get_board_from_ofw
1074 compatible_buf = ofw_getprop(phandle, "compatible", &compatible_len);
1082 while (compatible_len &&
1083 (nsp = memchr(sp, 0, compatible_len)) != NULL) {
1093 compatible_len -= (nsp - sp);
evboards.c 1063 int compatible_len = 0; local in function:evb_db_get_board_from_ofw
1074 compatible_buf = ofw_getprop(phandle, "compatible", &compatible_len);
1082 while (compatible_len &&
1083 (nsp = memchr(sp, 0, compatible_len)) != NULL) {
1093 compatible_len -= (nsp - sp);

Completed in 44 milliseconds