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

  /src/sys/dev/sbus/
dbri.c 160 static void *dbri_malloc(void *, int, size_t);
189 .allocm = dbri_malloc,
1987 dbri_malloc(void *v, int dir, size_t s) function in typeref:typename:void *
2008 DPRINTF("dbri_malloc: using buffer %d %08x\n",
2013 aprint_error("dbri_malloc: load failed\n");
2015 aprint_error("dbri_malloc: map returned NULL\n");
2017 aprint_error("dbri_malloc: map failed\n");
2020 aprint_error("dbri_malloc: malloc() failed\n");
2023 aprint_error("dbri_malloc: bus_dmamap_create() failed\n");

Completed in 14 milliseconds