Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/jffs2/
H A Dxattr.c64 static uint32_t xattr_datum_hashkey(int xprefix, const char *xname, const char *xvalue, int xsize) in xattr_datum_hashkey() argument
68 return crc32(xprefix, xname, name_len) ^ crc32(xprefix, xvalue, xsize); in xattr_datum_hashkey()
99 xd->xvalue = NULL; in unload_xattr_datum()
243 xd->xvalue = data + xd->name_len+1; in do_load_xattr_datum()
247 xd->hashkey = xattr_datum_hashkey(xd->xprefix, xd->xname, xd->xvalue, xd->value_len); in do_load_xattr_datum()
338 const char *xvalue, int xsize) in create_xattr_datum() argument
347 hashkey = xattr_datum_hashkey(xprefix, xname, xvalue, xsize); in create_xattr_datum()
354 && !memcmp(xd->xvalue, xvalue, xsize)) { in create_xattr_datum()
373 memcpy(data + name_len + 1, xvalue, xsize); in create_xattr_datum()
382 xd->xvalue = data + name_len + 1; in create_xattr_datum()
[all …]
H A Dxattr.h40 char *xvalue; /* XATTR value */ member
/OK3568_Linux_fs/kernel/security/integrity/ima/
H A Dima_appraise.c565 const struct evm_ima_xattr_data *xvalue = xattr_value; in ima_inode_setxattr() local
571 if (!xattr_value_len || (xvalue->type >= IMA_XATTR_LAST)) in ima_inode_setxattr()
574 xvalue->type == EVM_IMA_XATTR_DIGSIG); in ima_inode_setxattr()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8822cs/hal/phydm/halrf/rtl8822c/
H A Dhalrf_iqk_8822c.c428 u32 xvalue = 0x0; in _iqk_xym_read_8822c() local
439 xvalue = odm_get_bb_reg(dm, 0x1b38, 0xfff00000); in _iqk_xym_read_8822c()
442 if (xvalue < 0x400) {// "- vale in _iqk_xym_read_8822c()
443 if ((0x400 - xvalue) > x_thr) in _iqk_xym_read_8822c()
446 if ((xvalue - 0x400) > x_thr) in _iqk_xym_read_8822c()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/info/
H A Dgcc.info31092 struct point p = { .y = yvalue, .x = xvalue };
31096 struct point p = { xvalue, yvalue };
31101 struct point p = { y: yvalue, x: xvalue };
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/info/
H A Dgcc.info31092 struct point p = { .y = yvalue, .x = xvalue };
31096 struct point p = { xvalue, yvalue };
31101 struct point p = { y: yvalue, x: xvalue };