Home
last modified time | relevance | path

Searched refs:leaks (Results 1 – 25 of 29) sorted by relevance

12

/illumos-gate/usr/src/uts/common/io/xge/hal/xgehal/
H A Dxgehal-driver.c268 int i, leaks=0; in xge_hal_driver_terminate() local
279 leaks++; in xge_hal_driver_terminate()
282 if (leaks) { in xge_hal_driver_terminate()
283 xge_os_printf("OSPAL: %d memory leaks detected", leaks); in xge_hal_driver_terminate()
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dleaky_subr.c855 const char *leaks; in leaky_subr_dump_end() local
863 leaks = "kmem_oversize leak"; in leaky_subr_dump_end()
871 leaks = "buffer"; in leaky_subr_dump_end()
879 leaks = "buffer"; in leaky_subr_dump_end()
889 width, "Total", lk_ttl, leaks, (lk_ttl == 1) ? "" : "s", in leaky_subr_dump_end()
H A Dleaky.c689 size_t leaks; in leaky_dump() local
695 leaks = lk_types[i].lt_leaks; in leaky_dump()
699 while (leaks-- > 0) { in leaky_dump()
728 leaks = lk_types[i].lt_leaks; in leaky_dump()
731 while (leaks-- > 0) { in leaky_dump()
/illumos-gate/usr/src/cmd/diskscan/
H A DMakefile33 SMOFF += leaks
/illumos-gate/usr/src/cmd/wall/
H A DMakefile37 SMOFF += leaks
/illumos-gate/usr/src/cmd/boot/fiocompress/
H A DMakefile43 SMOFF += leaks
/illumos-gate/usr/src/test/smbclient-tests/cmd/
H A DMakefile.cmd27 SMOFF += all_func_returns,leaks
/illumos-gate/usr/src/cmd/tail/
H A DMakefile31 SMOFF += leaks
/illumos-gate/usr/src/lib/fm/libfmd_msg/
H A DMakefile.com85 @echo; echo Checking for memory leaks:
/illumos-gate/usr/src/uts/intel/sys/acpi/platform/
H A Dacmsvc.h299 Detected memory leaks!
/illumos-gate/usr/src/uts/common/io/usb/usba/
H A Dusba.c3098 int leaks = 0; in usba_check_for_leaks() local
3122 leaks++; in usba_check_for_leaks()
3146 leaks++; in usba_check_for_leaks()
3193 leaks++; in usba_check_for_leaks()
3212 leaks++; in usba_check_for_leaks()
3238 leaks++; in usba_check_for_leaks()
3254 if (leaks) { in usba_check_for_leaks()
3256 "all %d leaks fixed", leaks); in usba_check_for_leaks()
/illumos-gate/usr/src/cmd/ast/libshell/
H A DMakefile.tests55 tests/leaks.sh \
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/
H A DMakefile74 ruptime := SMOFF += leaks
/illumos-gate/usr/src/lib/libsqlite/test/
H A Dmisuse.test15 # This test file leaks memory and file descriptors.
H A Dtrigger1.test191 # Check for memory leaks in the trigger parser
H A Dmisc1.test484 # Test for memory leaks when a CREATE TABLE containing a primary key
H A Dbtree.test36 # page leaks.
/illumos-gate/usr/src/uts/common/io/e1000api/
H A DREADME270 4990064 e1000g leaks memory when it runs out of transmit descriptors
357 6273730 e1000g causes memory leaks within Freelist_alloc and PktAlloc_buffers
358 5073739 find some memory leaks after load_unload test
764 6876953 Memory leaks found in e1000g_alloc_rx_sw_packet on snv_111b
/illumos-gate/usr/src/uts/common/io/e1000g/
H A DREADME270 4990064 e1000g leaks memory when it runs out of transmit descriptors
357 6273730 e1000g causes memory leaks within Freelist_alloc and PktAlloc_buffers
358 5073739 find some memory leaks after load_unload test
764 6876953 Memory leaks found in e1000g_alloc_rx_sw_packet on snv_111b
/illumos-gate/usr/src/cmd/zdb/
H A Dzdb.c4377 boolean_t leaks = B_FALSE; in zdb_check_for_obsolete_leaks() local
4434 leaks |= B_TRUE; in zdb_check_for_obsolete_leaks()
4441 return (leaks); in zdb_check_for_obsolete_leaks()
4450 boolean_t leaks = B_FALSE; in zdb_leak_fini() local
4460 leaks |= zdb_check_for_obsolete_leaks(vd, zcb); in zdb_leak_fini()
4498 return (leaks); in zdb_leak_fini()
4525 boolean_t leaks = B_FALSE; in dump_block_stats() local
4613 leaks |= zdb_leak_fini(spa, &zcb); in dump_block_stats()
4638 leaks = B_TRUE; in dump_block_stats()
4826 if (leaks) in dump_block_stats()
/illumos-gate/usr/src/pkg/manifests/
H A Dsystem-test-ksh93.p5m49 file path=opt/ksh93-tests/tests/leaks.sh
/illumos-gate/usr/src/lib/libc/port/stdio/
H A DREADME.design305 test for memory leaks by taking a core file and used the mdb
/illumos-gate/usr/src/cmd/sgs/tools/
H A DSUNWonld-README111 4238071 dlopen() leaks while descriptors under low memory conditions
448 4469684 rtld leaks dl_handles and permits on dlopen/dlclose
/illumos-gate/usr/src/uts/intel/io/acpica/
H A Dchanges.txt1318 during the effort to eliminate compiler memory leaks. ACPICA BZ 1111,
1409 iASL and table compiler: Cleanup miscellaneous memory leaks by fully
2149 is used to immediately detect memory leaks).
6895 Fixed two possible memory leaks in the error exit paths of
8646 leaks
11448 Fixed some possible memory leaks during exceptional conditions.
11493 - Dynamic object deletion and memory leaks
12435 Fixed a couple of possible memory leaks in the Namespace manager.
14164 Fixed memory leaks in the EC driver.
16038 allocations, and can therefore detect memory leaks and attempts to
[all …]
/illumos-gate/usr/src/boot/forth/
H A Dsupport.4th883 : set_module_name { addr -- } \ check leaks

12