Searched refs:capture (Results 1 - 25 of 30) sorted by relevance

12

/freebsd-11-stable/etc/
H A Dddb.conf12 script kdb.enter.panic=textdump set; capture on; run lockinfo; show pcpu; bt; ps; alltrace; capture off; call doadump; reset
/freebsd-11-stable/tools/tools/ether_reflect/
H A Dether_reflect.c72 pcap_t *capture; local
111 if ((capture = pcap_open_live(interface, SNAPLEN, promisc, timeout,
120 if (pcap_compile(capture, &program, in_string, 1, netmask) < 0)
123 if (pcap_setfilter(capture, &program) < 0)
126 if (pcap_setdirection(capture, PCAP_D_IN) < 0)
130 error = pcap_next_ex(capture, &header,
160 if (pcap_inject(capture, packet, header->len) < 0)
162 pcap_perror(capture, "pcap_inject");
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lua/
H A Dlstrlib.c237 } capture[LUA_MAXCAPTURES]; member in struct:MatchState
257 if (l < 0 || l >= ms->level || ms->capture[l].len == CAP_UNFINISHED)
258 return luaL_error(ms->L, "invalid capture index %%%d", l + 1);
266 if (ms->capture[level].len == CAP_UNFINISHED) return level;
267 return luaL_error(ms->L, "invalid pattern capture");
408 ms->capture[level].init = s;
409 ms->capture[level].len = what;
412 ms->level--; /* undo capture */
421 ms->capture[l].len = s - ms->capture[
[all...]
/freebsd-11-stable/sys/contrib/octeon-sdk/
H A Dcvmx-helper-jtag.c222 jtgd.s.capture = 1;
229 } while (jtgd.s.capture);
H A Dcvmx-sriomaintx-defs.h1299 (use only first capture register)
1348 Packet/control symbol capture registers contain
1350 capture register 0 will contain meaningful
1352 to allow capture of other errors. */
1367 (use only first capture register)
1375 Packet/control symbol capture registers contain
1377 capture register 0 will contain meaningful
1379 to allow capture of other errors. */
2150 lock original request transaction capture
2154 and lock transaction capture informatio
2226 uint32_t capture : 32; /**< Bytes 4 thru 7 of the packet header. */ member in struct:cvmx_sriomaintx_erb_pack_capt_1::cvmx_sriomaintx_erb_pack_capt_1_s
2255 uint32_t capture : 32; /**< Bytes 8 thru 11 of the packet header. */ member in struct:cvmx_sriomaintx_erb_pack_capt_2::cvmx_sriomaintx_erb_pack_capt_2_s
2284 uint32_t capture : 32; /**< Bytes 12 thru 15 of the packet header. */ member in struct:cvmx_sriomaintx_erb_pack_capt_3::cvmx_sriomaintx_erb_pack_capt_3_s
2314 uint32_t capture : 32; /**< Control Character and Control Symbol or Bytes 0 to member in struct:cvmx_sriomaintx_erb_pack_sym_capt::cvmx_sriomaintx_erb_pack_sym_capt_s
[all...]
H A Dcvmx-ciu-defs.h10649 uint64_t capture : 1; /**< Perform JTAG capture operation (self-clearing when member in struct:cvmx_ciu_qlm_jtgd::cvmx_ciu_qlm_jtgd_s
10669 uint64_t capture : 1;
10674 uint64_t capture : 1; /**< Perform JTAG capture operation (self-clearing when member in struct:cvmx_ciu_qlm_jtgd::cvmx_ciu_qlm_jtgd_cn52xx
10694 uint64_t capture : 1;
10700 uint64_t capture : 1; /**< Perform JTAG capture operation (self-clearing when member in struct:cvmx_ciu_qlm_jtgd::cvmx_ciu_qlm_jtgd_cn56xx
10720 uint64_t capture : 1;
10725 uint64_t capture member in struct:cvmx_ciu_qlm_jtgd::cvmx_ciu_qlm_jtgd_cn56xxp1
10745 uint64_t capture : 1; /**< Perform JTAG capture operation (self-clearing when member in struct:cvmx_ciu_qlm_jtgd::cvmx_ciu_qlm_jtgd_cn61xx
[all...]
/freebsd-11-stable/contrib/bmake/mk/
H A Dlibs.mk20 # In meta mode, we can capture dependenices for _one_ of the progs.
70 # We cannot capture dependencies for meta mode here
H A Dprogs.mk20 # In meta mode, we can capture dependenices for _one_ of the progs.
69 # We cannot capture dependencies for meta mode here
H A Dwhats.mk48 # we do not need to capture this
H A Dgendirdeps.mk284 # if you want to capture SRC_DIRDEPS in .MAKE.DEPENDFILE put
/freebsd-11-stable/contrib/atf/atf-c/detail/
H A Dprocess_test.c1054 TC_FORK_STREAMS(capture, CAPTURE, capture, CAPTURE);
1055 TC_FORK_STREAMS(capture, CAPTURE, connect, CONNECT);
1056 TC_FORK_STREAMS(capture, CAPTURE, default, DEFAULT);
1057 TC_FORK_STREAMS(capture, CAPTURE, inherit, INHERIT);
1058 TC_FORK_STREAMS(capture, CAPTURE, redirect_fd, REDIRECT_FD);
1059 TC_FORK_STREAMS(capture, CAPTURE, redirect_path, REDIRECT_PATH);
1060 TC_FORK_STREAMS(connect, CONNECT, capture, CAPTURE);
1066 TC_FORK_STREAMS(default, DEFAULT, capture, CAPTURE);
1072 TC_FORK_STREAMS(inherit, INHERIT, capture, CAPTUR
[all...]
/freebsd-11-stable/contrib/bmake/
H A Dbsd.after-import.mk6 # capture the generated files we need, and add an after-import
65 # These are the simple files we want to capture
/freebsd-11-stable/contrib/libucl/
H A DMakefile.am49 $(LCOV) --capture \
/freebsd-11-stable/contrib/lua/src/
H A Dlstrlib.c224 } capture[LUA_MAXCAPTURES]; member in struct:MatchState
244 if (l < 0 || l >= ms->level || ms->capture[l].len == CAP_UNFINISHED)
245 return luaL_error(ms->L, "invalid capture index %%%d", l + 1);
253 if (ms->capture[level].len == CAP_UNFINISHED) return level;
254 return luaL_error(ms->L, "invalid pattern capture");
394 ms->capture[level].init = s;
395 ms->capture[level].len = what;
398 ms->level--; /* undo capture */
407 ms->capture[l].len = s - ms->capture[
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBlocks.cpp142 // If CopyKind and DisposeKind are the same, merge the capture
339 /// A chunk of data that we actually have to capture in the block.
350 const BlockDecl::Capture *capture,
353 Capture(capture), Type(type), FieldType(fieldType) {}
387 /// Determines if the given type is safe for constant capture in C++.
434 // invalid?), it's not clear what we should do. Maybe capture as
508 // use the type of the capture field.
554 "Can't capture 'this' outside a method");
582 // the capture field type should always match.
584 "capture typ
348 BlockLayoutChunk(CharUnits align, CharUnits size, Qualifiers::ObjCLifetime lifetime, const BlockDecl::Capture *capture, llvm::Type *type, QualType fieldType) argument
813 CGBlockInfo::Capture &capture = blockInfo.getCapture(variable); local
1041 const CGBlockInfo::Capture &capture = blockInfo.getCapture(variable); local
1321 const CGBlockInfo::Capture &capture = BlockInfo->getCapture(variable); local
1619 const CGBlockInfo::Capture &capture = blockInfo.getCapture(variable); local
1659 const CGBlockInfo::Capture &capture = blockInfo.getCapture(variable); local
2051 const CGBlockInfo::Capture &capture = *CopiedCapture.Capture; local
2244 const CGBlockInfo::Capture &capture = *DestroyedCapture.Capture; local
[all...]
H A DCGDebugInfo.cpp4305 // 'this' capture.
4315 for (const auto &capture : blockDecl->captures()) {
4316 const VarDecl *variable = capture.getVariable();
4326 chunk.Capture = &capture;
4335 const BlockDecl::Capture *capture = Chunk.Capture; local
4337 // If we have a null capture, this must be the C++ 'this' capture.
4338 if (!capture) {
4353 const VarDecl *variable = capture->getVariable();
4357 if (capture
[all...]
/freebsd-11-stable/usr.sbin/crashinfo/
H A Dcrashinfo.sh322 echo "ddb capture buffer"
325 ddb capture -M $VMCORE -N $KERNEL print
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaPseudoObject.cpp226 OpaqueValueExpr *capture(Expr *op);
366 OpaqueValueExpr *PseudoOpBuilder::capture(Expr *e) { function in class:PseudoOpBuilder
389 // If the expression hasn't already been captured, just capture it
392 OpaqueValueExpr *cap = capture(e);
437 OpaqueValueExpr *capturedRHS = capture(RHS);
512 result = capture(result.get());
711 // If we have a base, capture it in an OVE and rebuild the syntactic
714 InstanceReceiver = capture(RefExpr->getBase());
759 /// \param captureSetValueAsResult If true, capture the actual
1032 InstanceBase = capture(RefExp
[all...]
/freebsd-11-stable/sys/ddb/
H A Ddb_capture.c28 * DDB capture support: capture kernel debugger output into a fixed-size
62 static MALLOC_DEFINE(M_DDB_CAPTURE, "ddb_capture", "DDB capture buffer");
77 static int db_capture_inpager; /* Suspend capture in pager. */
78 static int db_capture_inprogress; /* DDB capture currently in progress. */
83 static SYSCTL_NODE(_debug_ddb, OID_AUTO, capture, CTLFLAG_RW, 0,
84 "DDB capture options");
87 &db_capture_bufoff, 0, "Bytes of data in DDB capture buffer");
91 "Maximum value for debug.ddb.capture.bufsize");
94 &db_capture_inprogress, 0, "DDB output capture i
[all...]
/freebsd-11-stable/stand/lua/
H A Dconfig.lua181 -- token included in a pattern will be tried first with a quoted value capture
182 -- group, then a single-word value capture group. This is our kludge for Lua
187 -- capture group, but the difference is that the full-line comment pattern will
191 -- the number of capture groups, if not two. We'll use this later to do
/freebsd-11-stable/contrib/llvm-project/lldb/tools/driver/
H A DDriver.cpp809 bool capture = input_args.hasArg(OPT_capture); local
812 if (capture || capture_path) {
814 if (!capture)
815 WithColor::warning() << "-capture-path specified without -capture\n";
817 WithColor::error() << "reproducer capture failed: " << error << '\n';
823 WithColor::error() << "reproducer capture failed: " << error << '\n';
/freebsd-11-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterDecl.cpp1180 for (const auto &capture : D->captures()) {
1181 Record.AddDeclRef(capture.getVariable());
1184 if (capture.isByRef()) flags |= 1;
1185 if (capture.isNested()) flags |= 2;
1186 if (capture.hasCopyExpr()) flags |= 4;
1189 if (capture.hasCopyExpr()) Record.AddStmt(capture.getCopyExpr());
/freebsd-11-stable/share/mk/
H A Dgendirdeps.mk280 # if you want to capture SRC_DIRDEPS in .MAKE.DEPENDFILE put
/freebsd-11-stable/sys/contrib/ena-com/
H A Dena_com.c215 u16 command_id, bool capture)
230 if (unlikely(admin_queue->comp_ctx[command_id].occupied && capture)) {
236 if (capture) {
214 get_comp_ctxt(struct ena_com_admin_queue *admin_queue, u16 command_id, bool capture) argument
/freebsd-11-stable/sys/contrib/v4l/
H A Dvideodev2.h88 #define VID_TYPE_CAPTURE 1 /* Can capture */
97 #define VID_TYPE_SUBCAPTURE 512 /* Can capture subareas of the image */
255 #define V4L2_CAP_VIDEO_CAPTURE 0x00000001 /* Is a video capture device */
258 #define V4L2_CAP_VBI_CAPTURE 0x00000010 /* Is a raw VBI capture device */
260 #define V4L2_CAP_SLICED_VBI_CAPTURE 0x00000040 /* Is a sliced VBI capture device */
262 #define V4L2_CAP_RDS_CAPTURE 0x00000100 /* RDS data capture */
1626 struct v4l2_captureparm capture; member in union:v4l2_streamparm::__anon8855

Completed in 331 milliseconds

12