Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/zfs/
H A Dzcp.c885 int return_count = lua_gettop(state); in zcp_eval_impl() local
887 if (return_count == 1) { in zcp_eval_impl()
891 } else if (return_count > 1) { in zcp_eval_impl()