Home
last modified time | relevance | path

Searched refs:getfunc (Results 1 – 4 of 4) sorted by relevance

/freebsd-13.1/sys/contrib/openzfs/include/os/linux/kernel/linux/
H A Dmod_compat.h141 #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 DSBData.i210 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 Dentropy.c130 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 Dzfs_context.h216 getfunc, perm, desc)