Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/ipp/meters/
H A Dtswtclddi.c108 char *next_action; in tswtcl_create_action() local
123 &next_action)) != 0) { in tswtcl_create_action()
140 &next_action)) != 0) { in tswtcl_create_action()
157 &next_action)) != 0) { in tswtcl_create_action()
614 char *next_action; in tswtcl_info() local
640 kmem_free(next_action, (strlen(next_action) + 1)); in tswtcl_info()
645 kmem_free(next_action, (strlen(next_action) + 1)); in tswtcl_info()
660 kmem_free(next_action, (strlen(next_action) + 1)); in tswtcl_info()
664 kmem_free(next_action, (strlen(next_action) + 1)); in tswtcl_info()
679 kmem_free(next_action, (strlen(next_action) + 1)); in tswtcl_info()
[all …]
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()
191 *next_action = cfg_parms->green_action; in tokenmt_process()
197 *next_action = cfg_parms->red_action; in tokenmt_process()
[all …]
H A Dtokenmtddi.c126 char *next_action; in tokenmt_create_action() local
144 &next_action)) != 0) { in tokenmt_create_action()
161 &next_action)) == 0) { in tokenmt_create_action()
176 &next_action)) != 0) { in tokenmt_create_action()
800 char *next_action; in tokenmt_info() local
827 kmem_free(next_action, (strlen(next_action) + 1)); in tokenmt_info()
832 kmem_free(next_action, (strlen(next_action) + 1)); in tokenmt_info()
850 kmem_free(next_action, (strlen(next_action) + 1)); in tokenmt_info()
854 kmem_free(next_action, (strlen(next_action) + 1)); in tokenmt_info()
870 kmem_free(next_action, (strlen(next_action) + 1)); in tokenmt_info()
[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()
/illumos-gate/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()
207 ipp_action_id_t next_action; in dlcosmk_modify_action() local
255 dlcosmk_data->next_action = next_action; in dlcosmk_modify_action()
455 char *next_action; in dlcosmk_info() local
470 if ((err = ipp_action_name(dlcosmk_data->next_action, in dlcosmk_info()
471 &next_action)) != 0) { in dlcosmk_info()
479 next_action)) != 0) { in dlcosmk_info()
482 kmem_free(next_action, (strlen(next_action) + 1)); in dlcosmk_info()
[all …]
H A Ddlcosmk_impl.h94 ipp_action_id_t next_action; /* action id of next action */ member
/illumos-gate/usr/src/uts/common/ipp/flowacct/
H A Dflowacctddi.c182 char *next_action; in flowacct_create_action() local
200 &next_action)) != 0) { in flowacct_create_action()
207 if ((flowacct_data->next_action = ipp_action_lookup(next_action)) in flowacct_create_action()
287 ipp_action_id_t next_action; in flowacct_modify_action() local
340 flowacct_data->next_action = next_action; in flowacct_modify_action()
454 char *next_action; in flowacct_info() local
469 if ((rc = ipp_action_name(flowacct_data->next_action, in flowacct_info()
470 &next_action)) != 0) { in flowacct_info()
478 next_action)) != 0) { in flowacct_info()
481 kmem_free(next_action, (strlen(next_action) + 1)); in flowacct_info()
[all …]
H A Dflowacct_impl.h163 ipp_action_id_t next_action; /* action id of next action */ member
/illumos-gate/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()
266 ipp_action_id_t next_action; in dscpmk_modify_action() local
312 dscpmk_data->next_action = next_action; in dscpmk_modify_action()
591 char *next_action; in dscpmk_info() local
607 if ((err = ipp_action_name(dscpmk_data->next_action, in dscpmk_info()
608 &next_action)) != 0) { in dscpmk_info()
616 next_action)) != 0) { in dscpmk_info()
619 kmem_free(next_action, (strlen(next_action) + 1)); in dscpmk_info()
[all …]
H A Ddscpmk_impl.h99 ipp_action_id_t next_action; /* action id of next action */ member
/illumos-gate/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
/illumos-gate/usr/src/uts/intel/io/dktp/hba/ghd/
H A Dghd_timer.c317 gact_t next_action; in ghd_timer_newstate() local
349 next_action = GACTION_ABORT_CMD; in ghd_timer_newstate()
357 next_action = GACTION_ABORT_CMD; in ghd_timer_newstate()
364 next_action = GACTION_ABORT_DEV; in ghd_timer_newstate()
370 next_action = GACTION_RESET_TARGET; in ghd_timer_newstate()
376 next_action = GACTION_RESET_BUS; in ghd_timer_newstate()
382 next_action = GACTION_INCOMPLETE; in ghd_timer_newstate()
399 next_action = GACTION_INCOMPLETE; in ghd_timer_newstate()
470 action = next_action; in ghd_timer_newstate()
/illumos-gate/usr/src/uts/common/ipp/ipgpc/
H A Dfilters.c408 def_class.next_action = IPP_ACTION_CONT; in ipgpc_initialize()
1773 in_class.next_action = old_next_action; in ipgpc_modifyclass()
1819 in_class.next_action, 0)) != 0) { in ipgpc_modifyclass()
1823 in_class.next_action)); in ipgpc_modifyclass()
1837 in_class.next_action; in ipgpc_modifyclass()
1992 ipp_action_id_t next_action = in ipgpc_destroy() local
2153 char *next_action; in build_class_nvlist() local
2182 if ((rc = ipp_action_name(in_class->next_action, &next_action)) != 0) { in build_class_nvlist()
2188 next_action)) != 0) { in build_class_nvlist()
2189 kmem_free(next_action, (strlen(next_action) + 1)); in build_class_nvlist()
[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()
/illumos-gate/usr/src/cmd/nscd/
H A Dcache.c1381 nsc_action_t next_action; in lookup_int() local
1481 next_action = _NSC_NSLOOKUP; in lookup_int()
1488 next_action = _NSC_WAIT; in lookup_int()
1490 next_action = _NSC_USECACHED; in lookup_int()
1497 next_action = _NSC_WAIT; in lookup_int()
1506 next_action = _NSC_NSLOOKUP; in lookup_int()
1510 next_action = _NSC_USECACHED; in lookup_int()
1516 next_action = _NSC_NSLOOKUP; in lookup_int()
1518 next_action = _NSC_USECACHED; in lookup_int()
1522 if (next_action == _NSC_WAIT) { in lookup_int()
[all …]
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ipqosconf/
H A Ddlcosmk.types29 params next_action action
H A Ddscpmk.types29 params next_action action
H A Dflowacct.types29 params next_action action
/illumos-gate/usr/src/cmd/svc/startd/
H A Dgraph.c6195 next_action(hrtime_t *a, int num) in next_action() function
6375 while ((a = next_action(action_ts, NACTIONS)) != -1) { in process_actions()