Searched refs:state (Results 201 - 225 of 1495) sorted by relevance

1234567891011>>

/illumos-gate/usr/src/cmd/powertop/common/
H A Dcpuidle.c49 * Buffer containing DTrace program to track CPU idle state transitions
52 ":::idle-state-transition"
56 " self->state = arg0;"
59 ":::idle-state-transition"
62 " @number[self->state] = count();"
63 " @times[self->state] = sum(timestamp - self->start);"
65 " self->state = 0;"
72 ":::idle-state-transition"
77 " self->state = arg0;"
80 ":::idle-state
218 uint64_t n = 0, state; local
[all...]
/illumos-gate/usr/src/cmd/ipf/examples/
H A DBASIC_1.FW60 pass in quick proto udp from any to any port = 53 keep state group 202
65 #pass in quick proto udp from any to w.x.y.z/32 port = 53 keep state group 202
66 #pass out quick on ppp0 proto udp from a.b.c.d/32 to any port = 53 keep state
70 pass in quick proto tcp from any to any port = ftp keep state group 201
71 pass in quick proto tcp from any to any port = ftp-data keep state group 201
72 pass in quick proto tcp from any port = ftp-data to any port > 1023 keep state group 101
76 pass in quick proto udp from any to any port = ntp keep state group 202
80 pass in quick proto tcp from any to any port = 22 keep state group 201
81 pass in quick proto tcp from any to any port = telnet keep state group 201
82 pass in quick proto tcp from any to any port = www keep state grou
[all...]
/illumos-gate/usr/src/cmd/ipf/lib/common/
H A Dipft_hx.c132 int state = 0; local
137 if (state) {
139 state = 0;
145 if (state == 0) {
147 state++;
150 state = 0;
/illumos-gate/usr/src/cmd/svc/milestone/
H A Dnet-loopback54 state=`/sbin/ipadm show-if -p -o state lo0 2>/dev/null`
55 if [ $? -eq 0 -a "$state" = "disabled" ]; then
/illumos-gate/usr/src/lib/libadutils/common/
H A Dlibadutils.h178 adutils_query_state_t **state);
179 extern adutils_rc adutils_lookup_batch_add(adutils_query_state_t *state,
184 adutils_query_state_t **state);
186 adutils_query_state_t **state);
188 adutils_query_state_t *state,
191 adutils_query_state_t *state,
/illumos-gate/usr/src/lib/libpp/common/
H A Dppexpr.c48 long state; local
51 state = (pp.state & ~DISABLE);
55 pp.state |= HEADER|PASSEOF;
57 pp.state &= ~HEADER;
100 pp.state = state;
113 long state; local
117 state = (pp.state
[all...]
/illumos-gate/usr/src/cmd/sgs/elfedit/common/
H A Delfedit.c142 /* This structure maintains elfedit global state */
143 STATE_T state; variable
227 if (state.file.present) {
229 if (state.file.dirty)
237 if (state.file.unlink_on_exit) {
240 state.file.outfile);
241 (void) unlink(state.file.outfile);
295 if (!(state.flags & ELFEDIT_F_DEBUG))
317 if (state.pager.fptr != NULL) {
320 stream = state
[all...]
/illumos-gate/usr/src/cmd/flowadm/
H A Dflowadm.c415 remove_flow_state_t state; local
418 bzero(&state, sizeof (state));
462 state.fs_tempop = t_arg;
463 state.fs_altroot = altroot;
464 state.fs_status = DLADM_STATUS_OK;
465 status = dladm_walk_flow(remove_flow, handle, linkid, &state,
472 status = state.fs_status;
486 remove_flow_state_t *state = (remove_flow_state_t *)arg; local
488 state
499 print_flow(show_flow_state_t *state, dladm_flow_attr_t *attr, flow_fields_buf_t *fbuf) argument
579 show_flow_state_t *state = arg; local
595 show_flow_state_t state; local
1133 show_flowprop_state_t state; local
[all...]
/illumos-gate/usr/src/uts/common/sys/ib/adapters/hermon/
H A Dhermon_qp.h223 * It has QP state, type, and number, pointers to the PD, MR, and CQ handles
364 #define HERMON_SET_QP_POST_SEND_STATE(qp, state) \
366 qp->qp_state_for_post_send = state; \
370 int hermon_qp_alloc(hermon_state_t *state, hermon_qp_info_t *qpinfo,
372 int hermon_special_qp_alloc(hermon_state_t *state, hermon_qp_info_t *qpinfo,
374 int hermon_qp_alloc_range(hermon_state_t *state, uint_t log2,
377 int hermon_qp_free(hermon_state_t *state, hermon_qphdl_t *qphdl,
379 int hermon_qp_query(hermon_state_t *state, hermon_qphdl_t qphdl,
381 hermon_qphdl_t hermon_qphdl_from_qpnum(hermon_state_t *state, uint_t qpnum);
382 void hermon_qp_release_qpn(hermon_state_t *state, hermon_qpn_entry_
[all...]
H A Dhermon.h145 * instead, indicating that the driver state is more likely in an
146 * unpredictable state, and that shutdown/restart is suggested.
151 #define HERMON_WARNING(state, string) \
152 cmn_err(CE_CONT, "!hermon%d: %s\n", (state)->hs_instance, string)
186 #define HERMON_ENABLE_IBTF_CALLB(state, tmp_ibtfpriv) \
187 (state)->hs_ibtfpriv = (tmp_ibtfpriv);
189 #define HERMON_DO_IBTF_ASYNC_CALLB(state, type, event) \
190 _NOTE(NOW_INVISIBLE_TO_OTHER_THREADS((state)->hs_in_evcallb)) \
191 (state)->hs_in_evcallb = 1; \
192 ibc_async_handler((state)
[all...]
/illumos-gate/usr/src/uts/common/sys/ib/adapters/tavor/
H A Dtavor_qp.h85 #define TAVOR_QP_IS_SYNC_REQ(state, wqinfo) \
86 ((((((state)->ts_cfg_profile->cp_streaming_consistent) && \
87 ((state)->ts_cfg_profile->cp_consistent_syncoverride))) || \
251 * It has QP state, type, and number, pointers to the PD, MR, and CQ handles
399 int tavor_qp_alloc(tavor_state_t *state, tavor_qp_info_t *qpinfo,
401 int tavor_special_qp_alloc(tavor_state_t *state, tavor_qp_info_t *qpinfo,
403 int tavor_qp_free(tavor_state_t *state, tavor_qphdl_t *qphdl,
405 int tavor_qp_query(tavor_state_t *state, tavor_qphdl_t qphdl,
407 tavor_qphdl_t tavor_qphdl_from_qpnum(tavor_state_t *state, uint_t qpnum);
408 void tavor_qp_release_qpn(tavor_state_t *state, tavor_qpn_entry_
[all...]
/illumos-gate/usr/src/lib/pkcs11/libpkcs11/common/
H A DmetaSession.c197 pInfo->state = CKS_RO_USER_FUNCTIONS;
199 pInfo->state = CKS_RW_USER_FUNCTIONS;
203 pInfo->state = CKS_RO_PUBLIC_SESSION;
205 pInfo->state = CKS_RW_PUBLIC_SESSION;
266 * The actual size of the returned state will be the
267 * sizeof(meta_opstate_t) + SIZE (op1 state),
280 * Use it to get the real state info from the operation(s).
285 * [ op1 state data ]
292 * state length to indicate the minimum needed.
310 opstate.state[
350 meta_set_opstate(slot_session_t *slot_session, meta_object_t *meta_enc_key, meta_object_t *meta_auth_key, struct opstate_data *state, CK_BYTE *databuf) argument
[all...]
/illumos-gate/usr/src/lib/nsswitch/ad/common/
H A Dad_common.c43 static nssad_state_t state = {0}; variable
289 * the queue at state.qtail and the LRU entry is
290 * removed from state.qhead. state.qnext points
297 for (cp = state.qtail, prev = NULL; cp != NULL;
305 if (state.qtail != cp) {
312 if (state.qhead == cp)
313 state.qhead = prev;
314 cp->qnext = state.qtail;
315 state
[all...]
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/crypto/
H A Dstate.c7 * lib/crypto/state.c
64 krb5_data *state)
78 (context, state);
63 krb5_c_free_state(krb5_context context, const krb5_keyblock *key, krb5_data *state) argument
/illumos-gate/usr/src/lib/libshell/common/scripts/
H A Dcrawlsrccomments.sh327 compound state=(
328 # C comment state
330 # C++ comment state
345 # literal state
378 if ${state.in_c_comment} ; then
381 state.in_c_comment=false
393 elif ${state.cxx.in_comment} ; then
395 state.cxx.in_comment=false
398 if ${state.cxx.comment_continued} ; then
400 (( state
[all...]
/illumos-gate/usr/src/lib/libresolv/
H A Dresolv.h70 struct state { struct
100 extern struct state _res;
/illumos-gate/usr/src/cmd/audio/utilities/
H A DFir.cc88 void Fir:: // update state with data[size]
94 memcpy(state, data + size - order, order * sizeof (double));
97 BCOPY((char *)(state + size), (char *)state,
99 memcpy(state + order - size, data, size * sizeof (double));
115 resetState(void) // reset state to all zero
118 state[i] = 0.0;
129 state = new double[order];
139 delete state;
166 int Fir:: // filter in[size], and updates the state
[all...]
/illumos-gate/usr/src/cmd/svc/common/
H A Dr.manifest89 state=`$SVCPROP -p restarter/state $svcinst`
90 if [ "$state" = "disabled" -o "$state" = "maintenance" ]; then
/illumos-gate/usr/src/cmd/lastcomm/
H A Dlc_utils.c87 int state; local
112 state = START_STATE;
114 switch (state) {
117 state = COMMENT_STATE;
119 state = DIRNAME_STATE;
125 state = START_STATE;
130 state = START_STATE;
133 state = COMMENT_STATE;
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/profile/
H A Dprof_get.c131 void *state; local
137 &state)))
144 if ((retval = profile_node_iterator(&state, 0, 0, &value)))
148 } while (state);
171 void *state; local
176 &state)))
179 if ((retval = profile_node_iterator(&state, 0, 0, &value)))
188 profile_node_iterator_free(&state);
341 void *state; local
347 &state)))
377 void *state; local
[all...]
/illumos-gate/usr/src/lib/libuuid/common/
H A Duuid_misc.h64 * data type for UUID generator persistent state
74 uuid_state_t state; member in struct:__anon4187
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dmd5.c89 static UINT4 state[4]; variable
100 a = state[0];
101 b = state[1];
102 c = state[2];
103 d = state[3];
138 state[0] += a;
139 state[1] += b;
140 state[2] += c;
141 state[3] += d;
147 memcpy ((char *) state, (cha
[all...]
/illumos-gate/usr/src/cmd/th_tools/
H A Dth_script.sh28 # usage: force_state_change <path> <target state>
33 th_manage $1 getstate | read path state busy
35 [[ "$state" = "$2" ]] && return 0
38 th_manage $1 getstate | read path state busy
40 [[ "$state" != "$2" ]] && exit 1
/illumos-gate/usr/src/cmd/tr/
H A Dextern.h42 CCLASS, CCLASS_UPPER, CCLASS_LOWER, SET } state; member in struct:__anon1889
/illumos-gate/usr/src/uts/common/io/ath/
H A Dath_rate.h48 void ath_rate_ctl_reset(ath_t *asc, enum ieee80211_state state);

Completed in 363 milliseconds

1234567891011>>