Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ipqosconf/
H A Dipqosconf.c4138 str_val_nd_t *sve = sv_entrys; in free_str_val_entrys() local
4143 while (sve) { in free_str_val_entrys()
4144 free(sve->sv.string); in free_str_val_entrys()
4145 tmp = sve->next; in free_str_val_entrys()
4146 free(sve); in free_str_val_entrys()
4147 sve = tmp; in free_str_val_entrys()