Home
last modified time | relevance | path

Searched refs:status (Results 18676 - 18700 of 23551) sorted by relevance

1...<<741742743744745746747748749750>>...943

/third_party/musl/libc-test/src/functionalext/supplement/ldso/ldso_gtest/
H A Dldso_dlopen_ext_test.cpp250 int status = 0; in WriteRelro() local
251 int waitPid = waitpid(pid, &status, 0); in WriteRelro()
/third_party/musl/libc-test/src/functionalext/ldso_randomization/
H A Dldso_randomization_test.c357 int status; in dlopen_ext_randomization_0900() local
358 waitpid(pid, &status, 0); in dlopen_ext_randomization_0900()
/third_party/node/deps/openssl/openssl/apps/lib/
H A Dcmp_mock_srv.c24 OSSL_CMP_PKISI *statusOut; /* status for ip/cp/kup/rp msg unless polling */
115 int ossl_cmp_mock_srv_set_statusInfo(OSSL_CMP_SRV_CTX *srv_ctx, int status, in ossl_cmp_mock_srv_set_statusInfo() argument
125 if ((si = OSSL_CMP_STATUSINFO_new(status, fail_info, text)) == NULL) in ossl_cmp_mock_srv_set_statusInfo()
/third_party/node/deps/openssl/openssl/include/openssl/
H A Dts.h45 /* Possible values for status. */
260 * set the status info/failure info of the response).
313 /* Maximum status message length */
335 int status, const char *text);
337 /* Sets the status info only if it is still TS_STATUS_GRANTED. */
339 int status, const char *text);
350 * In case of errors it sets the status info properly.
/third_party/python/Lib/test/test_asyncio/
H A Dutils.py187 status = '200 OK'
189 start_response(status, headers)
/third_party/pulseaudio/src/modules/jack/
H A Dmodule-jack-sink.c300 jack_status_t status; in pa__init() local
354 if (!(u->client = jack_client_open(client_name, server_name ? JackServerName : JackNullOption, &status, server_name))) { in pa__init()
H A Dmodule-jack-source.c248 jack_status_t status; in pa__init() local
296 if (!(u->client = jack_client_open(client_name, server_name ? JackServerName : JackNullOption, &status, server_name))) { in pa__init()
/third_party/openssl/apps/lib/
H A Dcmp_mock_srv.c24 OSSL_CMP_PKISI *statusOut; /* status for ip/cp/kup/rp msg unless polling */
115 int ossl_cmp_mock_srv_set_statusInfo(OSSL_CMP_SRV_CTX *srv_ctx, int status, in ossl_cmp_mock_srv_set_statusInfo() argument
125 if ((si = OSSL_CMP_STATUSINFO_new(status, fail_info, text)) == NULL) in ossl_cmp_mock_srv_set_statusInfo()
/third_party/skia/third_party/externals/spirv-tools/test/opt/
H A Dlocal_ssa_elim_test.cpp1601 const auto status = pass->Run(context.get()); in TEST_F() local
1602 EXPECT_TRUE(status == Pass::Status::SuccessWithChange); in TEST_F()
/third_party/openssl/include/openssl/
H A Dts.h45 /* Possible values for status. */
260 * set the status info/failure info of the response).
313 /* Maximum status message length */
335 int status, const char *text);
337 /* Sets the status info only if it is still TS_STATUS_GRANTED. */
339 int status, const char *text);
350 * In case of errors it sets the status info properly.
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/
H A Dlocal_ssa_elim_test.cpp1601 const auto status = pass->Run(context.get()); in TEST_F() local
1602 EXPECT_TRUE(status == Pass::Status::SuccessWithChange); in TEST_F()
/third_party/skia/third_party/externals/angle2/util/posix/
H A Dcrash_handler_posix.cpp398 int status;
399 waitpid(pid, &status, 0);
400 // Ignore the status, since we aren't going to handle it anyway.
/third_party/python/Lib/distutils/command/
H A Dbdist_rpm.py355 status = out.close()
356 if status:
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/
H A DMemoryBuffer.cpp310 if (sys::fs::status(FD, Status)) in shouldUseMmap()
350 std::error_code EC = sys::fs::status(FD, Status); in getOpenFileImpl()
/third_party/skia/third_party/externals/dawn/src/tests/unittests/validation/
H A DShaderModuleValidationTests.cpp179 auto callback = [](WGPUCompilationInfoRequestStatus status, const WGPUCompilationInfo* info, in TEST_F()
181 ASSERT_EQ(WGPUCompilationInfoRequestStatus_Success, status); in TEST_F()
/third_party/skia/third_party/externals/abseil-cpp/absl/status/internal/
H A Dstatusor_internal.h22 #include "absl/status/status.h"
139 ABSL_ATTRIBUTE_NORETURN static void Crash(const absl::Status& status);
303 // Construct the status (ie. status_) through placement new with the passed
390 ABSL_ATTRIBUTE_NORETURN void ThrowBadStatusOrAccess(absl::Status status);
/third_party/vk-gl-cts/modules/egl/
H A DteglResizeTests.cpp335 ResultCollector& status) in checkSurfaceSize()
343 status.check(eglSize == nativeSize, oss.str()); in checkSurfaceSize()
330 checkSurfaceSize(const Library& egl, EGLDisplay eglDisplay, EGLSurface eglSurface, const NativeWindow& nativeWindow, IVec2 reqSize, ResultCollector& status) checkSurfaceSize() argument
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
H A Diapp.c109 u8 status; member
139 u8 status; member
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DFramebuffer.h56 static FramebufferStatus Incomplete(GLenum status, const char *reason);
58 GLenum status = GL_FRAMEBUFFER_COMPLETE; member
/kernel/linux/linux-5.10/drivers/scsi/
H A Dadvansys.c256 uchar status; member
1760 uchar done_status; /* Completion status. */
1761 uchar scsi_status; /* SCSI status byte. */
1762 uchar host_status; /* Ucode host status. */
3270 /* Indicate whether the device has returned queue full status. */ in asc_prt_asc_board_info()
4300 * Clear the idle command status which is set by the microcode in AdvSendIdleCmd()
4356 int status; in AdvResetSB() local
4362 status = AdvSendIdleCmd(asc_dvc, (ushort)IDLE_CMD_SCSI_RESET_START, 0L); in AdvResetSB()
4363 if (status != ADV_TRUE) { in AdvResetSB()
4364 return status; in AdvResetSB()
5821 int status; AdvResetChipAndSB() local
7018 int status; AscISR() local
7110 int status; advansys_reset() local
10717 int status; AdvInitGetConfig() local
[all...]
/kernel/linux/linux-6.6/drivers/scsi/
H A Dadvansys.c247 uchar status; member
1747 uchar done_status; /* Completion status. */
1748 uchar scsi_status; /* SCSI status byte. */
1749 uchar host_status; /* Ucode host status. */
3221 /* Indicate whether the device has returned queue full status. */ in asc_prt_asc_board_info()
4251 * Clear the idle command status which is set by the microcode in AdvSendIdleCmd()
4307 int status; in AdvResetSB() local
4313 status = AdvSendIdleCmd(asc_dvc, (ushort)IDLE_CMD_SCSI_RESET_START, 0L); in AdvResetSB()
4314 if (status != ADV_TRUE) { in AdvResetSB()
4315 return status; in AdvResetSB()
5772 int status; AdvResetChipAndSB() local
6932 int status; AscISR() local
7024 int status; advansys_reset() local
10532 int status; AdvInitGetConfig() local
[all...]
/kernel/linux/linux-5.10/drivers/media/dvb-frontends/
H A Ddib8000.c95 s32 status; member
1297 state->status = FE_STATUS_TUNE_FAILED; in dib8000_agc_startup()
2880 return state->status; in dib8000_get_status()
2901 state->status = FE_STATUS_TUNE_PENDING; in dib8000_tune_restart_from_demod()
3038 dprintk("IN: context status = %d, TUNE_STATE %d autosearch step = %u jiffies = %lu\n", in dib8000_tune()
3048 state->status = FE_STATUS_TUNE_PENDING; in dib8000_tune()
3100 state->status = FE_STATUS_TUNE_FAILED; in dib8000_tune()
3105 state->status = FE_STATUS_FFT_SUCCESS; /* signal to the upper layer, that there was a channel found and the parameters can be read */ in dib8000_tune()
3172 state->status = FE_STATUS_TUNE_FAILED; in dib8000_tune()
3222 state->status in dib8000_tune()
[all...]
/kernel/linux/linux-5.10/fs/ocfs2/
H A Drefcounttree.c4728 int status; in ocfs2_reflink_inodes_lock() local
4735 status = ocfs2_rw_lock(inode1, 1); in ocfs2_reflink_inodes_lock()
4736 if (status) { in ocfs2_reflink_inodes_lock()
4737 mlog_errno(status); in ocfs2_reflink_inodes_lock()
4741 status = ocfs2_rw_lock(inode2, 1); in ocfs2_reflink_inodes_lock()
4742 if (status) { in ocfs2_reflink_inodes_lock()
4743 mlog_errno(status); in ocfs2_reflink_inodes_lock()
4760 status = ocfs2_inode_lock_nested(inode1, &bh1, 1, in ocfs2_reflink_inodes_lock()
4762 if (status < 0) { in ocfs2_reflink_inodes_lock()
4763 if (status ! in ocfs2_reflink_inodes_lock()
[all...]
/kernel/linux/linux-5.10/drivers/staging/comedi/drivers/
H A Dni_mio_common.c1066 * no checks on the FIFO status are performed. in ni_ai_fifo_read()
1286 unsigned short status) in handle_a_interrupt()
1291 if (status & (NISTC_AI_STATUS1_ERR | in handle_a_interrupt()
1293 if (status == 0xffff) { in handle_a_interrupt()
1303 if (status & NISTC_AI_STATUS1_ERR) { in handle_a_interrupt()
1305 status); in handle_a_interrupt()
1310 if (status & NISTC_AI_STATUS1_OVER) in handle_a_interrupt()
1314 if (status & NISTC_AI_STATUS1_SC_TC) { in handle_a_interrupt()
1320 if (status & NISTC_AI_STATUS1_FIFO_HF) { in handle_a_interrupt()
1337 if (status in handle_a_interrupt()
1284 handle_a_interrupt(struct comedi_device *dev, struct comedi_subdevice *s, unsigned short status) handle_a_interrupt() argument
4742 unsigned short status; cs5529_wait_for_idle() local
4786 unsigned short status; cs5529_do_conversion() local
[all...]
/kernel/linux/linux-6.6/drivers/media/dvb-frontends/
H A Ddib8000.c95 s32 status; member
1297 state->status = FE_STATUS_TUNE_FAILED; in dib8000_agc_startup()
2880 return state->status; in dib8000_get_status()
2901 state->status = FE_STATUS_TUNE_PENDING; in dib8000_tune_restart_from_demod()
3038 dprintk("IN: context status = %d, TUNE_STATE %d autosearch step = %u jiffies = %lu\n", in dib8000_tune()
3048 state->status = FE_STATUS_TUNE_PENDING; in dib8000_tune()
3100 state->status = FE_STATUS_TUNE_FAILED; in dib8000_tune()
3105 state->status = FE_STATUS_FFT_SUCCESS; /* signal to the upper layer, that there was a channel found and the parameters can be read */ in dib8000_tune()
3172 state->status = FE_STATUS_TUNE_FAILED; in dib8000_tune()
3222 state->status in dib8000_tune()
[all...]

Completed in 79 milliseconds

1...<<741742743744745746747748749750>>...943