Home
last modified time | relevance | path

Searched refs:service_type (Results 1 – 20 of 20) sorted by relevance

/openbmc/openbmc-test-automation/lib/external_intf/
H A Dmanagement_console_utils.py97 def bmc_inventory(service_type, bmc_inv_record): argument
124 elif service_type in line:
125 bmc_inv["service"] = service_type
141 def get_bmc_records(service_type, bmc_records): argument
172 bmc_record, exc_msg = bmc_inventory(service_type, match.group())
/openbmc/openbmc-test-automation/openpower/ext_interfaces/
H A Dtest_discovery.robot116 [Arguments] ${service_type}
119 # service_type BMC service type e.g.
146 [Arguments] ${service_type}
149 # service_type BMC service type e.g.
152 ${bmc_list}= Discover BMC With Service Type ${service_type}
160 [Arguments] ${service_type} ${skip}=False
163 # service_type BMC service type e.g.
169 Verify Existence Of BMC Record From List ${service_type}
175 ... Verify Existence Of BMC Record From List ${service_type}
202 # service_type BMC service type e.g.
[all …]
/openbmc/openbmc/poky/meta/recipes-connectivity/avahi/files/
H A Dinvalid-service.patch23 - AVAHI_CHECK_VALIDITY_RETURN_NULL(server, avahi_is_valid_service_type_generic(service_type), AV…
25 + if (!avahi_is_valid_service_type_generic(service_type))
26 + service_type = "_invalid._tcp";
H A Dlocal-ping.patch82 …b = avahi_s_service_browser_prepare(server, interface, protocol, service_type, domain, flags, call…
/openbmc/openbmc/meta-phosphor/classes/
H A Dobmc-phosphor-discovery-service.bbclass66 def register_service_avahi(d, service_name, service_type, service_port, service_txt_data):
78 fd.write(' <type>%s</type>\n' % service_type)
90 def register_service_slp(d, service_name, service_type, service_port):
95 fd.write('%s %s %s' % (service_name, service_type, service_port))
/openbmc/linux/drivers/media/test-drivers/vidtv/
H A Dvidtv_psi.h67 u8 service_type; member
109 u8 service_type; member
220 enum service_type { enum
337 enum service_type service_type,
H A Dvidtv_psi.c280 enum service_type service_type, in vidtv_psi_service_desc_init() argument
294 desc->length = sizeof_field(struct vidtv_psi_desc_service, service_type) in vidtv_psi_service_desc_init()
300 desc->service_type = service_type; in vidtv_psi_service_desc_init()
412 curr_e->service_type = entry->service_type; in vidtv_psi_service_list_desc_init()
507 service->service_type, in vidtv_psi_desc_clone()
688 psi_args.len = sizeof_field(struct vidtv_psi_desc_service, service_type) + in vidtv_psi_desc_write_into()
690 psi_args.from = &((struct vidtv_psi_desc_service *)args->desc)->service_type; in vidtv_psi_desc_write_into()
H A Dvidtv_channel.c399 curr_e->service_type = s_desc->service_type; in vidtv_channel_build_service_list()
/openbmc/linux/drivers/soc/qcom/
H A Dsmd-rpm.c42 __le32 service_type; member
120 pkt->hdr.service_type = cpu_to_le32(RPM_SERVICE_TYPE_REQUEST); in qcom_rpm_smd_write()
163 if (le32_to_cpu(hdr->service_type) != RPM_SERVICE_TYPE_REQUEST || in qcom_smd_rpm_callback()
/openbmc/linux/drivers/crypto/intel/qat/qat_common/
H A Dicp_qat_fw.h75 __u8 service_type; member
125 icp_qat_fw_comn_req_hdr_t.service_type
128 icp_qat_fw_comn_req_hdr_t.service_type = val
H A Dicp_qat_fw_pke.h23 __u8 service_type; member
H A Dadf_gen2_dc.c18 header->service_type = ICP_QAT_FW_COMN_REQ_CPM_FW_COMP; in qat_comp_build_deflate_ctx()
H A Dadf_gen4_dc.c24 header->service_type = ICP_QAT_FW_COMN_REQ_CPM_FW_COMP; in qat_comp_build_deflate()
H A Dqat_asym_algs.c254 msg->pke_hdr.service_type = ICP_QAT_FW_COMN_REQ_CPM_FW_PKE; in qat_dh_compute_value()
679 msg->pke_hdr.service_type = ICP_QAT_FW_COMN_REQ_CPM_FW_PKE; in qat_rsa_enc()
815 msg->pke_hdr.service_type = ICP_QAT_FW_COMN_REQ_CPM_FW_PKE; in qat_rsa_dec()
H A Dqat_algs.c222 header->service_type = ICP_QAT_FW_COMN_REQ_CPM_FW_LA; in qat_alg_init_common_hdr()
/openbmc/linux/Documentation/translations/zh_CN/PCI/
H A Dpciebus-howto.rst121 .service_type = PCIE_PORT_SERVICE_AER,
/openbmc/ipmitool/include/ipmitool/
H A Dipmi_pef.h826 uint8_t service_type[3]; member
/openbmc/linux/Documentation/PCI/
H A Dpciebus-howto.rst136 .service_type = PCIE_PORT_SERVICE_AER,
/openbmc/linux/drivers/net/hyperv/
H A Dhyperv_net.h1685 u32 service_type; member
/openbmc/linux/include/net/bluetooth/
H A Dhci.h2233 __u8 service_type; member