Home
last modified time | relevance | path

Searched refs:act_name (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/common/ipp/flowacct/
H A Dflowacctddi.c215 if ((rc = ipp_action_name(aid, &flowacct_data->act_name)) != 0) { in flowacct_create_action()
286 char *next_action_name, *act_name; in flowacct_modify_action() local
330 if ((rc = ipp_action_name(aid, &act_name)) != 0) { in flowacct_modify_action()
341 kmem_free(flowacct_data->act_name, in flowacct_modify_action()
342 (strlen(flowacct_data->act_name) + 1)); in flowacct_modify_action()
343 flowacct_data->act_name = act_name; in flowacct_modify_action()
409 kmem_free(flowacct_data->act_name, (strlen(flowacct_data->act_name) in flowacct_destroy_action()
H A Dflowacct_impl.h164 char *act_name; /* action name of next action */ member
H A Dflowacct.c802 flowacct_data->act_name; in flowacct_timer()
/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dufs_panic.c271 static char *act_name(ufsa_t);
1325 act_name(a), state_name(s))); in sf_undef()
1345 TRIVIA(("[sf_init, action is %s", act_name(a))); in sf_init()
1414 TRIVIA(("[sf_queue, action is %s", act_name(a))); in sf_queue()
1534 TRIVIA(("[sf_nonterm_cmn, action: %s, %s", act_name(a), state_name(s))); in sf_nonterm_cmn()
1879 act_name(a), state_name(s))); in sf_term_cmn()
1999 act_name(a), state_name(f->uf_s))); in sf_panic()
2035 TRIVIA(("[sf_minimum, action is %s", act_name(a))); in sf_minimum()
2434 act_name(ufsa_t action) in act_name() function
/illumos-gate/usr/src/cmd/mdb/common/modules/arp/
H A Darp.c45 char *act_name; member
/illumos-gate/usr/src/cmd/geniconvtbl/
H A Ditm_util.c117 itm_data_t *act_name) in direction_unit() argument
141 if (NULL != act_name) { in direction_unit()
142 direc->action.itm_ptr = (itm_place2_t)(act_name); in direction_unit()
143 du->ref[1] = obj_register(ITMC_OBJ_ACTION, act_name, NULL, 0, in direction_unit()