HomeSort by: relevance | last modified time | path
    Searched defs:info (Results 1 - 25 of 7456) 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);
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);
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);
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...]
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...]
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...]
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.
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.
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.
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
test-target.c 32 test_target_ops::info () const function in class:test_target_ops
test-target.c 32 test_target_ops::info () const function in class:test_target_ops
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
test-target.c 32 test_target_ops::info () const function in class:test_target_ops
test-target.c 32 test_target_ops::info () const function in class:test_target_ops
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-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-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-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;
  /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...]

Completed in 86 milliseconds

1 2 3 4 5 6 7 8 91011>>