Searched defs:window (Results 176 - 200 of 222) sorted by relevance

123456789

/netbsd-current/sys/arch/hpcsh/dev/hd64465/
H A Dhd64465pcmcia.c553 int window = card_addr / ch->ch_memsize; local
582 hd64465pcmcia_chip_mem_unmap(pcmcia_chipset_handle_t pch, int window) argument
655 hd64465pcmcia_chip_io_unmap(pcmcia_chipset_handle_t pch, int window) argument
745 hd64465pcmcia_memory_window16_switch(int channel, enum memory_window_16 window) argument
[all...]
/netbsd-current/sys/arch/hpcsh/dev/hd64461/
H A Dhd64461pcmcia.c654 int window = card_addr / ch->ch_memsize; local
684 hd64461pcmcia_chip_mem_unmap(pcmcia_chipset_handle_t pch, int window) argument
769 hd64461pcmcia_chip_io_unmap(pcmcia_chipset_handle_t pch, int window) argument
1030 hd64461pcmcia_memory_window_16(enum controller_channel channel, enum memory_window_16 window) argument
1058 memory_window_32(enum controller_channel channel, enum memory_window_32 window) argument
[all...]
/netbsd-current/external/bsd/tmux/dist/
H A Doptions.c784 options_scope_from_name(struct args *args, int window, argument
855 options_scope_from_flags(struct args *args, int window, argument
[all...]
H A Dcontrol.c90 u_int window; member in struct:control_sub_window
[all...]
/netbsd-current/external/bsd/ekermit/dist/
H A Dkermit.h333 short window; /* maximum window slots */ member in struct:k_data
/netbsd-current/crypto/external/bsd/heimdal/dist/lib/roken/
H A Dsocket_wrapper.c696 unsigned short window; member in struct:swrap_packet::__anon194::__anon196::__anon197
/netbsd-current/external/mit/xorg/lib/libxcb/files/
H A Dxselinux.c803 xcb_selinux_get_window_context(xcb_connection_t *c, xcb_window_t window) argument
829 xcb_selinux_get_window_context_unchecked(xcb_connection_t *c, xcb_window_t window) argument
1498 xcb_selinux_get_property_context(xcb_connection_t *c, xcb_window_t window, xcb_atom_t property) argument
1526 xcb_selinux_get_property_context_unchecked(xcb_connection_t *c, xcb_window_t window, xcb_atom_t property) argument
1615 xcb_selinux_get_property_data_context(xcb_connection_t *c, xcb_window_t window, xcb_atom_t property) argument
1643 xcb_selinux_get_property_data_context_unchecked(xcb_connection_t *c, xcb_window_t window, xcb_atom_t property) argument
1737 xcb_selinux_list_properties(xcb_connection_t *c, xcb_window_t window) argument
1763 xcb_selinux_list_properties_unchecked(xcb_connection_t *c, xcb_window_t window) argument
[all...]
H A Dxv.h377 xcb_window_t window; member in struct:xcb_xv_query_adaptors_request_t
H A Dxfixes.h92 xcb_window_t window; member in struct:xcb_xfixes_change_save_set_request_t
117 xcb_window_t window; member in struct:xcb_xfixes_selection_notify_event_t
135 xcb_window_t window; member in struct:xcb_xfixes_select_selection_input_request_t
158 xcb_window_t window; member in struct:xcb_xfixes_cursor_notify_event_t
175 xcb_window_t window; member in struct:xcb_xfixes_select_cursor_input_request_t
284 xcb_window_t window; member in struct:xcb_xfixes_create_region_from_window_request_t
672 xcb_window_t window; member in struct:xcb_xfixes_hide_cursor_request_t
685 xcb_window_t window; member in struct:xcb_xfixes_show_cursor_request_t
717 xcb_window_t window; member in struct:xcb_xfixes_create_pointer_barrier_request_t
[all...]
H A Dxfixes.c88 xcb_xfixes_change_save_set_checked(xcb_connection_t *c, uint8_t mode, uint8_t target, uint8_t map, xcb_window_t window) argument
121 xcb_xfixes_change_save_set(xcb_connection_t *c, uint8_t mode, uint8_t target, uint8_t map, xcb_window_t window) argument
154 xcb_xfixes_select_selection_input_checked(xcb_connection_t *c, xcb_window_t window, xcb_atom_t selection, uint32_t event_mask) argument
184 xcb_xfixes_select_selection_input(xcb_connection_t *c, xcb_window_t window, xcb_atom_t selection, uint32_t event_mask) argument
214 xcb_xfixes_select_cursor_input_checked(xcb_connection_t *c, xcb_window_t window, uint32_t event_mask) argument
242 xcb_xfixes_select_cursor_input(xcb_connection_t *c, xcb_window_t window, uint32_t event_mask) argument
572 xcb_xfixes_create_region_from_window_checked(xcb_connection_t *c, xcb_xfixes_region_t region, xcb_window_t window, xcb_shape_kind_t kind) argument
603 xcb_xfixes_create_region_from_window(xcb_connection_t *c, xcb_xfixes_region_t region, xcb_window_t window, xcb_shape_kind_t kind) argument
2272 xcb_xfixes_hide_cursor_checked(xcb_connection_t *c, xcb_window_t window) argument
2298 xcb_xfixes_hide_cursor(xcb_connection_t *c, xcb_window_t window) argument
2324 xcb_xfixes_show_cursor_checked(xcb_connection_t *c, xcb_window_t window) argument
2350 xcb_xfixes_show_cursor(xcb_connection_t *c, xcb_window_t window) argument
2425 xcb_xfixes_create_pointer_barrier_checked(xcb_connection_t *c, xcb_xfixes_barrier_t barrier, xcb_window_t window, uint16_t x1, uint16_t y1, uint16_t x2, uint16_t y2, uint32_t directions, uint16_t num_devices, const uint16_t *devices) argument
2472 xcb_xfixes_create_pointer_barrier(xcb_connection_t *c, xcb_xfixes_barrier_t barrier, xcb_window_t window, uint16_t x1, uint16_t y1, uint16_t x2, uint16_t y2, uint32_t directions, uint16_t num_devices, const uint16_t *devices) argument
[all...]
/netbsd-current/crypto/external/bsd/netpgp/dist/src/netpgpverify/
H A Dzlib.c215 unsigned char FAR *window; /* allocated sliding window, if needed */ member in struct:inflate_state
1129 unsigned char FAR *window; /* allocated sliding window, if wsize != 0 */ local
[all...]
/netbsd-current/external/bsd/wpa/dist/wpa_supplicant/
H A Ddriver_i.h768 wpa_drv_set_replay_protect(struct wpa_supplicant *wpa_s, Boolean enabled, u32 window) argument
/netbsd-current/sys/dev/pci/
H A Dpccbb.c2724 pccbb_pcmcia_mem_unmap(pcmcia_chipset_handle_t pch, int window) argument
[all...]
/netbsd-current/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
H A Damdgpu_ttm.c2172 amdgpu_map_buffer(struct ttm_buffer_object *bo, struct ttm_mem_reg *mem, unsigned num_pages, uint64_t offset, unsigned window, struct amdgpu_ring *ring, uint64_t *addr) argument
/netbsd-current/sys/dev/marvell/
H A Dif_mvgbe.c638 int window, target, attr, rv, i; local
[all...]
H A Dmvxpsec.c310 int window; local
524 int window, target, attr, rv, i; local
1036 int window; local
[all...]
H A Dif_mvxpe.c796 int window, target, attr, rv, i; local
[all...]
H A Dgtidmac.c1492 int window, target, attr, rv, i, j; local
1558 int window, rv, i, j, p; local
[all...]
/netbsd-current/external/bsd/nsd/dist/
H A Dzonec.c1953 uint8_t window = index / 256; local
/netbsd-current/external/bsd/unbound/dist/sldns/
H A Dwire2str.c1587 unsigned i, bit, window, block_len; local
/netbsd-current/external/mpl/dhcp/bind/dist/lib/dns/
H A Drdata.c441 int window; local
506 unsigned int window, len; local
551 unsigned int window, lastwindow = 0; local
[all...]
/netbsd-current/external/mpl/bind/dist/lib/dns/
H A Drdata.c443 int window; local
508 unsigned int window, len; local
553 unsigned int window, lastwindow = 0; local
[all...]
/netbsd-current/external/gpl2/texinfo/dist/info/
H A Dsession.c80 WINDOW *window = (WINDOW *)NULL; local
326 get_info_window_of_window(WINDOW *window) argument
342 set_remembered_pagetop_and_point(WINDOW *window) argument
360 remember_window_and_node(WINDOW *window, NODE *node) argument
439 forget_window_and_nodes(WINDOW *window) argument
486 info_set_node_of_window(int remember, WINDOW *window, NODE *node) argument
513 set_window_pagetop(WINDOW *window, int desired_top) argument
576 info_show_point(WINDOW *window) argument
599 move_to_new_line(int old, int new, WINDOW *window) argument
851 forward_move_node_structure(WINDOW *window, int behaviour) argument
1002 backward_move_node_structure(WINDOW *window, int behaviour) argument
1133 _scroll_forward(WINDOW *window, int count, unsigned char key, int behaviour) argument
1173 _scroll_backward(WINDOW *window, int count, unsigned char key, int behaviour) argument
1572 info_delete_window_internal(WINDOW *window) argument
1713 info_select_reference(WINDOW *window, REFERENCE *entry) argument
1775 info_parse_and_select(char *line, WINDOW *window) argument
1793 info_handle_pointer(char *label, WINDOW *window) argument
2057 info_menu_or_ref_item(WINDOW *window, int count, unsigned char key, REFERENCE **(*builder) (NODE *node), int ask_p) argument
2723 info_intuit_options_node(WINDOW *window, NODE *initial_node, char *program) argument
2917 read_nodename_to_kill(WINDOW *window) argument
2957 kill_node(WINDOW *window, char *nodename) argument
3384 file_buffer_of_window(WINDOW *window) argument
3406 info_search_in_node(char *string, NODE *node, long int start, WINDOW *window, int dir, int case_sensitive) argument
3481 info_search_internal(char *string, WINDOW *window, int dir, int case_sensitive) argument
3644 info_search_1(WINDOW *window, int count, unsigned char key, int case_sensitive, int ask_for_string) argument
3795 push_isearch(WINDOW *window, int search_index, int direction, int failing) argument
3811 pop_isearch(WINDOW *window, int *search_index, int *direction, int *failing) argument
3892 incremental_search(WINDOW *window, int count, unsigned char ignore) argument
4233 info_move_to_xref(WINDOW *window, int count, unsigned char key, int dir) argument
[all...]
/netbsd-current/external/bsd/libarchive/dist/libarchive/
H A Darchive_read_support_format_cab.c413 ssize_t bytes_avail, offset, window; local
491 ssize_t bytes, window; local
[all...]
H A Darchive_read_support_format_lha.c352 ssize_t bytes_avail, offset, window; local
428 ssize_t bytes, window; local
[all...]

Completed in 444 milliseconds

123456789