Home
last modified time | relevance | path

Searched refs:user_name (Results 1 – 25 of 38) sorted by relevance

12

/openbmc/ipmitool/lib/
H A Dipmi_user.c129 memset(user_name_ptr->user_name, '\0', 17); in _ipmi_get_user_name()
230 dump_user_access(const char *user_name, in dump_user_access() argument
241 user_name, in dump_user_access()
252 dump_user_access_csv(const char *user_name, in dump_user_access_csv() argument
257 user_name, in dump_user_access_csv()
276 struct user_name_t user_name = {0}; in ipmi_print_user_list() local
287 memset(&user_name, 0, sizeof(user_name)); in ipmi_print_user_list()
288 user_name.user_id = current_user_id; in ipmi_print_user_list()
296 || strcmp("", (char *)user_name.user_name)) { in ipmi_print_user_list()
298 dump_user_access_csv((char *)user_name.user_name, in ipmi_print_user_list()
[all …]
H A Dipmi_channel.c688 struct user_name_t user_name; in ipmi_get_user_access() local
707 memset(&user_name, 0, sizeof(user_name)); in ipmi_get_user_access()
708 user_name.user_id = curr_uid; in ipmi_get_user_access()
709 ccode = _ipmi_get_user_name(intf, &user_name); in ipmi_get_user_access()
723 printf("User Name : %s\n", user_name.user_name); in ipmi_get_user_access()
/openbmc/openbmc-test-automation/lib/
H A Dredfish_request.robot17 [Arguments] ${user_name} ${password}
20 # user_name User name of BMC.
25 ${data}= Create Dictionary UserName=${user_name} Password=${password} Oem=${oem_data}
36 [Arguments] ${user_name} ${password}
39 # user_name User name of BMC.
43 ${session_resp}= Redfish Generic Login Request ${user_name} ${password}
H A Dbmc_redfish_utils.robot246 [Arguments] ${user_name} ${password} ${role_id} ${enabled} ${force}=${False}
249 # user_name The user name to be created.
257 ${curr_role}= Run Keyword And Ignore Error Get User Role ${user_name}
263 Run Keyword If ${force} == ${True} Redfish.Delete ${REDFISH_ACCOUNTS_URI}${user_name}
268 ... UserName=${user_name} Password=${password} RoleId=${role_id} Enabled=${enabled}
277 [Arguments] ${user_name}
280 # user_name User name to get it's role.
283 ... ${REDFISH_ACCOUNTS_URI}${user_name} RoleId
/openbmc/openbmc-test-automation/redfish/dmtf_tools/
H A Dtest_redfishtool_local_user.robot174 # user_name The user name (e.g. "test", "robert", etc.).
193 [Arguments] ${user_name} ${newRole} ${login_user}="" ${login_pasword}=""
197 # user_name The user name (e.g. "test", "robert", etc.).
216 [Arguments] ${user_name} ${expected_error}=200
219 # user_name The user name (e.g. "test", "robert", etc.).
223 Redfishtool Delete /redfish/v1/AccountService/Accounts/${user_name}
229 [Arguments] ${user_name} ${role}
232 # user_name The user name (e.g. "test", "robert", etc.).
242 [Arguments] ${user_name}
245 # user_name The user name (e.g. "test", "robert", etc.).
[all …]
/openbmc/qemu/include/
H A Dglib-compat.h116 g_unix_get_passwd_entry_qemu(const gchar *user_name, GError **error) in g_unix_get_passwd_entry_qemu() argument
119 return g_unix_get_passwd_entry(user_name, error); in g_unix_get_passwd_entry_qemu()
121 struct passwd *p = getpwnam(user_name); in g_unix_get_passwd_entry_qemu()
/openbmc/openbmc/poky/bitbake/contrib/vim/plugin/
H A Dnewbb.vim18 let l:user_name = system("git config --get user.name")
22 return substitute(l:user_name, "\n", "", "")
35 let l:user_name = <SID>GetUserName()
38 \ ' ' . l:user_name . ' <' . l:user_email . '>'
/openbmc/linux/fs/smb/client/
H A Dcifs_spnego.c108 if (sesInfo->user_name) in cifs_get_spnego_key()
109 desc_len += USER_KEY_LEN + strlen(sesInfo->user_name); in cifs_get_spnego_key()
151 if (sesInfo->user_name) { in cifs_get_spnego_key()
153 sprintf(dp, ";user=%s", sesInfo->user_name); in cifs_get_spnego_key()
H A Dsess.c560 ctx->username = ses->user_name; in cifs_ses_add_channel()
768 if (ses->user_name == NULL) { in unicode_ssetup_strings()
773 bytes_ret = cifs_strtoUTF16((__le16 *) bcc_ptr, ses->user_name, in unicode_ssetup_strings()
794 if (ses->user_name != NULL) { in ascii_ssetup_strings()
795 len = strscpy(bcc_ptr, ses->user_name, CIFS_MAX_USERNAME_LEN); in ascii_ssetup_strings()
1007 if (ses->user_name) in size_of_ntlmssp_blob()
1008 sz += sizeof(__le16) * strnlen(ses->user_name, CIFS_MAX_USERNAME_LEN); in size_of_ntlmssp_blob()
1235 if (ses->user_name != NULL) { in build_ntlmssp_auth_blob()
1259 ses->user_name, in build_ntlmssp_auth_blob()
1479 if (ses->user_name != NULL) { in sess_auth_ntlmv2()
/openbmc/ipmitool/include/ipmitool/
H A Dipmi_user.h69 uint8_t user_name[17]; member
75 int _ipmi_get_user_name(struct ipmi_intf *intf, struct user_name_t *user_name);
/openbmc/linux/drivers/net/wireless/ath/ath12k/
H A Dhif.h25 int (*get_user_msi_vector)(struct ath12k_base *ab, char *user_name,
43 char *user_name, in ath12k_hif_get_user_msi_vector() argument
51 return ab->hif.ops->get_user_msi_vector(ab, user_name, num_vectors, in ath12k_hif_get_user_msi_vector()
H A Dpci.h119 int ath12k_pci_get_user_msi_assignment(struct ath12k_base *ab, char *user_name,
/openbmc/linux/drivers/net/wireless/ath/ath11k/
H A Dhif.h25 int (*get_user_msi_vector)(struct ath11k_base *ab, char *user_name,
118 static inline int ath11k_get_user_msi_vector(struct ath11k_base *ab, char *user_name, in ath11k_get_user_msi_vector() argument
125 return ab->hif.ops->get_user_msi_vector(ab, user_name, num_vectors, in ath11k_get_user_msi_vector()
H A Dpcic.h29 int ath11k_pcic_get_user_msi_assignment(struct ath11k_base *ab, char *user_name,
H A Dpcic.c252 int ath11k_pcic_get_user_msi_assignment(struct ath11k_base *ab, char *user_name, in ath11k_pcic_get_user_msi_assignment() argument
260 if (strcmp(user_name, msi_config->users[idx].name) == 0) { in ath11k_pcic_get_user_msi_assignment()
267 user_name, *num_vectors, *user_base_data, in ath11k_pcic_get_user_msi_assignment()
274 ath11k_err(ab, "Failed to find MSI assignment for %s!\n", user_name); in ath11k_pcic_get_user_msi_assignment()
/openbmc/linux/drivers/dma-buf/
H A Dsync_file.c134 if (sync_file->user_name[0]) { in sync_file_get_name()
135 strscpy(buf, sync_file->user_name, len); in sync_file_get_name()
175 strscpy(sync_file->user_name, name, sizeof(sync_file->user_name)); in sync_file_merge()
/openbmc/linux/include/linux/
H A Dsync_file.h44 char user_name[32]; member
/openbmc/linux/fs/smb/server/mgmt/
H A Duser_config.h47 static inline char *user_name(struct ksmbd_user *user) in user_name() function
/openbmc/phosphor-net-ipmid/command/
H A Drakp12.hpp33 char user_name[userNameMaxLen]; member
H A Drakp12.cpp92 session->userName.assign(request->user_name, request->user_name_len); in RAKP12()
180 std::string userName(request->user_name, request->user_name_len); in RAKP12()
/openbmc/qemu/qga/
H A Dcommands-posix-ssh.c17 test_get_passwd_entry(const gchar *user_name, GError **error) in test_get_passwd_entry() argument
22 if (!user_name || g_strcmp0(user_name, g_get_user_name())) { in test_get_passwd_entry()
/openbmc/openbmc-test-automation/gui/gui_test/security_and_access_menu/
H A Dtest_user_management_sub_menu.robot292 [Arguments] ${user_name} ${user_privilege} ${enabled} ${expected_status}=Success
295 # user_name The name of the user to be created (e.g. "test", "robert", etc.).
308 Input Text ${xpath_username_input_button} ${user_name}
326 Wait Until Page Contains ${user_name} timeout=15
331 ... /redfish/v1/AccountService/Accounts/${user_name} RoleId
336 … ${status}= Run Keyword And Return Status Redfish.Login ${user_name} ${test_user_password}
/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-support/accountsservice/accountsservice/
H A D0002-musl-add-missing-fgetspent_r.patch18 @@ -164,6 +164,26 @@ remove_cache_files (const gchar *user_name)
/openbmc/openbmc-test-automation/openpower/localuser/
H A Dtest_ipmi_redfish_user.robot213 [Arguments] ${user_name}
216 # user_name User name to which IPMI access is to be added.
219 Redfish.Patch /redfish/v1/AccountService/Accounts/${user_name}
/openbmc/openbmc-test-automation/ipmi/
H A Dtest_ipmi_payload.robot354 [Arguments] ${user_id} ${user_name} ${standard_payload}=Enabled
371 ... Verify Sol Activate Disabled ${user_name}
376 [Arguments] ${user_name}
422 ${user_info}= Filter Struct ${user_info} [('user_name', None)] invert=1
423 ${empty_user_info}= Filter Struct ${user_info} [('user_name', '')]

12