Searched refs:copy_table (Results 1 – 2 of 2) sorted by relevance
| /freebsd-14.2/sys/sys/ |
| H A D | efi.h | 250 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-14.2/sys/dev/efidev/ |
| H A D | efirt.c | 442 copy_table(struct uuid *uuid, void **buf, size_t buf_len, size_t *table_len) in copy_table() function 788 .copy_table = copy_table,
|