Searched refs:current_password (Results 1 – 6 of 6) sorted by relevance
| /drivers/platform/x86/dell/dell-wmi-sysman/ |
| A D | passwordattr-interface.c | 46 char *current_password; in set_new_password() local 55 current_password = wmi_priv.current_admin_password; in set_new_password() 57 current_password = wmi_priv.current_system_password; in set_new_password() 68 current_password_size = calculate_string_buffer(current_password); in set_new_password() 87 ret = populate_string_buffer(start, current_password_size, current_password); in set_new_password() 100 strscpy(current_password, new, MAX_BUFF); in set_new_password()
|
| A D | passobj-attributes.c | 70 static struct kobj_attribute po_current_password = __ATTR_WO(current_password);
|
| /drivers/platform/x86/hp/hp-bioscfg/ |
| A D | passwdobj-attributes.c | 23 memset(password_data->current_password, in clear_passwords() 24 0, sizeof(password_data->current_password)); in clear_passwords() 104 strscpy(bioscfg_drv.password_data[id].current_password, buf_cp); in store_password_instance() 120 static struct kobj_attribute password_current_password = __ATTR_WO(current_password); 432 ret = hp_get_string_from_buffer(&buffer_ptr, buffer_size, password_data->current_password, in hp_populate_password_elements_from_buffer() 433 sizeof(password_data->current_password)); in hp_populate_password_elements_from_buffer()
|
| A D | biosattr-interface.c | 59 auth_token_choice = bioscfg_drv.password_data[instance].current_password; in hp_set_attribute()
|
| A D | bioscfg.h | 171 u8 current_password[MAX_PASSWD_SIZE]; member
|
| /drivers/platform/x86/lenovo/ |
| A D | think-lmi.c | 414 static struct kobj_attribute auth_current_password = __ATTR_WO(current_password);
|
Completed in 15 milliseconds