Searched defs:arefs (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ipqosconf/
H A Dipqosconf.c6736 * action_name to arefs.
6741 ipqos_conf_act_ref_t **arefs,
6769 aref->next = *arefs;
6770 *arefs = aref;
6776 * free all the memory used by the action references in arefs.
6780 ipqos_conf_act_ref_t *arefs)
6783 ipqos_conf_act_ref_t *aref = arefs;
6740 add_aref( ipqos_conf_act_ref_t **arefs, char *field, char *action_name) argument
6779 free_arefs( ipqos_conf_act_ref_t *arefs) argument

Completed in 81 milliseconds