Searched refs:copy_table (Results 1 – 2 of 2) sorted by relevance
| /src/sys/sys/ |
| H A D | efi.h | 281 int (*copy_table)(efi_guid_t *, void **, size_t, size_t *); member 316 if (active_efi_ops->copy_table == NULL) in efi_copy_table() 318 return (active_efi_ops->copy_table(guid, buf, buf_len, table_len)); in efi_copy_table()
|
| /src/sys/dev/efidev/ |
| H A D | efirt.c | 490 copy_table(efi_guid_t *guid, void **buf, size_t buf_len, size_t *table_len) in copy_table() function 838 .copy_table = copy_table,
|