Home
last modified time | relevance | path

Searched refs:only_one (Results 1 – 6 of 6) sorted by relevance

/netbsd/src/external/bsd/wpa/dist/wpa_supplicant/examples/
Dwps-nfc.py284 global only_one
285 if only_one:
324 global only_one
325 if only_one:
372 global only_one, no_wait
381 success = wps_tag_read(tag, not only_one)
382 if only_one and success:
467 global only_one
468 only_one = args.only_one
514 if only_one and srv and srv.success:
Dp2p-nfc.py246 global only_one
247 if only_one:
423 global only_one
424 if only_one:
455 global only_one, no_wait
465 if only_one and success:
573 global only_one
574 only_one = args.only_one
643 if only_one and srv and srv.success:
Ddpp-nfc.py512 global only_one
513 if only_one:
519 if no_wait or only_one:
801 global only_one, operation_success
803 if only_one:
852 global only_one, no_wait
859 if only_one and success:
967 global only_one
968 if only_one:
1054 global only_one
[all …]
/netbsd/src/external/bsd/wpa/dist/hostapd/
Dwps-ap-nfc.py197 global only_one
198 if only_one:
232 global only_one, no_wait
242 if only_one and success:
289 global only_one
290 only_one = args.only_one
331 if only_one and srv and srv.success:
/netbsd/src/external/gpl3/gcc/dist/gcc/
Dauto-profile.cc1335 edge only_one; in afdo_propagate_circuit() local
1352 only_one = ep; in afdo_propagate_circuit()
1360 if (total == 1 && ! AFDO_EINFO (only_one)->is_annotated ()) in afdo_propagate_circuit()
1362 AFDO_EINFO (only_one)->set_count (AFDO_EINFO (e)->get_count ()); in afdo_propagate_circuit()
1363 AFDO_EINFO (only_one)->set_annotated (); in afdo_propagate_circuit()
/netbsd/src/external/gpl2/lvm2/dist/lib/config/
Dconfig.c456 static int _write_config(const struct config_node *n, int only_one, in _write_config() argument
504 } while (n && !only_one); in _write_config()