Home
last modified time | relevance | path

Searched refs:cleaned (Results 1 – 25 of 191) sorted by relevance

12345678

/netbsd-src/lib/libform/
H A Dtype_ipv6.c56 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 DCodeCoverage.cmake117 …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 Dcxgb_sge.c195 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 Dcxgb_adapter.h254 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 Dvm.c1177 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 Dossl_lib_ctx_get_data.pod55 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 DMAKE_RESTARTS36 # Test multiple restarts and make sure the variable is cleaned up
/netbsd-src/external/mpl/bind/dist/bin/tests/system/addzone/ns2/
H A Dnamed2.conf.in58 # This view is only here to test that configuration context is cleaned
H A Dnamed3.conf.in68 # This view is only here to test that configuration context is cleaned
/netbsd-src/usr.bin/spell/
H A DTODO12 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 Dobjects.rst33 * 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 Dobjects.rst33 * is automatically cleaned up for you when its context is released so
/netbsd-src/external/gpl3/gcc/dist/gcc/jit/docs/topics/
H A Dobjects.rst33 * 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 Dobjects.rst33 * is automatically cleaned up for you when its context is released so
/netbsd-src/external/gpl2/gettext/dist/gettext-runtime/libasprintf/
H A DREADME47 Temporarily allocated memory is cleaned up automatically.
/netbsd-src/external/mpl/bind/dist/doc/notes/
H A Dnotes-9.18.15.rst
/netbsd-src/external/bsd/nsd/dist/contrib/bind2nsd/
H A DChangeLog3 * bind2nsd/*, scripts/*: cleaned up the way modules were being
/netbsd-src/sys/dev/wscons/
H A Dfiles.wscons11 # 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 DEVP_VerifyInit.pod60 be cleaned up after use by calling EVP_MD_CTX_free() or a memory leak
H A DEVP_SignInit.pod64 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 Dxfpu.md25 ;; be cleaned up at some point in the future.
/netbsd-src/external/gpl3/binutils.old/dist/gprof/
H A DTODO37 solution works, but something cleaner is desirable ==> cleaned up,
/netbsd-src/crypto/external/bsd/openssl/dist/doc/man3/
H A DEVP_VerifyInit.pod68 be cleaned up after use by calling EVP_MD_CTX_free() or a memory leak
H A DEVP_SignInit.pod72 be cleaned up after use by calling EVP_MD_CTX_free() or a memory leak
/netbsd-src/external/gpl3/binutils/dist/gprof/
H A DTODO37 solution works, but something cleaner is desirable ==> cleaned up,

12345678