Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/ipqosconf/
H A Dipqosconf.c4143 str_val_nd_t *sve = sv_entrys; in free_str_val_entrys() local
4148 while (sve) { in free_str_val_entrys()
4149 free(sve->sv.string); in free_str_val_entrys()
4150 tmp = sve->next; in free_str_val_entrys()
4151 free(sve); in free_str_val_entrys()
4152 sve = tmp; in free_str_val_entrys()