Home
last modified time | relevance | path

Searched refs:shadow (Results 1 – 25 of 39) sorted by relevance

12

/dragonfly/contrib/dialog/
H A Dutil.c162 p->shadow = child; in add_subwindow()
178 delwin(p->shadow); in del_subwindows()
1661 y += getbegy(shadow); in in_shadow()
1662 x += getbegx(shadow); in in_shadow()
2288 if (p->shadow != 0) { in dlg_del_window()
2289 touchwin(p->shadow); in dlg_del_window()
2290 wnoutrefresh(p->shadow); in dlg_del_window()
2339 p->shadow = parent; in dlg_new_modal_window()
2407 if (p->shadow != 0) { in dlg_move_window()
2411 p->shadow = 0; in dlg_move_window()
[all …]
H A DREADME25 Global options: [--shadow] [--no-shadow] [--separate-widget "<str>"]
H A Ddialog.h310 WINDOW *shadow; member
H A DCHANGES232 to handle --no-shadow, etc., which are initialized in init_dialog
456 + fix a special case in drawing shadow on a line-drawing cell where the
885 for simple shadow manipulation used here in 2011/06/30 (report
919 + improve repainting after erasing a widget and its shadow.
1202 visible in the shadow again.
1694 + correct position of shadow drawn for dialogs, which appeared to work
1777 dialog --no-shadow --print-maxsize
/dragonfly/sys/dev/drm/amd/amdgpu/
H A Damdgpu_object.c556 if (bo->shadow) in amdgpu_bo_create_shadow()
568 r = amdgpu_bo_do_create(adev, &bp, &bo->shadow); in amdgpu_bo_create_shadow()
570 bo->shadow->parent = amdgpu_bo_ref(bo); in amdgpu_bo_create_shadow()
645 struct amdgpu_bo *shadow = bo->shadow; in amdgpu_bo_backup_to_shadow() local
649 if (!shadow) in amdgpu_bo_backup_to_shadow()
653 shadow_addr = amdgpu_bo_gpu_offset(bo->shadow); in amdgpu_bo_backup_to_shadow()
727 struct amdgpu_bo *shadow = bo->shadow; in amdgpu_bo_restore_from_shadow() local
731 if (!shadow) in amdgpu_bo_restore_from_shadow()
735 shadow_addr = amdgpu_bo_gpu_offset(bo->shadow); in amdgpu_bo_restore_from_shadow()
H A Damdgpu_vm.c367 if (bo->shadow) in amdgpu_vm_validate_pt_bos()
389 if (bo->shadow) in amdgpu_vm_validate_pt_bos()
502 if (bo->shadow) in amdgpu_vm_clear_bo()
564 if (vm->root.base.bo->shadow) in amdgpu_vm_alloc_levels()
593 amdgpu_bo_unref(&pt->shadow); in amdgpu_vm_alloc_levels()
601 amdgpu_bo_unref(&pt->shadow); in amdgpu_vm_alloc_levels()
1063 if (bo->shadow) in amdgpu_vm_update_pde()
1292 if (parent->base.bo->shadow) in amdgpu_vm_handle_huge_pages()
1344 if (pt->shadow) in amdgpu_vm_update_ptes()
1493 if (vm->root.base.bo->shadow) in amdgpu_vm_bo_update_mapping()
[all …]
H A Damdgpu_object.h97 struct amdgpu_bo *shadow; member
H A Damdgpu_cs.c517 if (bo->shadow) in amdgpu_cs_validate()
518 r = amdgpu_cs_bo_validate(p, bo->shadow); in amdgpu_cs_validate()
H A Damdgpu_device.c3131 if (!bo->shadow) in amdgpu_device_recover_vram_from_shadow()
3140 r = amdgpu_bo_validate(bo->shadow); in amdgpu_device_recover_vram_from_shadow()
/dragonfly/sys/net/pf/
H A Dpf_table.c1528 shadow = pfr_create_ktable(tbl, 0, 0); in pfr_ina_define()
1529 if (shadow == NULL) { in pfr_ina_define()
1544 if (pfr_route_kentry(shadow, p)) { in pfr_ina_define()
1558 kt->pfrkt_shadow = shadow; in pfr_ina_define()
1560 pfr_clean_node_mask(shadow, &addrq); in pfr_ina_define()
1561 pfr_destroy_ktable(shadow, 0); in pfr_ina_define()
1571 pfr_destroy_ktable(shadow, 0); in pfr_ina_define()
1676 pfr_clean_node_mask(shadow, &addrq); in pfr_commit_ktable()
1700 shadow->pfrkt_ip4); in pfr_commit_ktable()
1702 shadow->pfrkt_ip6); in pfr_commit_ktable()
[all …]
/dragonfly/contrib/cvs-1.12/contrib/pam/
H A Dcvs.linux3 # the password in /etc/passwd or /etc/shadow.
/dragonfly/contrib/gcc-8.0/gcc/
H A Dasan.c2997 tree shadow, in asan_store_shadow_bytes() argument
3035 tree dest = build2 (MEM_REF, TREE_TYPE (shadow_ptr_type), shadow, in asan_store_shadow_bytes()
3087 tree shadow = build_shadow_mem_access (iter, loc, base_addr, in asan_expand_mark_ifn() local
3103 asan_store_shadow_bytes (iter, loc, shadow, offset, is_poison, in asan_expand_mark_ifn()
3236 tree shadow = build_shadow_mem_access (&gsi, loc, base_addr, in asan_expand_check_ifn() local
3238 t = shadow; in asan_expand_check_ifn()
3245 tree shadow = build_shadow_mem_access (&gsi, loc, base_addr, in asan_expand_check_ifn() local
3247 gimple *shadow_test = build_assign (NE_EXPR, shadow, 0); in asan_expand_check_ifn()
3292 tree shadow = build_shadow_mem_access (&gsi, loc, base_end_addr, in asan_expand_check_ifn() local
3294 gimple *shadow_test = build_assign (NE_EXPR, shadow, 0); in asan_expand_check_ifn()
[all …]
H A Dhsa-gen.c281 hsa_symbol *shadow = new hsa_symbol (BRIG_TYPE_U64, BRIG_SEGMENT_KERNARG, in get_shadow_reg() local
283 m_input_args.safe_push (shadow); in get_shadow_reg()
284 shadow->m_name = "hsa_runtime_shadow"; in get_shadow_reg()
287 hsa_op_address *addr = new hsa_op_address (shadow); in get_shadow_reg()
/dragonfly/sys/dev/netif/mxge/
H A Dif_mxge.c2085 mxge_submit_8rx(&rx->lanai[idx - 7], &rx->shadow[idx - 7]); in mxge_get_buf_small()
2138 mxge_submit_8rx(&rx->lanai[idx - 7], &rx->shadow[idx - 7]); in mxge_get_buf_big()
2932 if (ss->rx_data.rx_small.shadow != NULL) { in mxge_free_slice_rings()
2933 kfree(ss->rx_data.rx_small.shadow, M_DEVBUF); in mxge_free_slice_rings()
2934 ss->rx_data.rx_small.shadow = NULL; in mxge_free_slice_rings()
2937 if (ss->rx_data.rx_big.shadow != NULL) { in mxge_free_slice_rings()
2938 kfree(ss->rx_data.rx_big.shadow, M_DEVBUF); in mxge_free_slice_rings()
2939 ss->rx_data.rx_big.shadow = NULL; in mxge_free_slice_rings()
3015 bytes = rx_ring_entries * sizeof(*ss->rx_data.rx_big.shadow); in mxge_alloc_slice_rings()
3308 ss->rx_data.rx_big.shadow[i].addr_low = 0xffffffff; in mxge_slice_open()
[all …]
H A Dif_mxge_var.h60 mcp_kreq_ether_recv_t *shadow; /* host shadow of recv ring */ member
/dragonfly/usr.sbin/pw/
H A DREADME6 to those used by the Sun/shadow commands: useradd, usermod, userdel,
/dragonfly/contrib/bmake/mk/
H A Dwarnings.mk130 shadow \
/dragonfly/crypto/openssh/
H A DREADME.DELETED23 auth-shadow.c
/dragonfly/games/fortune/
H A DREADME4 systems. If you're absolutely, *positively*, without-a-shadow-of-a-doubt
/dragonfly/share/mk/
H A Dbsd.sys.mk100 -Wno-error=shadow
/dragonfly/games/quiz/datfiles/
H A Dlatin67 umbra:shade|shadow
H A Dbard146 The shadow['|e]d livery of the burnish['|e]d sun{.}:\
/dragonfly/contrib/gcc-4.7/gcc/doc/
H A Dcontrib.texi672 infrastructure, string, shadow C headers, and the initial project
674 MT-safe string and shadow headers.
998 Stephen M. Webb for time and effort on making libstdc++ shadow files
/dragonfly/contrib/gcc-8.0/gcc/fortran/
H A Dlang.opt336 Wintrinsic-shadow
/dragonfly/contrib/ncurses/include/
H A DCaps651 enter_shadow_mode sshm str ZM - - ----- Enter shadow-print mode
659 exit_shadow_mode rshm str ZU - - ----- End shadow-print mode

12