OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:wce
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/dev/pci/
ld_virtio.c
1014
const uint8_t
wce
= (bits & DKCACHE_WRITE) ? 0x01 : 0x00;
local
1017
VIRTIO_BLK_CONFIG_WRITEBACK,
wce
);
1019
VIRTIO_BLK_CONFIG_WRITEBACK) !=
wce
)
/src/external/cddl/osnet/dist/uts/common/fs/zfs/
zvol.c
2355
* Return the current
WCE
setting to an external caller.
2356
* The
WCE
setting can change while the volume is open.
2502
int
wce
= (zv->zv_flags & ZVOL_WCE) ? 1 : 0;
local
2503
if (ddi_copyout(&
wce
, (void *)arg, sizeof (int),
2510
int
wce
;
local
2511
if (ddi_copyin((void *)arg, &
wce
, sizeof (int),
2516
if (
wce
) {
/src/external/gpl3/gcc/dist/gcc/
gimplify.cc
7338
gimple *
wce
= gsi_stmt (iter);
7340
if (gimple_code (
wce
) == GIMPLE_WITH_CLEANUP_EXPR)
7346
if (!gimple_wce_cleanup_eh_only (
wce
))
7348
gimple_wce_cleanup (
wce
),
7359
if (gimple_wce_cleanup_eh_only (
wce
))
7365
gtry = gimple_build_try (seq, gimple_wce_cleanup (
wce
), kind);
7399
gimple *
wce
;
7432
wce
= gimple_build_wce (cleanup_stmts);
7433
gimplify_seq_add_stmt (&gimplify_ctxp->conditional_cleanups,
wce
);
7443
wce
= gimple_build_wce (cleanup_stmts)
7335
gimple *
wce
= gsi_stmt (iter);
local
7396
gimple *
wce
;
local
[
all
...]
/src/external/gpl3/gcc.old/dist/gcc/
gimplify.cc
6911
gimple *
wce
= gsi_stmt (iter);
6913
if (gimple_code (
wce
) == GIMPLE_WITH_CLEANUP_EXPR)
6919
if (!gimple_wce_cleanup_eh_only (
wce
))
6921
gimple_wce_cleanup (
wce
),
6932
if (gimple_wce_cleanup_eh_only (
wce
))
6938
gtry = gimple_build_try (seq, gimple_wce_cleanup (
wce
), kind);
6972
gimple *
wce
;
7005
wce
= gimple_build_wce (cleanup_stmts);
7006
gimplify_seq_add_stmt (&gimplify_ctxp->conditional_cleanups,
wce
);
7016
wce
= gimple_build_wce (cleanup_stmts)
6908
gimple *
wce
= gsi_stmt (iter);
local
6969
gimple *
wce
;
local
[
all
...]
Completed in 75 milliseconds
Indexes created Tue Aug 11 00:25:38 UTC 2026