OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nvlist_xunpack
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/cddl/osnet/sys/sys/
nvnamespace.h
171
#define
nvlist_xunpack
opensolaris_nvlist_xunpack
macro
/src/external/cddl/osnet/dist/uts/common/sys/
nvpair.h
167
int
nvlist_xunpack
(char *, size_t, nvlist_t **, nv_alloc_t *);
/src/sys/external/bsd/libnv/dist/
nvlist.c
1145
nvlist_xunpack
(const void *buf, size_t size, const int *fds, size_t nfds,
function
1277
return (
nvlist_xunpack
(buf, size, NULL, 0, flags));
1361
nvl =
nvlist_xunpack
(buf, size, fds, nfds, flags);
/src/external/cddl/osnet/dist/common/nvpair/
nvpair.c
2416
return (
nvlist_xunpack
(buf, buflen, nvlp,
2419
return (
nvlist_xunpack
(buf, buflen, nvlp, nv_alloc_nosleep));
2424
nvlist_xunpack
(char *buf, size_t buflen, nvlist_t **nvlp, nv_alloc_t *nva)
function
Completed in 30 milliseconds
Indexes created Tue Feb 24 01:34:59 UTC 2026