Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A Defi.h250 int (*copy_table)(struct uuid *, void **, size_t, size_t *); member
286 if (active_efi_ops->copy_table == NULL) in efi_copy_table()
288 return (active_efi_ops->copy_table(uuid, buf, buf_len, table_len)); in efi_copy_table()
/freebsd/sys/dev/efidev/
H A Defirt.c448 copy_table(struct uuid *uuid, void **buf, size_t buf_len, size_t *table_len) in copy_table() function
794 .copy_table = copy_table,