| /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/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/usr.sbin/bsdinstall/scripts/ |
| H A D | pkgbase.in | 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) 277 -- Determine if the "debug" component was selected. 279 for _, component in ipairs(selected) do 287 for _, component in ipairs(selected) do 291 -- If the debug component was selected, install the -dbg
|
| H A D | firmware | 91 f_dialog_menutag_store -s "$selected" 106 if [ "${selected}" == "" ]; then 120 for fw in ${selected}; do
|
| H A D | docsinstall | 132 f_dialog_menutag_store -s "$selected" 158 for lang in $selected; do
|
| /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/lib/libdevstat/ |
| H A D | devstat.c | 667 (*dev_select)[i].selected = 0; in devstat_selectdevs() 706 if ((*dev_select)[i].selected) in devstat_selectdevs() 710 (*dev_select)[i].selected = in devstat_selectdevs() 715 (*dev_select)[i].selected = 0; in devstat_selectdevs() 827 if ((*dev_select)[k].selected != 0) in devstat_selectdevs() 829 (*dev_select)[k].selected = in devstat_selectdevs() 834 (*dev_select)[k].selected = 0; in devstat_selectdevs() 877 if ((*dev_select)[i].selected == 0) { in devstat_selectdevs() 878 (*dev_select)[i].selected = in devstat_selectdevs() 886 if ((*dev_select)[i].selected != 0) { in devstat_selectdevs() [all …]
|
| /freebsd/contrib/openbsm/bin/auditreduce/ |
| H A D | auditreduce.c | 527 int selected; in select_records() local 535 selected = 1; in select_records() 536 while ((selected == 1) && (bytesread < reclen)) { in select_records() 550 selected = select_hdr32(tok, in select_records() 557 selected = select_proc32(tok, in select_records() 562 selected = select_subj32(tok, in select_records() 567 selected = select_ipcobj( in select_records() 573 selected = select_filepath( in select_records() 578 selected = select_return32(tok, in select_records() 583 selected = select_zone(tok.tt.zonename.zonename, &optchkd); in select_records() [all …]
|
| /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() 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() 1468 return selected; in interworking_credentials_available_roaming_consortium() [all …]
|
| H A D | events.c | 1802 struct wpa_bss *selected = NULL; in wpa_supplicant_pick_network() local 1821 while (selected == NULL) { in wpa_supplicant_pick_network() 1825 selected = wpa_supplicant_select_bss( in wpa_supplicant_pick_network() 1827 if (selected) in wpa_supplicant_pick_network() 1830 selected = wpa_supplicant_select_bss( in wpa_supplicant_pick_network() 1833 if (selected) in wpa_supplicant_pick_network() 1837 if (!selected && in wpa_supplicant_pick_network() 1845 } else if (selected == NULL) in wpa_supplicant_pick_network() 1850 if (selected && ssid && ssid->mem_only_psk && !ssid->psk_set && in wpa_supplicant_pick_network() 1867 selected = NULL; in wpa_supplicant_pick_network() [all …]
|
| /freebsd/usr.bin/random/ |
| H A D | random.c | 58 bool selected; in main() local 155 selected = random_uniform_denom(denom); in main() 156 if (selected) { in main()
|
| H A D | randomize_fd.c | 98 u_long i, j, numnode, selected; in randomize_fd() local 212 selected = arc4random_uniform(numnode); in randomize_fd() 215 if (j == selected) { in randomize_fd()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | DiagnosticRefactoringKinds.td | 24 def err_refactor_code_outside_of_function : Error<"the selected code is not a " 26 def err_refactor_extract_simple_expression : Error<"the selected expression " 28 def err_refactor_extract_prohibited_expression : Error<"the selected "
|
| /freebsd/sys/contrib/device-tree/Bindings/mips/cavium/ |
| H A D | bootbus.txt | 55 - cavium,wait-mode: Optional. If present, wait mode (WAITM) is selected. 57 - cavium,page-mode: Optional. If present, page mode (PAGEM) is selected. 62 - cavium,ale-mode: Optional. If present, ALE mode is selected. 64 - cavium,sam-mode: Optional. If present, SAM mode is selected. 66 - cavium,or-mode: Optional. If present, OR mode is selected.
|
| /freebsd/usr.bin/systat/ |
| H A D | iostat.c | 188 if (dev_select[i].selected) in numlabels() 203 if (dev_select[i].selected) { in numlabels() 230 if (dev_select[i].selected) { in barlabels() 265 if (dev_select[i].selected) { in showiostat() 278 if (dev_select[i].selected) { in showiostat()
|
| /freebsd/crypto/openssl/test/ |
| H A D | constant_time_test.c | 194 uint64_t selected = constant_time_select_64(CONSTTIME_TRUE_64, a, b); in test_select_64() local 196 if (selected != a) { in test_select_64() 198 BIO_printf(bio_err, "a=%jx b=%jx got %jx wanted a\n", a, b, selected); in test_select_64() 201 selected = constant_time_select_64(CONSTTIME_FALSE_64, a, b); in test_select_64() 202 if (selected != b) { in test_select_64() 203 BIO_printf(bio_err, "a=%jx b=%jx got %jx wanted b\n", a, b, selected); in test_select_64()
|
| /freebsd/usr.sbin/iostat/ |
| H A D | iostat.c | 737 if ((dev_select[i].selected != 0) in phdr() 738 && (dev_select[i].selected <= maxshowdevs)) { in phdr() 759 if ((dev_select[i].selected != 0) in phdr() 760 && (dev_select[i].selected <= maxshowdevs)) { in phdr() 826 if (((perf_select == 0) && (dev_select[dn].selected == 0)) in devstats() 827 || (dev_select[dn].selected > maxshowdevs)) in devstats() 862 if ((dev_select[dn].selected == 0) in devstats() 863 || (dev_select[dn].selected > maxshowdevs)) in devstats()
|
| /freebsd/crypto/openssl/doc/man3/ |
| H A D | SSL_CTX_set_alpn_select_cb.pod | 65 should be set to the value of a single protocol selected from the B<in>, 75 matches an item in the B<client>, B<client_len> list is selected, and returned 92 must be set to point to the selected protocol (which may be within B<in>). 98 B<SSL_TLSEXT_ERR_OK> or if the zero length protocol is selected. The B<arg> 111 SSL_get0_alpn_selected() returns a pointer to the selected protocol in B<data> 113 is set to 0 if no protocol has been selected. B<data> must not be freed. 177 ALPN protocol selected. 186 ALPN protocol not selected, e.g., because no ALPN protocols are configured for
|
| /freebsd/sys/contrib/device-tree/Bindings/pinctrl/ |
| H A D | pinctrl-max77620.txt | 69 selected as FPS0, FPS1 or FPS2. 76 selected as FPS0, FPS1 or FPS2. 89 FPS source is selected as FPS0, FPS1 or 97 FPS source is selected as FPS0, FPS1 or
|
| /freebsd/sys/contrib/device-tree/Bindings/clock/ti/ |
| H A D | mux.txt | 5 parents, one of which can be selected as output. This clock does not 15 register value selected parent clock 24 register value selected clock parent
|
| /freebsd/contrib/ntp/sntp/unity/ |
| H A D | unity_fixture.c | 49 static int selected(const char * filter, const char * name) in selected() function 58 return selected(UnityFixture.NameFilter, test); in testSelected() 63 return selected(UnityFixture.GroupFilter, group); in groupSelected()
|
| /freebsd/sys/contrib/device-tree/Bindings/mfd/ |
| H A D | max8998.txt | 32 - max8998,pmic-buck1-default-dvs-idx: Default voltage setting selected from 36 - max8998,pmic-buck2-default-dvs-idx: Default voltage setting selected from 45 for buck1 regulator that can be selected using dvs gpio. 49 for buck2 regulator that can be selected using dvs gpio.
|
| /freebsd/usr.sbin/bsdconfig/startup/include/ |
| H A D | messages.subr | 53 msg_delete_selected_desc="Delete selected directive(s)" 54 msg_delete_selected_help="Delete each of the selected rc.conf(5) configuration directives" 56 msg_deleting_selected_directives="Deleting selected directive(s)..." 63 msg_exit_cancel_help="Return to the previous menu (selected items are untouched)"
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/Protocol/MCP/ |
| H A D | Resource.cpp | 33 bool selected = false; member 43 {"selected", TR.selected}, in toJSON() 202 target_resource.selected = target_sp == debugger_sp->GetSelectedTarget(); in ReadTargetResource()
|