Searched refs:getfunc (Results 1 – 4 of 4) sorted by relevance
| /freebsd-13.1/sys/contrib/openzfs/include/os/linux/kernel/linux/ |
| H A D | mod_compat.h | 141 #define ZFS_MODULE_PARAM_CALL(scope_prefix, name_prefix, name, setfunc, getfunc, perm, desc) \ argument 143 module_param_call(name_prefix ## name, setfunc, getfunc, &name_prefix ## name, perm); \ 152 #define ZFS_MODULE_VIRTUAL_PARAM_CALL(scope_prefix, name_prefix, name, setfunc, getfunc, perm, desc… argument 154 module_param_call(name_prefix ## name, setfunc, getfunc, NULL, perm); \
|
| /freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/ |
| H A D | SBData.i | 210 def _make_helper(self, sbdata, getfunc, itemsize): 211 return self.read_data_helper(sbdata, getfunc, itemsize)
|
| /freebsd-13.1/contrib/ntp/lib/isc/ |
| H A D | entropy.c | 130 isc_entropyget_t getfunc; member 503 result = cbs->getfunc(source, cbs->arg, blocking); in get_from_callback() 889 cbs->getfunc = get; in isc_entropy_createcallbacksource()
|
| /freebsd-13.1/sys/contrib/openzfs/include/sys/ |
| H A D | zfs_context.h | 216 getfunc, perm, desc)
|