| /freebsd-14-stable/contrib/llvm-project/lldb/bindings/interface/ |
| HD | SBFrameExtensions.i | 38 a value that represents the variable expression path''' 43 …'''A helper object that exposes a flattened view of registers, masking away the notion of register… 70 …addr = property(GetPCAddress, None, doc='''A read only property that returns the program counter (… 71 …fp = property(GetFP, None, doc='''A read only property that returns the frame pointer (FP) as an u… 72 …sp = property(GetSP, None, doc='''A read only property that returns the stack pointer (SP) as an u… 73 …ule = property(GetModule, None, doc='''A read only property that returns an lldb object that repre… 74 … property(GetCompileUnit, None, doc='''A read only property that returns an lldb object that repre… 75 …n = property(GetFunction, None, doc='''A read only property that returns an lldb object that repre… 76 …bol = property(GetSymbol, None, doc='''A read only property that returns an lldb object that repre… 77 …lock = property(GetBlock, None, doc='''A read only property that returns an lldb object that repre… [all …]
|
| HD | SBValueExtensions.i | 10 … '''A helper object that will lazily hand out thread for a process when supplied an index.''' 29 …'''An accessor function that returns a children_access() object which allows lazy member variable … 33 …'''An accessor function that returns a list() that contains all children in a lldb.SBValue object.… 51 …children = property(get_value_child_list, None, doc='''A read only property that returns a list() … 52 …rty(get_child_access_object, None, doc='''A read only property that returns an object that can acc… 53 …name = property(GetName, None, doc='''A read only property that returns the name of this value as … 54 …pe = property(GetType, None, doc='''A read only property that returns a lldb.SBType object that re… 55 …size = property(GetByteSize, None, doc='''A read only property that returns the size in bytes of t… 56 …ope = property(IsInScope, None, doc='''A read only property that returns a boolean value that indi… 57 …c='''A read/write property that gets/sets the format used for lldb.SBValue().GetValue() for this v… [all …]
|
| HD | SBTypeExtensions.i | 10 …name = property(GetName, None, doc='''A read only property that returns the name for this member a… 11 …type = property(GetType, None, doc='''A read only property that returns an lldb object that repres… 12 …byte_offset = property(GetOffsetInBytes, None, doc='''A read only property that returns offset in … 13 …bit_offset = property(GetOffsetInBits, None, doc='''A read only property that returns offset in bi… 14 …is_bitfield = property(IsBitfield, None, doc='''A read only property that returns true if this mem… 15 …bitfield_bit_size = property(GetBitfieldSizeInBits, None, doc='''A read only property that returns… 56 …module = property(GetModule, None, doc='''A read only property that returns the module in which ty… 57 …name = property(GetName, None, doc='''A read only property that returns the name for this type as … 58 …size = property(GetByteSize, None, doc='''A read only property that returns size in bytes for this… 59 …= property(IsPointerType, None, doc='''A read only property that returns a boolean value that indi… [all …]
|
| HD | SBTargetExtensions.i | 41 …'''A helper object that will lazily hand out lldb.SBModule objects for a target when supplied an i… 95 …'''An accessor function that returns a modules_access() object which allows lazy module access fro… 99 …'''An accessor function that returns a list() that contains all modules in a lldb.SBTarget object.… 116 … '''A helper object that will lazily hand out bkpts for a target when supplied an index.''' 134 …'''An accessor function that returns a bkpts_access() object which allows lazy bkpt access from a … 138 …'''An accessor function that returns a list() that contains all bkpts in a lldb.SBtarget object.''' 150 … '''A helper object that will lazily hand out watchpoints for a target when supplied an index.''' 168 …'''An accessor function that returns a watchpoints_access() object which allows lazy watchpoint ac… 172 …'''An accessor function that returns a list() that contains all watchpoints in a lldb.SBtarget obj… 178 …'A read only property that returns a list() of lldb.SBModule objects contained in this target. Thi… [all …]
|
| HD | SBThreadExtensions.i | 20 … '''A helper object that will lazily hand out frames for a thread when supplied an index.''' 38 …'''An accessor function that returns a frames_access() object which allows lazy frame access from … 42 …'''An accessor function that returns a list() that contains all frames in a lldb.SBThread object.'… 48 …id = property(GetThreadID, None, doc='''A read only property that returns the thread ID as an inte… 49 …idx = property(GetIndexID, None, doc='''A read only property that returns the thread index ID as a… 50 …perty(GetStopReturnValue, None, doc='''A read only property that returns an lldb object that repre… 51 …ss, None, doc='''A read only property that returns an lldb object that represents the process (lld… 52 …num_frames = property(GetNumFrames, None, doc='''A read only property that returns the number of s… 53 …frames = property(get_thread_frames, None, doc='''A read only property that returns a list() of ll… 54 …ty(get_frames_access_object, None, doc='''A read only property that returns an object that can be … [all …]
|
| HD | SBAddressExtensions.i | 28 …'''Convert an address to a load address if there is a process and that process is alive, or to a f… 43 …ule, None, doc='''A read only property that returns an lldb object that represents the module (lld… 44 …one, doc='''A read only property that returns an lldb object that represents the compile unit (lld… 45 … None, doc='''A read only property that returns an lldb object that represents the line entry (lld… 46 …n, None, doc='''A read only property that returns an lldb object that represents the function (lld… 47 …lock, None, doc='''A read only property that returns an lldb object that represents the block (lld… 48 …bol, None, doc='''A read only property that returns an lldb object that represents the symbol (lld… 49 …offset = property(GetOffset, None, doc='''A read only property that returns the section offset in … 50 …on, None, doc='''A read only property that returns an lldb object that represents the section (lld… 51 …erty that returns file address for the section as an integer. This is the address that represents … [all …]
|
| HD | SBProcessExtensions.i | 45 … '''A helper object that will lazily hand out thread for a process when supplied an index.''' 63 …'''An accessor function that returns a modules_access() object which allows lazy thread access fro… 67 …'''An accessor function that returns a list() that contains all threads in a lldb.SBProcess object… 85 …threads = property(get_process_thread_list, None, doc='''A read only property that returns a list(… 86 …y(get_threads_access_object, None, doc='''A read only property that returns an object that can acc… 87 …roperty(__get_is_alive__, None, doc='''A read only property that returns a boolean value that indi… 88 …perty(__get_is_running__, None, doc='''A read only property that returns a boolean value that indi… 89 …perty(__get_is_stopped__, None, doc='''A read only property that returns a boolean value that indi… 90 …id = property(GetProcessID, None, doc='''A read only property that returns the process ID as an in… 91 …tTarget, None, doc='''A read only property that an lldb object that represents the target (lldb.SB… [all …]
|
| HD | SBSymbolExtensions.i | 17 …name = property(GetName, None, doc='''A read only property that returns the name for this symbol a… 18 …mangled = property(GetMangledName, None, doc='''A read only property that returns the mangled (lin… 19 …doc='''A read only property that returns an lldb enumeration value (see enumerations that start wi… 20 …property(GetStartAddress, None, doc='''A read only property that returns an lldb object that repre… 21 …= property(GetEndAddress, None, doc='''A read only property that returns an lldb object that repre… 22 …prologue_size = property(GetPrologueByteSize, None, doc='''A read only property that returns the s… 23 …ions_from_current_target, None, doc='''A read only property that returns an lldb object that repre… 24 … read only property that returns a boolean value that indicates if this symbol is externally visia… 25 …ead only property that returns a boolean value that indicates if this symbol was synthetically cre…
|
| HD | SBTypeCategoryExtensions.i | 13 '''A helper object that will lazily hand out formatters for a specific category.''' 42 …'''An accessor function that returns an accessor object which allows lazy format access from a lld… 46 …'''An accessor function that returns a list() that contains all formats in a lldb.SBCategory objec… 53 …'''An accessor function that returns an accessor object which allows lazy summary access from a ll… 57 …'''An accessor function that returns a list() that contains all summaries in a lldb.SBCategory obj… 64 …'''An accessor function that returns an accessor object which allows lazy synthetic children provi… 68 …'''An accessor function that returns a list() that contains all synthetic children providers in a … 75 …'''An accessor function that returns an accessor object which allows lazy filter access from a lld… 79 …'''An accessor function that returns a list() that contains all filters in a lldb.SBCategory objec… 85 …formats = property(get_formats_array, None, doc='''A read only property that returns a list() of l… [all …]
|
| /freebsd-14-stable/lib/libpmc/pmu-events/arch/arm64/fujitsu/a64fx/ |
| HD | other.json | 9 …"PublicDescription": "This event counts every cycle that no operation was committed because the ol… 12 …"BriefDescription": "This event counts every cycle that no operation was committed because the old… 15 …"PublicDescription": "This event counts every cycle that no instruction was committed because the … 18 …"BriefDescription": "This event counts every cycle that no instruction was committed because the o… 21 …"PublicDescription": "This event counts every cycle that no instruction was committed because the … 24 …"BriefDescription": "This event counts every cycle that no instruction was committed because the o… 27 …"PublicDescription": "This event counts every cycle that no instruction was committed because the … 30 …"BriefDescription": "This event counts every cycle that no instruction was committed because the o… 33 …"PublicDescription": "This event counts every cycle that no instruction was committed because the … 36 …"BriefDescription": "This event counts every cycle that no instruction was committed because the o… [all …]
|
| /freebsd-14-stable/lib/libpmc/pmu-events/arch/x86/goldmont/ |
| HD | cache.json | 8 …on which likely indicates back pressure from L2Q. It also counts requests that would have gone dir… 27 …"PublicDescription": "Counts cycles that fetch is stalled due to an outstanding ICache miss. That … 37 …"PublicDescription": "Counts the number of demand and prefetch transactions that the L2 XQ rejects… 46 …"PublicDescription": "Counts memory requests originating from the core that miss in the L2 cache.", 56 …"PublicDescription": "Counts memory requests originating from the core that reference a cache line… 61 "BriefDescription": "Loads retired that came from DRAM (Precise event capable)", 80 …that when the load address was checked by other caching agents (typically another processor) in th… 85 "BriefDescription": "Load uops retired that hit L1 data cache (Precise event capable)", 92 "PublicDescription": "Counts load uops retired that hit the L1 data cache.", 97 "BriefDescription": "Load uops retired that missed L1 data cache (Precise event capable)", [all …]
|
| /freebsd-14-stable/contrib/one-true-awk/testdir/ |
| HD | bib | 4 And God saw the light, that it was good: and God divided the light from the darkness. 10 … land Earth; and the gathering together of the waters called he Seas: and God saw that it was good. 12 …nd the tree yielding fruit, whose seed was in itself, after his kind: and God saw that it was good. 18 …he day and over the night, and to divide the light from the darkness: and God saw that it was good. 20 …id, Let the waters bring forth abundantly the moving creature that hath life, and fowl that may fl… 21 …ng creature that moveth, which the waters brought forth abundantly, after their kind, and every wi… 25 … and cattle after their kind, and every thing that creepeth upon the earth after his kind: and God… 26 …nd over the cattle, and over all the earth, and over every creeping thing that creepeth upon the e… 28 …ish of the sea, and over the fowl of the air, and over every living thing that moveth upon the ear… 30 And to every beast of the earth, and to every fowl of the air, and to every thing that creepeth upo… [all …]
|
| /freebsd-14-stable/sbin/ipf/ipf/ |
| HD | ipf.5 | 10 For use as a firewall, there are two important rule types: those that block 11 and drop packets (block rules) and those that allow packets through (pass 13 that specify under what conditions the result is to be applied and how. 15 The simplest rules that can be used in ipf.conf are expressed like this: 33 For rules lines that are particularly long, it is possible to split 64 This section goes into detail on how to construct firewall rules that 74 of a packet that matches it will be. Descriptions of the many and various 75 sections that can be used to match on the contents of packet headers will 82 rules that match a packet indicate to ipfilter that it should be 87 any further. Packets that are blocked on the "in" side are never seen by [all …]
|
| /freebsd-14-stable/crypto/openssl/crypto/engine/ |
| HD | README.md | 4 This "description" (if one chooses to call it that) needed some major updating 16 I'll mention a bit about that first. EVP_CIPHER (and most of this applies 18 identifier that, in the current API, "lingers". These cipher description + 20 or can be loaded "en masse" into EVP storage so that they can be catalogued and 39 The important point about this is that EVP_CIPHER definitions and structures are 41 rewrites of many applications, to assume that EVP_CIPHERs can be reference 44 such ciphers is via entirely distinct API calls that didn't exist before. 46 pointer, that has been passed to the caller, is no longer being used. 52 hooking in ENGINEs is that multiple ENGINEs may implement the same ciphers. The 53 solution is necessarily that ENGINE-provided ciphers simply are not registered, [all …]
|
| /freebsd-14-stable/contrib/dialog/ |
| HD | COPYING | 28 not price. Our General Public Licenses are designed to make sure that 30 for this service if you wish); that you receive source code or can get 31 it if you want it; that you can change the software and use pieces of 32 it in new free programs; and that you are informed that you can do 35 To protect your rights, we need to make restrictions that forbid 41 or for a fee, you must give the recipients all the rights that we gave 42 you. You must make sure that they, too, receive or can get the source 44 complete object files to the recipients, so that they can relink them 52 To protect each distributor, we want to make it very clear that 55 that what they have is not the original version, so that the original [all …]
|
| /freebsd-14-stable/tools/tools/git/ |
| HD | HOWTO | 7 arcgit is a wrapper script around the arc command line tool that simplifies the 16 code that uses the new API. 20 introduced a bug early in your development process that you fixed in a 23 bug fix into the commit that introduced it, so that the bug is never 27 Differential, so try to give each commit a meaningful commit message that 33 C1 should be the first commit that you want reviewed, and C2 should be the 34 last commit that you want reviewed. You may add multiple reviewers by 36 to a review with the -C option. Note that if you subscribe a mailing list 45 automatically creates this branch for every review that it creates): 55 repository while (ensure that you are still on the review_D1234 branch): [all …]
|
| /freebsd-14-stable/share/doc/psd/18.gprof/ |
| HD | present.me | 5 .\" modification, are permitted provided that the following conditions 40 that are called during execution of the program, 45 A list of the routines that are never called during execution of 47 to verify that nothing important is omitted by 49 The flat profile gives a quick overview of the routines that are used, 50 and shows the routines that are themselves responsible 53 this profile usually shows that no single function 56 Notice that for this profile, 86 We cannot assume that a call graph is planar, 87 and even if it is, that we can print a planar version of it. [all …]
|
| /freebsd-14-stable/contrib/libpcap/ |
| HD | pcap.3pcap.in | 5 .\" modification, are permitted provided that: (1) source code distributions 72 UTF-16LE string - note that this attempt is unsafe, as it may run past 75 returning a UTF-16LE string. Programs that don't call 102 To obtain a list of devices that can be opened for a live capture, call 109 will return the first device on that list that is not a ``loopback`` 122 for use in routines that require a 141 The options that can be set on a capture handle include 143 If, when capturing, you capture the entire contents of the packet, that 154 than the size of a packet that is captured, only the first 156 bytes of that packet will be captured and provided as packet data. [all …]
|
| /freebsd-14-stable/share/doc/papers/kernmalloc/ |
| HD | kernmalloc.t | 5 .\" modification, are permitted provided that the following conditions 99 that can be used by all of the kernel subsystems. 101 patterns in the UNIX kernel and a hybrid strategy that is time-efficient 107 and is quick enough that no performance loss is observed 120 Often the allocations are for small pieces of memory that are only 132 Examples include protocol control blocks that remain throughout 148 for name translation that allocates a pool of empty buffers. 179 size of memory that is needed. 189 The first criterion for a memory allocator is that it make good use 205 Here, ``requested'' is the sum of the memory that has been requested [all …]
|
| /freebsd-14-stable/lib/libpmc/pmu-events/arch/x86/knightslanding/ |
| HD | memory.json | 11 …"BriefDescription": "Counts Demand code reads and prefetch code read requests that accounts for r… 22 …"BriefDescription": "Counts Demand code reads and prefetch code read requests that accounts for d… 33 …"BriefDescription": "Counts Demand code reads and prefetch code read requests that accounts for d… 44 …"BriefDescription": "Counts Demand code reads and prefetch code read requests that accounts for r… 55 …"BriefDescription": "Counts Demand code reads and prefetch code read requests that accounts for d… 66 …"BriefDescription": "Counts Demand code reads and prefetch code read requests that accounts for d… 77 …"BriefDescription": "Counts Demand cacheable data and L1 prefetch data read requests that account… 88 …"BriefDescription": "Counts Demand cacheable data and L1 prefetch data read requests that account… 99 …"BriefDescription": "Counts Demand cacheable data and L1 prefetch data read requests that account… 110 …"BriefDescription": "Counts Demand cacheable data and L1 prefetch data read requests that account… [all …]
|
| /freebsd-14-stable/lib/libpmc/pmu-events/arch/x86/silvermont/ |
| HD | cache.json | 3 …"BriefDescription": "Counts the number of request that were not accepted into the L2Q because the … 7 …that would have gone directly to the XQ, but are rejected due to a full or nearly full condition, … 15 …that fetch is stalled due to an outstanding ICache miss. That is, the decoder queue is able to acc… 20 … "BriefDescription": "Counts the number of request from the L2 that were not accepted into the XQ", 24 …"PublicDescription": "This event counts the number of demand and prefetch transactions that the L2… 41 …"PublicDescription": "This event counts requests originating from the core that references a cache… 69 …"PublicDescription": "This event counts the number of load ops retired that got data from the othe… 78 …ption": "This event counts the number of load ops retired that miss in L1 Data cache. Note that pr… 88 "PublicDescription": "This event counts the number of load ops retired that hit in the L2.", 98 … "PublicDescription": "This event counts the number of load ops retired that miss in the L2.", [all …]
|
| /freebsd-14-stable/contrib/ntp/sntp/libopts/ |
| HD | COPYING.gplv3 | 23 price. Our General Public Licenses are designed to make sure that you 25 them if you wish), that you receive source code or can get it if you 26 want it, that you can change the software or use pieces of it in new 27 free programs, and that you know you can do these things. 36 freedoms that you received. You must make sure that they, too, receive 40 Developers that use the GNU GPL protect your rights with two steps: 45 that there is no warranty for this free software. For both users' and 46 authors' sake, the GPL requires that modified versions be marked as 47 changed, so that their problems will not be attributed erroneously to 63 software on general-purpose computers, but in those that do, we wish to [all …]
|
| /freebsd-14-stable/lib/libpmc/ |
| HD | pmc.westmereuc.3 | 4 .\" modification, are permitted provided that the following conditions 46 Fixed-function counters that count only one hardware event per counter. 48 Programmable counters that may be configured to count one of a defined 146 The latency represents the time after which the L3 has determined that the 148 The time between a GQ read tracker allocation and the L3 determining that 154 Counts the number of GQ read tracker entries that are allocated in the read 155 tracker queue that hit or miss the L3. 159 Counts the number of GQ read tracker entries that are allocated in the read 166 Counts the number of GQ write tracker entries that are allocated in the 173 Counts the number of GQ write tracker entries that are allocated in the write [all …]
|
| /freebsd-14-stable/share/doc/papers/relengr/ |
| HD | 3.t | 5 .\" modification, are permitted provided that the following conditions 39 Projects that are not selected for completion are 67 The new software includes the successful projects that have been 71 contributed software that has been offered during the development 80 During the period that the alpha distribution is being created, 117 that are affected, 120 The incompatibilities that are found and left in are noted 121 in a list that is later incorporated into the release notes. 123 in their own software that will require change. 126 it is installed and becomes the running system that [all …]
|
| /freebsd-14-stable/sys/dev/isp/ |
| HD | DriverManual.txt | 6 This is a short text document that will describe the background, goals 17 and to be familiar with the range of platforms that Solaris, Linux and 43 from the premise that the driver would drive both SBus and PCI card 51 the way it was designed I concluded that it was so darned close to being 52 just like the SCSI HBAs that it would be insane to *not* leverage off of 53 the existing driver. So, we ended up with a driver for NetBSD that drove 72 and meet it. This driver has had a design goal that changes from almost 75 a bit of "reconstruction after the fact" in that the design goals are 78 The primary design goal now is to have a driver that can run both the 99 driver that is specifically designed for a single platform and a single [all …]
|