Home
last modified time | relevance | path

Searched defs:handle (Results 1 – 25 of 78) sorted by relevance

1234

/mirbsd/src/sys/arch/sparc/include/
Dbus.h89 bus_space_handle_t *handle) in bus_space_map()
99 bus_space_unmap(bus_space_tag_t tag, bus_space_handle_t handle, bus_size_t size) in bus_space_unmap()
112 bus_space_barrier(bus_space_tag_t tag, bus_space_handle_t handle, in bus_space_barrier()
119 bus_space_vaddr(bus_space_tag_t tag, bus_space_handle_t handle) in bus_space_vaddr()
131 bus_space_subregion(bus_space_tag_t tag, bus_space_handle_t handle, in bus_space_subregion()
144 #define bus_space_read_1(tag, handle, offset) \ argument
146 #define __bus_space_read_2(tag, handle, offset) \ argument
148 #define __bus_space_read_4(tag, handle, offset) \ argument
150 #define bus_space_read_2(tag, handle, offset) \ argument
154 #define bus_space_read_4(tag, handle, offset) \ argument
[all …]
/mirbsd/src/sys/dev/sdmmc/
Dsdmmcchip.h47 #define sdmmc_chip_host_reset(tag, handle) \ argument
50 #define sdmmc_chip_host_ocr(tag, handle) \ argument
52 #define sdmmc_chip_host_maxblklen(tag, handle) \ argument
55 #define sdmmc_chip_card_detect(tag, handle) \ argument
58 #define sdmmc_chip_bus_power(tag, handle, ocr) \ argument
60 #define sdmmc_chip_bus_clock(tag, handle, freq) \ argument
63 #define sdmmc_chip_exec_command(tag, handle, cmdp) \ argument
66 #define sdmmc_chip_card_intr_mask(tag, handle, enable) \ argument
68 #define sdmmc_chip_card_intr_ack(tag, handle) \ argument
/mirbsd/src/sys/dev/pcmcia/
Dpcmciachip.h99 #define pcmcia_chip_mem_alloc(tag, handle, size, pcmhp) \ argument
102 #define pcmcia_chip_mem_free(tag, handle, pcmhp) \ argument
105 #define pcmcia_chip_mem_map(tag, handle, kind, card_addr, size, pcmhp, \ argument
110 #define pcmcia_chip_mem_unmap(tag, handle, window) \ argument
114 #define pcmcia_chip_io_alloc(tag, handle, start, size, align, pcihp) \ argument
117 #define pcmcia_chip_io_free(tag, handle, pcihp) \ argument
120 #define pcmcia_chip_io_map(tag, handle, width, card_addr, size, pcihp, \ argument
125 #define pcmcia_chip_io_unmap(tag, handle, window) \ argument
129 #define pcmcia_chip_intr_establish(tag, handle, pf, ipl, fct, arg, xname) \ argument
132 #define pcmcia_chip_intr_disestablish(tag, handle, ih) \ argument
[all …]
/mirbsd/src/sys/dev/pci/
Dcmpci.c392 cmpci_intr(handle) in cmpci_intr() argument
440 cmpci_open(handle, flags) in cmpci_open() argument
452 cmpci_close(handle) in cmpci_close() argument
459 cmpci_query_encoding(handle, fp) in cmpci_query_encoding() argument
523 cmpci_set_params(handle, setmode, usemode, play, rec) in cmpci_set_params() argument
724 cmpci_round_blocksize(handle, block) in cmpci_round_blocksize() argument
732 cmpci_halt_output(handle) in cmpci_halt_output() argument
752 cmpci_halt_input(handle) in cmpci_halt_input() argument
772 cmpci_getdev(handle, retp) in cmpci_getdev() argument
783 cmpci_query_devinfo(handle, dip) in cmpci_query_devinfo() argument
[all …]
/mirbsd/src/lib/libcitrus_iconv/libc/iconv/
Diconv.c66 struct _citrus_iconv *handle; in _iconv_open() local
78 _iconv_close(iconv_t handle) in _iconv_close()
91 _iconv(iconv_t handle, const char **in, size_t *szin, char **out, size_t *szout) in _iconv()
113 __iconv(iconv_t handle, const char **in, size_t *szin, char **out, in __iconv()
/mirbsd/src/sys/dev/ic/
Dmk48txx.c90 todr_chip_handle_t handle; local
139 mk48txx_gettime(handle, tv) in mk48txx_gettime() argument
194 mk48txx_settime(handle, tv) in mk48txx_settime() argument
236 mk48txx_getcal(handle, vp) in mk48txx_getcal() argument
244 mk48txx_setcal(handle, v) in mk48txx_setcal() argument
252 mk48txx_get_nvram_size(handle, vp) in mk48txx_get_nvram_size() argument
/mirbsd/src/usr.bin/ssh/
Dsftp-server.c227 handle_to_string(int handle, char **stringp, int *hlenp) in handle_to_string()
238 handle_from_string(const char *handle, u_int hlen) in handle_from_string()
252 handle_to_name(int handle) in handle_to_name()
261 handle_to_dir(int handle) in handle_to_dir()
269 handle_to_fd(int handle) in handle_to_fd()
277 handle_update_read(int handle, ssize_t bytes) in handle_update_read()
284 handle_update_write(int handle, ssize_t bytes) in handle_update_write()
291 handle_bytes_read(int handle) in handle_bytes_read()
299 handle_bytes_write(int handle) in handle_bytes_write()
307 handle_close(int handle) in handle_close()
[all …]
Dsftp-client.c189 char *handle, errmsg[256]; in get_handle() local
390 do_close(struct sftp_conn *conn, char *handle, u_int handle_len) in do_close()
420 char *handle; in do_lsreaddir() local
640 do_fstat(struct sftp_conn *conn, char *handle, u_int handle_len, int quiet) in do_fstat()
670 do_fsetstat(struct sftp_conn *conn, char *handle, u_int handle_len, in do_fsetstat()
876 do_fstatvfs(struct sftp_conn *conn, const char *handle, u_int handle_len, in do_fstatvfs()
904 char *handle, u_int handle_len) in send_read_request()
925 char *handle; in do_download() local
1270 char *handle, *data; in do_upload() local
/mirbsd/src/lib/libc/dlfcn/
Ddlfcn_stubs.c65 dlclose(void *handle) in dlclose()
72 dlsym(void *handle, const char *name) in dlsym()
79 dlctl(void *handle, int command, void *data) in dlctl()
/mirbsd/src/lib/libcitrus_iconv/libc/citrus/
Dcitrus_module.c283 _citrus_find_getops(_citrus_module_t handle, const char *modname, in _citrus_find_getops()
305 void *handle; in _citrus_load_module() local
335 _citrus_unload_module(_citrus_module_t handle) in _citrus_unload_module()
345 _citrus_find_getops(_citrus_module_t handle, const char *modname, in _citrus_find_getops()
360 _citrus_unload_module(_citrus_module_t handle) in _citrus_unload_module()
Dcitrus_stdenc.c71 _citrus_module_t handle; in _citrus_stdenc_open() local
/mirbsd/src/gnu/usr.bin/perl/ext/DynaLoader/
Ddl_dyld.xs57 static int dlclose(void *handle) /* stub only */ in dlclose()
107 NSModule handle = NULL; in dlopen() local
124 dlsym(void *handle, char *symbol) in dlsym()
Ddl_next.xs63 int dlclose(handle) /* stub only */ in dlclose() argument
118 NSModule handle = NULL; in dlopen() local
134 dlsym(handle, symbol) in dlsym() argument
216 dlsym(handle, symbol) in dlsym() argument
Ddl_dlopen.xs164 void *handle; variable
/mirbsd/src/gnu/usr.bin/binutils/binutils/
Ddebug.c676 debug_set_filename (void *handle, const char *name) in debug_set_filename()
717 debug_start_source (void *handle, const char *name) in debug_start_source()
767 debug_record_function (void *handle, const char *name, in debug_record_function()
823 debug_record_parameter (void *handle, const char *name, debug_type type, in debug_record_parameter()
859 debug_end_function (void *handle, bfd_vma addr) in debug_end_function()
891 debug_start_block (void *handle, bfd_vma addr) in debug_start_block()
929 debug_end_block (void *handle, bfd_vma addr) in debug_end_block()
959 debug_record_line (void *handle, unsigned long lineno, bfd_vma addr) in debug_record_line()
1038 debug_record_int_const (void *handle, const char *name, bfd_vma val) in debug_record_int_const()
1059 debug_record_float_const (void *handle, const char *name, double val) in debug_record_float_const()
[all …]
/mirbsd/src/usr.sbin/httpd/src/os/unix/
Dos.c40 ap_os_dso_unload(void *handle) in ap_os_dso_unload()
47 *ap_os_dso_sym(void *handle, const char *symname) in ap_os_dso_sym()
/mirbsd/src/gnu/usr.bin/perl/os2/
Ddl_os2.c81 HMODULE handle; in dlopen() local
146 dlsym(void *handle, const char *symbol) in dlsym()
187 dlclose(void *handle) in dlclose()
/mirbsd/src/libexec/ld.so/
Ddlfcn.c137 dlsym(void *handle, const char *name) in dlsym()
198 dlctl(void *handle, int command, void *data) in dlctl()
243 dlclose(void *handle) in dlclose()
269 _dl_real_close(void *handle) in _dl_real_close()
/mirbsd/src/libexec/makewhatis/OpenBSD/Makewhatis/
DUnformated.pm95 sub handle subroutine
DFormated.pm67 sub handle subroutine
/mirbsd/src/usr.sbin/httpd/src/modules/standard/
Dmod_so.c196 static void unload_file(void *handle) in unload_file()
311 ap_os_dso_handle_t handle; in load_file() local
/mirbsd/src/gnu/usr.bin/perl/os2/OS2/REXX/DLL/
DDLL.pm119 sub handle { shift->{Handle} } subroutine
/mirbsd/src/usr.bin/top/
Dmachine.c65 struct handle { struct
66 struct kinfo_proc2 **next_proc; /* points to next valid proc pointer */
67 int remaining; /* number of pointers remaining */
300 static struct handle handle; local
/mirbsd/src/gnu/usr.bin/perl/lib/Term/
DReadLine.pm364 sub handle {$giveup = 1; $count_handle++} subroutine
/mirbsd/src/sys/dev/cardbus/
Dcardbus_map.c262 bus_space_handle_t handle; local
351 cardbus_mapreg_unmap(sc, func, reg, tag, handle, size) in cardbus_mapreg_unmap() argument

1234