Searched refs:new_state (Results 76 - 91 of 91) sorted by relevance

1234

/freebsd-current/sys/dev/ciss/
H A Dciss.c4006 ciss_name_ldrive_status(cn->data.logical_status.new_state),
4014 ld->cl_status = ciss_decode_ldrive_status(cn->data.logical_status.new_state);
4016 ld->cl_lstatus->status = cn->data.logical_status.new_state;
4035 ld->cl_status = ciss_decode_ldrive_status(cn->data.logical_status.new_state);
/freebsd-current/contrib/ntp/ntpd/
H A Drefclock_oncore.c3292 enum antenna_state new_state)
3296 if (instance->ant_state == new_state)
3299 switch (new_state) {
3307 instance->ant_state = new_state;
3290 oncore_antenna_report( struct instance *instance, enum antenna_state new_state) argument
/freebsd-current/sys/cam/scsi/
H A Dscsi_sa.c1245 struct sa_prot_state new_state; local
1281 bcopy(&softc->prot_info.cur_prot_state, &new_state, sizeof(new_state));
1287 sapopulateprots(&new_state, prot_ents, SA_NUM_PROT_ENTS);
1330 error = sasetprot(periph, &new_state);
/freebsd-current/sys/contrib/openzfs/module/zfs/
H A Dspa.c6945 spa_export_common(const char *pool, int new_state, nvlist_t **oldconfig, argument
7027 if (!force && new_state == POOL_STATE_EXPORTED &&
7051 if (new_state != POOL_STATE_UNINITIALIZED && !hardforce) {
7053 spa->spa_state = new_state;
7066 * spa_state has been set to the new_state.
7071 if (new_state != POOL_STATE_UNINITIALIZED && !hardforce) {
7082 if (new_state == POOL_STATE_DESTROYED)
7084 else if (new_state == POOL_STATE_EXPORTED)
7095 if (new_state == POOL_STATE_EXPORTED)
7102 if (new_state !
[all...]
/freebsd-current/sys/contrib/alpine-hal/eth/
H A Dal_hal_eth_main.c351 * @param new_state
355 static int al_udma_state_set_wait(struct al_udma *dma, enum al_udma_state new_state) argument
358 enum al_udma_state expected_state = new_state;
362 rc = al_udma_state_set(dma, new_state);
368 if ((new_state == UDMA_NORMAL) || (new_state == UDMA_DISABLE))
378 dma->name, al_udma_states_name[new_state]);
/freebsd-current/sys/contrib/dev/athk/ath10k/
H A Dmac.c7473 enum ieee80211_sta_state new_state)
7483 new_state == IEEE80211_STA_NONE) {
7496 new_state == IEEE80211_STA_NOTEXIST)) {
7504 new_state == IEEE80211_STA_NONE) {
7607 new_state == IEEE80211_STA_NOTEXIST)) {
7673 new_state == IEEE80211_STA_ASSOC &&
7688 new_state == IEEE80211_STA_AUTHORIZED &&
7709 new_state == IEEE80211_STA_AUTH &&
7469 ath10k_sta_state(struct ieee80211_hw *hw, struct ieee80211_vif *vif, struct ieee80211_sta *sta, enum ieee80211_sta_state old_state, enum ieee80211_sta_state new_state) argument
/freebsd-current/sys/contrib/dev/athk/ath11k/
H A Dmac.c5028 enum ieee80211_sta_state new_state)
5038 new_state == IEEE80211_STA_NOTEXIST)) {
5046 new_state == IEEE80211_STA_NONE) {
5058 new_state == IEEE80211_STA_NOTEXIST)) {
5101 new_state == IEEE80211_STA_ASSOC &&
5116 new_state == IEEE80211_STA_AUTHORIZED) {
5135 new_state == IEEE80211_STA_ASSOC) {
5144 new_state == IEEE80211_STA_AUTH &&
5024 ath11k_mac_op_sta_state(struct ieee80211_hw *hw, struct ieee80211_vif *vif, struct ieee80211_sta *sta, enum ieee80211_sta_state old_state, enum ieee80211_sta_state new_state) argument
/freebsd-current/contrib/llvm-project/openmp/runtime/src/
H A Dz_Linux_util.cpp1232 void __kmp_enable(int new_state) { argument
1235 status = pthread_setcancelstate(new_state, &old_state);
H A Dz_Windows_NT_util.cpp302 void __kmp_enable(int new_state) { argument
/freebsd-current/contrib/wpa/src/fst/
H A Dfst_session.c126 .new_state = state,
/freebsd-current/contrib/wpa/src/p2p/
H A Dp2p.c188 void p2p_set_state(struct p2p_data *p2p, int new_state) argument
191 p2p_state_txt(p2p->state), p2p_state_txt(new_state));
192 p2p->state = new_state;
194 if (new_state == P2P_IDLE && p2p->pending_channel) {
/freebsd-current/contrib/wpa/wpa_supplicant/
H A Dwpa_supplicant.c1110 enum wpa_states new_state; local
1113 new_state = WPA_SCANNING;
1115 new_state = WPA_DISCONNECTED;
1122 wpa_supplicant_set_state(wpa_s, new_state);
/freebsd-current/sys/contrib/dev/mediatek/mt76/
H A Dmt76_connac_mcu.h1881 enum ieee80211_sta_state new_state);
/freebsd-current/contrib/llvm-project/lldb/include/lldb/Target/
H A DProcess.h3129 void SetPublicState(lldb::StateType new_state, bool restarted);
/freebsd-current/sys/dev/mrsas/
H A Dmrsas.h2892 u_int32_t new_state; member in struct:mrsas_evt_detail::__anon3516::__anon3523
/freebsd-current/sys/dev/mfi/
H A Dmfi.c1573 if (detail->args.ld_state.new_state == MFI_LD_STATE_OFFLINE ) {

Completed in 330 milliseconds

1234