Home
last modified time | relevance | path

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

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