| /src/lib/libc/sys/ |
| sigqueue.c | 50 siginfo_t info; local in function:sigqueue 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 in function:sigqueue 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 in function:sigqueue 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 in function:__weak_alias 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 [all...] |
| feraiseexcept.c | 56 siginfo_t info; local in function:__weak_alias 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 [all...] |
| feraiseexcept.c | 56 siginfo_t info; local in function:__weak_alias 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 [all...] |
| /src/usr.bin/make/unit-tests/ |
| directive-ifmake.mk | 14 . info ok: positive condition works target 26 . info ok: negation works target 36 . info ok: double negation works target 44 . info ok: both mentioned target 52 . info ok: only those mentioned target 63 . info Targets can even be added at parse time. 65 . info No, targets cannot be added at parse time anymore. 82 . info ok
|
| directive-ifmake.mk | 14 . info ok: positive condition works target 26 . info ok: negation works target 36 . info ok: double negation works target 44 . info ok: both mentioned target 52 . info ok: only those mentioned target 63 . info Targets can even be added at parse time. 65 . info No, targets cannot be added at parse time anymore. 82 . info ok
|
| directive-ifmake.mk | 14 . info ok: positive condition works target 26 . info ok: negation works target 36 . info ok: double negation works target 44 . info ok: both mentioned target 52 . info ok: only those mentioned target 63 . info Targets can even be added at parse time. 65 . info No, targets cannot be added at parse time anymore. 82 . info ok
|
| directive-info.mk | 1 # $NetBSD: directive-info.mk,v 1.11 2023/06/01 20:56:35 rillig Exp $ 3 # Tests for the .info directive. 11 # expect+1: begin .info tests 12 .info begin .info tests 15 # expect+1: Missing argument for ".info" 16 .info 18 .info message 20 .info indented message 25 .info.man: # not a message, but possibly a suffix rul [all...] |
| directive-info.mk | 1 # $NetBSD: directive-info.mk,v 1.11 2023/06/01 20:56:35 rillig Exp $ 3 # Tests for the .info directive. 11 # expect+1: begin .info tests 12 .info begin .info tests 15 # expect+1: Missing argument for ".info" 16 .info 18 .info message 20 .info indented message 25 .info.man: # not a message, but possibly a suffix rul [all...] |
| directive-info.mk | 1 # $NetBSD: directive-info.mk,v 1.11 2023/06/01 20:56:35 rillig Exp $ 3 # Tests for the .info directive. 11 # expect+1: begin .info tests 12 .info begin .info tests 15 # expect+1: Missing argument for ".info" 16 .info 18 .info message 20 .info indented message 25 .info.man: # not a message, but possibly a suffix rul [all...] |
| directive-elif.mk | 19 . info This branch is not taken. 25 . info XXX: This misspelling is not detected. target 26 . info This branch is not taken. 34 . info This branch is not taken. 39 . info XXX: This misspelling is not detected. target 54 . info This branch is taken. 66 . info This branch is taken. 73 . info This branch is taken. 75 . info This branch is not taken. 77 . info XXX: This misspelling is not detected target 86 . info XXX: This misspelling is not detected. target 108 . info XXX: This misspelling is not detected. target 111 . info XXX: This misspelling is not detected. target 121 . info XXX: This misspelling is not detected. target 124 . info XXX: This misspelling is not detected. target [all...] |
| directive-elif.mk | 19 . info This branch is not taken. 25 . info XXX: This misspelling is not detected. target 26 . info This branch is not taken. 34 . info This branch is not taken. 39 . info XXX: This misspelling is not detected. target 54 . info This branch is taken. 66 . info This branch is taken. 73 . info This branch is taken. 75 . info This branch is not taken. 77 . info XXX: This misspelling is not detected target 86 . info XXX: This misspelling is not detected. target 108 . info XXX: This misspelling is not detected. target 111 . info XXX: This misspelling is not detected. target 121 . info XXX: This misspelling is not detected. target 124 . info XXX: This misspelling is not detected. target [all...] |
| directive-elif.mk | 19 . info This branch is not taken. 25 . info XXX: This misspelling is not detected. target 26 . info This branch is not taken. 34 . info This branch is not taken. 39 . info XXX: This misspelling is not detected. target 54 . info This branch is taken. 66 . info This branch is taken. 73 . info This branch is taken. 75 . info This branch is not taken. 77 . info XXX: This misspelling is not detected target 86 . info XXX: This misspelling is not detected. target 108 . info XXX: This misspelling is not detected. target 111 . info XXX: This misspelling is not detected. target 121 . info XXX: This misspelling is not detected. target 124 . info XXX: This misspelling is not detected. target [all...] |
| /src/sys/arch/hpcmips/stand/pbsdboot/ |
| systeminfo.c | 44 SYSTEM_INFO info; local in function:set_system_info 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...] |
| systeminfo.c | 44 SYSTEM_INFO info; local in function:set_system_info 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...] |
| systeminfo.c | 44 SYSTEM_INFO info; local in function:set_system_info 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/lib/libossaudio/ |
| oss_caps.c | 37 struct audio_info info; local in function:_oss_get_caps 49 if (ioctl(fd, AUDIO_GETFORMAT, &info) != -1) { 51 info.play.channels : info.record.channels;
|
| oss_caps.c | 37 struct audio_info info; local in function:_oss_get_caps 49 if (ioctl(fd, AUDIO_GETFORMAT, &info) != -1) { 51 info.play.channels : info.record.channels;
|
| oss_caps.c | 37 struct audio_info info; local in function:_oss_get_caps 49 if (ioctl(fd, AUDIO_GETFORMAT, &info) != -1) { 51 info.play.channels : info.record.channels;
|
| /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/ |
| sanitizer_stacktrace_printer_test.cc | 71 AddressInfo info; local in function:__sanitizer::TEST 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...] |
| sanitizer_stacktrace_printer_test.cc | 71 AddressInfo info; local in function:__sanitizer::TEST 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/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/device/ |
| nouveau_nvkm_engine_device_acpi.c | 44 struct acpi_bus_event *info = data; local in function:nvkm_acpi_ntfy 46 if (!strcmp(info->device_class, "ac_adapter"))
|
| nouveau_nvkm_engine_device_acpi.c | 44 struct acpi_bus_event *info = data; local in function:nvkm_acpi_ntfy 46 if (!strcmp(info->device_class, "ac_adapter"))
|