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

12345

/freebsd-11-stable/contrib/llvm-project/lldb/source/Target/
H A DThread.cpp809 // Now, if the responsible plan was not "Okay to discard" then
1205 // we want to discard:
1240 // If the input plan is nullptr, discard all plans. Otherwise make sure this
1241 // plan is in the stack, and if so discard up to and including it.
1282 bool discard = true; local
1285 // discard up to it.
1289 discard = m_plan_stack[master_plan_idx]->OkayToDiscard();
1294 if (discard) {
1304 // Now discard the master plan itself.
1306 // means discard i
[all...]
/freebsd-11-stable/sys/dev/drm/
H A Dmga_drv.h76 int discard; member in struct:__anon9792
H A Dr128_cce.c793 buf_priv->discard = 0;
H A Dmach64_state.c840 DRM_DEBUG("pid=%d buf=%p used=%lu discard=%d\n",
842 vertex->buf, vertex->used, vertex->discard);
H A Dmga_dma.c288 buf_priv->discard = 0;
H A Dsavage_state.c1152 if (dmabuf && cmdbuf->discard) {
/freebsd-11-stable/sys/dev/syscons/
H A Dsyscons.h586 void sc_alloc_scr_buffer(scr_stat *scp, int wait, int discard);
/freebsd-11-stable/sys/dev/ixl/
H A Dixl.h486 bool discard; member in struct:rx_ring
/freebsd-11-stable/sbin/fsck_ffs/
H A Dsuj.c2213 * Detect dups. If we detect a dup we always discard the oldest
2314 int discard; local
2357 discard = 0;
2359 if (!discard && newseq++ == seg->ss_rec.jsr_seq) {
2364 discard = 1;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
H A DPath.cpp1157 Error TempFile::discard() {
1200 // If we can't rename, discard the temporary file.
1208 // If we can't rename or copy, discard the temporary file.
1261 consumeError(Ret.discard());
/freebsd-11-stable/crypto/openssh/
H A Dpacket.c198 /* XXX discard incoming data after MAC error */
405 struct sshmac *mac, size_t mac_already, u_int discard)
423 if (sshbuf_len(state->input) >= discard)
425 state->packet_discard = discard - sshbuf_len(state->input);
1887 /* skip packet size + padlen, discard padding */
404 ssh_packet_start_discard(struct ssh *ssh, struct sshenc *enc, struct sshmac *mac, size_t mac_already, u_int discard) argument
/freebsd-11-stable/contrib/llvm-project/lld/ELF/
H A DWriter.cpp552 if (config->discard != DiscardPolicy::All)
634 if (config->discard == DiscardPolicy::None)
644 // * --discard-locals is used.
652 if (config->discard == DiscardPolicy::Locals)
/freebsd-11-stable/contrib/sendmail/src/
H A Dparseaddr.c1897 ** INITERRMAILERS -- initialize error and discard mailers
1906 ** initializes error and discard mailers.
1919 /* initialize the discard mailer */
1920 discardmailer.m_name = "*discard*";
3121 bool volatile discard = false; local
3200 strcmp(pvp[1], "discard") != 0))
3205 if (strcmp(pvp[1], "discard") == 0)
3208 sm_dprintf("rscheck: discard mailer selected\n");
3210 discard = true;
3285 if (discard)
[all...]
/freebsd-11-stable/sys/ofed/drivers/infiniband/ulp/ipoib/
H A Dipoib_main.c1600 if_printf(ifp, "discard frame at IFF_MONITOR\n");
1630 goto discard;
1635 discard:
/freebsd-11-stable/contrib/sqlite3/
H A Dsqlite3.h5590 ** SQLite is free to discard the metadata at any time, including: <ul>
8372 ** the application may discard the parameter after the call to
8420 ** false will always have the "discard" flag set to true.
8472 ** as its second argument. If the third parameter, discard, is non-zero,
8474 ** ^If the discard parameter is
8490 ** When SQLite calls the xTruncate() method, the cache must discard all
8519 void (*xUnpin)(sqlite3_pcache*, sqlite3_pcache_page*, int discard);
8541 void (*xUnpin)(sqlite3_pcache*, void*, int discard);
/freebsd-11-stable/crypto/heimdal/lib/sqlite/
H A Dsqlite3.h5923 ** the application may discard the parameter after the call to
5973 ** false will always have the "discard" flag set to true.
6020 ** as its second argument. If the third parameter, discard, is non-zero,
6022 ** ^If the discard parameter is
6038 ** When SQLite calls the xTruncate() method, the cache must discard all
6060 void (*xUnpin)(sqlite3_pcache*, void*, int discard);
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DFileSystem.h842 /// The destructor doesn't implicitly discard because there is no way to
869 Error discard();
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/zpool/
H A Dzpool_main.c232 return (gettext("\tcheckpoint [--discard] <pool> ...\n"));
2168 * checkpoint --discard <pool>
2171 * --discard pool.
2179 boolean_t discard; local
2185 {"discard", no_argument, NULL, 'd'},
2189 discard = B_FALSE;
2193 discard = B_TRUE;
2227 if (discard)
/freebsd-11-stable/contrib/binutils/bfd/
H A Daoutx.h4719 enum bfd_link_discard discard;
4733 discard = finfo->info->discard;
4742 && discard != discard_all)
5010 it is a local symbol see if we should discard it. */
5021 switch (discard)
H A Dxcofflink.c1064 /* Don't let the linker relocation routines discard the symbols. */
1664 collection discard symbols.
3272 || info->discard == discard_all)
3710 && finfo->info->discard == discard_all
3730 || finfo->info->discard == discard_l)
3744 || (finfo->info->discard == discard_l
4251 /* Don't let the linker relocation routines discard the symbols. */
/freebsd-11-stable/contrib/binutils/ld/
H A Dldlang.c1972 discard all sections. */
2000 bfd_boolean discard;
2003 discard = (flags & SEC_EXCLUDE) != 0;
2008 discard = TRUE;
2014 discard = TRUE;
2016 if (discard)
1998 bfd_boolean discard; local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DCore.cpp567 void AbsoluteSymbolsMaterializationUnit::discard(const JITDylib &JD, function in class:llvm::orc::AbsoluteSymbolsMaterializationUnit
735 void ReExportsMaterializationUnit::discard(const JITDylib &JD, function in class:llvm::orc::ReExportsMaterializationUnit
844 // Otherwise just make a note to discard this symbol after the loop.
1061 // Resolved symbols can not be weak: discard the weak flag.
1428 // If there is a materializer attached, call discard.
/freebsd-11-stable/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_tasking.cpp1419 int discard = 0 /* false */; local
1487 discard = 1 /* true */;
1493 if (!discard) {
/freebsd-11-stable/sys/ofed/drivers/infiniband/core/
H A Dib_cm.c1569 /* Quick state check to discard duplicate REQs. */
3379 goto discard;
3401 goto discard;
3412 discard:
/freebsd-11-stable/sys/dev/e1000/
H A Dif_em.c4852 (rxr->discard == TRUE)) {
4856 rxr->discard = TRUE;
4858 rxr->discard = FALSE;

Completed in 658 milliseconds

12345