Searched refs:fnlp2 (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/logadm/
H A Dfn.c440 * fn_list_addfn_list -- move filenames from fnlp2 to end of fnlp
442 * frees fnlp2 after moving all the filenames off of it.
445 fn_list_addfn_list(struct fn_list *fnlp, struct fn_list *fnlp2) argument
447 struct fn *fnp2 = fnlp2->fnl_first;
452 if (fnp2 == fnlp2->fnl_last)
463 fnlp2->fnl_first = fnlp2->fnl_last = fnlp2->fnl_rptr = NULL;
466 fn_list_free(fnlp2);
H A Dfn.h64 void fn_list_addfn_list(struct fn_list *fnlp, struct fn_list *fnlp2);

Completed in 57 milliseconds