Searched defs:leaks (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/io/xge/hal/xgehal/
H A Dxgehal-driver.c268 int i, leaks=0; local
279 leaks++;
282 if (leaks) {
283 xge_os_printf("OSPAL: %d memory leaks detected", leaks);
285 xge_os_printf("OSPAL: no memory leaks detected");
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dleaky_subr.c532 * We also use the cache pointer as the leaks's cid, to
533 * prevent the coalescing of leaks from different caches.
857 const char *leaks; local
865 leaks = "kmem_oversize leak";
873 leaks = "buffer";
881 leaks = "buffer";
891 width, "Total", lk_ttl, leaks, (lk_ttl == 1) ? "" : "s",
H A Dleaky.c585 mdb_warn("expected %d leaks, got %d\n", ltp->lt_leaks,
691 size_t leaks; local
697 leaks = lk_types[i].lt_leaks;
701 while (leaks-- > 0) {
717 "findleaks: no memory leaks matching %a found\n",
721 "findleaks: no memory leaks detected\n");
730 leaks = lk_types[i].lt_leaks;
733 while (leaks-- > 0) {
747 "potentially leaked buffers. Similar leaks are coalesced by stack\n"
752 "leaks wil
[all...]
/illumos-gate/usr/src/uts/common/io/usb/usba/
H A Dusba.c3052 * check usba_device structure for leaks
3061 int leaks = 0; local
3085 leaks++;
3109 leaks++;
3156 leaks++;
3175 leaks++;
3201 leaks++;
3217 if (leaks) {
3219 "all %d leaks fixed", leaks);
[all...]
/illumos-gate/usr/src/cmd/zdb/
H A Dzdb.c2692 boolean_t leaks = B_FALSE; local
2773 (void) printf("\n\tNo leaks (block sum matches space"
2782 leaks = B_TRUE;
2916 if (leaks)

Completed in 83 milliseconds