Searched refs:unp_list (Results 1 – 1 of 1) sorted by relevance
3296 struct unpcb *unp, **unp_list; in unp_pcblist() local3354 unp_list = malloc(n * sizeof *unp_list, M_TEMP, M_WAITOK); in unp_pcblist()3366 unp_list[i++] = unp; in unp_pcblist()3377 unp = unp_list[i]; in unp_pcblist()3426 free(unp_list, M_TEMP); in unp_pcblist()