Home
last modified time | relevance | path

Searched refs:serial (Results 1 – 25 of 88) sorted by relevance

1234

/reactos/drivers/serial/serial/
H A DCMakeLists.txt14 serial.c)
19 add_library(serial MODULE target
22 serial.rc)
24 set_module_type(serial kernelmodedriver)
25 add_importlibs(serial ntoskrnl hal)
26 add_pch(serial serial.h "${PCH_SKIP_SOURCE}")
27 add_cd_file(TARGET serial DESTINATION reactos/system32/drivers FOR all)
H A Dserial.rc3 #define REACTOS_STR_INTERNAL_NAME "serial"
4 #define REACTOS_STR_ORIGINAL_FILENAME "serial.sys"
/reactos/media/inf/
H A Dports.inf64 serial.sys
73 AddService = serial, 0x00000002, serial_Service_Inst
80 ServiceBinary = %12%\serial.sys
163 *PNP0500.DeviceDesc = "Porta serial"
164 *PNP0501.DeviceDesc = "Porta serial"
172 *PNP0500.DeviceDesc = "Port de comunicație serial"
173 *PNP0501.DeviceDesc = "Port de comunicație serial"
H A Dmsmouse.inf367 SERIAL_MOUSE.DeviceDesc = "Mouse serial padrão"
375 *PNP0F08.DeviceDesc = "Mouse serial Logitech"
379 *PNP0F01.DeviceDesc = "Mouse serial Microsoft"
388 SERIAL_MOUSE.DeviceDesc = "Mouse serial standard"
397 *PNP0F08.DeviceDesc = "Mouse serial Logitech"
401 *PNP0F01.DeviceDesc = "Mouse serial Microsoft"
/reactos/dll/3rdparty/mbedtls/
H A Dx509.c109 mbedtls_x509_buf *serial ) in mbedtls_x509_get_serial() argument
122 serial->tag = *(*p)++; in mbedtls_x509_get_serial()
124 if( ( ret = mbedtls_asn1_get_len( p, end, &serial->len ) ) != 0 ) in mbedtls_x509_get_serial()
127 serial->p = *p; in mbedtls_x509_get_serial()
128 *p += serial->len; in mbedtls_x509_get_serial()
833 int mbedtls_x509_serial_gets( char *buf, size_t size, const mbedtls_x509_buf *serial ) in mbedtls_x509_serial_gets() argument
842 nr = ( serial->len <= 32 ) in mbedtls_x509_serial_gets()
843 ? serial->len : 28; in mbedtls_x509_serial_gets()
847 if( i == 0 && nr > 1 && serial->p[i] == 0x0 ) in mbedtls_x509_serial_gets()
851 serial->p[i], ( i < nr - 1 ) ? ":" : "" ); in mbedtls_x509_serial_gets()
[all …]
H A Dx509write_crt.c87 mbedtls_mpi_init( &ctx->serial ); in mbedtls_x509write_crt_init()
93 mbedtls_mpi_free( &ctx->serial ); in mbedtls_x509write_crt_free()
139 const mbedtls_mpi *serial ) in mbedtls_x509write_crt_set_serial() argument
143 if( ( ret = mbedtls_mpi_copy( &ctx->serial, serial ) ) != 0 ) in mbedtls_x509write_crt_set_serial()
496 &ctx->serial ) ); in mbedtls_x509write_crt_der()
H A Dssl_cookie.c103 ctx->serial = 0; in mbedtls_ssl_cookie_init()
196 t = ctx->serial++; in mbedtls_ssl_cookie_write()
266 cur_time = ctx->serial; in mbedtls_ssl_cookie_check()
H A Dx509_crt.c940 ( ret = mbedtls_x509_get_serial( &p, end, &crt->serial ) ) != 0 || in x509_crt_parse_der_core()
1586 ret = mbedtls_x509_serial_gets( p, n, &crt->serial ); in mbedtls_x509_crt_info()
1814 while( cur != NULL && cur->serial.len != 0 ) in mbedtls_x509_crt_is_revoked()
1816 if( crt->serial.len == cur->serial.len && in mbedtls_x509_crt_is_revoked()
1817 memcmp( crt->serial.p, cur->serial.p, crt->serial.len ) == 0 ) in mbedtls_x509_crt_is_revoked()
/reactos/modules/rosapps/applications/net/tsclient/rdesktop/
H A Dseamless.c262 unsigned int serial; in seamless_process_line() local
264 serial = strtoul(tok3, &endptr, 0); in seamless_process_line()
268 ui_seamless_ack(This, serial); in seamless_process_line()
338 This->seamless.serial = 0; in seamless_init()
355 len = snprintf(buf, sizeof(buf) - 1, "%s,%u,", command, This->seamless.serial); in seamless_send()
382 return This->seamless.serial++; in seamless_send()
/reactos/sdk/include/reactos/libs/mbedtls/
H A Dx509_crt.h84 mbedtls_x509_buf serial; /**< Unique id for certificate issued by a specific CA. */ member
159 mbedtls_mpi serial; member
607 int mbedtls_x509write_crt_set_serial( mbedtls_x509write_cert *ctx, const mbedtls_mpi *serial );
H A Dx509.h267 int mbedtls_x509_serial_gets( char *buf, size_t size, const mbedtls_x509_buf *serial );
330 mbedtls_x509_buf *serial );
H A Dssl_cookie.h88 unsigned long serial; /*!< serial number for expiration */ member
H A Dx509_crl.h81 mbedtls_x509_buf serial; member
/reactos/base/applications/cmdutils/mode/lang/
H A Den-US.rc17 IDS_QUERY_SERIAL_FOUND "Found serial device - %s\n"
24 // IDS_SERIAL "serial"
52 IDS_PRINTER_OUTPUT_REROUTED_SERIAL " Printer output is being rerouted to serial port %s.\n"
H A Dro-RO.rc16 Configurarea portului serial:\n\
32 IDS_QUERY_SERIAL_FOUND "Depistat dispozitiv la portul serial - %s\n"
39 // IDS_SERIAL "serial"
/reactos/drivers/network/tcpip/lwip/doc/
H A Dppp.txt20 * PPP over serial using HDLC-like framing, such as wired dialup modems
40 Supported compression or miscellaneous protocols, for serial links only:
189 * PPPoS serial output callback
192 * data, buffer to write to serial port
206 * output_cb, PPPoS serial output callback
381 Received data on serial port should be sent to lwIP using the pppos_input()
390 your rx serial interrupt.
509 your own serial rx thread
526 * PPPoS does not use the SIO API anymore, as such it now requires a serial
/reactos/drivers/input/sermouse/
H A Dsermouse.txt4 Microsoft serial mouse
37 Logitech serial mouse
39 Logitech uses the Microsoft serial mouse protocol in their mouses (for
/reactos/drivers/serial/
H A DCMakeLists.txt3 add_subdirectory(serial)
/reactos/sdk/lib/fslib/vfatlib/check/
H A Dfsck.fat.h118 uint32_t serial; /* Serial number */ member
147 uint32_t serial; /* Serial number */ member
/reactos/modules/rostests/winetests/msi/
H A Dmsi.c7968 CHAR serial[MAX_PATH]; in test_MsiGetUserInfo() local
7991 ok(!lstrcmpA(serial, "banana"), "Expected serial to be unchanged, got \"%s\"\n", serial); in test_MsiGetUserInfo()
8003 ok(!lstrcmpA(serial, "banana"), "Expected serial to be unchanged, got \"%s\"\n", serial); in test_MsiGetUserInfo()
8015 ok(!lstrcmpA(serial, "banana"), "Expected serial to be unchanged, got \"%s\"\n", serial); in test_MsiGetUserInfo()
8028 ok(!lstrcmpA(serial, "banana"), "Expected serial to be unchanged, got \"%s\"\n", serial); in test_MsiGetUserInfo()
8041 ok(!lstrcmpA(serial, "banana"), "Expected serial to be unchanged, got \"%s\"\n", serial); in test_MsiGetUserInfo()
8052 ok(!lstrcmpA(serial, "banana"), "Expected serial to be unchanged, got \"%s\"\n", serial); in test_MsiGetUserInfo()
8259 ok(!lstrcmpA(serial, "ID"), "Expected \"ID\", got \"%s\"\n", serial); in test_MsiGetUserInfo()
8301 ok(!lstrcmpA(serial, "ID"), "Expected \"ID\", got \"%s\"\n", serial); in test_MsiGetUserInfo()
8419 ok(!lstrcmpA(serial, "ID"), "Expected \"ID\", got \"%s\"\n", serial); in test_MsiGetUserInfo()
[all …]
/reactos/drivers/
H A DCMakeLists.txt20 add_subdirectory(serial)
/reactos/dll/win32/msports/
H A DCMakeLists.txt9 serial.c
/reactos/base/applications/cmdutils/tree/lang/
H A Den-US.rc11 IDS_VOL_SERIAL "Volume serial number is %x:%x\n"
/reactos/drivers/network/tcpip/lwip/src/netif/
H A DFILES17 protocol. It requires a sio (serial I/O) module to work.
/reactos/modules/rosapps/applications/net/ncftp/ncftp/
H A Dspool.c78 SpoolName(const char *const sdir, char *sp, size_t size, int flag, int serial, time_t when) in SpoolName() argument
97 (serial % (16 * 16 * 16 * 16)), in SpoolName()

1234