Searched refs:ginfo (Results 1 - 7 of 7) sorted by relevance

/freebsd-12-stable/sys/dev/acpi_support/
H A Dacpi_wmi.c104 struct guid_info ginfo; /* information on guid */ member in struct:wmi_info
345 ret = (winfo == NULL)?0:winfo->ginfo.max_instance+1;
373 else if (!(winfo->ginfo.flags & ACPI_WMI_REGFLAG_METHOD))
375 else if (instance > winfo->ginfo.max_instance)
386 (winfo->ginfo.flags & ACPI_WMI_REGFLAG_STRING)
392 method[2] = winfo->ginfo.oid[0];
393 method[3] = winfo->ginfo.oid[1];
489 if ((winfo->ginfo.flags & ACPI_WMI_REGFLAG_EVENT) &&
490 ((UINT8) winfo->ginfo.oid[0] == event_id)) {
535 else if (instance > winfo->ginfo
716 struct guid_info *ginfo; local
[all...]
/freebsd-12-stable/contrib/gdb/gdb/
H A Dsymtab.h161 a full symbol. All three types have a ginfo field. In particular
164 functions, unless the callers are changed to pass in the ginfo
167 #define DEPRECATED_SYMBOL_NAME(symbol) (symbol)->ginfo.name
168 #define SYMBOL_VALUE(symbol) (symbol)->ginfo.value.ivalue
169 #define SYMBOL_VALUE_ADDRESS(symbol) (symbol)->ginfo.value.address
170 #define SYMBOL_VALUE_BYTES(symbol) (symbol)->ginfo.value.bytes
171 #define SYMBOL_BLOCK_VALUE(symbol) (symbol)->ginfo.value.block
172 #define SYMBOL_VALUE_CHAIN(symbol) (symbol)->ginfo.value.chain
173 #define SYMBOL_LANGUAGE(symbol) (symbol)->ginfo.language
174 #define SYMBOL_SECTION(symbol) (symbol)->ginfo
312 struct general_symbol_info ginfo; member in struct:minimal_symbol
592 struct general_symbol_info ginfo; member in struct:symbol
672 struct general_symbol_info ginfo; member in struct:partial_symbol
[all...]
H A Dbuildsym.c111 if (symbol->ginfo.name && symbol->ginfo.name[0] == '#')
H A Dsymtab.c865 fixup_section (struct general_symbol_info *ginfo, struct objfile *objfile)
868 msym = lookup_minimal_symbol (ginfo->name, NULL, objfile);
872 ginfo->bfd_section = SYMBOL_BFD_SECTION (msym);
873 ginfo->section = SYMBOL_SECTION (msym);
886 fixup_section (&sym->ginfo, objfile);
900 fixup_section (&psym->ginfo, objfile);
861 fixup_section(struct general_symbol_info *ginfo, struct objfile *objfile) argument
/freebsd-12-stable/usr.sbin/fmtree/
H A Dspec.c62 NODE ginfo, *root; local
67 bzero(&ginfo, sizeof(ginfo));
112 set(NULL, &ginfo);
117 unset(NULL, &ginfo);
142 *centry = ginfo;
/freebsd-12-stable/contrib/mtree/
H A Dspec.c114 NODE ginfo, *root; local
122 memset(&ginfo, 0, sizeof(ginfo));
148 set(next, &ginfo);
150 unset(next, &ginfo);
209 *centry = ginfo;
/freebsd-12-stable/sys/net/
H A Drtsock.c647 struct rt_addrinfo ginfo; local
650 bzero(&ginfo, sizeof(ginfo));
654 ginfo.rti_info[RTAX_GATEWAY] = (struct sockaddr *)&ss;
667 if (rib_lookup_info(fibnum, gdst, NHR_REF, 0, &ginfo) == 0) {
669 ginfo.rti_ifp->if_flags & IFF_LOOPBACK) {
673 rib_free_info(&ginfo);

Completed in 293 milliseconds