Home
last modified time | relevance | path

Searched refs:Structure (Results 1 – 25 of 52) sorted by relevance

123

/freebsd-14-stable/tests/atf_python/sys/netlink/
HDbase_headers.py4 from ctypes import Structure
8 class Nlmsghdr(Structure):
18 class Nlattr(Structure):
67 class GenlMsgHdr(Structure):
HDnetlink_route.py8 from ctypes import Structure
115 class RtAttr(Structure):
122 class RtMsgHdr(Structure):
281 class IfinfoMsg(Structure):
384 class IfaddrMsg(Structure):
415 class IfaCacheInfo(Structure):
451 class NdMsg(Structure):
HDnetlink.py10 from ctypes import Structure
38 class SockaddrNl(Structure):
48 class Nlmsgdone(Structure):
54 class Nlmsgerr(Structure):
HDnetlink_generic.py6 from ctypes import Structure
232 class timespec(Structure):
/freebsd-14-stable/contrib/llvm-project/llvm/lib/MC/MCParser/
HDMasmParser.cpp165 StructInfo Structure; member
186 struct StructInfo Structure);
220 Structure = S; in StructFieldInfo()
281 std::vector<StructInitializer> &&Initializers, struct StructInfo Structure) in FieldInitializer() argument
283 new (&StructInfo) StructFieldInfo(std::move(Initializers), Structure); in FieldInitializer()
628 bool lookUpField(const StructInfo &Structure, StringRef Member,
897 bool parseStructInitializer(const StructInfo &Structure,
900 const StructInfo &Structure, std::vector<StructInitializer> &Initializers,
920 bool emitStructInitializer(const StructInfo &Structure,
924 bool emitStructValues(const StructInfo &Structure, unsigned *Count = nullptr);
[all …]
/freebsd-14-stable/tests/atf_python/sys/netpfil/ipfw/
HDioctl.py16 from ctypes import Structure
37 class IpFw3OpHeader(Structure):
46 class IpFwObjTlv(Structure):
179 class IpFwObjNTlv(Structure):
232 class IpFwObjCTlv(Structure):
285 class IpFwRule(Structure):
HDipfw.py16 from ctypes import Structure
34 class DebugHeader(Structure):
HDinsns.py16 from ctypes import Structure
60 class IpFwInsn(Structure):
463 class IpFwInsnIp6(Structure):
/freebsd-14-stable/tests/atf_python/sys/net/
HDrtsock.py14 from ctypes import Structure
122 class RtMetrics(Structure):
140 class RtMsgHdr(Structure):
158 class SockaddrIn(Structure):
168 class SockaddrIn6(Structure):
179 class SockaddrDl(Structure):
/freebsd-14-stable/contrib/file/magic/Magdir/
HDkarma8 0 string KarmaRHD\040Version Karma Data Structure Version
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
HDSimplifyCFGPass.cpp164 Structure; in tailMergeBlocksWithSimilarFunctionTerminators() local
209 Structure[Term->getOpcode()].emplace_back(&BB); in tailMergeBlocksWithSimilarFunctionTerminators()
216 for (ArrayRef<BasicBlock *> BBs : make_second_range(Structure)) in tailMergeBlocksWithSimilarFunctionTerminators()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
HDLoopConstrainer.cpp489 Result.Structure = MainLoopStructure.map(GetClonedValue); in cloneLoop()
490 Result.Structure.Tag = Tag; in cloneLoop()
818 PreLoop.Structure.Header); in run()
822 PreLoopRRI = changeIterationSpaceEnd(PreLoop.Structure, Preheader, in run()
833 createPreheader(PostLoop.Structure, Preheader, "postloop"); in run()
836 rewriteIncomingValuesForPHIs(PostLoop.Structure, PostLoopPreheader, in run()
/freebsd-14-stable/tests/sys/netpfil/pf/
HDsctp.py20 class sockaddr_in(ctypes.Structure):
29 class sockaddr_in6(ctypes.Structure):
45 class sctp_sndrcvinfo(ctypes.Structure):
58 class sctp_setprim(ctypes.Structure):
/freebsd-14-stable/sys/dev/pms/freebsd/driver/ini/src/
HDReadme.freebsd.txt12 1. Driver Source Structure
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
HDLoopConstrainer.h119 LoopStructure Structure; member
/freebsd-14-stable/share/snmp/mibs/
HDFREEBSD-MIB.txt23 "The Structure of Management Information for the
/freebsd-14-stable/tools/test/stress2/misc/
HDreaddir.sh120 * Structure describing an open directory.
/freebsd-14-stable/tests/sys/netinet6/
HDtest_ip6_output.py8 from ctypes import Structure
18 class In6Pktinfo(Structure):
/freebsd-14-stable/contrib/file/python/
HDmagic.py65 class magic_set(Structure):
/freebsd-14-stable/contrib/llvm-project/llvm/lib/IR/
HDLegacyPassManager.cpp47 Disabled, Arguments, Structure, Executions, Details enumerator
56 clEnumVal(Structure, "print pass structure before run()"),
822 if (PassDebugging < Structure) in dumpPasses()
/freebsd-14-stable/sys/contrib/device-tree/Bindings/regulator/
Dqcom,rpmh-regulator.txt14 Required Node Structure
/freebsd-14-stable/sbin/ipfw/tests/
HDtest_add_rule.py17 from ctypes import Structure
/freebsd-14-stable/usr.sbin/bsdconfig/share/media/
HDwlan.subr55 # Structure to contain the wpa_supplicant.conf(5) default overrides
65 # Structure of wpa_supplicant.conf(5) network={ ... } entry
131 # Structure of wpa_cli(8) `scan_results' entry
141 # Structure of a menu item in the wireless editor
/freebsd-14-stable/lib/libc/softfloat/
HDsoftfloat-source.txt61 SoftFloat Source Directory Structure
98 SoftFloat Source Directory Structure
/freebsd-14-stable/share/examples/netgraph/
HDngctl150 # /* Structure used for NGM_LISTHOOKS */

123