/src/usr.bin/make/unit-tests/ |
escape.mk | 100 # this should be processed as a comment 102 # this should be processed as a comment 128 # this should be processed as a comment 130 # this should be processed as a comment 155 # this should be processed as a comment 157 # this should be processed as a comment
|
varmod-path.mk | 24 # To have an effect, this .PATH declaration must be processed after the
|
var-op-shell.mk | 26 # The output of a shell command that failed is processed nevertheless.
|
opt-debug-file.mk | 31 # directly. Instead, it can be processed in a single expression by a chain
|
cond-func-empty.mk | 45 # enough to be further processed". 187 # condition should have been processed in parse-only mode. The right-hand
|
directive-include-guard.mk | 40 # for any other reason) is only processed once, to see whether it is guarded. 94 # for any other reason) is only processed once, to see whether it is guarded. 294 # the file is processed but its content is skipped. If that same guard 296 # processed as usual. 539 # the file is processed again.
|
directive-for.mk | 231 # is processed. 237 # If there are no iteration values, the loop body is not processed, and the
|
/src/common/dist/zlib/contrib/ada/ |
zlib-streams.ads | 101 -- could be processed during the read operation. 107 -- processed in the write operation.
|
/src/sys/dev/pci/ixgbe/ |
ix_txrx.c | 1117 u32 work, processed = 0; local in function:ixgbe_txeof 1214 ++processed; 1234 if (processed) { 1237 txr->packets += processed; 1238 if_statadd(ifp, if_opackets, processed); 1249 if ((processed == 0) && (txr->busy != IXGBE_QUEUE_HUNG)) 1255 if (processed) 1828 int i, nextp, processed = 0; local in function:ixgbe_rxeof 1845 if (netmap_rx_irq(ifp, rxr->me, &processed)) { 2085 ++processed; [all...] |
/src/sys/dev/isa/ |
ym.c | 1030 int processed; local in function:ym_intr 1044 processed = 0; 1050 processed = 1; 1058 processed = 1; 1067 processed = 1; 1069 } while (processed && (ist = ym_read(sc, SA3_IRQA_STAT)));
|
/src/sys/dev/pci/cxgb/ |
cxgb_adapter.h | 253 uint32_t processed; member in struct:sge_txq 543 #define desc_reclaimable(q) ((int)((q)->processed - (q)->cleaned - TX_MAX_DESC))
|
cxgb_sge.c | 181 * Reclaims Tx descriptors that the SGE has indicated it has processed, 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; 763 /* mbufs are allocated on demand when a rspq entry is processed. */ 1392 unsigned int reclaim = q->processed - q->cleaned; 2345 qs->txq[TXQ_ETH].processed += credits; 2353 qs->txq[TXQ_CTRL].processed += credits; 2361 qs->txq[TXQ_OFLD].processed += credits; 2375 * @budget: how many responses can be processed in this roun [all...] |
/src/sys/external/bsd/compiler_rt/dist/lib/asan/scripts/ |
asan_symbolize.py | 444 processed = self.process_line(line) 445 print('\n'.join(processed))
|
/src/sys/dev/pci/ |
if_bwfm_pci.c | 1385 int avail, processed; local in function:bwfm_pci_ring_rx 1392 processed = 0; 1396 processed++; 1397 if (processed == 48) { 1398 bwfm_pci_ring_read_commit(sc, ring, processed); 1399 processed = 0; 1403 if (processed) 1404 bwfm_pci_ring_read_commit(sc, ring, processed);
|
/src/sys/external/bsd/ena-com/ |
ena_com.c | 1965 u16 masked_head, processed = 0; local in function:ena_com_aenq_intr_handler 1990 processed++; 2000 aenq->head += processed; 2003 /* Don't update aenq doorbell if there weren't any processed events */ 2004 if (!processed)
|
/src/sys/arch/sparc64/sparc64/ |
copy.S | 973 membar #Sync ! Make sure all fauls are processed
|
/src/usr.sbin/sysinst/ |
msg.mi.en | 487 Sets selected %d, processed %d, Next set %s.
|