Home
last modified time | relevance | path

Searched +defs:dump +defs:o (Results 1 – 8 of 8) sorted by relevance

/freebsd-14.2/crypto/openssl/crypto/asn1/
H A Dasn1_parse.c89 int dump) in ASN1_parse_dump()
95 int offset, int depth, int indent, int dump) in asn1_parse2()
101 ASN1_OBJECT *o = NULL; in asn1_parse2() local
/freebsd-14.2/crypto/openssl/apps/
H A Dasn1parse.c72 int indent = 0, noout = 0, dump = 0, strictpem = 0, informat = FORMAT_PEM; in asn1parse_main() local
77 OPTION_CHOICE o; in asn1parse_main() local
/freebsd-14.2/crypto/openssh/regress/misc/sk-dummy/
H A Dsk-dummy.c290 dump(const char *preamble, const void *sv, size_t l) in dump() function
409 size_t o; in sig_ed25519() local
/freebsd-14.2/usr.sbin/ndp/
H A Dndp.c850 dump(struct sockaddr_in6 *addr, int cflag) in dump() function
902 int i, o[6]; in ndp_ether_aton() local
/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DAsmWriter.cpp2710 AssemblyWriter::AssemblyWriter(formatted_raw_ostream &o, SlotTracker &Mac, in AssemblyWriter()
2723 AssemblyWriter::AssemblyWriter(formatted_raw_ostream &o, SlotTracker &Mac, in AssemblyWriter()
5137 void Value::dump() const { print(dbgs(), /*IsForDebug=*/true); dbgs() << '\n'; } in dump() function in Value
5145 void DPValue::dump() const { print(dbgs(), /*IsForDebug=*/true); dbgs() << '\n'; } in dump() function in DPValue
5149 void Type::dump() const { print(dbgs(), /*IsForDebug=*/true); dbgs() << '\n'; } in dump() function in Type
5153 void Module::dump() const { in dump() function in Module
5160 void Comdat::dump() const { print(dbgs(), /*IsForDebug=*/true); } in dump() function in Comdat
5164 void NamedMDNode::dump() const { print(dbgs(), /*IsForDebug=*/true); } in dump() function in NamedMDNode
5167 void Metadata::dump() const { dump(nullptr); } in dump() function in Metadata
5170 void Metadata::dump(const Module *M) const { in dump() function in Metadata
[all …]
/freebsd-14.2/tools/tools/netmap/
H A Dpkt-gen.c104 static struct ether_addr o; in ether_aton() local
1892 receive_packets(struct netmap_ring *ring, u_int limit, int dump, uint64_t *bytes) in receive_packets()
1979 int dump = targ->g->options & OPT_DUMP; in receiver_body() local
2258 int dump = targ->g->options & OPT_DUMP; in rxseq_body() local
/freebsd-14.2/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_affinity.cpp673 void kmp_topology_t::dump() const { in dump() function in kmp_topology_t
1770 hwloc_obj_t o = hwloc_get_obj_by_type(tp, HWLOC_OBJ_PACKAGE, 0); in __kmp_affinity_create_hwloc_map() local
/freebsd-14.2/sys/dev/cxgbe/
H A Dt4_main.c2182 save_caps_and_params(struct adapter *sc, struct adapter_pre_reset_state *o) in save_caps_and_params()
2213 compare_caps_and_params(struct adapter *sc, struct adapter_pre_reset_state *o) in compare_caps_and_params()
11825 cudbg_dump(struct adapter *sc, struct t4_cudbg_dump *dump) in cudbg_dump()