/kernel/linux/linux-6.6/drivers/scsi/mpi3mr/ |
H A D | mpi3mr_fw.c | 395 if (cmdptr->state & MPI3MR_CMD_PENDING) { in mpi3mr_process_admin_reply_desc() 396 cmdptr->state |= MPI3MR_CMD_COMPLETE; in mpi3mr_process_admin_reply_desc() 399 cmdptr->state &= ~MPI3MR_CMD_PENDING; in mpi3mr_process_admin_reply_desc() 401 cmdptr->state |= MPI3MR_CMD_REPLY_VALID; in mpi3mr_process_admin_reply_desc() 1030 * Return a proper IOC state enum based on the IOC status and 1031 * IOC configuration and unrcoverable state of the controller. 1033 * Return: Current IOC state. 1202 * mpi3mr_bring_ioc_ready - Bring controller to ready state 1231 ioc_info(mrioc, "controller is in %s state during detection\n", in mpi3mr_bring_ioc_ready() 1251 "controller is in %s state afte in mpi3mr_bring_ioc_ready() [all...] |
/kernel/linux/linux-5.10/drivers/staging/rtl8723bs/core/ |
H A D | rtw_mlme_ext.c | 300 pmlmeext->sitesurvey_res.state = SCAN_DISABLE; in init_mlme_ext_priv_value() 305 pmlmeinfo->state = WIFI_FW_NULL_STATE; in init_mlme_ext_priv_value() 712 psta->state |= _FW_LINKED; in OnProbeReq() 762 if (pmlmeext->sitesurvey_res.state == SCAN_PROCESS) { in OnProbeRsp() 795 if (pmlmeext->sitesurvey_res.state == SCAN_PROCESS) { in OnBeacon() 801 if (pmlmeinfo->state & WIFI_FW_AUTH_NULL) { in OnBeacon() 832 if (((pmlmeinfo->state&0x03) == WIFI_FW_STATION_STATE) && (pmlmeinfo->state & WIFI_FW_ASSOC_SUCCESS)) { in OnBeacon() 849 } else if ((pmlmeinfo->state&0x03) == WIFI_FW_ADHOC_STATE) { in OnBeacon() 901 if ((pmlmeinfo->state in OnAuth() [all...] |
/kernel/linux/linux-5.10/drivers/infiniband/ulp/srpt/ |
H A D | ib_srpt.c | 105 * The only allowed channel state changes are those that change the channel 106 * state into a state with a higher numerical value. Hence the new > prev test. 115 prev = ch->state; in srpt_set_ch_state() 117 ch->state = new; in srpt_set_ch_state() 217 pr_debug("QP event %d on ch=%p sess_name=%s-%d state=%s\n", in srpt_qp_event() 219 get_ch_state_name(ch->state)); in srpt_qp_event() 229 pr_debug("%s-%d, state %s: received Last WQE event.\n", in srpt_qp_event() 231 get_ch_state_name(ch->state)); in srpt_qp_event() 772 * srpt_set_cmd_state - set the state o 1254 enum srpt_command_state state; srpt_abort_cmd() local 1751 enum srpt_command_state state; srpt_send_done() local 2811 enum srpt_command_state state; srpt_queue_response() local [all...] |
/kernel/linux/linux-6.6/drivers/infiniband/ulp/srpt/ |
H A D | ib_srpt.c | 109 * The only allowed channel state changes are those that change the channel 110 * state into a state with a higher numerical value. Hence the new > prev test. 119 prev = ch->state; in srpt_set_ch_state() 121 ch->state = new; in srpt_set_ch_state() 223 pr_debug("QP event %d on ch=%p sess_name=%s-%d state=%s\n", in srpt_qp_event() 225 get_ch_state_name(ch->state)); in srpt_qp_event() 235 pr_debug("%s-%d, state %s: received Last WQE event.\n", in srpt_qp_event() 237 get_ch_state_name(ch->state)); in srpt_qp_event() 778 * srpt_set_cmd_state - set the state o 1260 enum srpt_command_state state; srpt_abort_cmd() local 1761 enum srpt_command_state state; srpt_send_done() local 2820 enum srpt_command_state state; srpt_queue_response() local [all...] |
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
H A D | si_descriptors.c | 36 * could leave the list in a mid-IB state and the next IB would get wrong 52 * FMASK implies MSAA, therefore no sampler state. 268 static void si_set_buf_desc_address(struct si_resource *buf, uint64_t offset, uint32_t *state) in si_set_buf_desc_address() argument 272 state[0] = va; in si_set_buf_desc_address() 273 state[1] &= C_008F04_BASE_ADDRESS_HI; in si_set_buf_desc_address() 274 state[1] |= S_008F04_BASE_ADDRESS_HI(va >> 32); in si_set_buf_desc_address() 285 * \param state descriptor to update 291 bool is_stencil, uint16_t access, uint32_t * restrict state) in si_set_mutable_tex_desc_fields() 312 state[0] = va >> 8; in si_set_mutable_tex_desc_fields() 313 state[ in si_set_mutable_tex_desc_fields() 287 si_set_mutable_tex_desc_fields(struct si_screen *sscreen, struct si_texture *tex, const struct legacy_surf_level *base_level_info, unsigned base_level, unsigned first_level, unsigned block_width, bool is_stencil, uint16_t access, uint32_t * restrict state) si_set_mutable_tex_desc_fields() argument 1583 si_set_polygon_stipple(struct pipe_context *ctx, const struct pipe_poly_stipple *state) si_set_polygon_stipple() argument 2416 si_create_texture_handle(struct pipe_context *ctx, struct pipe_sampler_view *view, const struct pipe_sampler_state *state) si_create_texture_handle() argument [all...] |
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/amdgpu_dm/ |
H A D | amdgpu_dm_debugfs.c | 940 * Returns the DMCUB firmware state contents. 1018 if (crtc->state == NULL) in amdgpu_current_bpc_show() 1021 dm_crtc_state = to_dm_crtc_state(crtc->state); in amdgpu_current_bpc_show() 1069 if (crtc->state == NULL) in amdgpu_current_colorspace_show() 1072 dm_crtc_state = to_dm_crtc_state(crtc->state); in amdgpu_current_colorspace_show() 1233 acrtc_state = to_dm_crtc_state(connector->base.state->crtc->state); in dp_sdp_message_debugfs_write() 1312 * and enable, and dm connector state update. 1519 * - To return to default state set the flag to zero and 1576 // Get CRTC state in dp_dsc_clock_en_write() 2439 struct dm_connector_state *state; dp_max_bpc_read() local 2513 struct dm_connector_state *state; dp_max_bpc_write() local 2892 enum dc_psr_state state = PSR_STATE0; psr_get() local [all...] |
/third_party/mesa3d/src/mesa/main/ |
H A D | texparam.c | 41 #include "main/state.h" 212 * This is called just prior to changing any texture object state which 223 * This is called just prior to changing any texture object state which 226 * state flag and then mark the texture object as 'incomplete' so that any 227 * per-texture derived state gets recomputed. 287 texObj->Sampler.Attrib.state.min_img_filter = filter_to_gallium(params[0]); in set_tex_parameteri() 288 texObj->Sampler.Attrib.state.min_mip_filter = mipfilter_to_gallium(params[0]); in set_tex_parameteri() 299 texObj->Sampler.Attrib.state.min_img_filter = filter_to_gallium(params[0]); in set_tex_parameteri() 300 texObj->Sampler.Attrib.state.min_mip_filter = mipfilter_to_gallium(params[0]); in set_tex_parameteri() 321 texObj->Sampler.Attrib.state in set_tex_parameteri() [all...] |
/kernel/linux/linux-5.10/drivers/idle/ |
H A D | intel_idle.c | 25 * CPU will flush caches as needed when entering a C-state via MWAIT 79 * Hardware C-state auto-demotion may not always be optimal. 94 * Enable this state by default even if the ACPI _CST does not list it. 106 * the C-state (top nibble) and sub-state (bottom nibble) 109 * We store the hint at the top of our "flags" for each state. 115 * intel_idle - Ask the processor to enter the given idle state. 118 * @index: Target idle state index. 121 * @dev is idle and it can try to enter the idle state corresponding to @index. 123 * If the local APIC timer is not known to be reliable in the target idle state, 134 struct cpuidle_state *state = &drv->states[index]; intel_idle() local 1169 intel_idle_state_needs_timer_stop(struct cpuidle_state *state) intel_idle_state_needs_timer_stop() argument 1263 struct cpuidle_state *state; intel_idle_init_cstates_acpi() local [all...] |
/kernel/linux/linux-5.10/drivers/gpu/drm/vmwgfx/ |
H A D | vmwgfx_scrn.c | 224 ps = crtc->primary->state; in vmw_sou_crtc_mode_set_nofb() 246 conn_state = sou->base.connector.state; in vmw_sou_crtc_mode_set_nofb() 385 struct drm_crtc *crtc = plane->state->crtc ? in vmw_sou_primary_plane_cleanup_fb() 386 plane->state->crtc : old_state->crtc; in vmw_sou_primary_plane_cleanup_fb() 401 * @new_state: info on the new plane state, including the FB 412 struct drm_crtc *crtc = plane->state->crtc ?: new_state->crtc; in vmw_sou_primary_plane_prepare_fb() 531 * @plane: Plane state. 532 * @old_state: Old plane state. 552 bo_update.base.du = vmw_crtc_to_du(plane->state->crtc); in vmw_sou_plane_update_bo() 642 struct drm_plane_state *state in vmw_sou_surface_post_clip() local [all...] |
/kernel/linux/linux-5.10/drivers/media/v4l2-core/ |
H A D | videobuf-core.c | 83 rc = vb->state != VIDEOBUF_ACTIVE && vb->state != VIDEOBUF_QUEUED; in state_neither_active_nor_queued() 210 if (q->bufs[i]->state == VIDEOBUF_QUEUED) { in videobuf_queue_is_busy() 214 if (q->bufs[i]->state == VIDEOBUF_ACTIVE) { in videobuf_queue_is_busy() 277 if (q->bufs[i]->state == VIDEOBUF_QUEUED) { in videobuf_queue_cancel() 279 q->bufs[i]->state = VIDEOBUF_ERROR; in videobuf_queue_cancel() 349 switch (vb->state) { in videobuf_status() 565 if (buf->state != VIDEOBUF_NEEDS_INIT && buf->state != VIDEOBUF_IDLE) { in videobuf_qbuf() 590 if (VIDEOBUF_NEEDS_INIT != buf->state in videobuf_qbuf() [all...] |
/kernel/linux/linux-5.10/drivers/net/ethernet/qlogic/qlcnic/ |
H A D | qlcnic_sysfs.c | 30 int qlcnicvf_config_led(struct qlcnic_adapter *adapter, u32 state, u32 rate) in qlcnicvf_config_led() argument 46 if (!test_bit(__QLCNIC_DEV_UP, &adapter->state)) in qlcnic_store_bridged_mode() 96 u8 *state, u8 *rate) in qlcnic_validate_beacon() 99 *state = MSB(beacon); in qlcnic_validate_beacon() 101 QLCDB(adapter, DRV, "rate %x state %x\n", *rate, *state); in qlcnic_validate_beacon() 103 if (!*state) { in qlcnic_validate_beacon() 106 } else if (*state > __QLCNIC_MAX_LED_STATE) { in qlcnic_validate_beacon() 123 if (test_bit(__QLCNIC_RESETTING, &adapter->state)) in qlcnic_83xx_store_beacon() 136 if (test_and_set_bit(__QLCNIC_LED_ENABLE, &adapter->state)) { in qlcnic_83xx_store_beacon() 95 qlcnic_validate_beacon(struct qlcnic_adapter *adapter, u16 beacon, u8 *state, u8 *rate) qlcnic_validate_beacon() argument [all...] |
/kernel/linux/linux-6.6/drivers/media/v4l2-core/ |
H A D | videobuf-core.c | 83 rc = vb->state != VIDEOBUF_ACTIVE && vb->state != VIDEOBUF_QUEUED; in state_neither_active_nor_queued() 210 if (q->bufs[i]->state == VIDEOBUF_QUEUED) { in videobuf_queue_is_busy() 214 if (q->bufs[i]->state == VIDEOBUF_ACTIVE) { in videobuf_queue_is_busy() 277 if (q->bufs[i]->state == VIDEOBUF_QUEUED) { in videobuf_queue_cancel() 279 q->bufs[i]->state = VIDEOBUF_ERROR; in videobuf_queue_cancel() 349 switch (vb->state) { in videobuf_status() 565 if (buf->state != VIDEOBUF_NEEDS_INIT && buf->state != VIDEOBUF_IDLE) { in videobuf_qbuf() 590 if (VIDEOBUF_NEEDS_INIT != buf->state in videobuf_qbuf() [all...] |
/kernel/linux/linux-6.6/drivers/net/ethernet/qlogic/qlcnic/ |
H A D | qlcnic_sysfs.c | 29 int qlcnicvf_config_led(struct qlcnic_adapter *adapter, u32 state, u32 rate) in qlcnicvf_config_led() argument 45 if (!test_bit(__QLCNIC_DEV_UP, &adapter->state)) in qlcnic_store_bridged_mode() 95 u8 *state, u8 *rate) in qlcnic_validate_beacon() 98 *state = MSB(beacon); in qlcnic_validate_beacon() 100 QLCDB(adapter, DRV, "rate %x state %x\n", *rate, *state); in qlcnic_validate_beacon() 102 if (!*state) { in qlcnic_validate_beacon() 105 } else if (*state > __QLCNIC_MAX_LED_STATE) { in qlcnic_validate_beacon() 122 if (test_bit(__QLCNIC_RESETTING, &adapter->state)) in qlcnic_83xx_store_beacon() 135 if (test_and_set_bit(__QLCNIC_LED_ENABLE, &adapter->state)) { in qlcnic_83xx_store_beacon() 94 qlcnic_validate_beacon(struct qlcnic_adapter *adapter, u16 beacon, u8 *state, u8 *rate) qlcnic_validate_beacon() argument [all...] |
/kernel/linux/linux-6.6/drivers/vfio/pci/hisilicon/ |
H A D | hisi_acc_vfio_pci.c | 30 * Each state Reg is checked 100 times, 36 u32 state; in qm_check_reg_state() local 38 state = readl(qm->io_base + regs); in qm_check_reg_state() 39 while (state && check_times < ERROR_CHECK_TIMEOUT) { in qm_check_reg_state() 41 state = readl(qm->io_base + regs); in qm_check_reg_state() 45 return state; in qm_check_reg_state() 192 /* Check VF state */ in qm_set_regs() 390 /* VF isolation state check */ in vf_qm_check_match() 398 dev_err(dev, "failed to match isolation state\n"); in vf_qm_check_match() 434 /* VF isolation state sav in vf_qm_get_match_data() 559 u32 state; hisi_acc_check_int_state() local [all...] |
/kernel/linux/linux-6.6/drivers/media/i2c/ |
H A D | ds90ub953.c | 437 struct v4l2_subdev_state *state, in _ub953_set_routing() 465 ret = v4l2_subdev_set_routing_with_fmt(sd, state, routing, &format); in _ub953_set_routing() 473 struct v4l2_subdev_state *state, in ub953_set_routing() 482 return _ub953_set_routing(sd, state, routing); in ub953_set_routing() 491 struct v4l2_subdev_state *state; in ub953_get_frame_desc() local 506 state = v4l2_subdev_lock_and_get_active_state(sd); in ub953_get_frame_desc() 508 for_each_active_route(&state->routing, route) { in ub953_get_frame_desc() 542 v4l2_subdev_unlock_state(state); in ub953_get_frame_desc() 548 struct v4l2_subdev_state *state, in ub953_set_fmt() 560 return v4l2_subdev_get_fmt(sd, state, forma in ub953_set_fmt() 436 _ub953_set_routing(struct v4l2_subdev *sd, struct v4l2_subdev_state *state, struct v4l2_subdev_krouting *routing) _ub953_set_routing() argument 472 ub953_set_routing(struct v4l2_subdev *sd, struct v4l2_subdev_state *state, enum v4l2_subdev_format_whence which, struct v4l2_subdev_krouting *routing) ub953_set_routing() argument 547 ub953_set_fmt(struct v4l2_subdev *sd, struct v4l2_subdev_state *state, struct v4l2_subdev_format *format) ub953_set_fmt() argument 581 ub953_init_cfg(struct v4l2_subdev *sd, struct v4l2_subdev_state *state) ub953_init_cfg() argument 668 ub953_enable_streams(struct v4l2_subdev *sd, struct v4l2_subdev_state *state, u32 pad, u64 streams_mask) ub953_enable_streams() argument 690 ub953_disable_streams(struct v4l2_subdev *sd, struct v4l2_subdev_state *state, u32 pad, u64 streams_mask) ub953_disable_streams() argument [all...] |
/kernel/linux/linux-6.6/drivers/gpu/drm/armada/ |
H A D | armada_crtc.c | 126 event = xchg(&crtc->state->event, NULL); in armada_drm_crtc_queue_state_event() 135 struct drm_property_blob *blob = crtc->state->gamma_lut; in armada_drm_update_gamma() 331 struct drm_display_mode *adj = &crtc->state->adjusted_mode; in armada_drm_crtc_mode_set_nofb() 392 * The documentation doesn't indicate what the normal state of in armada_drm_crtc_mode_set_nofb() 394 * these signals on his board to determine their state. in armada_drm_crtc_mode_set_nofb() 396 * The non-inverted state of the sync signals is active high. in armada_drm_crtc_mode_set_nofb() 415 struct drm_atomic_state *state) in armada_drm_crtc_atomic_check() 417 struct drm_crtc_state *crtc_state = drm_atomic_get_new_crtc_state(state, in armada_drm_crtc_atomic_check() 431 struct drm_atomic_state *state) in armada_drm_crtc_atomic_begin() 433 struct drm_crtc_state *crtc_state = drm_atomic_get_new_crtc_state(state, in armada_drm_crtc_atomic_begin() 414 armada_drm_crtc_atomic_check(struct drm_crtc *crtc, struct drm_atomic_state *state) armada_drm_crtc_atomic_check() argument 430 armada_drm_crtc_atomic_begin(struct drm_crtc *crtc, struct drm_atomic_state *state) armada_drm_crtc_atomic_begin() argument 446 armada_drm_crtc_atomic_flush(struct drm_crtc *crtc, struct drm_atomic_state *state) armada_drm_crtc_atomic_flush() argument 474 armada_drm_crtc_atomic_disable(struct drm_crtc *crtc, struct drm_atomic_state *state) armada_drm_crtc_atomic_disable() argument 512 armada_drm_crtc_atomic_enable(struct drm_crtc *crtc, struct drm_atomic_state *state) armada_drm_crtc_atomic_enable() argument [all...] |
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/display/ |
H A D | intel_audio.c | 800 * @crtc_state: pointer to the current crtc state. 801 * @conn_state: pointer to the current connector state. 834 audio_state = &i915->display.audio.state[cpu_transcoder]; in intel_audio_codec_enable() 859 * @old_crtc_state: pointer to the old crtc state. 860 * @old_conn_state: pointer to the old connector state. 892 audio_state = &i915->display.audio.state[cpu_transcoder]; in intel_audio_codec_disable() 920 audio_state = &i915->display.audio.state[cpu_transcoder]; in intel_acomp_get_config() 1003 static int glk_force_audio_cdclk_commit(struct intel_atomic_state *state, in glk_force_audio_cdclk_commit() argument 1010 /* need to hold at least one crtc lock for the global state */ in glk_force_audio_cdclk_commit() 1011 ret = drm_modeset_lock(&crtc->base.mutex, state in glk_force_audio_cdclk_commit() 1028 struct drm_atomic_state *state; glk_force_audio_cdclk() local [all...] |
/kernel/linux/linux-6.6/drivers/gpu/drm/vmwgfx/ |
H A D | vmwgfx_scrn.c | 223 ps = crtc->primary->state; in vmw_sou_crtc_mode_set_nofb() 245 conn_state = sou->base.connector.state; in vmw_sou_crtc_mode_set_nofb() 277 * @state: Unused 282 struct drm_atomic_state *state) in vmw_sou_crtc_atomic_enable() 290 * @state: Unused 293 struct drm_atomic_state *state) in vmw_sou_crtc_atomic_disable() 383 struct drm_crtc *crtc = plane->state->crtc ? in vmw_sou_primary_plane_cleanup_fb() 384 plane->state->crtc : old_state->crtc; in vmw_sou_primary_plane_cleanup_fb() 399 * @new_state: info on the new plane state, including the FB 410 struct drm_crtc *crtc = plane->state in vmw_sou_primary_plane_prepare_fb() 281 vmw_sou_crtc_atomic_enable(struct drm_crtc *crtc, struct drm_atomic_state *state) vmw_sou_crtc_atomic_enable() argument 292 vmw_sou_crtc_atomic_disable(struct drm_crtc *crtc, struct drm_atomic_state *state) vmw_sou_crtc_atomic_disable() argument 635 struct drm_plane_state *state = update->plane->state; vmw_sou_surface_post_clip() local 722 vmw_sou_primary_plane_atomic_update(struct drm_plane *plane, struct drm_atomic_state *state) vmw_sou_primary_plane_atomic_update() argument [all...] |
/kernel/linux/linux-6.6/net/devlink/ |
H A D | health.c | 389 struct devlink_nl_dump_state *state = devlink_dump_state(cb); in devlink_nl_health_reporter_get_dump_one() local 408 if (idx < state->idx) { in devlink_nl_health_reporter_get_dump_one() 418 state->idx = idx; in devlink_nl_health_reporter_get_dump_one() 427 if (idx < state->idx) { in devlink_nl_health_reporter_get_dump_one() 437 state->idx = idx; in devlink_nl_health_reporter_get_dump_one() 644 enum devlink_health_reporter_state state) in devlink_health_reporter_state_update() 646 if (WARN_ON(state != DEVLINK_HEALTH_REPORTER_STATE_HEALTHY && in devlink_health_reporter_state_update() 647 state != DEVLINK_HEALTH_REPORTER_STATE_ERROR)) in devlink_health_reporter_state_update() 650 if (reporter->health_state == state) in devlink_health_reporter_state_update() 653 reporter->health_state = state; in devlink_health_reporter_state_update() 643 devlink_health_reporter_state_update(struct devlink_health_reporter *reporter, enum devlink_health_reporter_state state) devlink_health_reporter_state_update() argument 1196 struct devlink_nl_dump_state *state = devlink_dump_state(cb); devlink_fmsg_dumpit() local 1284 struct devlink_nl_dump_state *state = devlink_dump_state(cb); devlink_nl_cmd_health_reporter_dump_get_dumpit() local [all...] |
/third_party/ffmpeg/libavfilter/ |
H A D | vf_nnedi.c | 244 float state[12]; in process_old() local 251 state[n] = dot_dsp(s, m_data->kernel_l0[n], input, 48, 1.0f, m_data->bias_l0[n]); in process_old() 252 transform_elliott(state + 1, 3); in process_old() 256 state[n + 4] = dot_dsp(s, m_data->kernel_l1[n], state, 4, 1.0f, m_data->bias_l1[n]); in process_old() 257 transform_elliott(state + 4, 3); in process_old() 261 state[n + 8] = dot_dsp(s, m_data->kernel_l2[n], state, 8, 1.0f, m_data->bias_l2[n]); in process_old() 263 prescreen[j] = FFMAX(state[10], state[1 in process_old() 280 float state[8]; process_new() local [all...] |
/third_party/curl/lib/ |
H A D | openldap.c | 80 OLDAP_STOP, /* Do nothing state, stops the state machine */ 191 ldapstate state; /* Current machine state. */ member 204 * This is the ONLY way to change LDAP state! 224 if(ldapc->state != newstate) in oldap_state() 225 infof(data, "LDAP %p state change from %s to %s", in oldap_state() 226 (void *)ldapc, names[ldapc->state], names[newstate]); in oldap_state() 229 ldapc->state = newstate; in oldap_state() 271 if(!data->state in oldap_url_parse() [all...] |
/third_party/gptfdisk/ |
H A D | basicmbr.cc | 39 state = invalid; in BasicMBRData() 62 state = orig.state; in BasicMBRData() 82 state = invalid; in BasicMBRData() 119 state = orig.state; in operator =() 217 state = invalid; in ReadMBRData() 242 state = mbr; in ReadMBRData() 244 state = invalid; in ReadMBRData() 252 state in ReadMBRData() [all...] |
/third_party/libwebsockets/plugins/acme-client/ |
H A D | protocol_lws_acme_client.c | 77 lws_acme_state state; member 568 lws_acme_report_status(struct lws_vhost *v, int state, const char *json) in lws_acme_report_status() argument 571 (void *)json, (unsigned int)state); in lws_acme_report_status() 645 "state", 726 vhd->ac->state = ACME_STATE_DIRECTORY; in lws_acme_start_acquisition() 730 vhd->ac->state = ACME_STATE_NEW_ACCOUNT; in lws_acme_start_acquisition() 951 switch (ac->state) { in callback_acme_client() 964 ac->state = ACME_STATE_NEW_ACCOUNT; in callback_acme_client() 1037 switch (ac->state) { in callback_acme_client() 1178 switch (ac->state) { in callback_acme_client() [all...] |
/third_party/lzma/Asm/arm64/ |
H A D | LzmaDecOpt.S | 167 #define state w13 define 686 # prob = probs + IsMatch + (state << kNumPosBitsMax) + posState; 778 LOAD_LZMA_VAR state, offset_state 782 shl state, PSHIFT 795 cmp state, 4 * PMULT 797 cmp state, kNumLitStates * PMULT 810 mov state, wzr 857 or state, (1 << FLAG_STATE_BITS) 899 tbz state, FLAG_STATE_BITS, copy_match 1029 // state [all...] |
/third_party/node/deps/openssl/openssl/crypto/x509/ |
H A D | v3_utl.c | 319 int state; in STACK_OF() local 327 state = HDR_NAME; in STACK_OF() 333 switch (state) { in STACK_OF() 336 state = HDR_VALUE; in STACK_OF() 360 state = HDR_NAME; in STACK_OF() 377 if (state == HDR_VALUE) { in STACK_OF() 747 int state = LABEL_START; in valid_star() local 756 int atstart = (state & LABEL_START); in valid_star() 763 if (star != NULL || (state & LABEL_IDNA) != 0 || dots) in valid_star() 773 state in valid_star() [all...] |