Home
last modified time | relevance | path

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

12

/NextBSD/sys/powerpc/mpc85xx/
HDisa.c53 int isdefault, passthrough, rids; in isa_alloc_resource() local
56 passthrough = (device_get_parent(child) != bus) ? 1 : 0; in isa_alloc_resource()
58 if (!passthrough && !isdefault && in isa_alloc_resource()
/NextBSD/sys/dev/sound/pcm/
HDfeeder_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()
/NextBSD/sys/dev/ofw/
HDofwbus.c187 int isdefault, passthrough; in ofwbus_alloc_resource() local
190 passthrough = (device_get_parent(child) != bus); in ofwbus_alloc_resource()
193 if (!passthrough && isdefault) { in ofwbus_alloc_resource()
230 if (!passthrough && rle != NULL) { in ofwbus_alloc_resource()
/NextBSD/contrib/llvm/tools/lldb/source/Expression/
HDASTStructExtractor.cpp29 ASTStructExtractor::ASTStructExtractor(ASTConsumer *passthrough, in ASTStructExtractor() argument
33 m_passthrough (passthrough), in ASTStructExtractor()
43 m_passthrough_sema = dyn_cast<SemaConsumer>(passthrough); in ASTStructExtractor()
HDASTResultSynthesizer.cpp33 ASTResultSynthesizer::ASTResultSynthesizer(ASTConsumer *passthrough, in ASTResultSynthesizer() argument
36 m_passthrough (passthrough), in ASTResultSynthesizer()
44 m_passthrough_sema = dyn_cast<SemaConsumer>(passthrough); in ASTResultSynthesizer()
/NextBSD/sys/sparc64/ebus/
HDebus.c439 int i, isdefault, passthrough, ridx; in ebus_alloc_resource() local
442 passthrough = (device_get_parent(child) != bus); in ebus_alloc_resource()
447 KASSERT(!(isdefault && passthrough), in ebus_alloc_resource()
449 if (!passthrough) { in ebus_alloc_resource()
502 if (!passthrough) in ebus_alloc_resource()
561 int passthrough, rv; in ebus_release_resource() local
563 passthrough = (device_get_parent(child) != bus); in ebus_release_resource()
575 if (!passthrough) { in ebus_release_resource()
/NextBSD/sys/sparc64/central/
HDcentral.c228 int passthrough; in central_alloc_resource() local
232 passthrough = (device_get_parent(child) != bus); in central_alloc_resource()
242 if (!passthrough) { in central_alloc_resource()
265 if (!passthrough) in central_alloc_resource()
/NextBSD/contrib/libarchive/cpio/test/
HDtest_basic.c104 passthrough(const char *target) in passthrough() function
207 passthrough("passthrough"); in DEFINE_TEST()
/NextBSD/sys/mips/nlm/
HDxlp_simplebus.c185 int j, isdefault, passthrough, needsactivate; in xlp_simplebus_alloc_resource() local
187 passthrough = (device_get_parent(child) != bus); in xlp_simplebus_alloc_resource()
194 if (!passthrough) { in xlp_simplebus_alloc_resource()
/NextBSD/sys/sparc64/isa/
HDisa.c281 int passthrough = (device_get_parent(child) != bus); in isa_alloc_resource() local
288 if (!passthrough && !isdefault) { in isa_alloc_resource()
322 if (!passthrough) { in isa_alloc_resource()
/NextBSD/sys/sparc64/sbus/
HDsbus.c724 int isdefault, passthrough; in sbus_alloc_resource() local
727 passthrough = (device_get_parent(child) != bus); in sbus_alloc_resource()
736 if (!passthrough) { in sbus_alloc_resource()
781 if (!passthrough) in sbus_alloc_resource()
846 int error, passthrough; in sbus_release_resource() local
848 passthrough = (device_get_parent(child) != bus); in sbus_release_resource()
859 if (!passthrough) { in sbus_release_resource()
/NextBSD/sys/sparc64/sparc64/
HDnexus.c369 int isdefault, passthrough; in nexus_alloc_resource() local
372 passthrough = (device_get_parent(child) != bus); in nexus_alloc_resource()
379 if (!passthrough) { in nexus_alloc_resource()
416 if (!passthrough) { in nexus_alloc_resource()
HDupa.c413 int i, isdefault, passthrough; in upa_alloc_resource() local
416 passthrough = (device_get_parent(child) != dev); in upa_alloc_resource()
425 if (!passthrough) { in upa_alloc_resource()
448 if (!passthrough) in upa_alloc_resource()
/NextBSD/sys/x86/isa/
HDisa.c96 int passthrough = (device_get_parent(child) != bus); in isa_alloc_resource() local
102 if (!passthrough && !isdefault) { in isa_alloc_resource()
/NextBSD/sys/sparc64/fhc/
HDfhc.c433 int passthrough; in fhc_alloc_resource() local
437 passthrough = (device_get_parent(child) != bus); in fhc_alloc_resource()
447 if (!passthrough) { in fhc_alloc_resource()
470 if (!passthrough) in fhc_alloc_resource()
/NextBSD/sys/dev/mca/
HDmca_bus.c464 int passthrough; in mca_alloc_resource() local
467 passthrough = (device_get_parent(child) != dev); in mca_alloc_resource()
469 if (!passthrough && !isdefault) { in mca_alloc_resource()
/NextBSD/sys/mips/atheros/
HDapb.c171 int isdefault, needactivate, passthrough; in apb_alloc_resource() local
178 passthrough = (device_get_parent(child) != bus); in apb_alloc_resource()
185 if (passthrough) in apb_alloc_resource()
/NextBSD/sys/mips/idt/
HDobio.c166 int isdefault, needactivate, passthrough; in obio_alloc_resource() local
170 passthrough = (device_get_parent(child) != bus); in obio_alloc_resource()
173 if (passthrough) in obio_alloc_resource()
/NextBSD/sys/mips/adm5120/
HDobio.c232 int isdefault, needactivate, passthrough; in obio_alloc_resource() local
236 passthrough = (device_get_parent(child) != bus); in obio_alloc_resource()
239 if (passthrough) in obio_alloc_resource()
/NextBSD/sys/mips/alchemy/
HDobio.c233 int isdefault, needactivate, passthrough; in obio_alloc_resource() local
237 passthrough = (device_get_parent(child) != bus); in obio_alloc_resource()
240 if (passthrough) in obio_alloc_resource()
/NextBSD/contrib/llvm/tools/lldb/include/lldb/Expression/
HDClangExpression.h103 ASTTransformer (clang::ASTConsumer *passthrough) = 0;
HDClangUtilityFunction.h144 ASTTransformer (clang::ASTConsumer *passthrough) in ASTTransformer() argument
HDASTStructExtractor.h55 ASTStructExtractor(clang::ASTConsumer *passthrough,
HDASTResultSynthesizer.h48 ASTResultSynthesizer(clang::ASTConsumer *passthrough,
/NextBSD/contrib/gdb/gdb/
HDremote-utils.c500 gr_multi_scan (char *list[], int passthrough) in gr_multi_scan() argument
566 if (passthrough) in gr_multi_scan()

12