Home
last modified time | relevance | path

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

/titanic_44/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()
/titanic_44/usr/src/cmd/mdb/common/modules/genunix/
H A Dleaky_subr.c857 const char *leaks; in leaky_subr_dump_end() local
865 leaks = "kmem_oversize leak"; in leaky_subr_dump_end()
873 leaks = "buffer"; in leaky_subr_dump_end()
881 leaks = "buffer"; in leaky_subr_dump_end()
891 width, "Total", lk_ttl, leaks, (lk_ttl == 1) ? "" : "s", in leaky_subr_dump_end()
H A Dleaky.c691 size_t leaks; in leaky_dump() local
697 leaks = lk_types[i].lt_leaks; in leaky_dump()
701 while (leaks-- > 0) { in leaky_dump()
730 leaks = lk_types[i].lt_leaks; in leaky_dump()
733 while (leaks-- > 0) { in leaky_dump()
/titanic_44/usr/src/uts/intel/sys/acpi/platform/
H A Dacmsvc.h180 Detected memory leaks!
/titanic_44/usr/src/lib/fm/libfmd_msg/
H A DMakefile.com89 @echo; echo Checking for memory leaks:
/titanic_44/usr/src/uts/common/io/usb/usba/
H A Dusba.c3094 int leaks = 0; in usba_check_for_leaks() local
3118 leaks++; in usba_check_for_leaks()
3142 leaks++; in usba_check_for_leaks()
3189 leaks++; in usba_check_for_leaks()
3208 leaks++; in usba_check_for_leaks()
3234 leaks++; in usba_check_for_leaks()
3250 if (leaks) { in usba_check_for_leaks()
3252 "all %d leaks fixed", leaks); in usba_check_for_leaks()
/titanic_44/usr/src/lib/libsqlite/test/
H A Dmisuse.test17 # This test file leaks memory and file descriptors.
H A Dtrigger1.test193 # Check for memory leaks in the trigger parser
H A Dmisc1.test486 # Test for memory leaks when a CREATE TABLE containing a primary key
H A Dbtree.test38 # page leaks.
/titanic_44/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
/titanic_44/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
/titanic_44/usr/src/cmd/zdb/
H A Dzdb.c2702 boolean_t leaks = B_FALSE; in dump_block_stats() local
2792 leaks = B_TRUE; in dump_block_stats()
2939 if (leaks) in dump_block_stats()
/titanic_44/usr/src/cmd/sgs/packages/common/
H A DSUNWonld-README111 4238071 dlopen() leaks while descriptors under low memory conditions
448 4469684 rtld leaks dl_handles and permits on dlopen/dlclose
/titanic_44/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).
3612 Fixed a couple possible memory leaks in the AML parser, in the error
6895 Fixed two possible memory leaks in the error exit paths of
7731 Fixed a couple memory leaks associated with "implicit return" objects
8646 leaks
9577 Fixed some possible memory leaks found within the execution path of the
10286 Fixed several possible memory leaks and the inverse - premature object
10514 Implemented a handful of miscellaneous fixes for possible memory leaks on
[all …]
/titanic_44/usr/src/common/bignum/sun4u/
H A Dmont_mulf_kernel_v9.s3144 FZERO ! zero out to avoid leaks
/titanic_44/usr/src/lib/libshell/common/
H A DRELEASE2 10-03-05 A varibale unset memory leak has been fixed and tests/leaks.sh
127 09-08-10 Several memory leaks were fixed primarily related to subshells.