Searched refs:discard (Results 101 - 110 of 110) sorted by relevance

12345

/freebsd-11-stable/sys/dev/ixl/
H A Dixl_txrx.c1498 rxr->discard = FALSE;
/freebsd-11-stable/sys/dev/syscons/
H A Dsyscons.c3446 sc_alloc_scr_buffer(scr_stat *scp, int wait, int discard) argument
3453 if (!discard && (old.vtb_flags & VTB_VALID)) {
/freebsd-11-stable/sys/dev/e1000/
H A Dif_lem.c3698 goto discard;
3751 discard:
/freebsd-11-stable/contrib/sqlite3/tea/generic/
H A Dtclsqlite3.c1471 ** If the discard parameter is non-zero, then the statement is deleted
1478 int discard /* True to delete (not cache) the pPreStmt */
1488 if( pDb->maxStmt<=0 || discard ){
/freebsd-11-stable/contrib/binutils/bfd/
H A Dlinker.c369 controlled by the <<strip>> and <<discard>> fields of the
396 permits local symbols to be written out, the <<discard>> field
2341 switch (info->discard)
2902 arrange to discard it if a section of the same name has already
2999 It is tempting to instead not discard link once sections when
H A Delflink.c344 be needed, we can discard it later. We will never need this
862 /* Silently discard TLS symbols from --just-syms. There's no way to
1811 discard the string data when low in memory, this will have to be
8469 if (finfo->info->discard == discard_all)
8491 || (((finfo->info->discard == discard_sec_merge
8493 || finfo->info->discard == discard_l)
11443 It is tempting to instead not discard link once sections when
/freebsd-11-stable/contrib/llvm-project/lld/ELF/
H A DDriver.cpp864 config->discard = getDiscard(args);
1081 // the file and discard all others.
/freebsd-11-stable/sys/dev/vmware/vmxnet3/
H A Dif_vmx.c3651 SYSCTL_ADD_UQUAD(ctx, txslist, OID_AUTO, "discard", CTLFLAG_RD,
3652 &txstats->discard, "Discards");
/freebsd-11-stable/contrib/sqlite3/
H A Dsqlite3.c6653 ** SQLite is free to discard the metadata at any time, including: <ul>
9435 ** the application may discard the parameter after the call to
9483 ** false will always have the "discard" flag set to true.
9535 ** as its second argument. If the third parameter, discard, is non-zero,
9537 ** ^If the discard parameter is
9553 ** When SQLite calls the xTruncate() method, the cache must discard all
9582 void (*xUnpin)(sqlite3_pcache*, sqlite3_pcache_page*, int discard);
9604 void (*xUnpin)(sqlite3_pcache*, void*, int discard);
[all...]
/freebsd-11-stable/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c6476 ** the application may discard the parameter after the call to
6526 ** false will always have the "discard" flag set to true.
6573 ** as its second argument. If the third parameter, discard, is non-zero,
6575 ** ^If the discard parameter is
6591 ** When SQLite calls the xTruncate() method, the cache must discard all
6613 void (*xUnpin)(sqlite3_pcache*, void*, int discard);
[all...]

Completed in 1148 milliseconds

12345