Searched refs:get_table (Results 1 - 4 of 4) sorted by relevance

/osnet-11/usr/src/grub/grub2/grub-core/efiemu/
H A Dmain.c142 void * (*get_table) (void *data),
149 if (! get_table && ! data)
151 "you must set at least get_table or data");
161 tbl->get_table = get_table;
H A Dprepare.c99 if (cur->get_table)
100 conftables[i].vendor_table = (grub_addr_t) cur->get_table (cur->data);
/osnet-11/usr/src/grub/grub2/include/grub/efiemu/
H A Defiemu.h176 void * (*get_table) (void *data); member in struct:grub_efiemu_configuration_table
195 void * (*get_table) (void *data),
/osnet-11/usr/src/lib/libshell/common/sh/
H A Dnvdisc.c1298 static char *get_table(Namval_t *np, Namfun_t *fp) function
1329 get_table,

Completed in 21 milliseconds