Searched refs:selected (Results 26 - 50 of 52) sorted by relevance

123

/freebsd-10.2-release/sbin/fsck/
H A Dfsck.c76 static int selected(const char *);
254 if (!selected(fs->fs_vfstype))
415 selected(const char *type) function
419 /* If no type specified, it's always selected. */
/freebsd-10.2-release/sys/fs/nandfs/
H A Dnandfs_cleaner.c340 int select, selected; local
365 selected = 0;
383 selected++;
387 if (selected == 0) {
/freebsd-10.2-release/contrib/wpa/src/eap_peer/
H A Deap_ttls.c71 char *selected; local
77 selected = "EAP";
82 selected = "EAP";
85 selected = "MSCHAPV2";
88 selected = "MSCHAP";
91 selected = "PAP";
94 selected = "CHAP";
98 wpa_printf(MSG_DEBUG, "EAP-TTLS: Phase2 type: %s", selected);
/freebsd-10.2-release/crypto/openssh/
H A Daudit-bsm.c234 * Check if the specified event is selected (enabled) for auditing.
235 * Returns 1 if the event is selected, 0 if not and -1 on failure.
238 selected(char *username, uid_t uid, au_event_t event, int sf) function
272 sel = selected(the_authctxt->user, uid, event_no, rc);
/freebsd-10.2-release/sys/net/
H A Dieee8023ad_lacp.c1425 enum lacp_selected selected = lp->lp_selected; local
1429 lacp_dprintf(lp, "%s: state= 0x%x, selected= 0x%x, "
1431 lp->lp_mux_state, selected, p_sync, p_collecting);
1440 if (selected != LACP_UNSELECTED) {
1448 if (selected == LACP_SELECTED && la->la_pending == 0) {
1450 } else if (selected == LACP_UNSELECTED) {
1455 if (selected == LACP_SELECTED && p_sync) {
1457 } else if (selected != LACP_SELECTED) {
1462 if (selected == LACP_SELECTED && p_sync && p_collecting) {
1464 } else if (selected !
[all...]
/freebsd-10.2-release/contrib/binutils/opcodes/
H A Dmep-desc.c2424 /* MAX_HW is only an upper bound on the number of selected entries.
2427 const CGEN_HW_ENTRY **selected = local
2432 memset (selected, 0, MAX_HW * sizeof (CGEN_HW_ENTRY *));
2437 selected[init[i].type] = &init[i];
2438 cd->hw_table.entries = selected;
2458 /* MAX_OPERANDS is only an upper bound on the number of selected entries.
2461 const CGEN_OPERAND **selected = xmalloc (MAX_OPERANDS * sizeof (* selected)); local
2465 memset (selected, 0, MAX_OPERANDS * sizeof (CGEN_OPERAND *));
2470 selected[ini
[all...]
/freebsd-10.2-release/usr.sbin/bsdinstall/scripts/
H A Dauto151 test $MIRROR_BUTTON -eq 0 || error "No mirror selected"
H A Dzfsboot244 msg_geli_setup="Initializing encryption on selected disks,\n this will take several seconds per disk"
261 msg_no_disks_selected="No disks selected."
262 msg_not_enough_disks_selected="Not enough disks selected. (%u < %u minimum)"
293 msg_swap_invalid="The selected swap size (%s) is invalid. Enter a number optionally followed by units. Example: 2G"
297 msg_swap_size_help="Customize how much swap space is allocated to each selected disk"
298 msg_swap_toosmall="The selected swap size (%s) is to small. Please enter a value greater than 100MB or enter 0 for no swap"
299 msg_these_disks_are_too_small="These disks are too small given the amount of requested\nswap (%s) and/or geli(8) (%s) partitions, which would\ntake 50%% or more of each of the following selected disk\ndevices (not recommended):\n\n %s\n\nRecommend changing partition size(s) and/or selecting a\ndifferent set of devices."
534 # disks are selected to satisfy the chosen vdev type or user wants to
541 # Confirm the vdev type that was selected
594 f_dprintf "No disks selected
[all...]
/freebsd-10.2-release/contrib/wpa/wpa_supplicant/
H A Dwps_supplicant.c556 * formed before allowing other networks to be selected.
869 struct wpa_ssid *selected, const u8 *bssid)
899 ssid->disabled = ssid != selected;
1318 wpa_printf(MSG_DEBUG, " selected based on WPS IE "
1344 wpa_printf(MSG_DEBUG, " selected based on WPS IE");
1346 wpa_printf(MSG_DEBUG, " selected based on WPS IE "
1354 wpa_printf(MSG_DEBUG, " selected based on WPS IE");
1421 struct wpa_bss *selected, struct wpa_ssid *ssid)
1432 "present in scan results; selected BSSID " MACSTR,
1433 MAC2STR(selected
868 wpas_wps_reassoc(struct wpa_supplicant *wpa_s, struct wpa_ssid *selected, const u8 *bssid) argument
1420 wpas_wps_scan_pbc_overlap(struct wpa_supplicant *wpa_s, struct wpa_bss *selected, struct wpa_ssid *ssid) argument
[all...]
H A Dwpa_supplicant_i.h784 struct wpa_bss *selected,
/freebsd-10.2-release/sys/boot/i386/boot0/
H A Dboot0.S112 * When a partition is selected, or a timeout expires, the currently
113 * selected partition is used to load the next stage boot code,
318 * Whatever drive we selected, make it an ascii digit and save it
455 * selected partition, and leave the drive number unchanged.
458 addw $partbl,%ax # selected
475 * If going to next drive, replace drive with selected one.
483 * Load selected bootsector to the LOAD location in RAM. If read
492 pushw %si # Save ptr to selected part.
499 * putkey prints the option selected in %dl (F1..F5 or 1..5) followed by
H A Dboot0ext.S188 * Whatever drive we selected, make it an ascii digit and save it back
278 addw $partbl,%ax # selected
293 * If going to next drive, replace drive with selected one.
300 * load selected bootsector to the LOAD location in RAM.
/freebsd-10.2-release/contrib/gdb/gdb/
H A Dgdbarch.sh1060 selected, the corresponding INIT function is called.
1070 information obtained from INFO.ABFD or the previously selected
1076 values from the previously selected architecture for this
1081 doesn't recognize the selected architecture; an existing \`\`struct
1085 - that describes the selected architecture (see gdbarch_alloc()).
1166 The actual architecture selected is determined by INFO, \`\`(gdb) set
1168 architecture. INFO should be initialized to zero and then selected
1212 When a previously created architecture is re-selected, the
2202 "Previous architecture 0x%08lx (%s) selected\n",
2224 "New architecture 0x%08lx (%s) selected\
[all...]
/freebsd-10.2-release/usr.bin/vmstat/
H A Dvmstat.c841 if ((dev_select[i].selected)
842 && (dev_select[i].selected <= maxshowdevs))
1052 if ((dev_select[dn].selected == 0)
1053 || (dev_select[dn].selected > maxshowdevs))
/freebsd-10.2-release/crypto/heimdal/lib/hx509/
H A Dcrypto.c3039 AlgorithmIdentifier *selected)
3045 memset(selected, 0, sizeof(*selected));
3086 ret = copy_AlgorithmIdentifier(&peer->val[i], selected);
3099 ret = copy_AlgorithmIdentifier(cipher->ai_func(), selected);
3108 ret = copy_AlgorithmIdentifier(def, selected);
3035 hx509_crypto_select(const hx509_context context, int type, const hx509_private_key source, hx509_peer_info peer, AlgorithmIdentifier *selected) argument
H A Dhxtool.c1487 AlgorithmIdentifier selected; local
1505 ret = hx509_crypto_select(context, type, NULL, peer, &selected);
1509 der_print_heim_oid (&selected.algorithm, '.', &s);
1512 free_AlgorithmIdentifier(&selected);
/freebsd-10.2-release/contrib/gcc/
H A Dfunction.c627 struct temp_slot *p, *best_p = 0, *selected = NULL, **pp;
667 selected = p;
668 cut_slot_from_list (selected, &avail_temp_slots);
680 selected = best_p;
681 cut_slot_from_list (selected, &avail_temp_slots);
714 if (selected == 0)
761 selected = p;
764 p = selected;
621 struct temp_slot *p, *best_p = 0, *selected = NULL, **pp; local
H A Dtree-ssa-loop-ivopts.c159 struct iv_cand *selected; member in struct:iv_use
160 /* The selected candidate. */
5227 greedy heuristic -- we try to replace at most one candidate in the selected
5267 use->selected = iv_ca_cand_for_use (set, use)->cand;
5302 find_interesting_uses_op (data, cand->var_after)->selected = cand;
5675 /* Rewrite the uses using the selected induction variables. */
5687 cand = use->selected;
/freebsd-10.2-release/usr.bin/systat/
H A Dvmstat.c378 if (dev_select[i].selected) {
533 if (dev_select[i].selected) {
/freebsd-10.2-release/crypto/openssl/ssl/
H A Dt1_lib.c1598 unsigned char *selected; local
1612 ctx->next_proto_select_cb(s, &selected, &selected_len, data,
1624 memcpy(s->next_proto_negotiated, selected, selected_len);
/freebsd-10.2-release/contrib/dialog/
H A Dutil.c653 * first character if selected.
660 int selected)
677 (void) wattrset(win, selected ? attrs[3] : attrs[2]);
683 (void) wattrset(win, selected ? attrs[1] : attrs[0]);
697 (void) wattrset(win, selected ? attrs[1] : attrs[0]);
1725 * if the help button were selected. Now we want to exit with "HELP",
1826 * If the --tab-correct was not selected, convert tabs to single spaces.
656 dlg_print_listitem(WINDOW *win, const char *text, int climit, bool first, int selected) argument
/freebsd-10.2-release/lib/libradius/
H A Dradlib.c649 rad_continue_send_request(struct rad_handle *h, int selected, int *fd, argument
660 if (selected) {
/freebsd-10.2-release/gnu/usr.bin/rcs/
H A Drcstest440 total revisions: 13; selected revisions: 1
/freebsd-10.2-release/crypto/openssl/util/
H A Dpod2man.pl78 unless the file ends in F<.pm> in which case section 3 will be selected.
/freebsd-10.2-release/contrib/gcc/config/arm/
H A Darm.c895 /* Set up the flags based on the cpu/architecture selected by the user. */
7920 rtx selected = NULL;
7955 && (!selected || new_cost <= selected_cost))
7957 selected = tmp;
7970 && (!selected || new_cost <= selected_cost))
7972 selected = from;
7981 gcc_assert (selected);
7984 from = emit_jump_insn_after (gen_jump (label), selected);
7906 rtx selected = NULL; local

Completed in 329 milliseconds

123