Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ipqosconf/
H A Dipqosconf.c239 static void list_end(ipqos_list_el_t **listp, ipqos_list_el_t ***lendpp);
3831 ipqos_list_el_t ***lendpp) in list_end() argument
3833 *lendpp = listp; in list_end()
3834 while (**lendpp != NULL) { in list_end()
3835 *lendpp = &(**lendpp)->next; in list_end()