HomeSort by: relevance | last modified time | path
    Searched defs:info (Results 1 - 25 of 1864) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/lib/libc/sys/
sigqueue.c 50 siginfo_t info; local
52 (void)memset(&info, 0, sizeof(info));
54 info.si_signo = signo;
55 info.si_code = SI_QUEUE;
56 info.si_pid = getpid();
57 info.si_uid = geteuid();
58 info.si_value = value;
60 return sigqueueinfo(pid, &info);
  /src/lib/libm/softfloat/
feraiseexcept.c 56 siginfo_t info; local
57 memset(&info, 0, sizeof info);
58 info.si_signo = SIGFPE;
59 info.si_pid = getpid();
60 info.si_uid = geteuid();
62 info.si_code = FPE_FLTUND;
64 info.si_code = FPE_FLTOVF;
66 info.si_code = FPE_FLTDIV;
68 info.si_code = FPE_FLTINV
71 sigqueueinfo(getpid(), &info); local
    [all...]
  /src/usr.bin/make/unit-tests/
directive.mk 3 # Tests for the preprocessing directives, such as .if or .info.
25 # The following lines demonstrate how the parser tells an .info message apart
26 # from a variable assignment to ".info", which syntactically is very similar.
28 .info:= value # This is a variable assignment.
29 .info?= value # This is a variable assignment as well.
31 .info := value # The space after the '.info' makes this
36 # Not even the space after the '.info' can change anything about this.
  /src/external/gpl3/gdb/dist/gdb/
test-target.c 32 test_target_ops::info () const function in class:test_target_ops
  /src/external/gpl3/gdb.old/dist/gdb/
test-target.c 32 test_target_ops::info () const function in class:test_target_ops
  /src/external/mit/libuv/dist/src/unix/
sysinfo-loadavg.c 29 struct sysinfo info; local
31 if (sysinfo(&info) < 0) return;
33 avg[0] = (double) info.loads[0] / 65536.0;
34 avg[1] = (double) info.loads[1] / 65536.0;
35 avg[2] = (double) info.loads[2] / 65536.0;
sysinfo-memory.c 29 struct sysinfo info; local
31 if (sysinfo(&info) == 0)
32 return (uint64_t) info.freeram * info.mem_unit;
37 struct sysinfo info; local
39 if (sysinfo(&info) == 0)
40 return (uint64_t) info.totalram * info.mem_unit;
  /src/sys/arch/hpcmips/stand/pbsdboot/
