Searched refs:unp_list (Results 1 – 1 of 1) sorted by relevance
1797 struct unpcb *unp, **unp_list; in unp_pcblist() local1855 unp_list = malloc(n * sizeof *unp_list, M_TEMP, M_WAITOK); in unp_pcblist()1867 unp_list[i++] = unp; in unp_pcblist()1878 unp = unp_list[i]; in unp_pcblist()1927 free(unp_list, M_TEMP); in unp_pcblist()