Home
last modified time | relevance | path

Searched refs:RD_NTHANDLE (Results 1 – 9 of 9) sorted by relevance

/dports/net/rdesktop/rdesktop-1.9.0/
H A Dtypes.h214 typedef uint32 RD_NTHANDLE; typedef
220 char *filename, RD_NTHANDLE * handle);
221 RD_NTSTATUS(*close) (RD_NTHANDLE handle);
222 RD_NTSTATUS(*read) (RD_NTHANDLE handle, uint8 * data, uint32 length, uint64 offset,
224 RD_NTSTATUS(*write) (RD_NTHANDLE handle, uint8 * data, uint32 length, uint64 offset,
226 RD_NTSTATUS(*device_control) (RD_NTHANDLE handle, uint32 request, STREAM in, STREAM out);
234 RD_NTHANDLE handle;
H A Dparallel.c79 uint32 flags, char *filename, RD_NTHANDLE * handle) in parallel_create()
112 parallel_close(RD_NTHANDLE handle) in parallel_close()
122 parallel_read(RD_NTHANDLE handle, uint8 * data, uint32 length, uint64 offset, uint32 * result) in parallel_read()
130 parallel_write(RD_NTHANDLE handle, uint8 * data, uint32 length, uint64 offset, uint32 * result) in parallel_write()
170 parallel_device_control(RD_NTHANDLE handle, uint32 request, STREAM in, STREAM out) in parallel_device_control()
H A Dprinter.c24 get_printer_data(RD_NTHANDLE handle) in get_printer_data()
104 char *filename, RD_NTHANDLE * handle) in printer_create()
133 printer_close(RD_NTHANDLE handle) in printer_close()
147 printer_write(RD_NTHANDLE handle, uint8 * data, uint32 length, uint64 offset, uint32 * result) in printer_write()
H A Dproto.h76 RD_NTSTATUS disk_query_information(RD_NTHANDLE handle, uint32 info_class, STREAM out);
77 RD_NTSTATUS disk_set_information(RD_NTHANDLE handle, uint32 info_class, STREAM in, STREAM out);
78 RD_NTSTATUS disk_check_notify(RD_NTHANDLE handle);
79 RD_NTSTATUS disk_create_notify(RD_NTHANDLE handle, uint32 info_class);
80 RD_NTSTATUS disk_query_volume_information(RD_NTHANDLE handle, uint32 info_class, STREAM out);
81 RD_NTSTATUS disk_query_directory(RD_NTHANDLE handle, uint32 info_class, char *pattern, STREAM out);
177 int get_device_index(RD_NTHANDLE handle);
217 RD_BOOL serial_get_event(RD_NTHANDLE handle, uint32 * result);
218 RD_BOOL serial_get_timeout(RD_NTHANDLE handle, uint32 length, uint32 * timeout,
H A Ddisk.c158 static RD_NTSTATUS NotifyInfo(RD_NTHANDLE handle, uint32 info_class, NOTIFY * p);
351 uint32 flags_and_attributes, char *filename, RD_NTHANDLE * phandle) in disk_create()
533 disk_close(RD_NTHANDLE handle) in disk_close()
654 disk_query_information(RD_NTHANDLE handle, uint32 info_class, STREAM out) in disk_query_information()
742 disk_set_information(RD_NTHANDLE handle, uint32 info_class, STREAM in, STREAM out) in disk_set_information()
953 disk_check_notify(RD_NTHANDLE handle) in disk_check_notify()
985 disk_create_notify(RD_NTHANDLE handle, uint32 info_class) in disk_create_notify()
1011 NotifyInfo(RD_NTHANDLE handle, uint32 info_class, NOTIFY * p) in NotifyInfo()
1129 disk_query_volume_information(RD_NTHANDLE handle, uint32 info_class, STREAM out) in disk_query_volume_information()
1212 disk_query_directory(RD_NTHANDLE handle, uint32 info_class, char *pattern, STREAM out) in disk_query_directory()
[all …]
H A Dserial.c147 get_serial_info(RD_NTHANDLE handle) in get_serial_info()
160 get_termios(SERIAL_DEVICE * pser_inf, RD_NTHANDLE serial_fd) in get_termios()
312 set_termios(SERIAL_DEVICE * pser_inf, RD_NTHANDLE serial_fd) in set_termios()
553 uint32 flags_and_attributes, char *filename, RD_NTHANDLE * handle) in serial_create()
619 serial_close(RD_NTHANDLE handle) in serial_close()
631 serial_read(RD_NTHANDLE handle, uint8 * data, uint32 length, uint64 offset, uint32 * result) in serial_read()
687 serial_write(RD_NTHANDLE handle, uint8 * data, uint32 length, uint64 offset, uint32 * result) in serial_write()
705 serial_device_control(RD_NTHANDLE handle, uint32 request, STREAM in, STREAM out) in serial_device_control()
960 serial_get_event(RD_NTHANDLE handle, uint32 * result) in serial_get_event()
1060 serial_get_timeout(RD_NTHANDLE handle, uint32 length, uint32 * timeout, uint32 * itv_timeout) in serial_get_timeout()
H A Dscard.h160 RD_NTHANDLE handle;
H A Dscard.c102 uint32 flags_and_attributes, char *filename, RD_NTHANDLE * phandle) in scard_create()
116 scard_close(RD_NTHANDLE handle) in scard_close()
123 scard_read(RD_NTHANDLE handle, uint8 * data, uint32 length, uint64 offset, uint32 * result) in scard_read()
134 scard_write(RD_NTHANDLE handle, uint8 * data, uint32 length, uint64 offset, uint32 * result) in scard_write()
2281 scard_device_control(RD_NTHANDLE handle, uint32 request, STREAM in, STREAM out, uint32 srv_buf_len) in scard_device_control()
2517 SC_addToQueue(RD_NTHANDLE handle, uint32 request, STREAM in, STREAM out) in SC_addToQueue()
2713 thread_wrapper(RD_NTHANDLE handle, uint32 request, STREAM in, STREAM out) in thread_wrapper()
H A Drdpdr.c76 RD_NTHANDLE g_min_timeout_fd;
104 get_device_index(RD_NTHANDLE handle) in get_device_index()
128 rdpdr_handle_ok(uint32 device, RD_NTHANDLE handle) in rdpdr_handle_ok()