Home
last modified time | relevance | path

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

/freebsd/tests/atf_python/sys/netlink/
H A Dmessage.py197 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 Dib_uverbs_ioctl.c353 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 Dib_uverbs_uapi.c370 u32 attr_key = iter.index & UVERBS_API_ATTR_KEY_MASK; in uapi_finalize_ioctl_method() local
/freebsd/contrib/wpa/src/common/
H A Ddpp_pkex.c346 const u8 *attr_group, *attr_id, *attr_key; in dpp_pkex_rx_exchange_req() local
694 const u8 *attr_status, *attr_id, *attr_key, *attr_group; in dpp_pkex_rx_exchange_resp() local
/freebsd/sys/ofed/include/rdma/
H A Duverbs_ioctl.h236 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()