Home
last modified time | relevance | path

Searched refs:next_action (Results 1 – 22 of 22) sorted by relevance

/titanic_44/usr/src/uts/common/ipp/meters/
H A Dtokenmt.c72 ipp_action_id_t *next_action) in tokenmt_process() argument
141 *next_action = cfg_parms->green_action; in tokenmt_process()
150 *next_action = cfg_parms->yellow_action; in tokenmt_process()
152 *next_action = cfg_parms->red_action; in tokenmt_process()
159 *next_action = cfg_parms->green_action; in tokenmt_process()
170 *next_action = cfg_parms->yellow_action; in tokenmt_process()
172 *next_action = cfg_parms->red_action; in tokenmt_process()
178 *next_action = cfg_parms->red_action; in tokenmt_process()
187 *next_action = cfg_parms->yellow_action; in tokenmt_process()
191 *next_action = cfg_parms->green_action; in tokenmt_process()
[all …]
H A Dtswtclddi.c108 char *next_action; in tswtcl_create_action() local
123 &next_action)) != 0) { in tswtcl_create_action()
130 if ((cfg_parms->red_action = ipp_action_lookup(next_action)) in tswtcl_create_action()
140 &next_action)) != 0) { in tswtcl_create_action()
147 if ((cfg_parms->yellow_action = ipp_action_lookup(next_action)) in tswtcl_create_action()
157 &next_action)) != 0) { in tswtcl_create_action()
164 if ((cfg_parms->green_action = ipp_action_lookup(next_action)) in tswtcl_create_action()
289 ipp_action_id_t next_action; in tswtcl_modify_action() local
329 if ((next_action = ipp_action_lookup(next_action_name)) in tswtcl_modify_action()
337 cfg_parms->red_action = next_action; in tswtcl_modify_action()
[all …]
H A Dtokenmtddi.c126 char *next_action; in tokenmt_create_action() local
144 &next_action)) != 0) { in tokenmt_create_action()
151 if ((cfg_parms->red_action = ipp_action_lookup(next_action)) in tokenmt_create_action()
161 &next_action)) == 0) { in tokenmt_create_action()
162 if ((cfg_parms->yellow_action = ipp_action_lookup(next_action)) in tokenmt_create_action()
176 &next_action)) != 0) { in tokenmt_create_action()
183 if ((cfg_parms->green_action = ipp_action_lookup(next_action)) in tokenmt_create_action()
391 ipp_action_id_t next_action; in tokenmt_modify_action() local
435 if ((next_action = ipp_action_lookup(next_action_name)) in tokenmt_modify_action()
443 cfg_parms->red_action = next_action; in tokenmt_modify_action()
[all …]
H A Dtswtcl.c61 ipp_action_id_t *next_action) in tswtcl_process() argument
127 *next_action = cfg_parms->green_action; in tswtcl_process()
147 *next_action = cfg_parms->yellow_action; in tswtcl_process()
149 *next_action = cfg_parms->green_action; in tswtcl_process()
173 *next_action = cfg_parms->red_action; in tswtcl_process()
175 *next_action = cfg_parms->yellow_action; in tswtcl_process()
177 *next_action = cfg_parms->green_action; in tswtcl_process()
184 if (*next_action == cfg_parms->green_action) { in tswtcl_process()
187 } else if (*next_action == cfg_parms->yellow_action) { in tswtcl_process()
191 ASSERT(*next_action == cfg_parms->red_action); in tswtcl_process()
/titanic_44/usr/src/uts/common/ipp/dlcosmk/
H A Ddlcosmkddi.c104 char *next_action; in dlcosmk_create_action() local
120 &next_action)) != 0) { in dlcosmk_create_action()
127 if ((dlcosmk_data->next_action = in dlcosmk_create_action()
128 ipp_action_lookup(next_action)) == IPP_ACTION_INVAL) { in dlcosmk_create_action()
185 if ((err = ipp_action_ref(aid, dlcosmk_data->next_action, in dlcosmk_create_action()
207 ipp_action_id_t next_action; in dlcosmk_modify_action() local
238 if ((next_action = ipp_action_lookup(next_action_name)) in dlcosmk_modify_action()
246 if ((err = ipp_action_ref(aid, next_action, flags)) != 0) { in dlcosmk_modify_action()
253 err = ipp_action_unref(aid, dlcosmk_data->next_action, flags); in dlcosmk_modify_action()
255 dlcosmk_data->next_action = next_action; in dlcosmk_modify_action()
[all …]
H A Ddlcosmk_impl.h96 ipp_action_id_t next_action; /* action id of next action */ member
/titanic_44/usr/src/uts/common/ipp/flowacct/
H A Dflowacctddi.c184 char *next_action; in flowacct_create_action() local
202 &next_action)) != 0) { in flowacct_create_action()
209 if ((flowacct_data->next_action = ipp_action_lookup(next_action)) in flowacct_create_action()
261 if ((rc = ipp_action_ref(aid, flowacct_data->next_action, in flowacct_create_action()
289 ipp_action_id_t next_action; in flowacct_modify_action() local
317 if ((next_action = ipp_action_lookup(next_action_name)) in flowacct_modify_action()
325 if ((rc = ipp_action_ref(aid, next_action, flags)) != 0) { in flowacct_modify_action()
340 rc = ipp_action_unref(aid, flowacct_data->next_action, flags); in flowacct_modify_action()
342 flowacct_data->next_action = next_action; in flowacct_modify_action()
420 rc = ipp_action_unref(aid, flowacct_data->next_action, flags); in flowacct_destroy_action()
[all …]
H A Dflowacct_impl.h165 ipp_action_id_t next_action; /* action id of next action */ member
/titanic_44/usr/src/uts/common/ipp/dscpmk/
H A Ddscpmkddi.c127 char *next_action; in dscpmk_create_action() local
145 &next_action)) != 0) { in dscpmk_create_action()
153 if ((dscpmk_data->next_action = ipp_action_lookup(next_action)) in dscpmk_create_action()
234 if ((err = ipp_action_ref(aid, dscpmk_data->next_action, flags)) != 0) { in dscpmk_create_action()
266 ipp_action_id_t next_action; in dscpmk_modify_action() local
295 if ((next_action = ipp_action_lookup(next_action_name)) in dscpmk_modify_action()
303 if ((err = ipp_action_ref(aid, next_action, flags)) != 0) { in dscpmk_modify_action()
310 err = ipp_action_unref(aid, dscpmk_data->next_action, flags); in dscpmk_modify_action()
312 dscpmk_data->next_action = next_action; in dscpmk_modify_action()
414 err = ipp_action_unref(aid, dscpmk_data->next_action, flags); in dscpmk_destroy_action()
[all …]
H A Ddscpmk_impl.h101 ipp_action_id_t next_action; /* action id of next action */ member
/titanic_44/usr/src/cmd/cmd-inet/etc/
H A Dipqosconf.1.sample51 next_action markEF
55 next_action markAF11
59 next_action markAF12
63 next_action markAF13
103 next_action continue
113 next_action continue
123 next_action continue
133 next_action continue
H A Dipqosconf.2.sample54 next_action meter5mbps
95 next_action acct_classaf1
107 next_action acct_classaf1
118 next_action acct_classaf1
129 next_action continue
H A Dipqosconf.3.sample44 next_action dlmark1
69 next_action continue
/titanic_44/usr/src/uts/intel/io/dktp/hba/ghd/
H A Dghd_timer.c317 gact_t next_action; in ghd_timer_newstate() local
348 next_action = GACTION_ABORT_CMD; in ghd_timer_newstate()
356 next_action = GACTION_ABORT_CMD; in ghd_timer_newstate()
363 next_action = GACTION_ABORT_DEV; in ghd_timer_newstate()
369 next_action = GACTION_RESET_TARGET; in ghd_timer_newstate()
375 next_action = GACTION_RESET_BUS; in ghd_timer_newstate()
381 next_action = GACTION_INCOMPLETE; in ghd_timer_newstate()
398 next_action = GACTION_INCOMPLETE; in ghd_timer_newstate()
469 action = next_action; in ghd_timer_newstate()
/titanic_44/usr/src/uts/common/ipp/ipgpc/
H A Dfilters.c408 def_class.next_action = IPP_ACTION_CONT; in ipgpc_initialize()
1205 if ((out_class->next_action = ipp_action_lookup(name)) in ipgpc_parse_class()
1249 if ((err = ipp_action_ref(ipgpc_aid, in_class->next_action, 0)) != 0) { in ipgpc_addclass()
1297 ipgpc_cid_list[in_class_id].stats.next_action = in class_statinit()
1298 ipgpc_cid_list[in_class_id].aclass.next_action; in class_statinit()
1521 ipgpc_cid_list[in_class_id].aclass.next_action = -1; in removecid()
1584 old_next_action = ipgpc_cid_list[class_id].aclass.next_action; in ipgpc_removeclass()
1769 old_next_action = ipgpc_cid_list[class_id].aclass.next_action; in ipgpc_modifyclass()
1773 in_class.next_action = old_next_action; in ipgpc_modifyclass()
1775 if ((in_class.next_action = ipp_action_lookup(name)) in ipgpc_modifyclass()
[all …]
H A Dclassifier-objects.h147 ipp_action_id_t next_action; /* next action id */ member
239 ipp_action_id_t next_action; /* id of action at head of list */ member
H A Dclassifierddi.c497 out_class->next_action)) != 0) { in ipgpc_invoke_action()
/titanic_44/usr/src/cmd/nscd/
H A Dcache.c1355 nsc_action_t next_action; in lookup_int() local
1455 next_action = _NSC_NSLOOKUP; in lookup_int()
1462 next_action = _NSC_WAIT; in lookup_int()
1464 next_action = _NSC_USECACHED; in lookup_int()
1471 next_action = _NSC_WAIT; in lookup_int()
1480 next_action = _NSC_NSLOOKUP; in lookup_int()
1484 next_action = _NSC_USECACHED; in lookup_int()
1490 next_action = _NSC_NSLOOKUP; in lookup_int()
1492 next_action = _NSC_USECACHED; in lookup_int()
1496 if (next_action == _NSC_WAIT) { in lookup_int()
[all …]
/titanic_44/usr/src/cmd/cmd-inet/usr.sbin/ipqosconf/
H A Ddlcosmk.types31 params next_action action
H A Ddscpmk.types31 params next_action action
H A Dflowacct.types31 params next_action action
/titanic_44/usr/src/cmd/svc/startd/
H A Dgraph.c6238 next_action(hrtime_t *a, int num) in next_action() function
6418 while ((a = next_action(action_ts, NACTIONS)) != -1) { in process_actions()