HomeSort by: relevance | last modified time | path
    Searched refs:cleaned (Results 1 - 13 of 13) sorted by relevancy

  /src/lib/libform/
type_ipv6.c 56 char cleaned[NI_MAXHOST]; local
81 if (getnameinfo(res->ai_addr, res->ai_addrlen, cleaned,
82 (socklen_t) sizeof(cleaned), NULL, 0, niflags) != 0) {
90 * now we are sure host is an IPv6 address literal, and "cleaned"
94 set_field_buffer(field, 0, cleaned);
  /src/external/bsd/libevent/dist/cmake/
CodeCoverage.cmake 117 COMMAND ${LCOV_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
  /src/external/bsd/ntp/dist/sntp/libevent/cmake/
CodeCoverage.cmake 117 COMMAND ${LCOV_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
  /src/external/mpl/bind/dist/bin/tests/system/addzone/ns2/
named2.conf.j2 58 # This view is only here to test that configuration context is cleaned
named3.conf.j2 68 # This view is only here to test that configuration context is cleaned
  /src/sys/rump/librump/rumpkern/
vm.c 1183 int cleaned, skip, skipped; local
1218 cleaned = 0;
1222 while (cleaned < PAGEDAEMON_OBJCHUNK) {
1236 cleaned++;
1276 if (!succ && cleaned == 0 && pdaemon_waiters &&
  /src/sys/dev/pci/cxgb/
cxgb_sge.c 195 q->cleaned += reclaimed;
210 unsigned int r = q->processed - q->cleaned;
691 reclaim_eth = txq[TXQ_ETH].processed - txq[TXQ_ETH].cleaned;
692 reclaim_ofl = txq[TXQ_OFLD].processed - txq[TXQ_OFLD].cleaned;
1392 unsigned int reclaim = q->processed - q->cleaned;
1397 q->cleaned += reclaim;
1791 int i, cleaned; local
1800 again: cleaned = reclaim_completed_tx(q, TX_CLEAN_MAX_DESC, m_vec);
1831 for (i = 0; i < cleaned; i++) {
1853 int nsegs, i, cleaned; local
    [all...]
cxgb_adapter.h 254 uint32_t cleaned; member in struct:sge_txq
543 #define desc_reclaimable(q) ((int)((q)->processed - (q)->cleaned - TX_MAX_DESC))
  /src/distrib/sets/
fmt-list 395 -- the end of the file and have them cleaned up automatically.
  /src/external/historical/nawk/dist/
FIXES.1e 422 cleaned up a handful of tests that didn't seem to actually
997 cleaned up some declarations so gcc -Wall is now almost silent.
1107 cleaned up some error messages; "out of space" now means
1408 Error reporting slightly cleaned up.
  /src/crypto/external/bsd/openssl.old/dist/util/perl/OpenSSL/
Test.pm 175 will be cleaned out and removed. This happens both before and after BLOCK
  /src/external/cddl/osnet/dist/uts/common/fs/zfs/
zfs_vnops.c 6340 bool cleaned = false; local
6382 tsd_set(zfs_putpage_key, &cleaned);
6390 * Only zil_commit() if we cleaned something. This avoids
6397 if (cleaned && (flags & PGO_RECLAIM) == 0) {
  /src/external/bsd/ipf/dist/
HISTORY 762 cleaned up/enhanced ipnat -l/ipnat -lv output
792 remove ap_unload/ap_expire - automatically done when NAT is cleaned up
1182 Some compiler warnings cleaned up.

Completed in 26 milliseconds