Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ipqosconf/
H A Dipqosconf.c144 static ipqos_conf_action_t *actionexist(char *, ipqos_conf_action_t *);
1396 if ((tmp = actionexist(act->name, old)) == NULL) { in diffconf()
1419 actionexist(act->name, new) == NULL) { in diffconf()
2151 act = actionexist(IPGPC_CLASSIFY, actions); in add_items()
2683 oldact = actionexist(act->name, oactions); in undo_modifys()
6714 actionexist( in actionexist() function
8129 if (actionexist(actions->name, actions->next)) { in actions_unique()
8306 actionexist(cls->alist->name, actions)) == NULL) { in validconf()
8339 aref->action = actionexist(aref->name, actions); in validconf()