HomeSort by relevance Sort by last modified time
    Searched refs:__table (Results 1 - 25 of 41) sorted by null

1 2

  /external/syslinux/gpxe/src/include/gpxe/
command.h 22 #define COMMANDS __table ( struct command, "commands" )
errortab.h 19 #define ERRORTAB __table ( struct errortab, "errortab" )
sanboot.h 14 __table ( struct sanboot_protocol, "sanboot_protocols" )
init.h 19 #define INIT_FNS __table ( struct init_fn, "init_fns" )
57 #define STARTUP_FNS __table ( struct startup_fn, "startup_fns" )
arp.h 33 __table ( struct arp_net_protocol, "arp_net_protocols" )
gdbstub.h 50 #define GDB_TRANSPORTS __table ( struct gdb_transport, "gdb_transports" )
device.h 108 #define ROOT_DEVICES __table ( struct root_device, "root_devices" )
eapol.h 105 #define EAPOL_HANDLERS __table ( struct eapol_handler, "eapol_handlers" )
open.h 64 #define URI_OPENERS __table ( struct uri_opener, "uri_openers" )
87 #define SOCKET_OPENERS __table ( struct socket_opener, "socket_openers" )
tcpip.h 104 #define TCPIP_PROTOCOLS __table ( struct tcpip_protocol, "tcpip_protocols" )
111 __table ( struct tcpip_net_protocol, "tcpip_net_protocols" )
isa.h 64 #define ISA_DRIVERS __table ( struct isa_driver, "isa_drivers" )
mca.h 83 #define MCA_DRIVERS __table ( struct mca_driver, "mca_drivers" )
process.h 70 #define PERMANENT_PROCESSES __table ( struct process, "processes" )
features.h 57 #define DHCP_FEATURES __table ( uint8_t, "dhcp_features" )
79 #define FEATURES __table ( struct feature, "features" )
eisa.h 85 #define EISA_DRIVERS __table ( struct eisa_driver, "eisa_drivers" )
ib_mi.h 43 #define IB_MAD_AGENTS __table ( struct ib_mad_agent, "ib_mad_agents" )
image.h 129 #define IMAGE_TYPES __table ( struct image_type, "image_types" )
resolv.h 155 #define RESOLVERS __table ( struct resolver, "resolvers" )
settings.h 41 #define SETTINGS __table ( struct setting, "settings" )
136 #define SETTING_TYPES __table ( struct setting_type, "setting_types" )
155 __table ( struct settings_applicator, "settings_applicators" )
tables.h 120 * #define FROBNICATORS __table ( struct frobnicator, "frobnicators" )
179 #define __table( type, name ) ( type, name ) macro
228 * #define FROBNICATORS __table ( struct frobnicator, "frobnicators" )
264 * #define FROBNICATORS __table ( struct frobnicator, "frobnicators" )
282 * #define FROBNICATORS __table ( struct frobnicator, "frobnicators" )
300 * #define FROBNICATORS __table ( struct frobnicator, "frobnicators" )
321 * #define FROBNICATORS __table ( struct frobnicator, "frobnicators" )
347 * #define FROBNICATORS __table ( struct frobnicator, "frobnicators" )
  /external/syslinux/gpxe/src/include/
console.h 91 #define CONSOLES __table ( struct console_driver, "consoles" )
  /external/syslinux/gpxe/src/include/gpxe/efi/
efi.h 64 #define EFI_PROTOCOLS __table ( struct efi_protocol, "efi_protocols" )
99 __table ( struct efi_config_table, "efi_config_tables" )
  /prebuilts/ndk/r10/sources/cxx-stl/stlport/stlport/stl/
_time_facets.c 151 _Ch*, const _TimeInfo& __table,
172 __table._M_dayname + offset, __table._M_dayname + offset + 7);
183 __table._M_monthname + offset, __table._M_monthname + offset + 12);
232 __table._M_am_pm + 0, __table._M_am_pm + 2);
281 __get_short_or_long_dayname(_InIt& __first, _InIt& __last, const _TimeInfo& __table, tm* __t) {
282 size_t __index = __match(__first, __last, __table._M_dayname + 0, __table._M_dayname + 14)
    [all...]
  /prebuilts/ndk/r11/sources/cxx-stl/stlport/stlport/stl/
_time_facets.c 151 _Ch*, const _TimeInfo& __table,
171 __table._M_dayname + offset, __table._M_dayname + offset + 7);
182 __table._M_monthname + offset, __table._M_monthname + offset + 12);
231 __table._M_am_pm + 0, __table._M_am_pm + 2);
280 __get_short_or_long_dayname(_InIt& __first, _InIt& __last, const _TimeInfo& __table, tm* __t) {
281 size_t __index = __match(__first, __last, __table._M_dayname + 0, __table._M_dayname + 14)
    [all...]
  /prebuilts/ndk/r13/sources/cxx-stl/stlport/stlport/stl/
_time_facets.c 151 _Ch*, const _TimeInfo& __table,
171 __table._M_dayname + offset, __table._M_dayname + offset + 7);
182 __table._M_monthname + offset, __table._M_monthname + offset + 12);
231 __table._M_am_pm + 0, __table._M_am_pm + 2);
280 __get_short_or_long_dayname(_InIt& __first, _InIt& __last, const _TimeInfo& __table, tm* __t) {
281 size_t __index = __match(__first, __last, __table._M_dayname + 0, __table._M_dayname + 14)
    [all...]

Completed in 4418 milliseconds

1 2