Searched refs:defsize (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/contrib/libnv/ |
H A D | dnvlist.c | 79 const void *defval, size_t defsize) in DNVLIST_GET() 87 *sizep = defsize; in DNVLIST_GET() 116 void *defval, size_t defsize) in DNVLIST_TAKE() 124 *sizep = defsize; in DNVLIST_TAKE()
|
/freebsd/sys/sys/ |
H A D | dnv.h | 60 …t_binary(const nvlist_t *nvl, const char *name, size_t *sizep, const void *defval, size_t defsize); 75 …*dnvlist_take_binary(nvlist_t *nvl, const char *name, size_t *sizep, void *defval, size_t defsize);
|
/freebsd/lib/libc/rpc/ |
H A D | rpc_generic.c | 117 int maxsize, defsize; in __rpc_get_t_size() local 122 defsize = 64 * 1024; /* XXX */ in __rpc_get_t_size() 125 defsize = UDPMSGSIZE; in __rpc_get_t_size() 128 defsize = RPC_MAXDATASIZE; in __rpc_get_t_size() 132 return defsize; in __rpc_get_t_size()
|
/freebsd/sys/rpc/ |
H A D | rpc_generic.c | 122 int defsize; in __rpc_get_t_size() local 126 defsize = 64 * 1024; /* XXX */ in __rpc_get_t_size() 129 defsize = UDPMSGSIZE; in __rpc_get_t_size() 132 defsize = RPC_MAXDATASIZE; in __rpc_get_t_size() 136 return defsize; in __rpc_get_t_size()
|