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

/freebsd-9.3-release/sys/dev/acpi_support/
H A Dacpi_wmi.c104 struct guid_info ginfo; /* information on guid */ member in struct:wmi_info
344 ret = (winfo == NULL)?0:winfo->ginfo.max_instance+1;
372 else if (!(winfo->ginfo.flags & ACPI_WMI_REGFLAG_METHOD))
374 else if (instance > winfo->ginfo.max_instance)
385 (winfo->ginfo.flags & ACPI_WMI_REGFLAG_STRING)
391 method[2] = winfo->ginfo.oid[0];
392 method[3] = winfo->ginfo.oid[1];
488 if ((winfo->ginfo.flags & ACPI_WMI_REGFLAG_EVENT) &&
489 ((UINT8) winfo->ginfo.oid[0] == event_id)) {
534 else if (instance > winfo->ginfo
715 struct guid_info *ginfo; local
[all...]
/freebsd-9.3-release/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-9.3-release/usr.sbin/mtree/
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-9.3-release/contrib/mtree/
H A Dspec.c113 NODE ginfo, *root; local
121 memset(&ginfo, 0, sizeof(ginfo));
147 set(next, &ginfo);
149 unset(next, &ginfo);
208 *centry = ginfo;

Completed in 180 milliseconds