Home
last modified time | relevance | path

Searched refs:client_id (Results 1 – 11 of 11) sorted by relevance

/openbmc/openbmc-test-automation/openpower/ext_interfaces/
H A Dtest_client_identifier.robot29 # client_id reboot_flag
41 # client_id reboot_flag
51 # client_id reboot_flag
61 # client_id reboot_flag
71 # client_id
81 # client_id username password role_id
89 [Arguments] ${client_id} ${reboot_flag}=False
92 # client_id This client id contain string value
97 ${client_ids}= Split String ${client_id} ,
115 [Arguments] ${client_id} ${client_ip} ${status}
[all …]
H A Dtest_lock_management.robot33 # client_id lock_type reboot_flag
47 # client_id
56 # client_id lock_type
67 # client_id lock_type
81 # client_id lock_type
95 # client_id lock_type status_code
106 # client_id lock_type
115 # client_id lock_type
127 # client_id lock_type release_lock_type
137 # client_id lock_type
[all …]
/openbmc/openbmc-test-automation/lib/external_intf/
H A Dmanagement_console_utils.robot47 [Arguments] ${client_id}
50 # client_id This client id can contain string value
55 ${session_resp}= Redfish Login kwargs="Context":"${client_id}"
67 [Arguments] ${client_id}
70 # client_id This client id can contain string value
76 FOR ${client} IN @{client_id}
86 [Arguments] ${client_id} ${session_ids}
89 # client_id External client name.
108 FOR ${client} ${session} IN ZIP ${client_id} ${session_ids}
/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-security/trusted-services/corstone1000/
H A D0007-plat-corstone1000-add-client_id-for-FMP-service.patch4 Subject: [PATCH 07/12] plat: corstone1000: add client_id for FMP service
7 to the changes in TF-M 2.0, psa services requires a seperate client_id now.
/openbmc/openbmc-test-automation/lib/
H A Dredfish_request.robot23 ${client_id}= Create Dictionary ClientID=None
24 ${oem_data}= Create Dictionary OpenBMC=${client_id}
H A Dredfish_request.py90 client_id = credential["Oem"]["OpenBMC"].get("ClientID", "None")
92 if "None" == client_id:
H A Dbmc_redfish_utils.robot218 # Remove session with client_id populated from the list.
/openbmc/u-boot/drivers/fpga/
H A Dstratix10.c120 u32 *resp_buf, u32 buf_size, u32 client_id) in get_resp_hdr() argument
159 if (MBOX_RESP_CLIENT_GET(mbox_hdr) != client_id) in get_resp_hdr()
/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-security/trusted-services/
H A Dts-arm-platforms.inc11 file://0007-plat-corstone1000-add-client_id-for-FMP-service.patch \
/openbmc/qemu/hw/9pfs/
H A D9p.h412 V9fsString client_id; member
421 V9fsString client_id; member
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/tipcutils/tipcutils/
H A D0002-replace-non-standard-uint-with-unsigned-int.patch26 -static uint client_id;
27 +static unsigned int client_id;