Searched refs:defsize (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12-stable/sys/contrib/libnv/ |
| D | dnvlist.c | 80 const void *defval, size_t defsize) in DNVLIST_GET() 88 *sizep = defsize; in DNVLIST_GET() 117 void *defval, size_t defsize) in DNVLIST_TAKE() 125 *sizep = defsize; in DNVLIST_TAKE()
|
| /freebsd-12-stable/sys/sys/ |
| D | dnv.h | 68 …t_binary(const nvlist_t *nvl, const char *name, size_t *sizep, const void *defval, size_t defsize); 83 …*dnvlist_take_binary(nvlist_t *nvl, const char *name, size_t *sizep, void *defval, size_t defsize);
|
| /freebsd-12-stable/lib/libc/rpc/ |
| D | rpc_generic.c | 120 int maxsize, defsize; in __rpc_get_t_size() local 125 defsize = 64 * 1024; /* XXX */ in __rpc_get_t_size() 128 defsize = UDPMSGSIZE; in __rpc_get_t_size() 131 defsize = RPC_MAXDATASIZE; in __rpc_get_t_size() 135 return defsize; in __rpc_get_t_size()
|
| /freebsd-12-stable/sys/rpc/ |
| D | rpc_generic.c | 123 int defsize; in __rpc_get_t_size() local 127 defsize = 64 * 1024; /* XXX */ in __rpc_get_t_size() 130 defsize = UDPMSGSIZE; in __rpc_get_t_size() 133 defsize = RPC_MAXDATASIZE; in __rpc_get_t_size() 137 return defsize; in __rpc_get_t_size()
|