Home
last modified time | relevance | path

Searched refs:passthrough (Results 1 – 25 of 41) sorted by relevance

12

/freebsd/sys/dev/ofw/
H A Dofwbus.c137 bool isdefault, passthrough; in ofwbus_alloc_resource() local
140 passthrough = (device_get_parent(child) != bus); in ofwbus_alloc_resource()
142 if (!passthrough && isdefault) { in ofwbus_alloc_resource()
162 if (!passthrough && rle != NULL) { in ofwbus_alloc_resource()
176 bool passthrough; in ofwbus_release_resource() local
178 passthrough = (device_get_parent(child) != bus); in ofwbus_release_resource()
179 if (!passthrough) { in ofwbus_release_resource()
/freebsd/sys/powerpc/mpc85xx/
H A Disa.c52 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/contrib/openzfs/tests/zfs-tests/tests/functional/history/
H A Dhistory_002_pos.ksh85 aclinherit secure aclinherit passthrough
104 aclmode groupmask aclmode passthrough
113 aclinherit secure aclinherit passthrough
132 aclmode groupmask aclmode passthrough
141 aclinherit secure aclinherit passthrough
/freebsd/sys/dev/dpaa/
H A Dfman.c123 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/sys/dev/sound/pcm/
H A Dfeeder_mixer.c287 int passthrough; in feed_mixer_feed() local
312 passthrough = 0; /* 'passthrough' / 'exclusive' marker */ in feed_mixer_feed()
337 if (passthrough == 0 && in feed_mixer_feed()
341 passthrough = 1; in feed_mixer_feed()
351 if (passthrough == 0 && (ch->flags & CHN_F_EXCLUSIVE)) { in feed_mixer_feed()
354 passthrough = 1; in feed_mixer_feed()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DASTStructExtractor.cpp29 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 DClangFunctionCaller.cpp214 clang::ASTConsumer *passthrough) { in ASTTransformer() argument
216 passthrough, m_owner.GetWrapperStructName(), m_owner); in ASTTransformer()
H A DClangExpressionHelper.h47 ASTTransformer(clang::ASTConsumer *passthrough) = 0;
H A DASTResultSynthesizer.cpp36 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 DASTStructExtractor.h51 ASTStructExtractor(clang::ASTConsumer *passthrough, const char *struct_name,
H A DClangFunctionCaller.h80 ASTTransformer(clang::ASTConsumer *passthrough) override;
H A DClangUtilityFunction.h99 ASTTransformer(clang::ASTConsumer *passthrough) override { in ASTTransformer() argument
H A DASTResultSynthesizer.h54 ASTResultSynthesizer(clang::ASTConsumer *passthrough, bool top_level,
/freebsd/sys/x86/isa/
H A Disa.c93 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 Dzfs_acl_chmod_inherit_004_pos.ksh146 log_must $ZFS set aclmode=passthrough $TESTPOOL/$TESTFS
147 log_must $ZFS set aclinherit=passthrough-x $TESTPOOL/$TESTFS
H A Dzfs_acl_chmod_inherit_002_pos.ksh95 set -A aclinherit_flag discard noallow secure passthrough
201 passthrough)
341 log_must $ZFS set aclmode=passthrough $TESTPOOL/$TESTFS
H A Dzfs_acl_chmod_inherit_003_pos.ksh95 set -A aclinherit_flag discard noallow secure passthrough
202 passthrough)
354 log_must $ZFS set aclmode=passthrough $TESTPOOL/$TESTFS
H A Dzfs_acl_chmod_aclmode_001_pos.ksh82 set -A aclmode_flag discard groupmask passthrough
278 passthrough)
H A Dzfs_acl_cp_001_pos.ksh76 log_must $ZFS set aclmode=passthrough $TESTPOOL/$TESTFS1
H A Dzfs_acl_cp_002_pos.ksh77 log_must $ZFS set aclmode=passthrough $TESTPOOL/$TESTFS1
/freebsd/sys/dev/bhnd/cores/usb/
H A Dbhnd_usb.c256 int passthrough, isdefault; in bhnd_usb_alloc_resource() local
259 passthrough = (device_get_parent(child) != bus); in bhnd_usb_alloc_resource()
262 if (!passthrough && isdefault) { in bhnd_usb_alloc_resource()
318 bool passthrough; in bhnd_usb_release_resource() local
322 passthrough = (device_get_parent(child) != dev); in bhnd_usb_release_resource()
334 if (!passthrough) { in bhnd_usb_release_resource()
/freebsd/contrib/libarchive/cpio/test/
H A Dtest_basic.c103 passthrough(const char *target) in passthrough() function
238 passthrough("passthrough"); in DEFINE_TEST()
/freebsd/tests/sys/cddl/zfs/tests/history/
H A Dhistory_002_pos.ksh89 aclmode groupmask aclmode passthrough \
96 aclinherit secure aclinherit passthrough \
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_user/misc/
H A Dmisc.cfg96 passthrough discard on \
104 passthrough-x groupmask off \
/freebsd/sys/dev/bhnd/bhndb/
H A Dbhndb.c951 bool passthrough, isdefault; in bhndb_alloc_resource() local
954 passthrough = (device_get_parent(child) != dev); in bhndb_alloc_resource()
968 if (!passthrough && isdefault) { in bhndb_alloc_resource()
1041 bool passthrough; in bhndb_release_resource() local
1045 passthrough = (device_get_parent(child) != dev); in bhndb_release_resource()
1064 if (!passthrough) { in bhndb_release_resource()

12