Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/include/zfs/
H A Dzio_checksum.h25 zio_checksum_t *ci_func; /* checksum function for each byteorder */ member
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/lua/lua/
H A DCVE-2022-33099.patch32 luaG_addinfo(L, msg, ci_func(ci)->p->source, getcurrentline(ci));
/OK3568_Linux_fs/u-boot/fs/zfs/
H A Dzfs.c272 if (checksum >= ZIO_CHECKSUM_FUNCTIONS || ci->ci_func == NULL) { in zio_checksum_verify()
280 ci->ci_func(buf, size, endian, &actual_cksum); in zio_checksum_verify()
284 ci->ci_func(buf, size, endian, &actual_cksum); in zio_checksum_verify()