| /freebsd/tests/atf_python/sys/netlink/ |
| H A D | base_headers.py | 4 from ctypes import Structure 8 class Nlmsghdr(Structure): 18 class Nlattr(Structure): 67 class GenlMsgHdr(Structure):
|
| H A D | netlink_route.py | 8 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 D | netlink.py | 10 from ctypes import Structure 38 class SockaddrNl(Structure): 48 class Nlmsgdone(Structure): 54 class Nlmsgerr(Structure):
|
| H A D | netlink_generic.py | 6 from ctypes import Structure 232 class timespec(Structure):
|
| /freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/ |
| H A D | MasmParser.cpp | 165 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 D | ioctl.py | 16 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 D | ipfw.py | 16 from ctypes import Structure 34 class DebugHeader(Structure):
|
| H A D | insns.py | 16 from ctypes import Structure 60 class IpFwInsn(Structure): 463 class IpFwInsnIp6(Structure):
|
| /freebsd/tests/atf_python/sys/net/ |
| H A D | rtsock.py | 14 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 D | karma | 8 0 string KarmaRHD\040Version Karma Data Structure Version
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | SimplifyCFGPass.cpp | 164 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 D | InductiveRangeCheckElimination.cpp | 661 LoopStructure Structure; global() member
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | LoopConstrainer.cpp | 489 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/crypto/krb5/src/plugins/kdb/db2/libdb2/include/ |
| H A D | db.hin | 134 /* Structure used to pass parameters to the btree routines. */ 152 /* Structure used to pass parameters to the hashing routines. */ 163 /* Structure used to pass parameters to the record routines. */
|
| /freebsd/tests/sys/netpfil/pf/ |
| H A D | sctp.py | 20 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 D | Readme.freebsd.txt | 12 1. Driver Source Structure
|
| /freebsd/share/snmp/mibs/ |
| H A D | FREEBSD-MIB.txt | 23 "The Structure of Management Information for the
|
| /freebsd/tools/test/stress2/misc/ |
| H A D | readdir.sh | 120 * Structure describing an open directory.
|
| /freebsd/tests/sys/netinet6/ |
| H A D | test_ip6_output.py | 8 from ctypes import Structure 18 class In6Pktinfo(Structure):
|
| /freebsd/crypto/openssl/doc/designs/quic-design/ |
| H A D | glossary.md | 254 **RXE:** RX entry. Structure containing decrypted received packets awaiting 292 **TXE:** TX entry. Structure containing encrypted data pending transmission. 329 **URXE:** Unprocessed RX entry. Structure containing yet-undecrypted received
|
| /freebsd/contrib/file/python/ |
| H A D | magic.py | 65 class magic_set(Structure):
|
| /freebsd/contrib/llvm-project/llvm/lib/IR/ |
| H A D | LegacyPassManager.cpp | 47 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 D | qcom,rpmh-regulator.txt | 14 Required Node Structure
|
| /freebsd/sbin/ipfw/tests/ |
| H A D | test_add_rule.py | 17 from ctypes import Structure
|
| /freebsd/usr.sbin/bsdconfig/share/media/ |
| H A D | wlan.subr | 55 # 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
|