|   /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/ | 
| qcom-ipq4018-ap120c-ac.dts  | 9 		status: status {  label  10 			label = "ap120c-ac:blue:status";
  | 
|   /src/lib/libc/gen/ | 
| waitid.c  | 50 	int status;  local in function:__weak_alias  52 	switch (wait6(idtype, id, &status, flags, NULL, info)) {
  | 
|   /src/sys/dev/wscons/ | 
| wsdisplay_vcons_util.c  | 52 	int status = scr->scr_status;  local in function:vcons_replay_msgbuf  66 	scr->scr_status = status;
  | 
|   /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/ | 
| sanitizer_nolibc_test.cc  | 27   int status = system(NolibcTestPath.c_str());  local in function:TEST  28   EXPECT_EQ(true, WIFEXITED(status)); 29   EXPECT_EQ(0, WEXITSTATUS(status));
  | 
|   /src/tools/xz-include/ | 
| Makefile  | 16 config.status: ${XZSRCDIR}/configure 20 CLEANFILES+=	config.log config.status config.h libtool stamp-h1 22 realdepends realall: config.status
  | 
|   /src/usr.bin/getopt/ | 
| getopt.c  | 21 	int status = 0;  local in function:main  27 			status = 1;	/* getopt routine gave message */ 40 	exit(status);
  | 
|   /src/games/sail/ | 
| pl_1.c  | 131 	int status;  local in function:child  136 		pid = wait3(&status, WNOHANG, (struct rusage *)0); 137 		if (pid < 0 || (pid > 0 && !WIFSTOPPED(status)))
  | 
|   /src/lib/libc/db/btree/ | 
| bt_get.c  | 70 	int exact, status;  local in function:__bt_get  93 	status = __bt_ret(t, e, NULL, NULL, data, &t->bt_rdata, 0); 103 	return (status);
  | 
|   /src/lib/libc/db/recno/ | 
| rec_seq.c  | 69 	int status;  local in function:__rec_seq  113 		    (status = t->bt_irec(t, nrec)) != RET_SUCCESS) 114 			return (status); 125 	status = __rec_ret(t, e, nrec, key, data); 130 	return (status);
  | 
|   /src/lib/libform/ | 
| post.c  | 44 	int rows, cols, status;  local in function:post_form  75 	if ((status = _formi_draw_page(form)) != E_OK) 76 		return status;
  | 
|   /src/sys/external/bsd/drm2/dist/drm/amd/display/modules/hdcp/ | 
| amdgpu_hdcp1_transition.c  | 38 	enum mod_hdcp_status status = MOD_HDCP_STATUS_SUCCESS;  local in function:mod_hdcp_hdcp1_transition  58 			fail_and_restart_in_ms(0, &status, output); 66 			fail_and_restart_in_ms(0, &status, output); 76 			fail_and_restart_in_ms(0, &status, output); 85 			fail_and_restart_in_ms(1000, &status, output); 88 			fail_and_restart_in_ms(0, &status, output); 105 			fail_and_restart_in_ms(0, &status, output); 118 				fail_and_restart_in_ms(0, &status, output); 141 			fail_and_restart_in_ms(0, &status, output); 149 		status = MOD_HDCP_STATUS_INVALID_STATE 162  enum mod_hdcp_status status = MOD_HDCP_STATUS_SUCCESS;  local in function:mod_hdcp_hdcp1_dp_transition      [all...] | 
| amdgpu_hdcp2_transition.c  | 38 	enum mod_hdcp_status status = MOD_HDCP_STATUS_SUCCESS;  local in function:mod_hdcp_hdcp2_transition  60 			fail_and_restart_in_ms(0, &status, output); 63 			fail_and_restart_in_ms(0, &status, output); 80 				fail_and_restart_in_ms(1000, &status, output); 93 			fail_and_restart_in_ms(0, &status, output); 107 			fail_and_restart_in_ms(0, &status, output); 122 				fail_and_restart_in_ms(1000, &status, output); 130 			fail_and_restart_in_ms(0, &status, output); 144 				fail_and_restart_in_ms(0, &status, output); 154 			fail_and_restart_in_ms(0, &status, output) 380  enum mod_hdcp_status status = MOD_HDCP_STATUS_SUCCESS;  local in function:mod_hdcp_hdcp2_dp_transition      [all...] | 
|   /src/sys/external/bsd/gnu-efi/dist/apps/ | 
| setdbg.c  | 16 	EFI_STATUS status;  local in function:efi_main  21 	status = RT->SetVariable(L"SHIM_DEBUG", &SHIM_GUID, 26 	if (EFI_ERROR(status)) 27 		Print(L"SetVariable failed: %r\n", status); 30 	status = RT->SetVariable(L"GRUB_ENV", &SHIM_GUID, 35 	if (EFI_ERROR(status)) 36 		Print(L"SetVariable(GRUB_ENV) failed: %r\n", status);
  | 
| printenv.c  | 9 	EFI_STATUS status;  local in function:efi_main  25 		status = uefi_call_wrapper(RT->GetNextVariableName, 3, &size, name, &vendor); 26 		if (status != EFI_SUCCESS)
  | 
| unsetdbg.c  | 16 	EFI_STATUS status;  local in function:efi_main  20 	status = RT->SetVariable(L"SHIM_DEBUG", &SHIM_GUID, 25 	if (EFI_ERROR(status)) 26 		Print(L"SetVariable failed: %r\n", status); 29 	status = RT->SetVariable(L"GRUB_ENV", &SHIM_GUID, 34 	if (EFI_ERROR(status)) 35 		Print(L"SetVariable(GRUB_ENV) failed: %r\n", status);
  | 
|   /src/sys/net/agr/ | 
| if_agrmonitor.c  | 47 	u_int status;  local in function:agrport_monitor  50 	status = IFM_AVALID; 54 		error = agr_port_getmedia(port, &media, &status); 62 	if ((status & (IFM_AVALID | IFM_ACTIVE)) == IFM_AVALID)
  | 
|   /src/lib/libcurses/ | 
| putchar.c  | 61 	int status;  local in function:__cputchar_args  65 	status = putc(ch, outfd); 67 	return status; 87 	int status;  local in function:__cputwchar_args  91 	status = putwc(wch, outfd); 93 	return status;
  | 
|   /src/lib/libmenu/ | 
| driver.c  | 48 	int drv_top_row, drv_scroll, i, it, status = E_OK;  local in function:menu_driver  230 			  status = _menui_match_pattern(menu, 0, 239 			  status = _menui_match_pattern(menu, 0, 250 		status = _menui_match_pattern(menu, (unsigned char) c, 282 	return status;
  | 
|   /src/sys/arch/i386/stand/efiboot/ | 
| efidelay.c  | 34 	EFI_STATUS status;  local in function:delay  39 	status = uefi_call_wrapper(BS->Stall, 1, us); 40 	if (EFI_ERROR(status)) { 41 		StatusToString(errmsg, status); 47 		    (uintmax_t)status);
  | 
|   /src/sys/arch/ia64/stand/efi/libefi/ | 
| efifpswa.c  | 47 	EFI_STATUS	status;  local in function:fpswa_init  55 	status = BS->LocateHandle(ByProtocol, &fpswaid, 0, &sz, &fpswa_handle); 56 	if (EFI_ERROR(status)) 59 	status = BS->HandleProtocol(fpswa_handle, &fpswaid, (VOID **)&fpswa); 60 	if (EFI_ERROR(status))
  | 
|   /src/sys/external/bsd/compiler_rt/dist/lib/tsan/benchmarks/ | 
| start_many_threads.cc  | 40     int status = pthread_create(&t[i], 0, Thread, (void*)i);  local in function:main  41     assert(status == 0);
  | 
|   /src/tests/kernel/ | 
| h_fpufork.c  | 45 	int status;  local in function:main  57 	if ((child = wait(&status)) == -1) 59 	if (WIFSIGNALED(status)) 60 		errx(1, "child exited on signal %d", WTERMSIG(status)); 61 	if (!WIFEXITED(status)) 63 	return WEXITSTATUS(status);
  | 
|   /src/tests/lib/libc/sys/ | 
| t_ptrace_kill_wait.h  | 35 	int status;  local in function:ptrace_kill  54 	TWAIT_REQUIRE_SUCCESS(wpid = TWAIT_GENERIC(child, &status, 0), child); 56 	validate_status_stopped(status, sigval); 69 	TWAIT_REQUIRE_SUCCESS(wpid = TWAIT_GENERIC(child, &status, 0), child); 71 	validate_status_signaled(status, SIGKILL, 0); 74 	TWAIT_REQUIRE_FAILURE(ECHILD, wpid = TWAIT_GENERIC(child, &status, 0));
  | 
|   /src/tests/rump/rumpkern/ | 
| t_signals.c  | 99 	int status;  local in function:ATF_TC_BODY  111 		wait(&status); 112 		ATF_REQUIRE(WIFSIGNALED(status) && WTERMSIG(status) == SIGABRT);
  | 
|   /src/sys/arch/i386/stand/efiboot/bootx64/ | 
| efibootx64.c  | 46 	EFI_STATUS status;  local in function:efi_md_init  52 	status = uefi_call_wrapper(BS->AllocatePages, 4, AllocateMaxAddress, 54 	if (EFI_ERROR(status)) 56 		    __func__, sz, (uintmax_t)status); 62 	status = uefi_call_wrapper(BS->AllocatePages, 4, AllocateMaxAddress, 64 	if (EFI_ERROR(status)) 66 		    __func__, sz, (uintmax_t)status);
  |