Home
last modified time | relevance | path

Searched refs:isreadonly (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/platform/x86/hp/hp-bioscfg/
H A Dpasswdobj-attributes.c417 int isreadonly; in hp_populate_password_elements_from_buffer() local
482 ret = hp_get_integer_from_buffer(&buffer_ptr, buffer_size, &isreadonly); in hp_populate_password_elements_from_buffer()
486 password_data->is_enabled = isreadonly ? true : false; in hp_populate_password_elements_from_buffer()
H A Dbioscfg.h483 void hp_update_attribute_permissions(bool isreadonly, struct kobj_attribute *current_val);