Home
last modified time | relevance | path

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

1234567

/minix/external/bsd/less/dist/
H A Dlglob.h49 #define GLOB_FIRST_FAILED(handle) ((handle) != 0) argument
50 #define GLOB_NEXT_NAME(handle,fndp) _dos_findnext(fndp) argument
51 #define GLOB_NAME_DONE(handle) argument
53 #define DECL_GLOB_NAME(fnd,drive,dir,fname,ext,handle) \ argument
64 #define GLOB_FIRST_FAILED(handle) ((handle) == -1) argument
66 #define GLOB_NAME_DONE(handle) _findclose(handle) argument
68 #define DECL_GLOB_NAME(fnd,drive,dir,fname,ext,handle) \ argument
80 #define GLOB_FIRST_FAILED(handle) ((handle) != 0) argument
81 #define GLOB_NEXT_NAME(handle,fndp) findnext(fndp) argument
82 #define GLOB_NAME_DONE(handle) argument
[all …]
/minix/external/bsd/bind/dist/contrib/idn/idnkit-1.0-src/lib/
H A Dnameprep.c106 idn_nameprep_t handle; in idn_nameprep_create() local
131 idn_nameprep_destroy(idn_nameprep_t handle) { in idn_nameprep_destroy()
140 idn_nameprep_map(idn_nameprep_t handle, const unsigned long *from, in idn_nameprep_map()
204 idn_nameprep_isprohibited(idn_nameprep_t handle, const unsigned long *str, in idn_nameprep_isprohibited()
215 idn_nameprep_isunassigned(idn_nameprep_t handle, const unsigned long *str, in idn_nameprep_isunassigned()
251 idn_nameprep_isvalidbidi(idn_nameprep_t handle, const unsigned long *str, in idn_nameprep_isvalidbidi()
333 idn_nameprep_destroyproc(void *handle) { in idn_nameprep_destroyproc()
338 idn_nameprep_mapproc(void *handle, const unsigned long *from, in idn_nameprep_mapproc()
344 idn_nameprep_prohibitproc(void *handle, const unsigned long *str, in idn_nameprep_prohibitproc()
350 idn_nameprep_unassignedproc(void *handle, const unsigned long *str, in idn_nameprep_unassignedproc()
[all …]
/minix/minix/lib/libhgfs/
H A Ddir.c8 int hgfs_opendir(const char *path, sffs_dir_t *handle) in hgfs_opendir()
29 int hgfs_readdir(sffs_dir_t handle, unsigned int index, char *buf, in hgfs_readdir()
63 int hgfs_closedir(sffs_dir_t handle) in hgfs_closedir()
H A Dfile.c15 sffs_file_t *handle /* place to store resulting handle */ in hgfs_open()
55 sffs_file_t handle, /* handle to open file */ in hgfs_read()
91 sffs_file_t handle, /* handle to open file */ in hgfs_write()
123 sffs_file_t handle /* handle to open file */ in hgfs_close()
/minix/minix/lib/libvboxfs/
H A Dfile.c24 vboxfs_open(const char *path, int flags, int mode, sffs_file_t *handle) in vboxfs_open()
46 read_write(vboxfs_handle_t handle, char *buf, size_t size, u64_t pos, in read_write()
71 vboxfs_read(sffs_file_t handle, char *buf, size_t size, u64_t pos) in vboxfs_read()
84 vboxfs_write(sffs_file_t handle, char *buf, size_t len, u64_t pos) in vboxfs_write()
97 vboxfs_close(sffs_file_t handle) in vboxfs_close()
H A Ddir.c70 read_dir(vboxfs_handle_t handle, sffs_dir_t *dirp) in read_dir()
146 vboxfs_opendir(const char *path, sffs_dir_t *handle) in vboxfs_opendir()
174 vboxfs_readdir(sffs_dir_t handle, unsigned int index, char *buf, size_t size, in vboxfs_readdir()
236 vboxfs_closedir(sffs_dir_t handle) in vboxfs_closedir()
/minix/external/bsd/libpcap/dist/
H A Dpcap-netfilter-linux.c92 netfilter_read_linux(pcap_t *handle, int max_packets, pcap_handler callback, u_char *user) in netfilter_read_linux()
220 netfilter_set_datalink(pcap_t *handle, int dlt) in netfilter_set_datalink()
227 netfilter_stats_linux(pcap_t *handle, struct pcap_stat *stats) in netfilter_stats_linux()
238 netfilter_inject_linux(pcap_t *handle, const void *buf, size_t size) in netfilter_inject_linux()
332 nflog_send_config_msg(const pcap_t *handle, u_int8_t family, u_int16_t group_id, const struct my_nf… in nflog_send_config_msg()
338 nflog_send_config_cmd(const pcap_t *handle, u_int16_t group_id, u_int8_t cmd, u_int8_t family) in nflog_send_config_cmd()
353 nflog_send_config_mode(const pcap_t *handle, u_int16_t group_id, u_int8_t copy_mode, u_int32_t copy… in nflog_send_config_mode()
369 nfqueue_send_verdict(const pcap_t *handle, u_int16_t group_id, u_int32_t id, u_int32_t verdict) in nfqueue_send_verdict()
391 nfqueue_send_config_cmd(const pcap_t *handle, u_int16_t group_id, u_int8_t cmd, u_int16_t pf) in nfqueue_send_config_cmd()
407 nfqueue_send_config_mode(const pcap_t *handle, u_int16_t group_id, u_int8_t copy_mode, u_int32_t co… in nfqueue_send_config_mode()
[all …]
H A Dpcap-dbus.c59 dbus_read(pcap_t *handle, int max_packets, pcap_handler callback, u_char *user) in dbus_read()
111 dbus_write(pcap_t *handle, const void *buf, size_t size) in dbus_write()
133 dbus_stats(pcap_t *handle, struct pcap_stat *stats) in dbus_stats()
144 dbus_cleanup(pcap_t *handle) in dbus_cleanup()
154 dbus_activate(pcap_t *handle) in dbus_activate()
H A Dpcap-linux.c445 pcap_t *handle; in pcap_create_interface() local
943 pcap_can_set_rfmon_linux(pcap_t *handle)
1260 pcap_activate_linux(pcap_t *handle)
3095 activate_new(pcap_t *handle)
3670 prepare_tpacket_socket(pcap_t *handle)
4157 destroy_ring(pcap_t *handle)
4198 pcap_t *handle = sp->pd; local
4413 pcap_t *handle,
5915 iface_get_offload(pcap_t *handle)
5994 activate_old(pcap_t *handle)
[all …]
H A Dpcap-can-linux.c149 can_activate(pcap_t* handle) in can_activate()
225 can_read_linux(pcap_t *handle, int max_packets, pcap_handler callback, u_char *user) in can_read_linux()
279 can_inject_linux(pcap_t *handle, const void *buf, size_t size) in can_inject_linux()
289 can_stats_linux(pcap_t *handle, struct pcap_stat *stats) in can_stats_linux()
H A Dpcap-bt-linux.c187 bt_activate(pcap_t* handle) in bt_activate()
304 bt_read_linux(pcap_t *handle, int max_packets, pcap_handler callback, u_char *user) in bt_read_linux()
373 bt_inject_linux(pcap_t *handle, const void *buf, size_t size) in bt_inject_linux()
382 bt_stats_linux(pcap_t *handle, struct pcap_stat *stats) in bt_stats_linux()
H A Dpcap-bt-monitor-linux.c72 bt_monitor_read(pcap_t *handle, int max_packets _U_, pcap_handler callback, u_char *user) in bt_monitor_read()
135 bt_monitor_inject(pcap_t *handle, const void *buf _U_, size_t size _U_) in bt_monitor_inject()
159 bt_monitor_activate(pcap_t* handle) in bt_monitor_activate()
/minix/sys/arch/i386/stand/lib/
H A Dbiospci.c58 pcifinddev(int vid, int did, pcihdl_t *handle) in pcifinddev()
73 pcicfgread(pcihdl_t *handle, int off, int *val) in pcicfgread()
86 pcicfgwrite(pcihdl_t *handle, int off, int val) in pcicfgwrite()
/minix/lib/libc/iconv/
H A Diconv.c62 struct _citrus_iconv *handle; in __weak_alias() local
74 iconv_close(iconv_t handle) in iconv_close()
87 iconv(iconv_t handle, const char **in, size_t *szin, char **out, size_t *szout) in iconv()
109 __iconv(iconv_t handle, const char **in, size_t *szin, char **out, in __iconv()
/minix/tests/libexec/ld.elf_so/
H A Dt_dlvsym.c45 void *handle; in ATF_TC_BODY() local
77 void *handle; in ATF_TC_BODY() local
110 void *handle; in ATF_TC_BODY() local
140 void *handle; in ATF_TC_BODY() local
170 void *handle; in ATF_TC_BODY() local
H A Dh_df_1_noopen.c38 void *handle; in main() local
/minix/tests/lib/libpthread/dlopen/
H A Dt_dlopen.c54 void *handle; in ATF_TC_BODY() local
78 void *handle; in ATF_TC_BODY() local
110 void *handle; in ATF_TC_BODY() local
142 void *handle; in ATF_TC_BODY() local
/minix/sys/arch/i386/stand/lib/test/
H A Dpci_user.c65 pcifinddev(int vid, int did, pcihdl_t *handle) in pcifinddev()
83 pcicfgread(pcihdl_t *handle, int off, int *val) in pcicfgread()
95 pcicfgwrite(pcihdl_t *handle, int off, int val) in pcicfgwrite()
/minix/lib/libc/citrus/
H A Dcitrus_module.c277 _citrus_find_getops(_citrus_module_t handle, const char *modname, in _citrus_find_getops()
299 void *handle; in _citrus_load_module() local
341 _citrus_unload_module(_citrus_module_t handle) in _citrus_unload_module()
351 _citrus_find_getops(_citrus_module_t handle, const char *modname, in _citrus_find_getops()
366 _citrus_unload_module(_citrus_module_t handle) in _citrus_unload_module()
/minix/lib/libc/nameser/
H A Dns_parse.c83 int ns_msg_getflag(ns_msg handle, int flag) { in ns_msg_getflag()
113 ns_initparse(const u_char *msg, int msglen, ns_msg *handle) { in ns_initparse()
149 ns_parserr(ns_msg *handle, ns_sect section, int rrnum, ns_rr *rr) { in ns_parserr()
212 ns_parserr2(ns_msg *handle, ns_sect section, int rrnum, ns_rr2 *rr) { in ns_parserr2()
/minix/sys/sys/
H A Dtimepps.h191 time_pps_create(int filedes, pps_handle_t *handle) in time_pps_create()
199 time_pps_destroy(pps_handle_t handle) in time_pps_destroy()
206 time_pps_setparams(pps_handle_t handle, const pps_params_t *ppsparams) in time_pps_setparams()
213 time_pps_getparams(pps_handle_t handle, pps_params_t *ppsparams) in time_pps_getparams()
220 time_pps_getcap(pps_handle_t handle, int *mode) in time_pps_getcap()
227 time_pps_fetch(pps_handle_t handle, const int tsformat, pps_info_t *ppsinfobuf, in time_pps_fetch()
235 time_pps_kcbind(pps_handle_t handle, const int kernel_consumer, const int edge, in time_pps_kcbind()
/minix/external/bsd/llvm/dist/clang/test/CodeGen/
H A D2002-01-24-HandleCallInsnSEGV.c5 void ap_os_dso_unload(void *handle) in ap_os_dso_unload()
/minix/minix/lib/liblwip/dist/src/apps/snmp/
H A Dsnmp_netconn.c81 snmp_sendto(void *handle, struct pbuf *p, const ip_addr_t *dst, u16_t port) in snmp_sendto()
94 snmp_get_local_ip_for_dst(void* handle, const ip_addr_t *dst, ip_addr_t *result) in snmp_get_local_ip_for_dst()
H A Dsnmp_raw.c56 snmp_sendto(void *handle, struct pbuf *p, const ip_addr_t *dst, u16_t port) in snmp_sendto()
62 snmp_get_local_ip_for_dst(void* handle, const ip_addr_t *dst, ip_addr_t *result) in snmp_get_local_ip_for_dst()
/minix/lib/libc/dlfcn/
H A Ddlfcn_elf.c110 dlsym(void *handle, const char *name) in dlsym()
118 dlvsym(void *handle, const char *name, const char *version) in dlvsym()
142 dlinfo(void *handle, int req, void *v) in dlinfo()

1234567