Home
last modified time | relevance | path

Searched defs:hvb_ops (Results 1 – 2 of 2) sorted by relevance

/base/startup/hvb/libhvb/include/
Dhvb_ops.h38 struct hvb_ops { struct
40 enum hvb_io_errno (*read_partition)(struct hvb_ops *ops, const char *ptn, int64_t offset, argument
42 enum hvb_io_errno (*write_partition)(struct hvb_ops *ops, const char *ptn, int64_t offset, argument
44 enum hvb_io_errno (*valid_rvt_key)(struct hvb_ops *ops, const uint8_t *pubkey, argument
47 enum hvb_io_errno (*read_rollback)(struct hvb_ops *ops, argument
50 enum hvb_io_errno (*write_rollback)(struct hvb_ops *ops, uint64_t rollback_index_location, argument
52 enum hvb_io_errno (*read_lock_state)(struct hvb_ops *ops, bool *lock_state); argument
53 … enum hvb_io_errno (*get_partiton_size)(struct hvb_ops *ops, const char *ptn, uint64_t *out_bytes); argument
/base/startup/hvb/test/
Dhvb_main.c204 struct hvb_ops *hvb_ops; in hvb_ops_user() local