foundpool        1876 kern/subr_pool.c 	struct pool *pp, *foundpool = NULL;
foundpool        1908 kern/subr_pool.c 			foundpool = pp;
foundpool        1916 kern/subr_pool.c 	if (*name != KERN_POOL_NPOOLS && foundpool == NULL)
foundpool        1923 kern/subr_pool.c 		len = strlen(foundpool->pr_wchan) + 1;
foundpool        1927 kern/subr_pool.c 		return copyout(foundpool->pr_wchan, where, len);
foundpool        1929 kern/subr_pool.c 		return copyout(foundpool, where, buflen);