Searched refs:raw (Results 151 - 175 of 229) sorted by path

12345678910

/freebsd-11-stable/usr.sbin/ppp/
H A Dphysical.c289 if (p->handler && p->handler->raw)
290 return (*p->handler->raw)(p);
H A Dphysical.h65 int (*raw)(struct physical *); member in struct:device
/freebsd-11-stable/usr.sbin/tcpdump/tcpdump/
H A DMakefile128 print-raw.c \
/freebsd-11-stable/contrib/ipfilter/ipsend/
H A Dsdlpi.c138 dl_hp_rawdata_req_t raw; local
141 raw.dl_primitive = DL_HP_RAWDATA_REQ;
142 cp->len = sizeof(raw);
143 cp->buf = (char *)&raw;
/freebsd-11-stable/contrib/ipfilter/lib/
H A Dsave_file.c13 int raw; member in struct:file_opts_s
41 if (!strncmp(strings[0], "raw://", 6)) {
42 ctx->raw = 1;
67 if (f1->raw != f2->raw)
92 if (file->raw)
93 printf("raw://");
123 if (file->raw) {
H A Dsave_nothing.c10 int raw; member in struct:nothing_opts_s
/freebsd-11-stable/contrib/libpcap/
H A Dpcap-linux.c163 * a raw packet capture mechanism), so it's not as if you gain any
386 void *raw; member in union:thdr
3151 * to pick some type that works in raw mode, or fail.
3186 * doesn't put an Ethernet header onto the wire, it puts raw
3294 * the frame as LLC-encapsulated or as raw IP (I
3367 * supply raw IP packets with no link-layer
3486 * DLT_FC_2_WITH_FRAME_DELIMS for raw Fibre Channel
3659 * try a SOCK_RAW socket for the raw interface.
3715 * or a type we know doesn't work well in raw mode.
4489 * or not - the kernel code has a raw "1
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DDeclarationName.cpp500 unsigned raw = LocInfo.CXXOperatorName.EndOpNameLoc; local
501 return SourceLocation::getFromRawEncoding(raw);
505 unsigned raw = LocInfo.CXXLiteralOperatorName.OpNameLoc; local
506 return SourceLocation::getFromRawEncoding(raw);
/freebsd-11-stable/contrib/llvm-project/compiler-rt/include/profile/
H A DInstrProfData.inc12 * defined in this file affect the profile runtime ABI, the raw profile format,
82 * function name hashes during the conversion from raw to merged profile
124 /* Definition of member fields of the raw profile header data structure. */
180 * written in the raw profile data and converted to target function name's MD5
182 * when the raw profile data is read during profile merging.
413 * format: ValueProfData. The abstraction allows compiler-rt's raw profiler
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl.cpp607 u64 raw = atomic_load((atomic_uint64_t*)p, memory_order_relaxed); local
608 return Shadow(raw);
625 thr->racy_state[0] = cur.raw();
626 thr->racy_state[1] = old.raw();
651 u64 store_word = cur.raw();
862 if (LIKELY(ContainsSameAccess(shadow_mem, cur.raw(),
887 if (LIKELY(ContainsSameAccess(shadow_mem, cur.raw(),
984 MemoryRangeSet(thr, pc, addr, size, s.raw());
996 MemoryRangeSet(thr, pc, addr, size, s.raw());
H A Dtsan_rtl.h112 u64 raw() const { function in class:__tsan::FastState
H A Dtsan_rtl_mutex.cpp175 s->last_lock = thr->fast_state.raw();
285 s->last_lock = thr->fast_state.raw();
H A Dtsan_rtl_report.cpp605 thr->racy_state[1] = s.raw();
/freebsd-11-stable/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectDisassemble.cpp122 raw = true;
166 raw = false;
281 if (m_options.raw)
H A DCommandObjectDisassemble.h51 bool raw; member in class:lldb_private::CommandObjectDisassemble::CommandOptions
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp4485 std::string raw;
4488 ConstString(xml_filename.c_str()), raw,
4495 if (xml_document.ParseMemory(raw.c_str(), raw.size(), xml_filename.c_str())) {
4636 std::string raw;
4640 raw, lldberr))
4645 LLDB_LOGF(log, "parsing: %s", raw.c_str());
4648 if (!doc.ParseMemory(raw.c_str(), raw.size(), "noname.xml"))
4726 std::string raw;
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBASTParser.cpp272 const IPDBRawSymbol &raw = symbol.getRawSymbol(); local
287 auto class_parent_id = raw.getClassParentId();
301 auto lexical_parent_id = raw.getLexicalParentId();
822 const IPDBRawSymbol &raw = symbol.getRawSymbol(); local
824 auto class_parent_id = raw.getClassParentId();
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProfData.inc12 * defined in this file affect the profile runtime ABI, the raw profile format,
82 * function name hashes during the conversion from raw to merged profile
124 /* Definition of member fields of the raw profile header data structure. */
180 * written in the raw profile data and converted to target function name's MD5
182 * when the raw profile data is read during profile merging.
413 * format: ValueProfData. The abstraction allows compiler-rt's raw profiler
/freebsd-11-stable/contrib/llvm-project/openmp/runtime/src/
H A DextractExternal.cpp70 ifstream raw(fileName, ios::binary | ios::in);
71 if (!raw.is_open())
73 raw.seekg(0, ios::end);
74 streampos fileSize = raw.tellg();
78 raw.seekg(0, ios::beg);
79 raw.read(buf, fileSize);
148 // read the raw data into <strData>
/freebsd-11-stable/contrib/netbsd-tests/usr.sbin/mtree/
H A Dt_mtree.sh88 ( cd create && mtree -F ${FLAVOR} -c -k type,nlink,link,size,sha256 ) >output.raw \
90 h_postprocess <output.raw >output
/freebsd-11-stable/contrib/ntp/ntpq/
H A Dntpq.c107 * Flag which indicates raw mode output.
219 static void raw (struct parse *, FILE *);
306 { "raw", raw, { NO, NO, NO, NO },
308 "do raw mode variable output" },
2750 * raw - set raw mode output
2754 raw( function
2760 (void) fprintf(fp, "Output set to raw\n");
3385 * rawprint - do a printout of the data in raw mod
[all...]
/freebsd-11-stable/contrib/ofed/libibverbs/examples/
H A Ddevinfo.c51 return !(gid->raw[8] | gid->raw[9] | gid->raw[10] | gid->raw[11] |
52 gid->raw[12] | gid->raw[13] | gid->raw[14] | gid->raw[15]);
180 gid.raw[ 0], gid.raw[
[all...]
/freebsd-11-stable/contrib/ofed/libibverbs/
H A Dverbs.c229 gid->raw[i * 2 ] = val >> 8;
230 gid->raw[i * 2 + 1] = val & 0xff;
830 if (grh->dgid.raw[0] == 0xFF) {
981 dst_family = ipv6_addr_v4mapped((struct in6_addr *)attr->grh.dgid.raw) ?
983 src_family = ipv6_addr_v4mapped((struct in6_addr *)sgid.raw) ?
986 if (create_peer_from_gid(dst_family, attr->grh.dgid.raw, &dst))
989 if (create_peer_from_gid(src_family, &sgid.raw, &src))
H A Dverbs.h63 uint8_t raw[16]; member in union:ibv_gid
/freebsd-11-stable/contrib/tcpdump/
H A DMakefile.in194 print-raw.c \

Completed in 522 milliseconds

12345678910