Home
last modified time | relevance | path

Searched refs:handle (Results 1 – 25 of 1479) sorted by relevance

12345678910>>...60

/openbsd/gnu/usr.bin/binutils/gdb/osf-share/
H A Dcma_handle.h36 (cma_t_handle *)(handle), \
41 (cma_t_handle *)(handle), \
46 (cma_t_handle *)(handle), \
51 (cma_t_handle *)(handle), \
56 (cma_t_handle *)(handle), \
61 (cma_t_handle *)(handle), \
66 (cma_t_handle *)(handle), \
71 (cma_t_handle *)(handle), \
76 (cma_t_handle *)(handle), \
81 (cma_t_handle *)(handle), \
[all …]
/openbsd/gnu/usr.bin/perl/dist/Locale-Maketext/lib/Locale/
H A DMaketext.pm54 return( $handle->numf($num) . ' ' . $handle->numerate($num, @forms) );
90 $num =~ tr<.,><,.> if ref($handle) and $handle->{'numf_comma'};
193 $handle->{'allowlist'} = {} unless defined $handle->{'allowlist'};
219 my $handle = shift;
256 $handle->blacklist;
257 $handle->denylist;
258 $handle->init;
259 return $handle;
289 @{ $isa_scan{ref($handle) || $handle} || $handle->_lex_refs }
325 if(ref($handle) and $handle->{'fail'}) {
[all …]
/openbsd/usr.sbin/smtpd/
H A Dtable_db.c124 handle = xcalloc(1, sizeof *handle); in table_db_open2()
137 return handle; in table_db_open2()
141 handle->db->close(handle->db); in table_db_open2()
142 free(handle); in table_db_open2()
150 handle->db->close(handle->db); in table_db_close2()
151 free(handle); in table_db_close2()
204 r = handle->db->seq(handle->db, &dbk, &dbd, R_FIRST); in table_db_fetch()
206 r = handle->db->seq(handle->db, &dbk, &dbd, R_NEXT); in table_db_fetch()
209 r = handle->db->seq(handle->db, &dbk, &dbd, R_FIRST); in table_db_fetch()
233 r = handle->db->seq(handle->db, &dbk, &dbd, R_NEXT)) { in table_db_get_entry_match()
[all …]
/openbsd/sys/dev/pci/drm/apple/
H A Dparser.c101 ret |= skip(handle); in skip()
126 ret = skip(handle); in skip_pair()
130 return skip(handle); in skip_pair()
236 .handle = handle, in iterator_begin()
294 skip(it.handle); in parse_dimension()
380 skip(it.handle); in parse_color_modes()
445 skip(it.handle); in parse_mode()
459 skip(it.handle); in parse_mode()
619 skip(it.handle); in parse_display_attributes()
672 skip(it.handle); in parse_epic_service_init()
[all …]
/openbsd/sys/dev/pci/drm/amd/pm/powerplay/
H A Damd_powerplay.c323 struct pp_hwmgr *hwmgr = handle; in pp_dpm_load_fw()
343 struct pp_hwmgr *hwmgr = handle; in pp_set_clockgating_by_smu()
383 struct pp_hwmgr *hwmgr = handle; in pp_dpm_force_performance_level()
399 void *handle) in pp_dpm_get_performance_level() argument
401 struct pp_hwmgr *hwmgr = handle; in pp_dpm_get_performance_level()
411 struct pp_hwmgr *hwmgr = handle; in pp_dpm_get_sclk()
425 struct pp_hwmgr *hwmgr = handle; in pp_dpm_get_mclk()
439 struct pp_hwmgr *hwmgr = handle; in pp_dpm_powergate_vce()
453 struct pp_hwmgr *hwmgr = handle; in pp_dpm_powergate_uvd()
468 struct pp_hwmgr *hwmgr = handle; in pp_dpm_dispatch_tasks()
[all …]
/openbsd/sys/dev/sdmmc/
H A Dsdmmcchip.h56 ((tag)->host_reset((handle)))
58 #define sdmmc_chip_host_ocr(tag, handle) \ argument
59 ((tag)->host_ocr((handle)))
61 ((tag)->host_maxblklen((handle)))
64 ((tag)->card_detect((handle)))
67 ((tag)->bus_power((handle), (ocr)))
71 ((tag)->bus_width((handle), (width)))
74 ((tag)->exec_command((handle), (cmdp)))
77 ((tag)->card_intr_mask((handle), (enable)))
79 ((tag)->card_intr_ack((handle)))
[all …]
/openbsd/sys/dev/pcmcia/
H A Dpcmciachip.h100 ((*(tag)->mem_alloc)((handle), (size), (pcmhp)))
102 #define pcmcia_chip_mem_free(tag, handle, pcmhp) \ argument
103 ((*(tag)->mem_free)((handle), (pcmhp)))
111 ((*(tag)->mem_unmap)((handle), (window)))
118 ((*(tag)->io_free)((handle), (pcihp)))
126 ((*(tag)->io_unmap)((handle), (window)))
133 ((*(tag)->intr_disestablish)((handle), (ih)))
136 ((*(tag)->intr_string)((handle), (ih)))
139 #define pcmcia_chip_socket_enable(tag, handle) \ argument
140 ((*(tag)->socket_enable)((handle)))
[all …]
/openbsd/sys/dev/pci/drm/amd/include/
H A Dkgd_pp_interface.h315 int (*set_power_state)(void *handle);
319 bool (*vblank_too_short)(void *handle);
321 int (*check_state_equal)(void *handle,
334 int (*get_sclk_od)(void *handle);
336 int (*get_mclk_od)(void *handle);
354 int (*load_firmware)(void *handle);
372 u32 (*get_sclk)(void *handle, bool low);
373 u32 (*get_mclk)(void *handle, bool low);
378 int (*get_current_clocks)(void *handle,
380 int (*get_clock_by_type)(void *handle,
[all …]
H A Damd_shared.h290 int (*early_init)(void *handle);
291 int (*late_init)(void *handle);
292 int (*sw_init)(void *handle);
293 int (*sw_fini)(void *handle);
294 int (*early_fini)(void *handle);
295 int (*hw_init)(void *handle);
296 int (*hw_fini)(void *handle);
297 void (*late_fini)(void *handle);
299 int (*suspend)(void *handle);
300 int (*resume)(void *handle);
[all …]
/openbsd/usr.sbin/pkg_add/OpenBSD/
H A DHandle.pm202 my $handle = $class->new;
203 $handle->{name} = $pkg;
204 $handle->{tweaked} = 0;
205 return $handle;
210 my $handle = $class->new;
212 $handle->{tweaked} = 0;
213 return $handle;
219 my $pkg = $handle->pkgname;
255 $handle->{plist} = $plist;
260 my $name = $handle->{name};
[all …]
H A DPkgInfo.pm78 sub header($state, $handle)
81 my $url = $handle->url;
87 sub footer($state, $handle)
355 unless (defined $handle) {
386 $state->header($handle);
391 $state->header($handle);
396 $state->header($handle);
401 $state->header($handle);
406 $state->header($handle);
423 $state->header($handle);
[all …]
/openbsd/gnu/usr.bin/perl/dist/IO/
H A DIO.xs157 fgetpos(handle)
160 if (handle) {
200 if (handle) {
318 if (handle) {
356 ferror(handle)
357 SV * handle
378 SV * handle
384 if (handle) {
428 if (handle)
445 if (handle)
[all …]
/openbsd/sys/arch/luna88k/include/
H A Dbus.h205 *dest++ = bus_space_read_1(tag, handle, offset); in bus_space_read_multi_1()
213 *dest++ = bus_space_read_2(tag, handle, offset); in bus_space_read_multi_2()
221 *dest++ = bus_space_read_4(tag, handle, offset); in bus_space_read_multi_4()
235 __bus_space_read_2(tag, handle, offset); in bus_space_read_raw_multi_2()
247 __bus_space_read_4(tag, handle, offset); in bus_space_read_raw_multi_4()
275 *dest++ = bus_space_read_2(tag, handle, offset); in bus_space_read_region_2()
440 bus_space_write_1(tag, handle, offset, value); in bus_space_set_multi_1()
448 bus_space_write_2(tag, handle, offset, value); in bus_space_set_multi_2()
456 bus_space_write_4(tag, handle, offset, value); in bus_space_set_multi_4()
486 bus_space_write_2(tag, handle, offset, value); in bus_space_set_region_2()
[all …]
/openbsd/lib/libarch/alpha/
H A Dio.c108 ops->unmap_memory(handle, size); in unmap_memory()
112 readb(void *handle, u_int32_t offset) in readb() argument
114 return ops->readb(handle, offset); in readb()
120 return ops->readw(handle, offset); in readw()
126 return ops->readl(handle, offset); in readl()
132 ops->writeb(handle, offset, val); in writeb()
139 ops->writew(handle, offset, val); in writew()
146 ops->writel(handle, offset, val); in writel()
153 ops->writeb(handle, offset, val); in writeb_nb()
159 ops->writew(handle, offset, val); in writew_nb()
[all …]
/openbsd/gnu/usr.bin/perl/os2/OS2/OS2-REXX/DLL/
H A DDLL.pm19 my $handle;
22 last if $handle;
24 $handle = DynaLoader::dl_load_file($file) unless $handle;
25 return undef unless $handle;
36 my $handle;
38 $handle = $load_with_dirs->($class, $file, @_)
39 and return $handle;
93 my $handle = $self->{Handle};
120 sub handle { shift->{Handle} } subroutine
125 my $handle = shift->handle;
[all …]
/openbsd/gnu/usr.bin/binutils/gdb/tui/
H A Dtui-wingeneral.c53 wrefresh (data_item_win_ptr->handle); in tui_refresh_win()
63 wrefresh (win_info->handle); in tui_refresh_win()
85 if (win_info && win_info->handle) in box_win()
90 win = win_info->handle; in box_win()
155 WINDOW *handle; in tui_make_window() local
157 handle = newwin (win_info->height, in tui_make_window()
161 win_info->handle = handle; in tui_make_window()
162 if (handle != (WINDOW *) NULL) in tui_make_window()
167 scrollok (handle, TRUE); in tui_make_window()
196 tui_delete_win (win_info->handle); in make_visible()
[all …]
/openbsd/sys/arch/sparc64/dev/
H A Dprtc.c76 todr_chip_handle_t handle = &sc->sc_todr_chip; in prtc_attach() local
88 handle->cookie = sc; in prtc_attach()
90 handle->todr_gettime = prtc_opl_gettime; in prtc_attach()
91 handle->todr_settime = prtc_opl_settime; in prtc_attach()
93 handle->todr_gettime = prtc_gettime; in prtc_attach()
94 handle->todr_settime = prtc_settime; in prtc_attach()
97 handle->bus_cookie = NULL; in prtc_attach()
98 handle->todr_setwen = NULL; in prtc_attach()
99 handle->todr_quality = 0; in prtc_attach()
100 todr_handle = handle; in prtc_attach()
[all …]
H A Dvrtc.c60 todr_chip_handle_t handle; in vrtc_attach() local
65 if (handle == NULL) in vrtc_attach()
68 handle->cookie = self; in vrtc_attach()
69 handle->todr_gettime = vrtc_gettime; in vrtc_attach()
70 handle->todr_settime = vrtc_settime; in vrtc_attach()
71 handle->bus_cookie = NULL; in vrtc_attach()
72 handle->todr_setwen = NULL; in vrtc_attach()
73 handle->todr_quality = 0; in vrtc_attach()
74 todr_handle = handle; in vrtc_attach()
78 vrtc_gettime(todr_chip_handle_t handle, struct timeval *tv) in vrtc_gettime() argument
[all …]
/openbsd/gnu/usr.bin/perl/cpan/HTTP-Tiny/t/
H A D020_headers.t21 my $handle = HTTP::Tiny::Handle->new(fh => $fh);
22 my $got = $handle->read_header_lines;
30 my $handle = HTTP::Tiny::Handle->new(fh => $fh);
31 my $got = $handle->read_header_lines;
39 my $handle = HTTP::Tiny::Handle->new(fh => $fh);
40 my $got = $handle->read_header_lines;
46 my $handle = HTTP::Tiny::Handle->new(fh => $fh);
48 $handle->write_header_lines($headers);
50 is_deeply($handle->read_header_lines, $headers, "roundtrip header lines");
55 my $handle = HTTP::Tiny::Handle->new(fh => $fh);
[all …]
H A D030_response.t24 my $handle = HTTP::Tiny::Handle->new(fh => $fh);
26 is_deeply(_header($handle->read_response_header), $exp, "->read_response_header CRLF");
32 my $handle = HTTP::Tiny::Handle->new(fh => $fh);
34 is_deeply(_header($handle->read_response_header), $exp, "->read_response_header LF");
41 my $handle = HTTP::Tiny::Handle->new(fh => $fh);
42 my $res = eval{ $handle->read_response_header };
50 my $handle = HTTP::Tiny::Handle->new(fh => $fh);
51 my $res = eval{ $handle->read_response_header };
60 my $handle = HTTP::Tiny::Handle->new(fh => $fh);
62 …is_deeply(_header($handle->read_response_header), $exp, "->read_response_header empty phrase prece…
[all …]
/openbsd/sys/dev/pci/drm/amd/amdgpu/
H A Dsi_ih.c159 static int si_ih_early_init(void *handle) in si_ih_early_init() argument
168 static int si_ih_sw_init(void *handle) in si_ih_sw_init() argument
180 static int si_ih_sw_fini(void *handle) in si_ih_sw_fini() argument
189 static int si_ih_hw_init(void *handle) in si_ih_hw_init() argument
196 static int si_ih_hw_fini(void *handle) in si_ih_hw_fini() argument
205 static int si_ih_suspend(void *handle) in si_ih_suspend() argument
212 static int si_ih_resume(void *handle) in si_ih_resume() argument
219 static bool si_ih_is_idle(void *handle) in si_ih_is_idle() argument
230 static int si_ih_wait_for_idle(void *handle) in si_ih_wait_for_idle() argument
236 if (si_ih_is_idle(handle)) in si_ih_wait_for_idle()
[all …]
H A Dtonga_ih.c286 static int tonga_ih_early_init(void *handle) in tonga_ih_early_init() argument
300 static int tonga_ih_sw_init(void *handle) in tonga_ih_sw_init() argument
317 static int tonga_ih_sw_fini(void *handle) in tonga_ih_sw_fini() argument
327 static int tonga_ih_hw_init(void *handle) in tonga_ih_hw_init() argument
339 static int tonga_ih_hw_fini(void *handle) in tonga_ih_hw_fini() argument
348 static int tonga_ih_suspend(void *handle) in tonga_ih_suspend() argument
355 static int tonga_ih_resume(void *handle) in tonga_ih_resume() argument
362 static bool tonga_ih_is_idle(void *handle) in tonga_ih_is_idle() argument
373 static int tonga_ih_wait_for_idle(void *handle) in tonga_ih_wait_for_idle() argument
408 static int tonga_ih_pre_soft_reset(void *handle) in tonga_ih_pre_soft_reset() argument
[all …]
H A Dcik_ih.c286 static int cik_ih_early_init(void *handle) in cik_ih_early_init() argument
300 static int cik_ih_sw_init(void *handle) in cik_ih_sw_init() argument
314 static int cik_ih_sw_fini(void *handle) in cik_ih_sw_fini() argument
324 static int cik_ih_hw_init(void *handle) in cik_ih_hw_init() argument
331 static int cik_ih_hw_fini(void *handle) in cik_ih_hw_fini() argument
340 static int cik_ih_suspend(void *handle) in cik_ih_suspend() argument
347 static int cik_ih_resume(void *handle) in cik_ih_resume() argument
354 static bool cik_ih_is_idle(void *handle) in cik_ih_is_idle() argument
365 static int cik_ih_wait_for_idle(void *handle) in cik_ih_wait_for_idle() argument
381 static int cik_ih_soft_reset(void *handle) in cik_ih_soft_reset() argument
[all …]
/openbsd/sys/dev/ic/
H A Dmk48txx.c77 todr_chip_handle_t handle; in mk48txx_attach() local
100 if (handle == NULL) { in mk48txx_attach()
106 handle->cookie = mk; in mk48txx_attach()
109 handle->todr_setwen = NULL; in mk48txx_attach()
110 handle->todr_quality = 0; in mk48txx_attach()
117 return (handle); in mk48txx_attach()
127 struct mk48txx *mk = handle->cookie; in mk48txx_gettime()
135 todr_wenable(handle, 1); in mk48txx_gettime()
161 todr_wenable(handle, 0); in mk48txx_gettime()
195 todr_wenable(handle, 1); in mk48txx_settime()
[all …]
/openbsd/sys/dev/fdt/
H A Dplrtc.c63 plrtc_gettime(todr_chip_handle_t handle, struct timeval *tv) in plrtc_gettime() argument
65 struct plrtc_softc *sc = handle->cookie; in plrtc_gettime()
79 struct plrtc_softc *sc = handle->cookie; in plrtc_settime()
99 todr_chip_handle_t handle; in plrtc_attach() local
113 handle = malloc(sizeof(struct todr_chip_handle), M_DEVBUF, in plrtc_attach()
115 if (handle == NULL) in plrtc_attach()
118 handle->cookie = sc; in plrtc_attach()
119 handle->todr_gettime = plrtc_gettime; in plrtc_attach()
120 handle->todr_settime = plrtc_settime; in plrtc_attach()
121 handle->todr_quality = 0; in plrtc_attach()
[all …]

12345678910>>...60