Searched refs:act_name (Results 1 – 6 of 6) sorted by relevance
/titanic_41/usr/src/uts/common/ipp/flowacct/ |
H A D | flowacctddi.c | 217 if ((rc = ipp_action_name(aid, &flowacct_data->act_name)) != 0) { in flowacct_create_action() 288 char *next_action_name, *act_name; in flowacct_modify_action() local 332 if ((rc = ipp_action_name(aid, &act_name)) != 0) { in flowacct_modify_action() 343 kmem_free(flowacct_data->act_name, in flowacct_modify_action() 344 (strlen(flowacct_data->act_name) + 1)); in flowacct_modify_action() 345 flowacct_data->act_name = act_name; in flowacct_modify_action() 411 kmem_free(flowacct_data->act_name, (strlen(flowacct_data->act_name) in flowacct_destroy_action()
|
H A D | flowacct_impl.h | 166 char *act_name; /* action name of next action */ member
|
H A D | flowacct.c | 802 flowacct_data->act_name; in flowacct_timer()
|
/titanic_41/usr/src/uts/common/fs/ufs/ |
H A D | ufs_panic.c | 271 static char *act_name(ufsa_t); 1326 act_name(a), state_name(s))); in sf_undef() 1346 TRIVIA(("[sf_init, action is %s", act_name(a))); in sf_init() 1415 TRIVIA(("[sf_queue, action is %s", act_name(a))); in sf_queue() 1535 TRIVIA(("[sf_nonterm_cmn, action: %s, %s", act_name(a), state_name(s))); in sf_nonterm_cmn() 1880 act_name(a), state_name(s))); in sf_term_cmn() 2000 act_name(a), state_name(f->uf_s))); in sf_panic() 2036 TRIVIA(("[sf_minimum, action is %s", act_name(a))); in sf_minimum() 2435 act_name(ufsa_t action) in act_name() function
|
/titanic_41/usr/src/cmd/mdb/common/modules/arp/ |
H A D | arp.c | 45 char *act_name; member
|
/titanic_41/usr/src/cmd/geniconvtbl/ |
H A D | itm_util.c | 117 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()
|