/netbsd-src/lib/libform/ |
H A D | type_ipv6.c | 56 char cleaned[NI_MAXHOST]; in ipv6_check_field() local 81 if (getnameinfo(res->ai_addr, res->ai_addrlen, cleaned, in ipv6_check_field() 82 (socklen_t) sizeof(cleaned), NULL, 0, niflags) != 0) { in ipv6_check_field() 94 set_field_buffer(field, 0, cleaned); in ipv6_check_field()
|
/netbsd-src/external/bsd/libevent/dist/cmake/ |
H A D | CodeCoverage.cmake | 117 …COV_PATH} --remove ${_outputname}.info 'tests/*' '/usr/*' --output-file ${_outputname}.info.cleaned 118 COMMAND ${GENHTML_PATH} -o ${_outputname} ${_outputname}.info.cleaned 119 COMMAND ${CMAKE_COMMAND} -E remove ${_outputname}.info ${_outputname}.info.cleaned
|
/netbsd-src/sys/dev/pci/cxgb/ |
H A D | cxgb_sge.c | 195 q->cleaned += reclaimed; in reclaim_completed_tx() 210 unsigned int r = q->processed - q->cleaned; in should_restart_tx() 691 reclaim_eth = txq[TXQ_ETH].processed - txq[TXQ_ETH].cleaned; in sge_timer_cb() 692 reclaim_ofl = txq[TXQ_OFLD].processed - txq[TXQ_OFLD].cleaned; in sge_timer_cb() 1392 unsigned int reclaim = q->processed - q->cleaned; in reclaim_completed_tx_imm() 1397 q->cleaned += reclaim; in reclaim_completed_tx_imm() 1791 int i, cleaned; in ofld_xmit() local 1800 again: cleaned = reclaim_completed_tx(q, TX_CLEAN_MAX_DESC, m_vec); in ofld_xmit() 1831 for (i = 0; i < cleaned; i++) { in ofld_xmit() 1853 int nsegs, i, cleaned; in restart_offloadq() local [all …]
|
H A D | cxgb_adapter.h | 254 uint32_t cleaned; member 543 #define desc_reclaimable(q) ((int)((q)->processed - (q)->cleaned - TX_MAX_DESC))
|
/netbsd-src/sys/rump/librump/rumpkern/ |
H A D | vm.c | 1177 int cleaned, skip, skipped; in uvm_pageout() local 1212 cleaned = 0; in uvm_pageout() 1216 while (cleaned < PAGEDAEMON_OBJCHUNK) { in uvm_pageout() 1230 cleaned++; in uvm_pageout() 1270 if (!succ && cleaned == 0 && pdaemon_waiters && in uvm_pageout()
|
/netbsd-src/crypto/external/bsd/openssl/dist/doc/internal/man3/ |
H A D | ossl_lib_ctx_get_data.pod | 55 Any resources allocated via a run once initialisation routine can be cleaned up 99 * method's destructor will be called when the library context is cleaned up.
|
/netbsd-src/external/gpl2/gmake/dist/tests/scripts/variables/ |
H A D | MAKE_RESTARTS | 36 # Test multiple restarts and make sure the variable is cleaned up
|
/netbsd-src/external/mpl/bind/dist/bin/tests/system/addzone/ns2/ |
H A D | named2.conf.in | 58 # This view is only here to test that configuration context is cleaned
|
H A D | named3.conf.in | 68 # This view is only here to test that configuration context is cleaned
|
/netbsd-src/usr.bin/spell/ |
H A D | TODO | 12 d) The code should be commented and cleaned. The code style is very
|
/netbsd-src/external/gpl3/gcc/dist/gcc/jit/docs/cp/topics/ |
H A D | objects.rst | 33 * is automatically cleaned up for you when its context is released so
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/docs/cp/topics/ |
H A D | objects.rst | 33 * is automatically cleaned up for you when its context is released so
|
/netbsd-src/external/gpl3/gcc/dist/gcc/jit/docs/topics/ |
H A D | objects.rst | 33 * is automatically cleaned up for you when its context is released so
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/docs/topics/ |
H A D | objects.rst | 33 * is automatically cleaned up for you when its context is released so
|
/netbsd-src/external/gpl2/gettext/dist/gettext-runtime/libasprintf/ |
H A D | README | 47 Temporarily allocated memory is cleaned up automatically.
|
/netbsd-src/external/mpl/bind/dist/doc/notes/ |
H A D | notes-9.18.15.rst |
|
/netbsd-src/external/bsd/nsd/dist/contrib/bind2nsd/ |
H A D | ChangeLog | 3 * bind2nsd/*, scripts/*: cleaned up the way modules were being
|
/netbsd-src/sys/dev/wscons/ |
H A D | files.wscons | 11 # This could all be cleaned up, but it's not clear that it's worth the
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man3/ |
H A D | EVP_VerifyInit.pod | 60 be cleaned up after use by calling EVP_MD_CTX_free() or a memory leak
|
H A D | EVP_SignInit.pod | 64 be cleaned up after use by calling EVP_MD_CTX_free() or a memory leak
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/rs6000/ |
H A D | xfpu.md | 25 ;; be cleaned up at some point in the future.
|
/netbsd-src/external/gpl3/binutils.old/dist/gprof/ |
H A D | TODO | 37 solution works, but something cleaner is desirable ==> cleaned up,
|
/netbsd-src/crypto/external/bsd/openssl/dist/doc/man3/ |
H A D | EVP_VerifyInit.pod | 68 be cleaned up after use by calling EVP_MD_CTX_free() or a memory leak
|
H A D | EVP_SignInit.pod | 72 be cleaned up after use by calling EVP_MD_CTX_free() or a memory leak
|
/netbsd-src/external/gpl3/binutils/dist/gprof/ |
H A D | TODO | 37 solution works, but something cleaner is desirable ==> cleaned up,
|