| /freebsd/release/scripts/ |
| H A D | pkgbase-stage.lua | 51 local selected = {} 53 table.insert(selected, components["pkg"]) 54 table.insert(selected, components["base"]) 55 table.insert(selected, components["base-jail"]) 56 table.insert(selected, components["kernel"]) 57 table.insert(selected, components["kernel-dbg"]) 58 table.insert(selected, components["src"]) 59 table.insert(selected, components["tests"]) 61 table.insert(selected, components["lib" .. compat]) 65 table.insert(selected, components["pkg"]) [all …]
|
| /freebsd/contrib/llvm-project/clang/include/clang/Tooling/Refactoring/ |
| H A D | ASTSelection.h | 27 /// A node that's not selected. 30 /// A node that's considered to be selected because the whole selection range 33 /// A node that's considered to be selected because the start of the selection 36 /// A node that's considered to be selected because the end of the selection 40 /// A node that's considered to be selected because the node is entirely in 45 /// Represents a selected AST node. 48 /// follows the top-down shape of the actual AST. Each selected node has 50 /// actually be selected, e.g. a statement in macro whose child is in a macro 67 /// Traverses the given ASTContext and creates a tree of selected AST nodes. 69 /// \returns std::nullopt if no nodes are selected in the AST, or a selected AST [all …]
|
| /freebsd/lib/libdevstat/ |
| H A D | devstat.c | 491 * Devices are selected/deselected based upon the following criteria: 496 * devices haven't already been selected and if the user has not 501 * - current number of devices selected (num_selected) 516 * - number of devices selected on the command line by the user 520 * selected by the user or devices matching a pattern given by the 521 * user will be selected in addition to devices that are already 522 * selected. Additional devices will be selected, up to maxshowdevs 526 * given by the user will be selected. No other devices will be 527 * selected. 530 * current selected, as only mode would, but it will also not [all …]
|
| /freebsd/lib/libpmc/pmu-events/arch/x86/tigerlake/ |
| H A D | memory.json | 25 …"BriefDescription": "Counts randomly selected loads when the latency from first dispatch to comple… 35 …"PublicDescription": "Counts randomly selected loads when the latency from first dispatch to compl… 41 …"BriefDescription": "Counts randomly selected loads when the latency from first dispatch to comple… 51 …"PublicDescription": "Counts randomly selected loads when the latency from first dispatch to compl… 57 …"BriefDescription": "Counts randomly selected loads when the latency from first dispatch to comple… 67 …"PublicDescription": "Counts randomly selected loads when the latency from first dispatch to compl… 73 …"BriefDescription": "Counts randomly selected loads when the latency from first dispatch to comple… 83 …"PublicDescription": "Counts randomly selected loads when the latency from first dispatch to compl… 89 …"BriefDescription": "Counts randomly selected loads when the latency from first dispatch to comple… 99 …"PublicDescription": "Counts randomly selected loads when the latency from first dispatch to compl… [all …]
|
| /freebsd/contrib/llvm-project/clang/lib/Tooling/Refactoring/ |
| H A D | ASTSelection.cpp | 35 /// Constructs the tree of selected AST nodes that either contain the location 48 // The TU decl is the root of the selected node tree. in ASTSelectionFinder() 263 /// selected statement. 267 // - The string literal in ObjC string literal is selected, e.g.: in getSelectionCanonizalizationAction() 272 // The entire call should be selected when just the member expression in getSelectionCanonizalizationAction() 274 // is selected. in getSelectionCanonizalizationAction() 319 /// Finds the set of bottom-most selected AST nodes that are in the selection 382 // Code range is selected when the selection range is not empty. in create() 392 SelectedNodeWithParents &Selected = ContainSelection[0]; in create() local 393 if (!Selected.Node.get().Node.get<Stmt>()) in create() [all …]
|
| /freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/zstream/ |
| H A D | zstream_decompress_001_pos.ksh | 23 # Verify that zstream decompress actually decompresses selected WRITE 27 # 1. Decompress selected records (2,0 3,0 128,131072) from the stream 29 # 3. Verify the selected records now show compression type = 0, 35 log_assert "Verify zstream decompress decompresses selected WRITE records." 43 # Selected records: object,offset 46 # Decompress the bz2 and run zstream decompress on selected records 54 # For each selected record, verify it was decompressed in the output 98 log_pass "zstream decompress decompresses selected WRITE records."
|
| /freebsd/lib/libpmc/pmu-events/arch/x86/emeraldrapids/ |
| H A D | memory.json | 53 …"BriefDescription": "Counts randomly selected loads when the latency from first dispatch to comple… 60 …"PublicDescription": "Counts randomly selected loads when the latency from first dispatch to compl… 65 …"BriefDescription": "Counts randomly selected loads when the latency from first dispatch to comple… 72 …"PublicDescription": "Counts randomly selected loads when the latency from first dispatch to compl… 77 …"BriefDescription": "Counts randomly selected loads when the latency from first dispatch to comple… 84 …"PublicDescription": "Counts randomly selected loads when the latency from first dispatch to compl… 89 …"BriefDescription": "Counts randomly selected loads when the latency from first dispatch to comple… 96 …"PublicDescription": "Counts randomly selected loads when the latency from first dispatch to compl… 101 …"BriefDescription": "Counts randomly selected loads when the latency from first dispatch to comple… 108 …"PublicDescription": "Counts randomly selected loads when the latency from first dispatch to compl… [all …]
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/Target/ |
| H A D | StackFrameList.h | 46 /// Mark a stack frame as the currently selected frame and return its index. 49 /// Resets the selected frame index of this object. 52 /// Get the currently selected frame index. 54 /// selected a frame, and (b) if this really is a user facing 63 /// Mark a stack frame as the currently selected frame using the frame index 64 /// \p idx. Like \ref GetFrameAtIndex, invisible frames cannot be selected. 81 /// If the currently selected frame comes from the currently selected thread, 175 /// The currently selected frame. An optional is used to record whether anyone 176 /// has set the selected frame on this stack yet. We only let recognizers 181 /// LLDB really only should have an opinion about the selected frame index [all …]
|
| /freebsd/crypto/openssl/test/ssl-tests/ |
| H A D | 09-alpn.cnf | 13 test-8 = 8-alpn-selected-sni-server-supports-alpn 14 test-9 = 9-alpn-selected-sni-server-does-not-support-alpn 290 [8-alpn-selected-sni-server-supports-alpn] 291 ssl_conf = 8-alpn-selected-sni-server-supports-alpn-ssl 293 [8-alpn-selected-sni-server-supports-alpn-ssl] 294 server = 8-alpn-selected-sni-server-supports-alpn-server 295 client = 8-alpn-selected-sni-server-supports-alpn-client 296 server2 = 8-alpn-selected-sni-server-supports-alpn-server2 298 [8-alpn-selected-sni-server-supports-alpn-server] 303 [8-alpn-selected-sni-server-supports-alpn-server2] [all …]
|
| H A D | 08-npn.cnf | 15 test-10 = 10-npn-selected-sni-server-supports-npn 16 test-11 = 11-npn-selected-sni-server-does-not-support-npn 366 [10-npn-selected-sni-server-supports-npn] 367 ssl_conf = 10-npn-selected-sni-server-supports-npn-ssl 369 [10-npn-selected-sni-server-supports-npn-ssl] 370 server = 10-npn-selected-sni-server-supports-npn-server 371 client = 10-npn-selected-sni-server-supports-npn-client 372 server2 = 10-npn-selected-sni-server-supports-npn-server2 374 [10-npn-selected-sni-server-supports-npn-server] 379 [10-npn-selected-sni-server-supports-npn-server2] [all …]
|
| /freebsd/usr.sbin/bsdinstall/scripts/ |
| H A D | firmware | 59 local desc status height width rows selected retval 78 selected=$( eval $DIALOG \ 91 f_dialog_menutag_store -s "$selected" 103 f_dialog_menutag_fetch selected 106 if [ "${selected}" == "" ]; then 119 # Install each of the selected firmware packages 120 for fw in ${selected}; do
|
| H A D | pkgbase.in | 89 ["debug"] = "Debug symbols for the selected components", 205 local selected = {} 207 table.insert(selected, "minimal-jail") 209 table.insert(selected, "minimal") 216 table.insert(selected, "pkg") 220 table.insert(selected, "kernel") 224 table.insert(selected, component) 227 return selected 230 -- Returns a list of pkgbase packages selected by the user 275 local selected = select_components(components, options) [all …]
|
| /freebsd/lib/libpmc/pmu-events/arch/x86/meteorlake/ |
| H A D | memory.json | 203 …"BriefDescription": "Counts randomly selected loads when the latency from first dispatch to comple… 210 …"PublicDescription": "Counts randomly selected loads when the latency from first dispatch to compl… 216 …"BriefDescription": "Counts randomly selected loads when the latency from first dispatch to comple… 223 …"PublicDescription": "Counts randomly selected loads when the latency from first dispatch to compl… 229 …"BriefDescription": "Counts randomly selected loads when the latency from first dispatch to comple… 236 …"PublicDescription": "Counts randomly selected loads when the latency from first dispatch to compl… 242 …"BriefDescription": "Counts randomly selected loads when the latency from first dispatch to comple… 249 …"PublicDescription": "Counts randomly selected loads when the latency from first dispatch to compl… 255 …"BriefDescription": "Counts randomly selected loads when the latency from first dispatch to comple… 262 …"PublicDescription": "Counts randomly selected loads when the latency from first dispatch to compl… [all …]
|
| /freebsd/lib/libpmc/pmu-events/arch/x86/sapphirerapids/ |
| H A D | memory.json | 69 …"BriefDescription": "Counts randomly selected loads when the latency from first dispatch to comple… 79 …"PublicDescription": "Counts randomly selected loads when the latency from first dispatch to compl… 85 …"BriefDescription": "Counts randomly selected loads when the latency from first dispatch to comple… 95 …"PublicDescription": "Counts randomly selected loads when the latency from first dispatch to compl… 101 …"BriefDescription": "Counts randomly selected loads when the latency from first dispatch to comple… 111 …"PublicDescription": "Counts randomly selected loads when the latency from first dispatch to compl… 117 …"BriefDescription": "Counts randomly selected loads when the latency from first dispatch to comple… 127 …"PublicDescription": "Counts randomly selected loads when the latency from first dispatch to compl… 133 …"BriefDescription": "Counts randomly selected loads when the latency from first dispatch to comple… 143 …"PublicDescription": "Counts randomly selected loads when the latency from first dispatch to compl… [all …]
|
| /freebsd/bin/pkill/ |
| H A D | pkill.c | 96 static char *selected; variable 362 if ((selected = malloc(nproc)) == NULL) { in main() 366 memset(selected, 0, nproc); in main() 407 selected[i] = 1; in main() 409 selected[i] = 1; in main() 418 if (selected[i]) in main() 433 selected[i] = 0; in main() 441 selected[i] = 0; in main() 449 selected[i] = 0; in main() 457 selected[i] = 0; in main() [all …]
|
| /freebsd/lib/libpmc/pmu-events/arch/x86/amdzen3/ |
| H A D | other.json | 22 …patched due to a Token Stall. Also counts cycles when the thread is not selected to dispatch but w… 28 …patched due to a Token Stall. Also counts cycles when the thread is not selected to dispatch but w… 34 …patched due to a Token Stall. Also counts cycles when the thread is not selected to dispatch but w… 40 …patched due to a Token Stall. Also counts cycles when the thread is not selected to dispatch but w… 52 …patched due to a Token Stall. Also counts cycles when the thread is not selected to dispatch but w… 58 …patched due to a Token Stall. Also counts cycles when the thread is not selected to dispatch but w… 64 …patched due to a Token Stall. Also counts cycles when the thread is not selected to dispatch but w…
|
| /freebsd/lib/libpmc/pmu-events/arch/x86/graniterapids/ |
| H A D | memory.json | 68 …"BriefDescription": "Counts randomly selected loads when the latency from first dispatch to comple… 75 …"PublicDescription": "Counts randomly selected loads when the latency from first dispatch to compl… 80 …"BriefDescription": "Counts randomly selected loads when the latency from first dispatch to comple… 87 …"PublicDescription": "Counts randomly selected loads when the latency from first dispatch to compl… 92 …"BriefDescription": "Counts randomly selected loads when the latency from first dispatch to comple… 99 …"PublicDescription": "Counts randomly selected loads when the latency from first dispatch to compl… 104 …"BriefDescription": "Counts randomly selected loads when the latency from first dispatch to comple… 111 …"PublicDescription": "Counts randomly selected loads when the latency from first dispatch to compl… 116 …"BriefDescription": "Counts randomly selected loads when the latency from first dispatch to comple… 123 …"PublicDescription": "Counts randomly selected loads when the latency from first dispatch to compl… [all …]
|
| /freebsd/sys/dev/ofw/ |
| H A D | ofw_if.m | 53 * @param _node Selected node 63 * @param _node Selected node 73 * @param _node Selected node 83 * @param _handle Selected instance 93 * @param _node Selected node 105 * @param _node Selected node 121 * @param _node Selected node 137 * @param _node Selected node
|
| /freebsd/lib/libpmc/pmu-events/arch/x86/icelakex/ |
| H A D | memory.json | 27 …"BriefDescription": "Counts randomly selected loads when the latency from first dispatch to comple… 37 …"PublicDescription": "Counts randomly selected loads when the latency from first dispatch to compl… 43 …"BriefDescription": "Counts randomly selected loads when the latency from first dispatch to comple… 53 …"PublicDescription": "Counts randomly selected loads when the latency from first dispatch to compl… 59 …"BriefDescription": "Counts randomly selected loads when the latency from first dispatch to comple… 69 …"PublicDescription": "Counts randomly selected loads when the latency from first dispatch to compl… 75 …"BriefDescription": "Counts randomly selected loads when the latency from first dispatch to comple… 85 …"PublicDescription": "Counts randomly selected loads when the latency from first dispatch to compl… 91 …"BriefDescription": "Counts randomly selected loads when the latency from first dispatch to comple… 101 …"PublicDescription": "Counts randomly selected loads when the latency from first dispatch to compl… [all …]
|
| /freebsd/lib/libpmc/pmu-events/arch/x86/icelake/ |
| H A D | memory.json | 105 …"BriefDescription": "Counts randomly selected loads when the latency from first dispatch to comple… 115 …"PublicDescription": "Counts randomly selected loads when the latency from first dispatch to compl… 121 …"BriefDescription": "Counts randomly selected loads when the latency from first dispatch to comple… 131 …"PublicDescription": "Counts randomly selected loads when the latency from first dispatch to compl… 137 …"BriefDescription": "Counts randomly selected loads when the latency from first dispatch to comple… 147 …"PublicDescription": "Counts randomly selected loads when the latency from first dispatch to compl… 153 …"BriefDescription": "Counts randomly selected loads when the latency from first dispatch to comple… 163 …"PublicDescription": "Counts randomly selected loads when the latency from first dispatch to compl… 169 …"BriefDescription": "Counts randomly selected loads when the latency from first dispatch to comple… 179 …"PublicDescription": "Counts randomly selected loads when the latency from first dispatch to compl… [all …]
|
| /freebsd/secure/lib/libcrypto/man/man3/ |
| H A D | SSL_CTX_set_alpn_select_cb.3 | 127 should be set to the value of a single protocol selected from the \fBin\fR, 137 matches an item in the \fBclient\fR, \fBclient_len\fR list is selected, and returned 154 must be set to point to the selected protocol (which may be within \fBin\fR). 160 \&\fBSSL_TLSEXT_ERR_OK\fR or if the zero length protocol is selected. The \fBarg\fR 173 \&\fBSSL_get0_alpn_selected()\fR returns a pointer to the selected protocol in \fBdata\fR 175 is set to 0 if no protocol has been selected. \fBdata\fR must not be freed. 230 ALPN protocol selected. 237 ALPN protocol not selected, e.g., because no ALPN protocols are configured for
|
| /freebsd/contrib/wpa/wpa_supplicant/ |
| H A D | interworking.c | 888 struct wpa_bss *selected; in already_connected() local 902 selected = wpa_supplicant_pick_network(wpa_s, &sel_ssid, true); in already_connected() 903 if (selected && sel_ssid && sel_ssid->priority > ssid->priority) in already_connected() 1047 "Selected EAP method (%d) not supported", eap_type); in interworking_connect_3gpp() 1410 struct wpa_cred *cred, *selected = NULL; in interworking_credentials_available_roaming_consortium() local 1452 if (selected == NULL) { in interworking_credentials_available_roaming_consortium() 1453 selected = cred; in interworking_credentials_available_roaming_consortium() 1457 if (selected == NULL || is_excluded || in interworking_credentials_available_roaming_consortium() 1458 cred_prio_cmp(selected, cred) < 0) { in interworking_credentials_available_roaming_consortium() 1459 selected = cred; in interworking_credentials_available_roaming_consortium() [all …]
|
| /freebsd/usr.sbin/usbconfig/ |
| H A D | usbconfig.8 | 104 Choose the alternate interface for the selected interface and USB device. 130 Add quirk for the currently selected USB device. 132 Remove a quirk for the currently selected USB device. 146 Display string descriptor at selected index. 158 Detach kernel driver for the selected interface and USB device. 163 Attach kernel driver for the selected interface and USB device.
|
| /freebsd/stand/lua/ |
| H A D | menu.lua.8 | 94 The function executed when this entry is selected. 100 The submenu menu definition to draw when this entry is selected. 103 All menu entries that can be selected may have any number of 125 when selected, and has a 130 when selected, and has a 139 when selected. 147 is executed when selected, and the callback is passed the choice index, name of
|
| /freebsd/sys/contrib/alpine-hal/ |
| H A D | al_hal_reg_utils.h | 122 /** take bits selected by mask from one data, the rest from background */ 132 * bits not selected (1) by mask will be left unchanged 134 * data to write. bits not selected by mask ignored. 151 * bits not selected (1) by mask will be left unchanged 153 * data to write. bits not selected by mask ignored. 170 * bits not selected (1) by mask will be left unchanged 172 * data to write. bits not selected by mask ignored.
|