Searched refs:getfunc (Results 1 – 3 of 3) sorted by relevance
| /f-stack/freebsd/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); \
|
| /f-stack/app/redis-5.0.5/deps/lua/src/ |
| H A D | lbaselib.c | 117 static void getfunc (lua_State *L, int opt) { in getfunc() function 134 getfunc(L, 1); in luaB_getfenv() 145 getfunc(L, 0); in luaB_setfenv()
|
| /f-stack/freebsd/contrib/openzfs/include/sys/ |
| H A D | zfs_context.h | 215 getfunc, perm, desc)
|