Home
last modified time | relevance | path

Searched refs:get_table (Results 1 – 10 of 10) sorted by relevance

/freebsd-14-stable/sys/sys/
HDefi.h249 int (*get_table)(struct uuid *, void **); member
277 if (active_efi_ops->get_table == NULL) in efi_get_table()
279 return (active_efi_ops->get_table(uuid, ptr)); in efi_get_table()
/freebsd-14-stable/contrib/lutok/examples/
HDraii.cpp79 state.get_table(-2); in print_table_field()
/freebsd-14-stable/contrib/lutok/
HDstate.hpp102 void get_table(const int);
HDstate_test.cpp299 state.get_table(-2); in ATF_TEST_CASE_BODY()
312 REQUIRE_API_ERROR("lua_gettable", state.get_table(-2)); in ATF_TEST_CASE_BODY()
326 state.get_table(-2); in ATF_TEST_CASE_BODY()
HDstate.cpp368 lutok::state::get_table(const int index) in get_table() function in lutok::state
/freebsd-14-stable/sys/dev/efidev/
HDefirt.c347 get_table(struct uuid *uuid, void **ptr) in get_table() function
803 .get_table = get_table,
/freebsd-14-stable/contrib/kyua/engine/
HDkyuafile.cpp450 state.get_table(-2); in lua_generic_test_program()
458 state.get_table(-2); in lua_generic_test_program()
/freebsd-14-stable/contrib/kyua/utils/config/
HDlua_module.cpp60 state.get_table(-2); in get_global_tree()
/freebsd-14-stable/contrib/sqlite3/
HDsqlite3ext.h105 int (*get_table)(sqlite3*,const char*,char***,int*,int*,char**); member
460 #define sqlite3_get_table sqlite3_api->get_table
HDsqlite3.c136538 int (*get_table)(sqlite3*,const char*,char***,int*,int*,char**);
136893 #define sqlite3_get_table sqlite3_api->get_table