Searched defs: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) {
1419 actionexist(act->name, new) == NULL) {
2151 act = actionexist(IPGPC_CLASSIFY, actions);
2683 oldact = actionexist(act->name, oactions);
6714 actionexist( function
6719 IPQOSCDBG1(L1, "In actionexist: name: %s\n", action_name);
8129 if (actionexist(actions->name, actions->next)) {
8306 actionexist(cls->alist->name, actions)) == NULL) {
8339 aref->action = actionexist(are
[all...]

Completed in 77 milliseconds