gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:printf from t2ex/bsd_source/t2ex/network/net/src_bsd/kern/subr_pool.c (0.00 seconds)
t2ex
bsd_source/t2ex/network/net/src_bsd/kern/subr_pool.c - 105.3KB - 3,534 lines
343:         if (__predict_false(pp->pr_entered_file != NULL)) {
344:                 printf("pool %s: reentrancy at file %s line %ld\n",
345:                     pp->pr_wchan, file, line);
346:                 printf("         previous entry at file %s line %ld\n",
347:                     pp->pr_entered_file, pp->pr_entered_line);
359: if (__predict_false(pp->pr_entered_file == NULL)) { 360: printf("pool %s not entered?\n", pp->pr_wchan); 361: panic("pr_leave");
1366: mutex_exit(&pp->pr_lock); 1367: printf("pool_get: %s: curpage NULL, nitems %u\n", 1368: pp->pr_wchan, pp->pr_nitems);
1422: mutex_exit(&pp->pr_lock); 1423: printf("pool_get: %s: items on itemlist, nitems %u\n", 1424: pp->pr_wchan, pp->pr_nitems);
1518: if (__predict_false(pp->pr_nout == 0)) { 1519: printf("pool %s: putting with none out\n", 1520: pp->pr_wchan);
2259: if (label != NULL) 2260: printf("%s: ", label); 2261: printf("pool(%p:%s): page inconsistency: page %p;" 2262: " at page head addr %p (p %p)\n", pp,
2278: if (label != NULL) 2279: printf("%s: ", label); 2280: printf("pool(%s): free list modified: magic=%x;" 2281: " page %p; item ordinal %d; addr %p\n",
2294: if (label != NULL) 2295: printf("%s: ", label); 2296: printf("pool(%p:%s): page inconsistency: page %p;" 2297: " item ordinal %d; addr %p (p %p)\n", pp,