Searched refs:set_state (Results 1 - 21 of 21) sorted by relevance

/netbsd-current/tests/lib/libc/sys/
H A Dt_eventfd.c78 set_state(struct helper_context * const ctx, int const new) function
149 set_state(ctx, 0);
189 set_state(&ctx, 666);
390 set_state(ctx, 0);
410 set_state(ctx, 0);
429 set_state(ctx, 0);
444 set_state(ctx, 0);
467 set_state(ctx, 0);
486 set_state(ctx, 0);
520 set_state(
[all...]
/netbsd-current/external/bsd/ipf/dist/tools/
H A Dipf.c48 static void set_state __P((u_int));
106 set_state((u_int)1);
109 set_state((u_int)0);
223 static void set_state(enable) function
/netbsd-current/external/gpl3/gcc/dist/gcc/analyzer/
H A Dprogram-state.h135 void set_state (region_model *model,
140 bool set_state (const equiv_class &ec,
H A Dprogram-state.cc452 sm_state_map::set_state (region_model *model, function in class:ana::sm_state_map
466 if (!set_state (ec, state, origin, ext_state))
475 sm_state_map::set_state (const equiv_class &ec, function in class:ana::sm_state_map
1541 map.set_state (&model, x_sval, TEST_STATE_5, z_sval, ext_state);
H A Dengine.cc380 m_new_smap->set_state (m_new_state->m_region_model, var_new_sval,
415 m_new_smap->set_state (m_new_state->m_region_model, sval,
2415 smap->set_state (state->m_region_model, init_sval,
2423 smap->set_state (state->m_region_model, init_pointee_sval,
2654 ps.set_state (merged_state);
H A Dsm-malloc.cc2099 smap->set_state (model, old_ptr_sval,
2103 smap->set_state (model, new_ptr_sval,
H A Dexploded-graph.h138 void set_state (const program_state &state) function in class:ana::point_and_state
/netbsd-current/external/mpl/dhcp/bind/dist/lib/dns/
H A Dgeoip2.c80 set_state(const MMDB_s *db, const isc_netaddr_t *addr, function
105 set_state(db, addr, match, match.entry);
/netbsd-current/external/mpl/bind/dist/lib/dns/
H A Dgeoip2.c73 set_state(const MMDB_s *db, const isc_netaddr_t *addr, function
98 set_state(db, addr, match, match.entry);
/netbsd-current/usr.bin/mail/
H A Dthread.c576 set_state(int and_bits, int xor_bits) function
944 oldstate = set_state(~(S_RESTRICT | S_EXPOSE), S_EXPOSE); /* restrict off, expose on */
1100 oldstate = set_state(~(S_RESTRICT | S_EXPOSE), S_EXPOSE); /* restrict off, expose on */
1122 (void)set_state(~S_RESTRICT, S_RESTRICT); /* restrict on */
1134 (void)set_state(~S_RESTRICT, 0); /* restrict off */
1150 (void)set_state(~S_EXPOSE, S_EXPOSE); /* expose on */
1163 (void)set_state(~S_EXPOSE, 0); /* expose off */
1634 oldstate = set_state(~(S_RESTRICT | S_EXPOSE), cutit ? S_EXPOSE : 0);
1719 oldstate = set_state(~(S_RESTRICT | S_EXPOSE), S_EXPOSE); /* restrict off, expose on */
/netbsd-current/external/gpl3/gcc.old/dist/gcc/analyzer/
H A Dprogram-state.h166 void set_state (region_model *model,
170 bool set_state (const equiv_class &ec,
H A Dprogram-state.cc314 sm_state_map::set_state (region_model *model, function in class:ana::sm_state_map
322 if (!set_state (ec, state, origin))
344 sm_state_map::set_state (const equiv_class &ec, function in class:ana::sm_state_map
440 set_state (new_model, parm_sid, 0, svalue_id::null ());
448 set_state (new_model, parm_sid, 0, svalue_id::null ());
456 set_state (new_model, lhs_sid, 0, svalue_id::null ());
1338 map.set_state (&model, sid_x, 5, sid_z);
H A Dexploded-graph.h124 void set_state (const program_state &state) function in class:ana::point_and_state
H A Dengine.cc260 m_new_smap->set_state (m_new_state->m_region_model, var_new_sid,
1981 ps.set_state (merged_state);
/netbsd-current/external/bsd/wpa/dist/src/rsn_supp/
H A Dwpa_i.h181 WPA_ASSERT(sm->ctx->set_state);
182 sm->ctx->set_state(sm->ctx->ctx, state);
H A Dwpa.h27 void (*set_state)(void *ctx, enum wpa_states state); member in struct:wpa_sm_ctx
/netbsd-current/external/bsd/wpa/dist/wpa_supplicant/
H A Dpreauth_test.c232 ctx->set_state = _wpa_supplicant_set_state;
H A Dwpas_glue.c1207 ctx->set_state = _wpa_supplicant_set_state;
H A Dibss_rsn.c211 ctx->set_state = supp_set_state;
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Ddiagnostic-show-locus.c97 set_state (0);
99 set_state (range_idx);
101 void set_normal_text () { set_state (STATE_NORMAL_TEXT); }
102 void set_fixit_insert () { set_state (STATE_FIXIT_INSERT); }
103 void set_fixit_delete () { set_state (STATE_FIXIT_DELETE); }
106 void set_state (int state);
436 colorizer::set_state (int new_state) function in class:colorizer
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Ddiagnostic-show-locus.cc97 set_state (0);
99 set_state (range_idx);
101 void set_normal_text () { set_state (STATE_NORMAL_TEXT); }
102 void set_fixit_insert () { set_state (STATE_FIXIT_INSERT); }
103 void set_fixit_delete () { set_state (STATE_FIXIT_DELETE); }
106 void set_state (int state);
478 colorizer::set_state (int new_state) function in class:__anon806::colorizer

Completed in 244 milliseconds