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

  /src/usr.sbin/wsmoused/
config.c 53 * Global variables.
56 static struct block *Global = NULL;
220 /* Gets a mode block (childs of the global scope), which matches the
228 b = Global;
230 if (strcmp(modename, "Global") == 0)
231 return Global;
252 Global = config_parse(f);
253 if (Global == NULL)
268 if (Global != NULL)
269 block_free(Global);
    [all...]
  /src/sys/external/bsd/compiler_rt/dist/lib/asan/
asan_globals.cc 32 typedef __asan_global Global;
35 const Global *g;
45 Global g;
55 Global *g_first, *g_last;
60 ALWAYS_INLINE void PoisonShadowForGlobal(const Global *g, u8 value) {
64 ALWAYS_INLINE void PoisonRedZones(const Global &g) {
85 static void ReportGlobal(const Global &g, const char *prefix) {
87 "%s Global[%p]: beg=%p size=%zu/%zu name=%s module=%s dyn_init=%zu "
98 static u32 FindRegistrationSite(const Global *g) {
109 int GetGlobalsForAddress(uptr addr, Global *globals, u32 *reg_sites
    [all...]
  /src/sys/external/bsd/compiler_rt/dist/lib/asan/tests/
asan_str_test.cc 20 static char global_string[] = "global";
40 Global,
65 if (oob_kind != OOBKind::Global) {
66 // We don't insert RedZones to the left of global variables
94 StrLenOOBTestTemplate(global_string, global_string_length, OOBKind::Global);
  /src/sys/external/bsd/acpica/dist/include/
aclocal.h 237 /* Table for the global mutexes */
911 /* Global handlers for AML Notifies */
930 ACPI_GLOBAL_NOTIFY_HANDLER *Global;

Completed in 36 milliseconds