OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nv_calloc
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/external/bsd/libnv/dist/
nv_impl.h
61
# define
nv_calloc
(n, size) mallocarray((n), (size), M_NVLIST, \
macro
64
extern void *
nv_calloc
(size_t, size_t);
83
extern void *
nv_calloc
(size_t, size_t);
95
void *
nv_calloc
(size_t, size_t);
nvpair.c
155
nvp =
nv_calloc
(1, sizeof(*nvp) + namelen + 1);
1026
value =
nv_calloc
(nvp->nvp_nitems, sizeof(*value));
1119
value =
nv_calloc
(nvp->nvp_nitems, sizeof(*value));
1157
nvp =
nv_calloc
(1, sizeof(*nvp) + NV_NAME_MAX);
1364
data =
nv_calloc
(nitems, sizeof(value[0]));
1394
data =
nv_calloc
(nitems, sizeof(value[0]));
1427
data =
nv_calloc
(nitems, sizeof(value[0]));
1474
nvls =
nv_calloc
(nitems, sizeof(value[0]));
1541
fds =
nv_calloc
(nitems, sizeof(value[0]));
nv_kern_netbsd.c
212
nv_calloc
(size_t nelem, size_t elemsize)
function in typeref:typename:void *
nvlist.c
806
fds =
nv_calloc
(nitems + 1, sizeof(fds[0]));
1354
fds =
nv_calloc
(nfds, sizeof(fds[0]));
Completed in 14 milliseconds
Indexes created Wed Oct 15 16:09:53 GMT 2025