/openbsd/gnu/usr.bin/binutils/gdb/osf-share/ |
H A D | cma_handle.h | 36 (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 D | Maketext.pm | 54 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 D | table_db.c | 124 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 D | parser.c | 101 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 D | amd_powerplay.c | 323 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 D | sdmmcchip.h | 56 ((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 D | pcmciachip.h | 100 ((*(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 D | kgd_pp_interface.h | 315 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 D | amd_shared.h | 290 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 D | Handle.pm | 202 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 D | PkgInfo.pm | 78 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 D | IO.xs | 150 fgetpos(handle) 153 if (handle) { 193 if (handle) { 311 if (handle) { 349 ferror(handle) 350 SV * handle 371 SV * handle 377 if (handle) { 421 if (handle) 438 if (handle) [all …]
|
/openbsd/sys/arch/luna88k/include/ |
H A D | bus.h | 205 *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 D | io.c | 108 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 D | DLL.pm | 19 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 D | tui-wingeneral.c | 53 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/usr.sbin/vmd/ |
H A D | psp.c | 99 gst.handle = handle; in psp_get_gstate() 121 psp_launch_start(uint32_t *handle) in psp_launch_start() argument 136 if (handle) in psp_launch_start() 137 *handle = ls.handle; in psp_launch_start() 152 lud.handle = handle; in psp_launch_update() 174 psp_launch_measure(uint32_t handle) in psp_launch_measure() argument 182 lm.handle = handle; in psp_launch_measure() 222 psp_launch_finish(uint32_t handle) in psp_launch_finish() argument 226 lf.handle = handle; in psp_launch_finish() 248 act.handle = handle; in psp_activate() [all …]
|
/openbsd/sys/arch/sparc64/dev/ |
H A D | prtc.c | 76 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 D | vrtc.c | 60 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 D | 020_headers.t | 21 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 D | 030_response.t | 24 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 D | si_ih.c | 159 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 D | tonga_ih.c | 286 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 D | cik_ih.c | 286 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 D | mk48txx.c | 77 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 …]
|