HomeSort by: relevance | last modified time | path
    Searched defs:gas (Results 1 - 14 of 14) sorted by relevancy

  /src/sys/arch/ia64/stand/ia64/efi/
main.c 540 struct dig64_gas *gas; local
553 gas = &ent->address;
554 printf(" Addr space= %u\n", gas->addr_space);
555 printf(" Bit width = %u\n", gas->bit_width);
556 printf(" Bit offset= %u\n", gas->bit_offset);
558 ((u_long)gas->addr_high << 32) +
559 (u_long)gas->addr_low);
  /src/external/bsd/wpa/dist/src/common/
gas_server.c 2 * Generic advertisement service (GAS) server
17 #include "gas.h"
33 struct gas_server *gas; member in struct:gas_server_handler
64 wpa_printf(MSG_DEBUG, "GAS: Response @%p timeout for " MACSTR
83 wpa_printf(MSG_DEBUG, "DPP: Free GAS response @%p", response);
91 gas_server_send_resp(struct gas_server *gas,
146 wpa_printf(MSG_DEBUG, "GAS: No response available yet");
149 "GAS: Need to fragment query response");
152 "GAS: Full query response fits in the GAS Initial Response frame")
271 struct gas_server *gas = handler->gas; local
556 struct gas_server *gas; local
    [all...]
  /src/external/gpl3/binutils/dist/opcodes/
z8kgen.c 970 gas (void) function
1368 gas ();
1374 printf ("-a : generate new table for gas\n");
  /src/external/gpl3/binutils.old/dist/opcodes/
z8kgen.c 970 gas (void) function
1368 gas ();
1374 printf ("-a : generate new table for gas\n");
  /src/external/gpl3/gdb/dist/opcodes/
z8kgen.c 970 gas (void) function
1368 gas ();
1374 printf ("-a : generate new table for gas\n");
  /src/external/gpl3/gdb.old/dist/opcodes/
z8kgen.c 970 gas (void) function
1368 gas ();
1374 printf ("-a : generate new table for gas\n");
  /src/external/bsd/wpa/dist/src/ap/
gas_query_ap.c 2 * Generic advertisement service (GAS) query (hostapd)
17 #include "common/gas.h"
25 /** GAS query timeout in seconds */
28 /* GAS query wait-time / duration in ms */
35 * struct gas_query_pending - Pending GAS query
39 struct gas_query_ap *gas; member in struct:gas_query_pending
61 * struct gas_query_ap - Internal GAS query data
74 static void gas_query_tx_initial_req(struct gas_query_ap *gas,
76 static int gas_query_new_dialog_token(struct gas_query_ap *gas, const u8 *dst);
90 * gas_query_ap_init - Initialize GAS query componen
97 struct gas_query_ap *gas; local
309 struct gas_query_ap *gas = eloop_data; local
338 struct gas_query_ap *gas = eloop_data; local
606 struct gas_query_ap *gas = eloop_data; local
    [all...]
hostapd.h 424 struct gas_query_ap *gas; member in struct:hostapd_data
  /src/external/bsd/wpa/dist/wpa_supplicant/
gas_query.c 2 * Generic advertisement service (GAS) query
16 #include "common/gas.h"
26 /** GAS query timeout in seconds */
29 /* GAS query wait-time / duration in ms */
36 * struct gas_query_pending - Pending GAS query
40 struct gas_query *gas; member in struct:gas_query_pending
64 * struct gas_query - Internal GAS query data
80 static void gas_query_tx_initial_req(struct gas_query *gas,
82 static int gas_query_new_dialog_token(struct gas_query *gas, const u8 *dst);
96 * gas_query_init - Initialize GAS query componen
102 struct gas_query *gas; local
140 struct gas_query *gas = query->gas; local
236 struct gas_query *gas = wpa_s->gas; local
352 struct gas_query *gas = eloop_data; local
381 struct gas_query *gas = eloop_data; local
662 struct gas_query *gas = eloop_data; local
689 struct gas_query *gas = query->gas; local
    [all...]
wpa_supplicant_i.h 1221 struct gas_query *gas; member in struct:wpa_supplicant
  /src/external/gpl3/binutils/dist/bfd/
elf.c 772 It will be in reverse order to match what gas does. */
3897 _bfd_elf_compute_section_file_positions for gas, objcopy, and
3907 bool gas;
3974 gas = true;
3977 gas = false;
3992 /* Get the pointer to the first section in the group that gas
4006 if (!gas)
4015 && (gas
4026 && (gas
4116 here for gas, objcopy, and when using the generic ELF linker. *
3905 bool gas; local
    [all...]
  /src/external/gpl3/binutils.old/dist/bfd/
elf.c 704 It will be in reverse order to match what gas does. */
3830 _bfd_elf_compute_section_file_positions for gas, objcopy, and
3840 bool gas;
3907 gas = true;
3910 gas = false;
3925 /* Get the pointer to the first section in the group that gas
3939 if (!gas)
3948 && (gas
3959 && (gas
4049 here for gas, objcopy, and when using the generic ELF linker. *
3838 bool gas; local
    [all...]
  /src/external/gpl3/gdb/dist/bfd/
elf.c 677 It will be in reverse order to match what gas does. */
3799 _bfd_elf_compute_section_file_positions for gas, objcopy, and
3809 bool gas;
3876 gas = true;
3879 gas = false;
3893 /* Get the pointer to the first section in the group that gas
3907 if (!gas)
3916 && (gas
3927 && (gas
4020 here for gas, objcopy, and when using the generic ELF linker. *
3807 bool gas; local
    [all...]
  /src/external/gpl3/gdb.old/dist/bfd/
elf.c 3977 _bfd_elf_compute_section_file_positions for gas, objcopy, and
3987 bool gas;
4054 gas = true;
4057 gas = false;
4071 /* Get the pointer to the first section in the group that gas
4085 if (!gas)
4094 && (gas
4105 && (gas
4198 here for gas, objcopy, and when using the generic ELF linker. */
7422 /* When gas creates relocations against local labels, it creates it
3985 bool gas; local
    [all...]

Completed in 57 milliseconds