Lines Matching refs:ops
313 const struct efivar_operations *fops = __efivars->ops; in check_var_size()
447 const struct efivar_operations *ops = __efivars->ops; in efivar_init() local
470 status = ops->get_next_variable(&variable_name_size, in efivar_init()
588 const struct efivar_operations *ops = __efivars->ops; in __efivar_entry_delete() local
593 status = ops->set_variable(entry->var.VariableName, in __efivar_entry_delete()
614 const struct efivar_operations *ops = __efivars->ops; in efivar_entry_delete() local
618 status = ops->set_variable(entry->var.VariableName, in efivar_entry_delete()
655 const struct efivar_operations *ops = __efivars->ops; in efivar_entry_set() local
669 status = ops->set_variable(name, &vendor, in efivar_entry_set()
692 const struct efivar_operations *ops = __efivars->ops; in efivar_entry_set_nonblocking() local
705 status = ops->set_variable_nonblocking(name, &vendor, attributes, in efivar_entry_set_nonblocking()
732 const struct efivar_operations *ops = __efivars->ops; in efivar_entry_set_safe() local
736 if (!ops->query_variable_store) in efivar_entry_set_safe()
749 if (!block && ops->set_variable_nonblocking) in efivar_entry_set_safe()
766 status = ops->set_variable(name, &vendor, attributes, size, data); in efivar_entry_set_safe()
836 const struct efivar_operations *ops = __efivars->ops; in efivar_entry_size() local
842 status = ops->get_variable(entry->var.VariableName, in efivar_entry_size()
867 const struct efivar_operations *ops = __efivars->ops; in __efivar_entry_get() local
872 status = ops->get_variable(entry->var.VariableName, in __efivar_entry_get()
890 const struct efivar_operations *ops = __efivars->ops; in efivar_entry_get() local
894 status = ops->get_variable(entry->var.VariableName, in efivar_entry_get()
928 const struct efivar_operations *ops = __efivars->ops; in efivar_entry_set_get_size() local
962 status = ops->set_variable(name, vendor, attributes, *size, data); in efivar_entry_set_get_size()
977 status = ops->get_variable(entry->var.VariableName, in efivar_entry_set_get_size()
1136 const struct efivar_operations *ops, in efivars_register() argument
1140 efivars->ops = ops; in efivars_register()