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

  /src/usr.sbin/installboot/
evboards.c 1064 char *compatible_buf; local in function:evb_db_get_board_from_ofw
1074 compatible_buf = ofw_getprop(phandle, "compatible", &compatible_len);
1077 * We just leak compatible_buf on success. Not a big deal since
1081 sp = compatible_buf;
1097 free(compatible_buf);
evboards.c 1064 char *compatible_buf; local in function:evb_db_get_board_from_ofw
1074 compatible_buf = ofw_getprop(phandle, "compatible", &compatible_len);
1077 * We just leak compatible_buf on success. Not a big deal since
1081 sp = compatible_buf;
1097 free(compatible_buf);

Completed in 1312 milliseconds