/freebsd/contrib/wpa/wpa_supplicant/examples/ |
H A D | wps-nfc.py | 289 global no_wait 290 if no_wait: 372 global only_one, no_wait 389 return not no_wait 470 global no_wait 471 no_wait = args.no_wait 489 wps_write_config_tag(clf, id=args.id, wait_remove=not args.no_wait) 493 wps_write_er_config_tag(clf, args.uuid, wait_remove=not args.no_wait) 497 wps_write_password_tag(clf, wait_remove=not args.no_wait)
|
H A D | p2p-nfc.py | 252 global no_wait 253 if no_wait: 455 global only_one, no_wait 472 return not no_wait 576 global no_wait 577 no_wait = args.no_wait 617 wps_write_p2p_handover_sel(clf, wait_remove=not args.no_wait)
|
H A D | dpp-nfc.py | 518 global no_wait 519 if no_wait or only_one: 852 global only_one, no_wait 866 return not no_wait 1057 global no_wait 1058 no_wait = args.no_wait 1124 write_nfc_uri(clf, wait_remove=not args.no_wait) 1130 write_nfc_hs(clf, wait_remove=not args.no_wait)
|
/freebsd/contrib/wpa/hostapd/ |
H A D | wps-ap-nfc.py | 232 global only_one, no_wait 249 return not no_wait 292 global no_wait 293 no_wait = args.no_wait 311 wps_write_config_tag(clf, wait_remove=not args.no_wait) 315 wps_write_password_tag(clf, wait_remove=not args.no_wait)
|
/freebsd/sys/dev/drm2/ttm/ |
H A D | ttm_memory.c | 392 bool no_wait, bool interruptible) in ttm_mem_global_alloc_zone() argument 400 if (no_wait) in ttm_mem_global_alloc_zone() 411 bool no_wait, bool interruptible) in ttm_mem_global_alloc() argument 418 return ttm_mem_global_alloc_zone(glob, NULL, memory, no_wait, in ttm_mem_global_alloc() 426 bool no_wait, bool interruptible) in ttm_mem_global_alloc_page() argument 438 return ttm_mem_global_alloc_zone(glob, zone, PAGE_SIZE, no_wait, in ttm_mem_global_alloc_page()
|
H A D | ttm_memory.h | 139 bool no_wait, bool interruptible); 144 bool no_wait, bool interruptible);
|
H A D | ttm_bo_vm.c | 399 bool no_wait = false; 436 ret = ttm_bo_reserve(bo, true, no_wait, false, 0); 489 bool no_wait = false; 505 ret = ttm_bo_reserve(bo, true, no_wait, false, 0);
|
H A D | ttm_bo_api.h | 329 bool interruptible, bool no_wait); 430 ttm_bo_synccpu_write_grab(struct ttm_buffer_object *bo, bool no_wait);
|
H A D | ttm_bo.c | 202 bool no_wait, bool use_sequence, uint32_t sequence) in ttm_bo_reserve_nolru() argument 224 if (no_wait) in ttm_bo_reserve_nolru() 279 bool no_wait, bool use_sequence, uint32_t sequence) in ttm_bo_reserve() argument 286 ret = ttm_bo_reserve_nolru(bo, interruptible, no_wait, use_sequence, in ttm_bo_reserve() 1718 bool lazy, bool interruptible, bool no_wait) in ttm_bo_wait() argument 1740 if (no_wait) in ttm_bo_wait() 1771 int ttm_bo_synccpu_write_grab(struct ttm_buffer_object *bo, bool no_wait) in ttm_bo_synccpu_write_grab() argument 1780 ret = ttm_bo_reserve(bo, true, no_wait, false, 0); in ttm_bo_synccpu_write_grab() 1784 ret = ttm_bo_wait(bo, false, true, no_wait); in ttm_bo_synccpu_write_grab()
|
H A D | ttm_bo_driver.h | 822 bool no_wait, bool use_sequence, uint32_t sequence); 879 bool no_wait, bool use_sequence,
|