Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ipqosconf/
H A Dipqosconf.c8540 char **actnames = NULL; in readkconf() local
8595 res = ipp_mod_list_actions(modnames[x], &actnames, &nacts); in readkconf()
8611 (void) strlcpy(ai_prm.action->name, actnames[y], in readkconf()
8621 res = ipp_action_info(actnames[y], in readkconf()
8636 cleanup_string_table(actnames, nacts); in readkconf()
8645 cleanup_string_table(actnames, nacts); in readkconf()
9028 char **actnames = NULL; in flush() local
9060 IPQOSCDBG1(APPLY, "deleting action %s\n", actnames[y]); in flush()
9061 res = ipp_action_destroy(actnames[y], IPP_DESTROY_REF); in flush()
9069 cleanup_string_table(actnames, nacts); in flush()
[all …]