Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/zfs/
H A Dzcp.c762 uint64_t *luabuf = zcp_lua_alloc(ud, NULL, 0, nsize); in zcp_lua_alloc() local
763 if (luabuf == NULL) { in zcp_lua_alloc()
766 (void) memcpy(luabuf, ptr, osize); in zcp_lua_alloc()
768 return (luabuf); in zcp_lua_alloc()