Searched defs:attr_key (Results 1 – 6 of 6) sorted by relevance
/freebsd/tests/atf_python/sys/netlink/ |
H A D | message.py | 197 def parse_child(self, data: bytes, attr_key, attr_map): argument 201 def parse_child_array(self, data: bytes, attr_key, attr_map): argument
|
/freebsd/sys/ofed/drivers/infiniband/core/ |
H A D | ib_uverbs_ioctl.c | 353 u32 attr_key) in uapi_get_attr_for_method() 362 u32 attr_key = uapi_key_attr(uattr->attr_id); in uverbs_set_attr() local
|
H A D | ib_uverbs_uapi.c | 370 u32 attr_key = iter.index & UVERBS_API_ATTR_KEY_MASK; in uapi_finalize_ioctl_method() local
|
/freebsd/contrib/wpa/src/common/ |
H A D | dpp_pkex.c | 349 const u8 *attr_group, *attr_id, *attr_key; in dpp_pkex_rx_exchange_req() local 701 const u8 *attr_status, *attr_id, *attr_key, *attr_group; in dpp_pkex_rx_exchange_resp() local
|
H A D | dpp_tcp.c | 2325 const u8 *attr_key = NULL; in dpp_controller_is_own_pkex_req() local
|
/freebsd/sys/ofed/include/rdma/ |
H A D | uverbs_ioctl.h | 236 uapi_key_attr_to_ioctl_method(u32 attr_key) in uapi_key_attr_to_ioctl_method() 305 static inline __attribute_const__ u32 uapi_bkey_attr(u32 attr_key) in uapi_bkey_attr()
|