Home
last modified time | relevance | path

Searched full:passthrough (Results 1 – 25 of 229) sorted by relevance

12345678910

/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DASTStructExtractor.h37 /// \param[in] passthrough
40 /// pass to the next step in the chain after processing. Passthrough is
51 ASTStructExtractor(clang::ASTConsumer *passthrough, const char *struct_name,
61 /// forwarded to the passthrough consumer, if one exists.
73 /// Passthrough stub
76 /// Passthrough stub
79 /// Passthrough stub
82 /// Passthrough stub
85 /// Passthrough stub
117 ///passthrough. NULL if it's a
[all …]
H A DASTResultSynthesizer.h41 /// \param[in] passthrough
44 /// pass to the next step in the chain after processing. Passthrough is
54 ASTResultSynthesizer(clang::ASTConsumer *passthrough, bool top_level,
64 /// forwarded to the passthrough consumer, if one exists.
76 /// Passthrough stub
79 /// Passthrough stub
82 /// Passthrough stub
85 /// Passthrough stub
88 /// Passthrough stub
155 ///passthrough. NULL if it's a
[all …]
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 DClangExpressionHelper.h43 /// \param[in] passthrough
47 ASTTransformer(clang::ASTConsumer *passthrough) = 0;
/freebsd/tests/sys/cddl/zfs/tests/acl/nontrivial/
H A Dzfs_acl_chmod_inherit_004_pos.ksh36 # Verify aclinherit=passthrough-x will inherit the 'x' bits while mode request.
41 # 3. Set aclinherit=passthrough-x
42 # 4. Verify only passthrough-x will inherit the 'x' bits while mode request.
63 $ZPOOL upgrade -v | $GREP "passthrough\-x aclinherit support" > /dev/null 2>&1
65 log_unsupported "passthrough-x aclinherit not supported."
68 log_assert "Verify aclinherit=passthrough-x will inherit the 'x' bits while mode request."
139 # Set aclmode=passthrough to make sure
146 log_must $ZFS set aclmode=passthrough $TESTPOOL/$TESTFS
147 log_must $ZFS set aclinherit=passthrough-x $TESTPOOL/$TESTFS
157 log_pass "Verify aclinherit=passthrough-x will inherit the 'x' bits while mode request."
H A Dzfs_acl_chmod_inherit_003_pos.ksh45 # "discard", "noallow", "secure" or "passthrough".
95 set -A aclinherit_flag discard noallow secure passthrough
184 # aclinherit=passthrough,
202 passthrough)
347 # Set aclmode=passthrough to make sure
354 log_must $ZFS set aclmode=passthrough $TESTPOOL/$TESTFS
398 if [[ $inheri == "passthrough" ]]; then
H A Dzfs_acl_chmod_inherit_002_pos.ksh45 # "discard", "noallow", "secure" or "passthrough".
95 set -A aclinherit_flag discard noallow secure passthrough
183 # aclinherit=passthrough,
201 passthrough)
334 # Set aclmode=passthrough to make sure
341 log_must $ZFS set aclmode=passthrough $TESTPOOL/$TESTFS
/freebsd/share/man/man4/
H A Dpass.433 .Nd CAM application passthrough driver
79 through the passthrough device, and must be sent through the
85 impossible to service them through the passthrough interface.
92 This ioctl takes an XPT_GDEVLIST CCB, and returns the passthrough device
97 the device in question is a passthrough device if they are issuing this
120 impossible to service them through the passthrough interface.
237 The CAM passthrough driver first appeared in
H A Dxpt.480 send them through a generic passthrough device rather than a passthrough
85 This ioctl takes an XPT_GDEVLIST CCB, and returns the passthrough device
/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/lib/libcam/
H A Dcamlib.c63 * Send a ccb to a passthrough device.
269 * Open the passthrough device for a given bus, target and lun, if the
270 * passthrough device exists.
322 * We're looking for the passthrough device associated with this in cam_open_btl()
356 " passthrough device at %d:%d:%jx!!\n", in cam_open_btl()
363 "%s: no passthrough device found at" in cam_open_btl()
426 * The flags argument above only applies to the actual passthrough in cam_lookup_pass()
428 * passthrough device. in cam_lookup_pass()
445 * Attempt to get the passthrough device. This ioctl will fail if in cam_lookup_pass()
447 * passthrough driver isn't in the kernel. in cam_lookup_pass()
[all …]
/freebsd/sys/dev/isci/scil/
H A Dscic_io_request.h128 * for constructing the passthrough request common to SSP, SMP and STP.
129 * This structure must be set by the win sci layer before the passthrough
136 * Function pointer to get the phy identifier for passthrough request.
140 * Function pointer to get the port identifier for passthrough request.
144 * Function pointer to get the connection rate for passthrough request.
148 * Function pointer to get the destination sas address for passthrough request.
152 * Function pointer to get the transfer length for passthrough request.
156 * Function pointer to get the data direction for passthrough request.
165 * for constructing the passthrough request specific to SSP.
166 * This structure must be set by the win sci layer before the passthrough
[all …]
H A Dsati_passthrough.c246 * @param[in] cdb The CDB containing the passthrough command
293 * @brief This method will translate the SCSI Passthrough command
323 * CAM will send passthrough commands with protocol set to multiword in sati_passthrough_12_translate_command()
372 * @brief This method will translate the SCSI Passthrough command
401 * CAM will send passthrough commands with protocol set to multiword in sati_passthrough_16_translate_command()
/freebsd/usr.sbin/iovctl/
H A Diovctl.conf.5132 .It passthrough Pq boolean
135 hypervisor as a PCI passthrough device.
137 passthrough device and it will not be accessible from the host OS.
147 passthrough devices through the use of the default section.
148 VF-0 is not configured as a passthrough device as it explicitly overrides the
/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()
333 * Passthrough. Dump the first digital/passthrough 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/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/contrib/libarchive/cpio/test/
H A Dtest_basic.c85 passthrough(const char *target) in passthrough() function
93 * Use cpio passthrough mode to copy files to another directory. in passthrough()
107 verify_files("passthrough"); in passthrough()
220 passthrough("passthrough"); in DEFINE_TEST()
/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()
167 ("%s: passthrough of default allocation", __func__)); in fman_alloc_resource()
168 if (!passthrough) { in fman_alloc_resource()
202 if (!passthrough) in fman_alloc_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/dev/mpr/mpi/
H A Dmpi2_sas.h62 * Passthrough Request message.
129 * SMP Passthrough messages
132 /* SMP Passthrough Request Message */
158 /* SMP Passthrough Reply Message */
186 * SATA Passthrough messages
199 /* SATA Passthrough Request Message */
231 /* SATA Passthrough Reply Message */
/freebsd/sys/dev/mps/mpi/
H A Dmpi2_sas.h118 * SMP Passthrough messages
121 /* SMP Passthrough Request Message */
147 /* SMP Passthrough Reply Message */
175 * SATA Passthrough messages
178 /* SATA Passthrough Request Message */
209 /* SATA Passthrough Reply Message */
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DOpcode.h125 case Opcode::eType16_2: // passthrough
146 case Opcode::eType16_2: // passthrough
216 case Opcode::eType16_2: // passthrough in GetByteSize()
241 case Opcode::eType16_2: // passthrough in GetOpcodeDataBytes()
/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFCORE.h50 /// llvm.bpf.passthrough builtin seq number
53 /// Insert a bpf passthrough builtin function.
/freebsd/sys/sys/
H A Ddevicestat.h103 * flag specifies whether or not the given device is a passthrough device
104 * or not. If it is a passthrough device, the lower 4 bits specify which
105 * type of physical device lies under the passthrough device, and the next
/freebsd/usr.sbin/bhyve/amd64/
H A Dpci_gvt-d.c101 …hypervisor/blob/e28d6fbfdfd556ff1bc3ff330e41d4ddbaa0f897/devicemodel/hw/pci/passthrough.c#L655-L657
103 …hypervisor/blob/e28d6fbfdfd556ff1bc3ff330e41d4ddbaa0f897/devicemodel/hw/pci/passthrough.c#L626-L629
169 …"Warning: Unable to reuse host address of Graphics Stolen Memory. GPU passthrough might not work p… in gvt_d_setup_gsm()
261 … "Warning: Unable to reuse host address of OpRegion. GPU passthrough might not work properly."); in gvt_d_setup_opregion()

12345678910