Home
last modified time | relevance | path

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

123

/freebsd-14.2/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-14.2/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DMasmParser.cpp165 StructInfo Structure; member
220 Structure = S; in StructFieldInfo()
4390 if (!Structure.Initializable) in emitStructInitializer()
4411 if (Offset != Structure.Size) in emitStructInitializer()
4440 StructInfo.Structure = Structure; in addStructField()
4441 Field.Type = Structure.Size; in addStructField()
4486 Type.Name = Structure.Name; in parseDirectiveNamedStructValue()
4579 Structure.Size, std::min(Structure.Alignment, Structure.AlignmentSize)); in parseDirectiveEnds()
4599 Structure.Size = llvm::alignTo(Structure.Size, Structure.Alignment); in parseDirectiveNestedEnds()
4648 StructInfo.Structure = Structure; in parseDirectiveNestedEnds()
[all …]
/freebsd-14.2/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-14.2/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-14.2/contrib/file/magic/Magdir/
H A Dkarma8 0 string KarmaRHD\040Version Karma Data Structure Version
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSimplifyCFGPass.cpp159 Structure; in tailMergeBlocksWithSimilarFunctionTerminators() local
204 Structure[Term->getOpcode()].emplace_back(&BB); in tailMergeBlocksWithSimilarFunctionTerminators()
211 for (ArrayRef<BasicBlock *> BBs : make_second_range(Structure)) in tailMergeBlocksWithSimilarFunctionTerminators()
/freebsd-14.2/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-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopConstrainer.cpp483 Result.Structure = MainLoopStructure.map(GetClonedValue); in cloneLoop()
484 Result.Structure.Tag = Tag; in cloneLoop()
812 PreLoop.Structure.Header); in run()
816 PreLoopRRI = changeIterationSpaceEnd(PreLoop.Structure, Preheader, in run()
827 createPreheader(PostLoop.Structure, Preheader, "postloop"); in run()
830 rewriteIncomingValuesForPHIs(PostLoop.Structure, PostLoopPreheader, in run()
/freebsd-14.2/sys/dev/pms/freebsd/driver/ini/src/
H A DReadme.freebsd.txt12 1. Driver Source Structure
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DLoopConstrainer.h119 LoopStructure Structure; member
/freebsd-14.2/tools/test/stress2/misc/
H A Dreaddir.sh120 * Structure describing an open directory.
/freebsd-14.2/share/snmp/mibs/
H A DFREEBSD-MIB.txt23 "The Structure of Management Information for the
/freebsd-14.2/tests/sys/netinet6/
H A Dtest_ip6_output.py8 from ctypes import Structure
18 class In6Pktinfo(Structure):
/freebsd-14.2/contrib/file/python/
H A Dmagic.py65 class magic_set(Structure):
/freebsd-14.2/sys/contrib/device-tree/Bindings/regulator/
H A Dqcom,rpmh-regulator.txt14 Required Node Structure
/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DLegacyPassManager.cpp47 Disabled, Arguments, Structure, Executions, Details enumerator
56 clEnumVal(Structure, "print pass structure before run()"),
824 if (PassDebugging < Structure) in dumpPasses()
/freebsd-14.2/sbin/ipfw/tests/
H A Dtest_add_rule.py17 from ctypes import Structure
/freebsd-14.2/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-14.2/lib/libc/softfloat/
H A Dsoftfloat-source.txt61 SoftFloat Source Directory Structure
98 SoftFloat Source Directory Structure
/freebsd-14.2/share/examples/netgraph/
H A Dngctl150 # /* Structure used for NGM_LISTHOOKS */

123