systeminfo.c 44 SYSTEM_INFO info; local
48 GetSystemInfo(&info);
51 vr41xx_init(&info);
54 tx39xx_init(&info);
56 dump_archinfo(&info);
60 dump_archinfo(&info);
65 switch (info.wProcessorArchitecture) {
67 dump_archinfo(&info);
71 switch (info.wProcessorLevel) {
73 dump_archinfo(&info);
    [all...]
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/
sanitizer_stacktrace_printer_test.cc 71 AddressInfo info; local
72 info.address = 0x400000;
73 info.module = internal_strdup("/path/to/my/module");
74 info.module_offset = 0x200;
75 info.function = internal_strdup("function_foo");
76 info.function_offset = 0x100;
77 info.file = internal_strdup("/path/to/my/source");
78 info.line = 10;
79 info.column = 5;
86 frame_no, info, false, "/path/to/", "function_")
    [all...]
  /src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
sanitizer_dl.cpp 27 Dl_info info; local
28 int ret = dladdr((void *)&SanitizerToolName, &info);
30 return info.dli_fname;
  /src/lib/libossaudio/
oss_caps.c 37 struct audio_info info; local
49 if (ioctl(fd, AUDIO_GETFORMAT, &info) != -1) {
51 info.play.channels : info.record.channels;
  /src/external/bsd/mdocml/dist/
mandoc_ohash.c 35 struct ohash_info info; local
37 info.alloc = hash_alloc;
38 info.calloc = hash_calloc;
39 info.free = hash_free;
40 info.data = NULL;
41 info.key_offset = ko;
43 ohash_init(h, sz, &info);
  /src/external/gpl3/binutils/dist/binutils/
demanguse.c 33 const struct demangler_engine *info = libiberty_demanglers; local
41 while (info->demangling_style_name)
43 if (col + strlen (info->demangling_style_name) >= 75)
49 col += fprintf (stream, "%s\"%s\"", cont, info->demangling_style_name);
51 ++info;
  /src/external/gpl3/binutils.old/dist/binutils/
demanguse.c 33 const struct demangler_engine *info = libiberty_demanglers; local
41 while (info->demangling_style_name)
43 if (col + strlen (info->demangling_style_name) >= 75)
49 col += fprintf (stream, "%s\"%s\"", cont, info->demangling_style_name);
51 ++info;
  /src/external/gpl3/gcc/dist/gcc/
gencodes.cc 32 gen_insn (md_rtx_info *info)
34 const char *name = XSTR (info->def, 0);
35 int truth = maybe_eval_c_test (XSTR (info->def, 2));
45 printf (",\n CODE_FOR_%s = %d", name, info->index);
73 md_rtx_info info; local
74 while (read_md_rtx (&info))
75 switch (GET_CODE (info.def))
79 gen_insn (&info);
  /src/external/gpl3/gcc.old/dist/gcc/
gencodes.cc 32 gen_insn (md_rtx_info *info)
34 const char *name = XSTR (info->def, 0);
35 int truth = maybe_eval_c_test (XSTR (info->def, 2));
45 printf (",\n CODE_FOR_%s = %d", name, info->index);
73 md_rtx_info info; local
74 while (read_md_rtx (&info))
75 switch (GET_CODE (info.def))
79 gen_insn (&info);
  /src/sys/external/bsd/compiler_rt/dist/test/builtins/timing/
timing.h 12 mach_timebase_info_data_t info; local
13 kern_return_t err = mach_timebase_info( &info );
23 conversion = (double) freq * (1e-9 * (double) info.numer / (double) info.denom);
  /src/sys/external/bsd/compiler_rt/dist/test/timing/
timing.h 12 mach_timebase_info_data_t info; local
13 kern_return_t err = mach_timebase_info( &info );
23 conversion = (double) freq * (1e-9 * (double) info.numer / (double) info.denom);
  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/device/
nouveau_nvkm_engine_device_acpi.c 44 struct acpi_bus_event *info = data; local
46 if (!strcmp(info->device_class, "ac_adapter"))
  /src/crypto/external/bsd/heimdal/dist/kdc/
set_dbinfo.c 72 struct hdb_dbinfo *info, *d; local
77 ret = hdb_get_dbinfo(context, &info);
82 while ((d = hdb_dbinfo_get_next(info, d)) != NULL) {
99 hdb_free_dbinfo(context, &info);
110 hdb_free_dbinfo(context, &info);
  /src/external/gpl2/lvm2/dist/lib/misc/
sharedlib.c 31 struct stat info; local
39 libname) == -1) || stat(path, &info) == -1)
  /src/external/gpl3/gcc/dist/gcc/c-family/
c-indentation.h 39 token_indent_info info; local
40 info.location = token->location;
41 info.type = token->type;
42 info.keyword = token->keyword;
44 return info;
  /src/external/gpl3/gcc.old/dist/gcc/c-family/
c-indentation.h 39 token_indent_info info; local
40 info.location = token->location;
41 info.type = token->type;
42 info.keyword = token->keyword;
44 return info;
  /src/external/gpl3/gdb/dist/gdb/nat/
loongarch-linux.c 37 struct arch_lwp_info *info = lwp_arch_private_info (lwp); local
42 if (info == NULL)
45 if (DR_HAS_CHANGED (info->dr_changed_bp)
46 || DR_HAS_CHANGED (info->dr_changed_wp))
57 if (DR_HAS_CHANGED (info->dr_changed_wp))
60 DR_CLEAR_CHANGED (info->dr_changed_wp);
64 if (DR_HAS_CHANGED (info->dr_changed_bp))
67 DR_CLEAR_CHANGED (info->dr_changed_bp);
80 struct arch_lwp_info *info = XCNEW (struct arch_lwp_info); local
86 DR_MARK_ALL_CHANGED (info->dr_changed_bp, loongarch_num_bp_regs)
    [all...]
  /src/external/mit/libuv/dist/docs/code/interfaces/
main.c 6 uv_interface_address_t *info; local
9 uv_interface_addresses(&info, &count);
14 uv_interface_address_t interface_a = info[i];
31 uv_free_interface_addresses(info, count);

Completed in 36 milliseconds

1 2 3 4 5 6 7 8 91011>>