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

  /src/usr.sbin/ndbootd/
ndbootd.c 131 void *ndbootd_malloc _NDBOOTD_P((size_t, size_t));
143 ndbootd_malloc(size_t number, size_t size) function in typeref:typename:void *
164 buffer1 = ndbootd_malloc(1, size);
169 #define ndbootd_new(t, c) ((t *) ndbootd_malloc(c, sizeof(t)))

Completed in 12 milliseconds