Searched refs:get_table (Results 1 – 11 of 11) sorted by relevance
/freebsd/sys/dev/iwx/ |
H A D | if_iwx_debug.c | 208 get_table(uint8_t group) in get_table() function 244 struct opcode_label *table = get_table(group); in print_opcode()
|
/freebsd/sys/sys/ |
H A D | efi.h | 279 int (*get_table)(efi_guid_t *, void **); member 307 if (active_efi_ops->get_table == NULL) in efi_get_table() 309 return (active_efi_ops->get_table(guid, ptr)); in efi_get_table()
|
/freebsd/contrib/lutok/examples/ |
H A D | raii.cpp | 79 state.get_table(-2); in print_table_field()
|
/freebsd/contrib/lutok/ |
H A D | state.hpp | 102 void get_table(const int);
|
H A D | state_test.cpp | 299 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()
|
H A D | state.cpp | 368 lutok::state::get_table(const int index) in get_table() function in lutok::state
|
/freebsd/sys/dev/efidev/ |
H A D | efirt.c | 344 get_table(efi_guid_t *guid, void **ptr) in get_table() function 837 .get_table = get_table,
|
/freebsd/contrib/kyua/engine/ |
H A D | kyuafile.cpp | 450 state.get_table(-2); in lua_generic_test_program() 458 state.get_table(-2); in lua_generic_test_program()
|
/freebsd/contrib/kyua/utils/config/ |
H A D | lua_module.cpp | 60 state.get_table(-2); in get_global_tree()
|
/freebsd/contrib/sqlite3/ |
H A D | sqlite3ext.h | 105 int (*get_table)(sqlite3*,const char*,char***,int*,int*,char**); member 462 #define sqlite3_get_table sqlite3_api->get_table
|
H A D | sqlite3.c | 138451 int (*get_table)(sqlite3*,const char*,char***,int*,int*,char**); 138808 #define sqlite3_get_table sqlite3_api->get_table
|