Home
last modified time | relevance | path

Searched refs:status (Results 13051 - 13075 of 22843) sorted by relevance

1...<<521522523524525526527528529530>>...914

/third_party/node/deps/openssl/openssl/crypto/ocsp/
H A Docsp_cl.c115 /* Get response status */
244 * Extract status information from an OCSP_SINGLERESP structure. Note: the
245 * revtime and reason values are only set if the certificate status is
246 * revoked. Returns numerical value of status.
281 * found extract status information. Return 0 is successful.
283 int OCSP_resp_find_status(OCSP_BASICRESP *bs, OCSP_CERTID *id, int *status, in OCSP_resp_find_status() argument
297 if (status != NULL) in OCSP_resp_find_status()
298 *status = i; in OCSP_resp_find_status()
/third_party/openssl/crypto/ocsp/
H A Docsp_cl.c115 /* Get response status */
244 * Extract status information from an OCSP_SINGLERESP structure. Note: the
245 * revtime and reason values are only set if the certificate status is
246 * revoked. Returns numerical value of status.
281 * found extract status information. Return 0 is successful.
283 int OCSP_resp_find_status(OCSP_BASICRESP *bs, OCSP_CERTID *id, int *status, in OCSP_resp_find_status() argument
297 if (status != NULL) in OCSP_resp_find_status()
298 *status = i; in OCSP_resp_find_status()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
H A DShaderGL.cpp218 GLint status = GL_FALSE; in peekCompletion() local
219 functions->getShaderiv(mShaderID, GL_COMPLETION_STATUS, &status); in peekCompletion()
220 return status == GL_TRUE; in peekCompletion()
/third_party/skia/src/gpu/gl/
H A DGrGLRenderTarget.cpp252 GrGLenum status; in bindInternal() local
253 GL_CALL_RET(status, CheckFramebufferStatus(fboTarget)); in bindInternal()
254 if (status != GR_GL_FRAMEBUFFER_COMPLETE) { in bindInternal()
/third_party/openssl/providers/fips/
H A Dself_test.c185 int ret = 0, status; in verify_integrity() local
209 status = read_ex_cb(bio, buf, sizeof(buf), &bytes_read); in verify_integrity()
210 if (status != 1) in verify_integrity()
/third_party/skia/third_party/externals/microhttpd/src/include/
H A Dmicrospdy.h741 * @param status shows if actually the response was sent or it was
744 * status indicates an error but parts of the response headers
756 enum SPDY_RESPONSE_RESULT status,
1128 * @param status HTTP status code for the response (e.g. 404)
1129 * @param statustext HTTP status message for the response, which will
1130 * be appended to the status code (e.g. "OK"). Can be NULL
1143 SPDY_build_response (int status,
1163 * @param status HTTP status cod
[all...]
/third_party/skia/third_party/externals/angle2/util/fuchsia/
H A DScenicWindow.cpp21 #include <zircon/status.h>
249 void ScenicWindow::onScenicError(zx_status_t status) in onScenicError() argument
251 WARN() << "OnScenicError: " << zx_status_get_string(status); in onScenicError()
/third_party/skia/third_party/externals/angle2/util/posix/
H A Dtest_utils_posix.cpp254 int status = 0; variable
255 pid_t returnedPID = ::waitpid(mPID, &status, WNOHANG);
268 mExitCode = WEXITSTATUS(status);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DFileCollector.cpp105 /// status object.
135 // Get the status of the original file/directory. in copyFiles()
137 if (std::error_code EC = sys::fs::status(entry.VPath, Stat)) { in copyFiles()
199 llvm::ErrorOr<llvm::vfs::Status> status(const Twine &Path) override {
200 auto Result = FS->status(Path);
/third_party/skia/tools/fm/fm_bot/
H A Dfm_bot.go210 status := "#done"
212 status = fmt.Sprintf("#failed (%v)", err)
228 strings.Join(cmd.Args, " "), status, time.Since(start), output)
/third_party/skia/third_party/externals/abseil-cpp/absl/types/internal/
H A Dconformance_testing_helpers.h58 int status = 0; in NameOfImpl() local
62 abi::__cxa_demangle(typeid(T).name(), nullptr, nullptr, &status); in NameOfImpl()
64 if (status == 0 && demangled_name != nullptr) { in NameOfImpl()
/third_party/rust/crates/rustix/src/backend/linux_raw/process/
H A Dsyscalls.rs502 let mut status = MaybeUninit::<u32>::uninit(); variables
506 &mut status,
513 WaitStatus::new(status.assume_init()),
/third_party/spirv-tools/source/opt/
H A Dspread_volatile_semantics.cpp97 Status status = Status::SuccessWithoutChange; in SpreadVolatileSemanticsToVariables() local
110 status = Status::SuccessWithChange; in SpreadVolatileSemanticsToVariables()
112 return status; in SpreadVolatileSemanticsToVariables()
/third_party/spirv-tools/test/opt/
H A Dspread_volatile_semantics_test.cpp1129 Pass::Status status; in TEST_F() local
1130 std::tie(std::ignore, status) = in TEST_F()
1133 EXPECT_EQ(status, Pass::Status::SuccessWithoutChange); in TEST_F()
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fFboTestCase.cpp139 deUint32 status = glCheckFramebufferStatus(target); in checkFramebufferStatus() local
140 if (status != GL_FRAMEBUFFER_COMPLETE) in checkFramebufferStatus()
141 throw FboTestUtil::FboIncompleteException(status, __FILE__, __LINE__); in checkFramebufferStatus()
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fFboTestCase.cpp143 deUint32 status = glCheckFramebufferStatus(target); in checkFramebufferStatus() local
144 if (status != GL_FRAMEBUFFER_COMPLETE) in checkFramebufferStatus()
145 throw FboTestUtil::FboIncompleteException(status, __FILE__, __LINE__); in checkFramebufferStatus()
/third_party/vk-gl-cts/modules/glshared/
H A DglsFboUtil.hpp370 void addFBOErrorStatus (glw::GLenum status, const char* description);
401 void addFBOStatus (glw::GLenum status, const char* description);
402 void addPotentialFBOStatus (glw::GLenum status, const char* description);
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
H A Dnotify.h162 int status, const u8 *bssid);
172 enum p2p_prov_disc_status status,
194 void wpas_notify_eap_status(struct wpa_supplicant *wpa_s, const char *status,
/foundation/multimedia/player_framework/frameworks/js/avrecorder/
H A Davrecorder_napi.cpp96 napi_status status = napi_define_class(env, CLASS_NAME.c_str(), NAPI_AUTO_LENGTH, Constructor, nullptr, in Init() local
98 CHECK_AND_RETURN_RET_LOG(status == napi_ok, nullptr, "Failed to define AVRecorder class"); in Init()
100 status = napi_create_reference(env, constructor, 1, &constructor_); in Init()
101 CHECK_AND_RETURN_RET_LOG(status == napi_ok, nullptr, "Failed to create reference of constructor"); in Init()
103 status = napi_set_named_property(env, exports, CLASS_NAME.c_str(), constructor); in Init()
104 CHECK_AND_RETURN_RET_LOG(status == napi_ok, nullptr, "Failed to set constructor"); in Init()
106 status = napi_define_properties(env, exports, sizeof(staticProperty) / sizeof(staticProperty[0]), staticProperty); in Init()
107 CHECK_AND_RETURN_RET_LOG(status == napi_ok, nullptr, "Failed to define static function"); in Init()
122 napi_status status = napi_get_cb_info(env, info, &argCount, nullptr, &jsThis, nullptr); in Constructor() local
123 CHECK_AND_RETURN_RET_LOG(status in Constructor()
186 napi_status status = napi_get_cb_info(env, info, &argCount, args, &jsThis, nullptr); JsCreateAVRecorder() local
[all...]
/kernel/linux/linux-5.10/drivers/net/wireless/atmel/
H A Datmel.c690 u8 status = atmel_rmem8(priv, atmel_tx(priv, TX_DESC_STATUS_OFFSET, priv->tx_desc_head)); in tx_done_irq() local
710 if (status == TX_STATUS_SUCCESS) in tx_done_irq()
1062 u8 status = atmel_rmem8(priv, atmel_rx(priv, RX_DESC_STATUS_OFFSET, priv->rx_desc_head)); in rx_done_irq() local
1065 if (status != RX_STATUS_SUCCESS) { in rx_done_irq()
1066 if (status == 0xc1) /* determined by experiment */ in rx_done_irq()
1087 arrived with the same crc status, we assume we know what's in rx_done_irq()
1270 priv->wstats.status = priv->station_state; in atmel_get_wireless_stats()
2697 __le16 status; member
2861 auth.status = 0; in send_authentication_request()
3027 u16 status in authenticate() local
3113 __le16 status; associate() member
3120 u16 status = le16_to_cpu(ass_resp->status); associate() local
3486 u8 status = atmel_rmem8(priv, atmel_co(priv, CMD_BLOCK_STATUS_OFFSET)); atmel_command_irq() local
4048 int i, status; atmel_send_command_wait() local
[all...]
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dmac80211.c252 u32 status = le32_to_cpu(resp->status); in iwl_mvm_get_regdomain() local
254 *changed = (status == MCC_RESP_NEW_CHAN_PROFILE || in iwl_mvm_get_regdomain()
255 status == MCC_RESP_ILLEGAL); in iwl_mvm_get_regdomain()
809 !test_bit(IWL_MVM_STATUS_ROC_RUNNING, &mvm->status) && in iwl_mvm_mac_tx()
810 !test_bit(IWL_MVM_STATUS_ROC_AUX_RUNNING, &mvm->status)) in iwl_mvm_mac_tx()
859 * thread should check the queue's status one more time before leaving. in iwl_mvm_mac_itxq_xmit()
1134 if (test_bit(IWL_MVM_STATUS_HW_RESTART_REQUESTED, &mvm->status)) { in __iwl_mvm_mac_start()
1139 set_bit(IWL_MVM_STATUS_IN_HW_RESTART, &mvm->status); in __iwl_mvm_mac_start()
1140 clear_bit(IWL_MVM_STATUS_HW_RESTART_REQUESTED, &mvm->status); in __iwl_mvm_mac_start()
[all...]
/kernel/linux/linux-5.10/drivers/net/ethernet/stmicro/stmmac/
H A Dstmmac_main.c451 /* check tx tstamp status */ in stmmac_get_tx_hwtstamp()
2059 int status; in stmmac_tx_clean() local
2068 status = stmmac_tx_status(priv, &priv->dev->stats, in stmmac_tx_clean()
2071 if (unlikely(status & tx_dma_own)) in stmmac_tx_clean()
2082 if (likely(!(status & tx_not_ls))) { in stmmac_tx_clean()
2083 /* ... verify the status error condition */ in stmmac_tx_clean()
2084 if (unlikely(status & tx_err)) { in stmmac_tx_clean()
2230 int status = stmmac_dma_interrupt_status(priv, priv->ioaddr, in stmmac_napi_check() local
2235 if ((status & handle_rx) && (chan < priv->plat->rx_queues_to_use)) { in stmmac_napi_check()
2244 if ((status in stmmac_napi_check()
2270 int status[max_t(u32, MTL_MAX_TX_QUEUES, MTL_MAX_RX_QUEUES)]; stmmac_dma_interrupt() local
3759 stmmac_rx_buf1_len(struct stmmac_priv *priv, struct dma_desc *p, int status, unsigned int len) stmmac_rx_buf1_len() argument
3787 stmmac_rx_buf2_len(struct stmmac_priv *priv, struct dma_desc *p, int status, unsigned int len) stmmac_rx_buf2_len() argument
3821 int status = 0, coe = priv->hw->rx_csum; stmmac_rx() local
4233 int status = stmmac_host_irq_status(priv, priv->hw, &priv->xstats); stmmac_interrupt() local
[all...]
/kernel/linux/linux-5.10/drivers/message/fusion/
H A Dmptsas.c1227 ioc->taskmgmt_cmds.status |= MPT_MGMT_STATUS_COMMAND_GOOD; in mptsas_taskmgmt_complete()
1228 ioc->taskmgmt_cmds.status |= MPT_MGMT_STATUS_RF_VALID; in mptsas_taskmgmt_complete()
1231 if (ioc->taskmgmt_cmds.status & MPT_MGMT_STATUS_PENDING) { in mptsas_taskmgmt_complete()
1232 ioc->taskmgmt_cmds.status &= ~MPT_MGMT_STATUS_PENDING; in mptsas_taskmgmt_complete()
1313 if (ioc->sas_mgmt.status & MPT_MGMT_STATUS_PENDING) { in mptsas_ioc_reset()
1314 ioc->sas_mgmt.status |= MPT_MGMT_STATUS_DID_IOCRESET; in mptsas_ioc_reset()
2064 ioc->sas_mgmt.status |= MPT_MGMT_STATUS_COMMAND_GOOD; in mptsas_mgmt_done()
2066 ioc->sas_mgmt.status |= MPT_MGMT_STATUS_RF_VALID; in mptsas_mgmt_done()
2071 if (ioc->sas_mgmt.status & MPT_MGMT_STATUS_PENDING) { in mptsas_mgmt_done()
2072 ioc->sas_mgmt.status in mptsas_mgmt_done()
4636 int status; mptsas_send_raid_event() local
[all...]
/kernel/linux/linux-6.6/drivers/message/fusion/
H A Dmptsas.c1255 ioc->taskmgmt_cmds.status |= MPT_MGMT_STATUS_COMMAND_GOOD; in mptsas_taskmgmt_complete()
1256 ioc->taskmgmt_cmds.status |= MPT_MGMT_STATUS_RF_VALID; in mptsas_taskmgmt_complete()
1259 if (ioc->taskmgmt_cmds.status & MPT_MGMT_STATUS_PENDING) { in mptsas_taskmgmt_complete()
1260 ioc->taskmgmt_cmds.status &= ~MPT_MGMT_STATUS_PENDING; in mptsas_taskmgmt_complete()
1341 if (ioc->sas_mgmt.status & MPT_MGMT_STATUS_PENDING) { in mptsas_ioc_reset()
1342 ioc->sas_mgmt.status |= MPT_MGMT_STATUS_DID_IOCRESET; in mptsas_ioc_reset()
2092 ioc->sas_mgmt.status |= MPT_MGMT_STATUS_COMMAND_GOOD; in mptsas_mgmt_done()
2094 ioc->sas_mgmt.status |= MPT_MGMT_STATUS_RF_VALID; in mptsas_mgmt_done()
2099 if (ioc->sas_mgmt.status & MPT_MGMT_STATUS_PENDING) { in mptsas_mgmt_done()
2100 ioc->sas_mgmt.status in mptsas_mgmt_done()
4665 int status; mptsas_send_raid_event() local
[all...]
/kernel/linux/linux-6.6/drivers/net/wireless/atmel/
H A Datmel.c689 u8 status = atmel_rmem8(priv, atmel_tx(priv, TX_DESC_STATUS_OFFSET, priv->tx_desc_head)); in tx_done_irq() local
709 if (status == TX_STATUS_SUCCESS) in tx_done_irq()
1061 u8 status = atmel_rmem8(priv, atmel_rx(priv, RX_DESC_STATUS_OFFSET, priv->rx_desc_head)); in rx_done_irq() local
1064 if (status != RX_STATUS_SUCCESS) { in rx_done_irq()
1065 if (status == 0xc1) /* determined by experiment */ in rx_done_irq()
1086 arrived with the same crc status, we assume we know what's in rx_done_irq()
1269 priv->wstats.status = priv->station_state; in atmel_get_wireless_stats()
2692 __le16 status; member
2856 auth.status = 0; in send_authentication_request()
3022 u16 status in authenticate() local
3108 __le16 status; associate() member
3115 u16 status = le16_to_cpu(ass_resp->status); associate() local
3481 u8 status = atmel_rmem8(priv, atmel_co(priv, CMD_BLOCK_STATUS_OFFSET)); atmel_command_irq() local
4048 int i, status; atmel_send_command_wait() local
[all...]

Completed in 49 milliseconds

1...<<521522523524525526527528529530>>...914