/freebsd/sys/dev/ofw/ |
H A D | ofwbus.c | 138 bool isdefault, passthrough; in ofwbus_alloc_resource() local 141 passthrough = (device_get_parent(child) != bus); in ofwbus_alloc_resource() 143 if (!passthrough && isdefault) { in ofwbus_alloc_resource() 163 if (!passthrough && rle != NULL) { in ofwbus_alloc_resource() 177 bool passthrough; in ofwbus_release_resource() local 179 passthrough = (device_get_parent(child) != bus); in ofwbus_release_resource() 180 if (!passthrough) { in ofwbus_release_resource()
|
/freebsd/sys/powerpc/mpc85xx/ |
H A D | isa.c | 52 int isdefault, passthrough, rids; in isa_alloc_resource() local 55 passthrough = (device_get_parent(child) != bus) ? 1 : 0; in isa_alloc_resource() 57 if (!passthrough && !isdefault && in isa_alloc_resource()
|
/freebsd/sys/dev/sound/pcm/ |
H A D | feeder_mixer.c | 241 int passthrough; in feed_mixer_feed() local 266 passthrough = 0; /* 'passthrough' / 'exclusive' marker */ in feed_mixer_feed() 291 if (passthrough == 0 && in feed_mixer_feed() 295 passthrough = 1; in feed_mixer_feed() 305 if (passthrough == 0 && (ch->flags & CHN_F_EXCLUSIVE)) { in feed_mixer_feed() 308 passthrough = 1; in feed_mixer_feed()
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/history/ |
H A D | history_002_pos.ksh | 86 aclinherit secure aclinherit passthrough 105 aclmode groupmask aclmode passthrough 114 aclinherit secure aclinherit passthrough 133 aclmode groupmask aclmode passthrough 142 aclinherit secure aclinherit passthrough
|
/freebsd/sys/dev/dpaa/ |
H A D | fman.c | 123 int passthrough, rv; in fman_release_resource() local 125 passthrough = (device_get_parent(child) != bus); in fman_release_resource() 136 if (!passthrough) { in fman_release_resource() 158 int i, isdefault, passthrough; in fman_alloc_resource() local 161 passthrough = (device_get_parent(child) != bus); in fman_alloc_resource() 166 KASSERT(!(isdefault && passthrough), in fman_alloc_resource() 168 if (!passthrough) { in fman_alloc_resource() 202 if (!passthrough) in fman_alloc_resource()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
H A D | ASTStructExtractor.cpp | 29 ASTStructExtractor::ASTStructExtractor(ASTConsumer *passthrough, in ASTStructExtractor() argument 32 : m_ast_context(nullptr), m_passthrough(passthrough), in ASTStructExtractor() 38 m_passthrough_sema = dyn_cast<SemaConsumer>(passthrough); in ASTStructExtractor()
|
H A D | ClangFunctionCaller.cpp | 214 clang::ASTConsumer *passthrough) { in ASTTransformer() argument 216 passthrough, m_owner.GetWrapperStructName(), m_owner); in ASTTransformer()
|
H A D | ClangExpressionHelper.h | 47 ASTTransformer(clang::ASTConsumer *passthrough) = 0;
|
H A D | ASTResultSynthesizer.cpp | 36 ASTResultSynthesizer::ASTResultSynthesizer(ASTConsumer *passthrough, in ASTResultSynthesizer() argument 38 : m_ast_context(nullptr), m_passthrough(passthrough), in ASTResultSynthesizer() 44 m_passthrough_sema = dyn_cast<SemaConsumer>(passthrough); in ASTResultSynthesizer()
|
H A D | ASTStructExtractor.h | 51 ASTStructExtractor(clang::ASTConsumer *passthrough, const char *struct_name,
|
H A D | ClangFunctionCaller.h | 80 ASTTransformer(clang::ASTConsumer *passthrough) override;
|
H A D | ClangUtilityFunction.h | 99 ASTTransformer(clang::ASTConsumer *passthrough) override { in ASTTransformer() argument
|
H A D | ASTResultSynthesizer.h | 54 ASTResultSynthesizer(clang::ASTConsumer *passthrough, bool top_level,
|
/freebsd/sys/x86/isa/ |
H A D | isa.c | 93 int passthrough = (device_get_parent(child) != bus); in isa_alloc_resource() local 99 if (!passthrough && !isdefault) { in isa_alloc_resource()
|
/freebsd/tests/sys/cddl/zfs/tests/acl/nontrivial/ |
H A D | zfs_acl_chmod_inherit_004_pos.ksh | 146 log_must $ZFS set aclmode=passthrough $TESTPOOL/$TESTFS 147 log_must $ZFS set aclinherit=passthrough-x $TESTPOOL/$TESTFS
|
H A D | zfs_acl_chmod_inherit_002_pos.ksh | 95 set -A aclinherit_flag discard noallow secure passthrough 201 passthrough) 341 log_must $ZFS set aclmode=passthrough $TESTPOOL/$TESTFS
|
H A D | zfs_acl_chmod_inherit_003_pos.ksh | 95 set -A aclinherit_flag discard noallow secure passthrough 202 passthrough) 354 log_must $ZFS set aclmode=passthrough $TESTPOOL/$TESTFS
|
H A D | zfs_acl_chmod_aclmode_001_pos.ksh | 82 set -A aclmode_flag discard groupmask passthrough 278 passthrough)
|
H A D | zfs_acl_cp_001_pos.ksh | 76 log_must $ZFS set aclmode=passthrough $TESTPOOL/$TESTFS1
|
H A D | zfs_acl_cp_002_pos.ksh | 77 log_must $ZFS set aclmode=passthrough $TESTPOOL/$TESTFS1
|
/freebsd/contrib/libarchive/cpio/test/ |
H A D | test_basic.c | 85 passthrough(const char *target) in passthrough() function 220 passthrough("passthrough"); in DEFINE_TEST()
|
/freebsd/tests/sys/cddl/zfs/tests/history/ |
H A D | history_002_pos.ksh | 89 aclmode groupmask aclmode passthrough \ 96 aclinherit secure aclinherit passthrough \
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_user/misc/ |
H A D | misc.cfg | 97 passthrough discard on \ 105 passthrough-x groupmask off \
|
/freebsd/sys/contrib/openzfs/.github/workflows/scripts/ |
H A D | qemu-5-setup.sh | 77 --cpu host-passthrough \
|
/freebsd/sys/dev/bhnd/bhndb/ |
H A D | bhndb.c | 947 bool passthrough, isdefault; in bhndb_alloc_resource() local 950 passthrough = (device_get_parent(child) != dev); in bhndb_alloc_resource() 964 if (!passthrough && isdefault) { in bhndb_alloc_resource() 1037 bool passthrough; in bhndb_release_resource() local 1041 passthrough = (device_get_parent(child) != dev); in bhndb_release_resource() 1058 if (!passthrough) in bhndb_release_resource()
|