| /freebsd/lib/libfetch/ |
| H A D | Makefile | 3 PACKAGE= fetch 5 LIB= fetch 7 SRCS= fetch.c common.c ftp.c http.c file.c \ 9 INCS= fetch.h 10 MAN= fetch.3 51 MLINKS+= fetch.3 fetchFreeURL.3 52 MLINKS+= fetch.3 fetchGet.3 53 MLINKS+= fetch.3 fetchGetFTP.3 54 MLINKS+= fetch.3 fetchGetFile.3 55 MLINKS+= fetch.3 fetchGetHTTP.3 [all …]
|
| /freebsd/lib/libpmc/pmu-events/arch/powerpc/power8/ |
| H A D | frontend.json | 71 …ption": "Initial and Final Pump Scope was chip pump (prediction=correct) for an instruction fetch", 72 …ope and data sourced across this scope was chip pump (prediction=correct) for an instruction fetch" 89 …3 on a different Node or Group (Distant), as this chip due to an instruction fetch (not prefetch)", 90 … or Group (Distant), as this chip due to either an instruction fetch or instruction fetch plus pre… 95 …3 on a different Node or Group (Distant), as this chip due to an instruction fetch (not prefetch)", 96 … or Group (Distant), as this chip due to either an instruction fetch or instruction fetch plus pre… 101 …other chip's L4 on a different Node or Group (Distant) due to an instruction fetch (not prefetch)", 102 …different Node or Group (Distant) due to either an instruction fetch or instruction fetch plus pre… 107 …ther chip's memory on the same Node or Group (Distant) due to an instruction fetch (not prefetch)", 108 … the same Node or Group (Distant) due to either an instruction fetch or instruction fetch plus pre… [all …]
|
| H A D | memory.json | 5 …=correct) for all data types excluding data prefetch (demand load,inst prefetch,inst fetch,xlate)", 6 …(prediction=correct) for all data types ( demand load,data,inst prefetch,inst fetch,xlate (I or d)" 113 …roup pump for all data types excluding data prefetch (demand load,inst prefetch,inst fetch,xlate)", 119 …ump Scope for all data types excluding data prefetch (demand load,inst prefetch,inst fetch,xlate)", 125 …pe (Chip) for all data types excluding data prefetch (demand load,inst prefetch,inst fetch,xlate)", 126 …s chip pumpfor all data types excluding data prefetch (demand load,inst prefetch,inst fetch,xlate)" 185 … of pumps for all data types excluding data prefetch (demand load,inst prefetch,inst fetch,xlate)", 186 …es of pumpsfor all data types excluding data prefetch (demand load,inst prefetch,inst fetch,xlate)" 191 … of pumps for all data types excluding data prefetch (demand load,inst prefetch,inst fetch,xlate)", 192 …es of pumpsfor all data types excluding data prefetch (demand load,inst prefetch,inst fetch,xlate)" [all …]
|
| H A D | other.json | 23 …prediction=correct) for all data types (demand load,data prefetch,inst prefetch,inst fetch,xlate)", 24 …(prediction=correct) for all data types ( demand load,data,inst prefetch,inst fetch,xlate (I or d)" 29 …cope was group pump for all data types (demand load,data prefetch,inst prefetch,inst fetch,xlate)", 30 …group pump for all data types excluding data prefetch (demand load,inst prefetch,inst fetch,xlate)" 35 … Initial Pump Scope for all data types (demand load,data prefetch,inst prefetch,inst fetch,xlate)", 41 …l Pump Scope (Chip) for all data types (demand load,data prefetch,inst prefetch,inst fetch,xlate)", 42 …s chip pumpfor all data types excluding data prefetch (demand load,inst prefetch,inst fetch,xlate)" 47 … all types of pumps for all data types (demand load,data prefetch,inst prefetch,inst fetch,xlate)", 48 …es of pumpsfor all data types excluding data prefetch (demand load,inst prefetch,inst fetch,xlate)" 53 … all types of pumps for all data types (demand load,data prefetch,inst prefetch,inst fetch,xlate)", [all …]
|
| /freebsd/contrib/bmake/unit-tests/ |
| H A D | dir.exp | 13 Expanding "{fetch,extract}{,-post}"... Expanding "fetch{,-post}"... fetch fetch-post 14 Expanding "extract{,-post}"... fetch fetch-post extract extract-post 15 fetch fetch-post extract extract-post 39 : fetch 40 : fetch-post
|
| H A D | dir.mk | 63 all: {fetch,extract}{,-post} 65 fetch fetch-post extract extract-post: 94 .PHONY: fetch fetch-post extract extract-post
|
| /freebsd/secure/lib/libcrypto/man/man7/ |
| H A D | ossl-guide-libcrypto-introduction.7 | 114 Explicit fetching involves directly calling a specific API to fetch an algorithm 118 can be used to explicitly fetch a digest algorithm implementation. The user is 175 \&\fBEVP_DigestSignInit\fR\|(3), all fetch the implementations implicitly. Usually the 176 algorithm to fetch is determined based on the type of key that is being used and 181 recommended to use a single explicit fetch of the algorithm and then reuse the 194 fetch will use an internally cached prefetched object, but it will 200 Fetch a message digest/hashing algorithm implementation. 203 Fetch a symmetric cipher algorithm implementation. 206 Fetch a Key Derivation Function (KDF) algorithm implementation. 209 Fetch a Message Authentication Code (MAC) algorithm implementation. [all …]
|
| /freebsd/crypto/openssl/doc/man7/ |
| H A D | ossl-guide-libcrypto-introduction.pod | 58 Explicit fetching involves directly calling a specific API to fetch an algorithm 62 can be used to explicitly fetch a digest algorithm implementation. The user is 127 L<EVP_DigestSignInit(3)>, all fetch the implementations implicitly. Usually the 128 algorithm to fetch is determined based on the type of key that is being used and 134 recommended to use a single explicit fetch of the algorithm and then reuse the 147 fetch will use an internally cached prefetched object, but it will 156 Fetch a message digest/hashing algorithm implementation. 160 Fetch a symmetric cipher algorithm implementation. 164 Fetch a Key Derivation Function (KDF) algorithm implementation. 168 Fetch a Message Authentication Code (MAC) algorithm implementation. [all …]
|
| /freebsd/usr.sbin/freebsd-update/ |
| H A D | freebsd-update.8 | 31 .Nd fetch and install binary updates to FreeBSD 50 tool is used to fetch, install, and rollback binary 111 .Nm Cm fetch 131 Fetch files from the specified server or server pool. 151 .Nm Cm fetch 156 .Nm Cm fetch 172 .It Cm fetch 173 Based on the currently installed world and the configuration options set, fetch 178 .Cm fetch 187 machines will simultaneously attempt to fetch updates. [all …]
|
| /freebsd/lib/libpmc/pmu-events/arch/x86/silvermont/ |
| H A D | other.json | 3 "BriefDescription": "Cycles code-fetch stalled due to any reason.", 7 …ion": "Counts cycles that fetch is stalled due to any reason. That is, the decoder queue is able t… 12 "BriefDescription": "Cycles code-fetch stalled due to an outstanding ITLB miss.", 16 …Counts cycles that fetch is stalled due to an outstanding ITLB miss. That is, the decoder queue is…
|
| /freebsd/lib/libpmc/pmu-events/arch/x86/amdzen4/ |
| H A D | cache.json | 173 …"BriefDescription": "Software prefetches that did not fetch data outside of the processor core as … 179 …"BriefDescription": "Software prefetches that did not fetch data outside of the processor core as … 185 …"BriefDescription": "Software prefetches that did not fetch data outside of the processor core for… 448 …s accepted by the L2 pipeline which hit in the L2 cache of type L2Stream (fetch additional sequent… 454 …accepted by the L2 pipeline which hit in the L2 cache of type L2NextLine (fetch the next line into… 460 …s accepted by the L2 pipeline which hit in the L2 cache of type L2UpDown (fetch the next or previo… 466 …y the L2 pipeline which hit in the L2 cache of type L2Burst (aggressively fetch additional sequent… 472 …s accepted by the L2 pipeline which hit in the L2 cache of type L2Stride (fetch additional lines i… 478 …s accepted by the L2 pipeline which hit in the L2 cache of type L1Stream (fetch additional sequent… 484 …s accepted by the L2 pipeline which hit in the L2 cache of type L1Stride (fetch additional lines i… [all …]
|
| /freebsd/lib/libpmc/pmu-events/arch/x86/goldmont/ |
| H A D | other.json | 3 "BriefDescription": "Cycles code-fetch stalled due to any reason.", 8 …ion": "Counts cycles that fetch is stalled due to any reason. That is, the decoder queue is able t… 12 "BriefDescription": "Cycles code-fetch stalled due to an outstanding ITLB miss.", 17 …Counts cycles that fetch is stalled due to an outstanding ITLB miss. That is, the decoder queue is…
|
| /freebsd/lib/libpmc/pmu-events/arch/x86/goldmontplus/ |
| H A D | other.json | 3 "BriefDescription": "Cycles code-fetch stalled due to any reason.", 10 …ion": "Counts cycles that fetch is stalled due to any reason. That is, the decoder queue is able t… 14 "BriefDescription": "Cycles the code-fetch stalls and an ITLB miss is outstanding.", 21 …Counts cycles that fetch is stalled due to an outstanding ITLB miss. That is, the decoder queue is…
|
| /freebsd/share/man/man7/ |
| H A D | ports.7 | 148 .Cm depends , extract , fetch , install , 159 .Cm fetch . 169 .It Cm fetch 170 Fetch all of the files needed to build this port from the sites 194 .Cm fetch 196 .Cm fetch-depends , build-depends , 225 .Bl -tag -width ".Cm fetch-recursive" 251 .It Cm fetch-list 252 Show the list of files to fetch in order to build the port (but not its 254 .It Cm fetch-recursive [all …]
|
| /freebsd/sys/contrib/openzfs/config/ |
| H A D | user-libfetch.m4 | 3 dnl # Check for a libfetch - either fetch(3) or libcurl. 6 dnl # * fetch(3) vs libcurl 9 dnl # fetch(3) is only dynamic. 31 #include <fetch.h> 38 AC_MSG_RESULT([fetch(3)]) 68 AC_DEFINE_UNQUOTED([LIBFETCH_IS_FETCH], [$LIBFETCH_IS_FETCH], [libfetch is fetch(3)])
|
| /freebsd/crypto/heimdal/lib/hdb/ |
| H A D | hdb.h | 53 #define HDB_F_GET_CLIENT 4 /* fetch client */ 54 #define HDB_F_GET_SERVER 8 /* fetch server */ 55 #define HDB_F_GET_KRBTGT 16 /* fetch krbtgt */ 56 #define HDB_F_GET_ANY 28 /* fetch any of client,server,krbtgt */ 63 #define HDB_F_FOR_AS_REQ 4096 /* fetch is for a AS REQ */ 64 #define HDB_F_FOR_TGS_REQ 8192 /* fetch is for a TGS REQ */ 134 * Fetch an entry from the backend 136 * Fetch an entry from the backend, flags are what type of entry 137 * should be fetch: client, server, krbtgt. 154 * As part of iteration, fetch one entry [all …]
|
| /freebsd/usr.bin/fetch/ |
| H A D | fetch.1 | 35 .Nm fetch 90 .Xr fetch 3 331 .Xr fetch 3 376 Silently try to fetch the URLs passed as parameters. 380 $ fetch -1 -q https://www.freebsd.org/bad.html \e 383 fetch: https://www.freebsd.org/bad.html: Not Found 390 $ fetch -v ftp.freebsd.org/pub/FreeBSD/README.TXT 404 fetch -o myreadme.txt -q -R ftp.freebsd.org/pub/FreeBSD/README.TXT 410 $ fetch -s ftp.freebsd.org/pub/FreeBSD/README.TXT 419 $ fetch -a -r http://ftp.freebsd.org/pub/FreeBSD/README.TXT [all …]
|
| H A D | Makefile | 1 PACKAGE= fetch 2 PROG= fetch 3 LIBADD= fetch
|
| /freebsd/lib/libpmc/pmu-events/arch/x86/emeraldrapids/ |
| H A D | virtual-memory.json | 117 "BriefDescription": "Instruction fetch requests that miss the ITLB and hit the STLB.", 120 …"PublicDescription": "Counts instruction fetch requests that miss the ITLB (Instruction TLB) and h… 125 …on": "Cycles when at least one PMH is busy with a page walk for code (instruction fetch) request.", 129 …east one PMH (Page Miss Handler) is busy with a page walk for a code (instruction fetch) request.", 137 …"PublicDescription": "Counts completed page walks (all page sizes) caused by a code fetch. This im… 145 …"PublicDescription": "Counts completed page walks (2M/4M page sizes) caused by a code fetch. This … 153 …"PublicDescription": "Counts completed page walks (4K page sizes) caused by a code fetch. This imp… 161 …the number of page walks outstanding for an outstanding code (instruction fetch) request in the PM…
|
| /freebsd/lib/libpmc/pmu-events/arch/powerpc/power9/ |
| H A D | marked.json | 35 …as reloaded from local core's L2 with dispatch conflict due to an instruction fetch (not prefetch)" 80 …ache was reloaded from local core's L2 without conflict due to an instruction fetch (not prefetch)" 85 …ction cache was reloaded from a location other than the local core's L3 due to a instruction fetch" 120 …other chip's memory on the same Node or Group (Distant) due to an instruction fetch (not prefetch)" 155 …r's Instruction cache was reloaded from local core's L2 due to an instruction fetch (not prefetch)" 195 …dified (M) data from another core's L3 on the same chip due to an instruction fetch (not prefetch)" 265 …ystem pump for all data types excluding data prefetch (demand load,inst prefetch,inst fetch,xlate)" 280 …nother chip's L4 on a different Node or Group (Distant) due to an instruction fetch (not prefetch)" 310 …ction cache was reloaded from the local chip's L4 cache due to an instruction fetch (not prefetch)" 320 …oaded from local core's L2 with load hit store conflict due to an instruction fetch (not prefetch)" [all …]
|
| /freebsd/lib/libpmc/pmu-events/arch/x86/meteorlake/ |
| H A D | virtual-memory.json | 241 …"BriefDescription": "Counts the number of page walks initiated by a instruction fetch that missed … 250 …ber of first level TLB misses but second level hits due to an instruction fetch that did not start… 259 "BriefDescription": "Instruction fetch requests that miss the ITLB and hit the STLB.", 263 …"PublicDescription": "Counts instruction fetch requests that miss the ITLB (Instruction TLB) and h… 269 …on": "Cycles when at least one PMH is busy with a page walk for code (instruction fetch) request.", 274 …east one PMH (Page Miss Handler) is busy with a page walk for a code (instruction fetch) request.", 280 …"BriefDescription": "Counts the number of page walks completed due to instruction fetch misses to … 294 …"PublicDescription": "Counts completed page walks (all page sizes) caused by a code fetch. This im… 300 …"BriefDescription": "Counts the number of page walks completed due to instruction fetch misses to … 314 …"PublicDescription": "Counts completed page walks (2M/4M page sizes) caused by a code fetch. This … [all …]
|
| /freebsd/lib/libpmc/pmu-events/arch/x86/graniterapids/ |
| H A D | virtual-memory.json | 131 "BriefDescription": "Instruction fetch requests that miss the ITLB and hit the STLB.", 135 …"PublicDescription": "Counts instruction fetch requests that miss the ITLB (Instruction TLB) and h… 140 …on": "Cycles when at least one PMH is busy with a page walk for code (instruction fetch) request.", 145 …east one PMH (Page Miss Handler) is busy with a page walk for a code (instruction fetch) request.", 154 …"PublicDescription": "Counts completed page walks (all page sizes) caused by a code fetch. This im… 163 …"PublicDescription": "Counts completed page walks (2M/4M page sizes) caused by a code fetch. This … 172 …"PublicDescription": "Counts completed page walks (4K page sizes) caused by a code fetch. This imp… 181 …the number of page walks outstanding for an outstanding code (instruction fetch) request in the PM…
|
| /freebsd/lib/libpmc/pmu-events/arch/x86/amdzen6/ |
| H A D | inst-cache.json | 15 …"BriefDescription": "Fetch IBS tagged fetches. Not all tagged fetches result in a valid sample and… 21 "BriefDescription": "Fetch IBS tagged fetches that were discarded due to IBS filtering.", 27 …"BriefDescription": "Fetch IBS tagged fetches that resulted in a valid sample and an IBS interrupt… 33 "BriefDescription": "Op cache fetch hits.", 39 "BriefDescription": "Op cache fetch misses.",
|
| /freebsd/lib/libpmc/pmu-events/arch/x86/amdzen5/ |
| H A D | inst-cache.json | 15 …"BriefDescription": "Fetches tagged by Fetch IBS. Not all tagged fetches result in a valid sample … 21 …"BriefDescription": "Fetches discarded after being tagged by Fetch IBS due to reasons other than I… 27 "BriefDescription": "Fetches discarded after being tagged by Fetch IBS due to IBS filtering.", 33 …"BriefDescription": "Fetches tagged by Fetch IBS that result in a valid sample and an IBS interrup…
|
| /freebsd/usr.sbin/bsdinstall/scripts/ |
| H A D | fetchmissingdists | 89 error "Failed to fetch distribution from local media" 109 # Fetch the distributions. 114 # If unable to fetch the remote distributions, recommend 116 # installation, since failure to fetch *-dbg.txz should not 118 msg="Failed to fetch remote distribution"
|