Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/infiniband/core/
H A Duverbs_ioctl.c362 u32 attr_key) in uapi_get_attr_for_method() argument
366 if (likely(attr_key < pbundle->radix_slots_len)) { in uapi_get_attr_for_method()
369 slot = pbundle->radix_slots + attr_key; in uapi_get_attr_for_method()
376 pbundle->method_key | attr_key); in uapi_get_attr_for_method()
382 u32 attr_key = uapi_key_attr(uattr->attr_id); in uverbs_set_attr() local
383 u32 attr_bkey = uapi_bkey_attr(attr_key); in uverbs_set_attr()
388 slot = uapi_get_attr_for_method(pbundle, attr_key); in uverbs_set_attr()
H A Duverbs_uapi.c370 u32 attr_key = iter.index & UVERBS_API_ATTR_KEY_MASK; in uapi_finalize_ioctl_method() local
371 u32 attr_bkey = uapi_bkey_attr(attr_key); in uapi_finalize_ioctl_method()
/OK3568_Linux_fs/kernel/include/rdma/
H A Duverbs_ioctl.h209 uapi_key_attr_to_ioctl_method(u32 attr_key) in uapi_key_attr_to_ioctl_method() argument
211 return attr_key & in uapi_key_attr_to_ioctl_method()
278 static inline __attribute_const__ u32 uapi_bkey_attr(u32 attr_key) in uapi_bkey_attr() argument
280 return attr_key - 1; in uapi_bkey_attr()
/OK3568_Linux_fs/kernel/fs/hfsplus/
H A Dxattr.c682 struct hfsplus_attr_key attr_key; in hfsplus_listxattr() local
730 hfs_bnode_read(fd.bnode, &attr_key, in hfsplus_listxattr()
733 if (be32_to_cpu(attr_key.cnid) != inode->i_ino) in hfsplus_listxattr()
/OK3568_Linux_fs/external/security/rk_tee_user/v2/host/xtest/
H A Dpkcs11_1000.c1199 CK_ATTRIBUTE_PTR attr_key; member
1205 .attr_key = key, \
1226 CK_ATTRIBUTE_PTR attr_key, CK_ULONG attr_count, in cipher_init_final() argument
1242 rv = C_CreateObject(session, attr_key, attr_count, &object); in cipher_init_final()
1308 cktest_allowed_valid[n].attr_key, in xtest_pkcs11_test_1005()
1326 cktest_allowed_invalid[n].attr_key, in xtest_pkcs11_test_1005()
1417 CK_ATTRIBUTE_PTR attr_key, CK_ULONG attr_count, in open_cipher_session() argument
1439 rv = C_CreateObject(*session, attr_key, attr_count, &object); in open_cipher_session()
1475 cktest_allowed_valid[0].attr_key, in xtest_pkcs11_test_1007()
1513 cktest_allowed_valid[0].attr_key, in xtest_pkcs11_test_1007()
[all …]