Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzcp.c761 uint64_t *luabuf = zcp_lua_alloc(ud, NULL, 0, nsize); in zcp_lua_alloc() local
762 if (luabuf == NULL) { in zcp_lua_alloc()
765 (void) memcpy(luabuf, ptr, osize); in zcp_lua_alloc()
767 return (luabuf); in zcp_lua_alloc()