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

  /src/usr.sbin/ndbootd/
ndbootd.c 132 void *ndbootd_calloc _NDBOOTD_P((size_t, size_t));
152 ndbootd_calloc(size_t number, size_t size) function in typeref:typename:void *
170 #define ndbootd_new0(t, c) ((t *) ndbootd_calloc(c, sizeof(t)))

Completed in 13 milliseconds