Home
last modified time | relevance | path

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

123

/freebsd/tests/atf_python/sys/netlink/
H A Dbase_headers.py4 from ctypes import Structure
8 class Nlmsghdr(Structure):
18 class Nlattr(Structure):
67 class GenlMsgHdr(Structure):
H A Dnetlink_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):
H A Dnetlink.py10 from ctypes import Structure
38 class SockaddrNl(Structure):
48 class Nlmsgdone(Structure):
54 class Nlmsgerr(Structure):
H A Dnetlink_generic.py6 from ctypes import Structure
232 class timespec(Structure):
/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DMasmParser.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/tests/atf_python/sys/netpfil/ipfw/
H A Dioctl.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):
H A Dipfw.py16 from ctypes import Structure
34 class DebugHeader(Structure):
H A Dinsns.py16 from ctypes import Structure
60 class IpFwInsn(Structure):
463 class IpFwInsnIp6(Structure):
/freebsd/tests/atf_python/sys/net/
H A Drtsock.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/contrib/file/magic/Magdir/
H A Dkarma8 0 string KarmaRHD\040Version Karma Data Structure Version
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSimplifyCFGPass.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()
H A DInductiveRangeCheckElimination.cpp661 LoopStructure Structure; global() member
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopConstrainer.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/tests/sys/netpfil/pf/
H A Dsctp.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/sys/dev/pms/freebsd/driver/ini/src/
H A DReadme.freebsd.txt12 1. Driver Source Structure
/freebsd/share/snmp/mibs/
H A DFREEBSD-MIB.txt23 "The Structure of Management Information for the
/freebsd/tools/test/stress2/misc/
H A Dreaddir.sh120 * Structure describing an open directory.
/freebsd/tests/sys/netinet6/
H A Dtest_ip6_output.py8 from ctypes import Structure
18 class In6Pktinfo(Structure):
/freebsd/contrib/file/python/
H A Dmagic.py65 class magic_set(Structure):
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DLegacyPassManager.cpp47 Disabled, Arguments, Structure, Executions, Details enumerator
56 clEnumVal(Structure, "print pass structure before run()"),
822 if (PassDebugging < Structure) in dumpPasses()
/freebsd/sys/contrib/device-tree/Bindings/regulator/
H A Dqcom,rpmh-regulator.txt14 Required Node Structure
/freebsd/sbin/ipfw/tests/
H A Dtest_add_rule.py17 from ctypes import Structure
/freebsd/usr.sbin/bsdconfig/share/media/
H A Dwlan.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/lib/libc/softfloat/
H A Dsoftfloat-source.txt61 SoftFloat Source Directory Structure
98 SoftFloat Source Directory Structure
/freebsd/share/examples/netgraph/
H A Dngctl150 # /* Structure used for NGM_LISTHOOKS */

123