Searched refs:p_tag (Results 1 – 5 of 5) sorted by relevance
/openbmc/sdbusplus/tools/sdbusplus/templates/ |
H A D | property.aserver.get.hpp.mako | 3 p_tag = property.snake_case + "_t" 6 requires server_details::has_get_property_nomsg<${p_tag}, Instance> 8 return static_cast<const Instance*>(this)->get_property(${p_tag}{}); 11 requires server_details::has_get_property_msg<${p_tag}, Instance> 13 return static_cast<const Instance*>(this)->get_property(${p_tag}{}, m); 16 requires (!server_details::has_get_property<${p_tag}, Instance>) 19 !server_details::has_get_property_missing_const<${p_tag}, 21 "Missing const on get_property(${p_tag})?");
|
H A D | property.aserver.set.hpp.mako | 3 p_tag = property.snake_case + "_t" 9 requires server_details::has_set_property_nomsg<${p_tag}, Instance, 13 ${p_tag}{}, std::forward<Arg>(new_value)); 23 requires server_details::has_set_property_msg<${p_tag}, Instance, 27 ${p_tag}{}, m, std::forward<Arg>(new_value)); 37 requires (!server_details::has_set_property<${p_tag}, Instance, 41 !server_details::has_get_property<${p_tag}, Instance>, 42 "Cannot create default set-property for '${p_tag}' with get-property overload.");
|
H A D | property.aserver.tag.hpp.mako | 2 p_tag = property.snake_case + "_t" 5 struct ${p_tag} 8 ${p_tag}() = default; 9 explicit ${p_tag}(value_type) {}
|
H A D | property.aserver.callback.hpp.mako | 3 p_tag = property.snake_case + "_t" 22 if constexpr (server_details::has_get_property_msg<${p_tag}, 73 ${p_tag}, Instance, ${p_type}>)
|
/openbmc/linux/drivers/crypto/ccp/ |
H A D | ccp-ops.c | 648 struct scatterlist *p_tag, sg_tag[2]; in ccp_run_aes_gcm_cmd() local 689 p_tag = scatterwalk_ffwd(sg_tag, p_outp, ilen); in ccp_run_aes_gcm_cmd() 693 p_tag = scatterwalk_ffwd(sg_tag, p_inp, ilen); in ccp_run_aes_gcm_cmd() 873 ccp_get_dm_area(&final_wa, 0, p_tag, 0, authsize); in ccp_run_aes_gcm_cmd() 880 ret = ccp_set_dm_area(&tag, 0, p_tag, 0, authsize); in ccp_run_aes_gcm_cmd()
|