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.c881 int return_count = lua_gettop(state); in zcp_eval_impl() local
883 if (return_count == 1) { in zcp_eval_impl()
887 } else if (return_count > 1) { in zcp_eval_impl()