Searched refs:serial (Results 1 - 25 of 254) sorted by relevance

1234567891011

/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/
H A Dser-base.h1 /* Generic serial interface functions.
24 struct serial;
27 extern int generic_readchar (struct serial *scb, int timeout,
28 int (*do_readchar) (struct serial *scb,
30 extern int ser_base_flush_output (struct serial *scb);
31 extern int ser_base_flush_input (struct serial *scb);
32 extern int ser_base_send_break (struct serial *scb);
33 extern void ser_base_raw (struct serial *scb);
34 extern serial_ttystate ser_base_get_tty_state (struct serial *scb);
35 extern serial_ttystate ser_base_copy_tty_state (struct serial *sc
[all...]
H A Dser-tcp.h24 struct serial;
26 extern int net_open (struct serial *scb, const char *name);
27 extern void net_close (struct serial *scb);
28 extern int net_read_prim (struct serial *scb, size_t count);
29 extern int net_write_prim (struct serial *scb, const void *buf, size_t count);
30 extern int ser_tcp_send_break (struct serial *scb);
H A Dserial.h1 /* Remote serial support interface definitions for GDB, the GNU Debugger.
37 struct serial;
39 /* Try to open NAME. Returns a new `struct serial *' on success, NULL
45 extern struct serial *serial_open (const char *name);
47 /* Find an already opened serial stream using a file handle. */
49 extern struct serial *serial_for_fd (int fd);
51 /* Open a new serial stream using a file handle. */
53 extern struct serial *serial_fdopen (const int fd);
57 extern void serial_close (struct serial *scb);
65 /* Create a pipe with each end wrapped in a `struct serial' interfac
214 struct serial struct
[all...]
H A Dser-unix.h24 extern int ser_unix_read_prim (struct serial *scb, size_t count);
25 extern int ser_unix_write_prim (struct serial *scb, const void *buf,
H A Dsrec.h20 struct serial;
22 void load_srec (struct serial *desc, const char *file, bfd_vma load_offset,
H A Dserial.c1 /* Generic serial interface routines
24 #include "serial.h"
30 /* Is serial being debugged? */
34 /* Linked list of serial I/O handlers. */
38 /* This is the last serial stream opened. Used by connect command. */
40 static struct serial *last_serial_opened = NULL;
44 static struct serial *scb_base;
174 struct serial *
177 struct serial *scb;
211 scb = XMALLOC (struct serial);
[all...]
H A Dser-base.c1 /* Generic serial interface functions.
23 #include "serial.h"
38 /* Event handling for ASYNC serial code.
68 reschedule (struct serial *scb)
136 struct serial *scb = context;
174 struct serial *scb = context;
186 ser_base_wait_for (struct serial *scb, int timeout)
232 do_ser_base_readchar (struct serial *scb, int timeout)
313 generic_readchar (struct serial *scb, int timeout,
314 int (do_readchar) (struct serial *sc
[all...]
H A Dser-unix.c1 /* Serial interface for local (hardwired) serial ports on Un*x like systems
22 #include "serial.h"
80 static int hardwire_open (struct serial *scb, const char *name);
81 static void hardwire_raw (struct serial *scb);
82 static int wait_for (struct serial *scb, int timeout);
83 static int hardwire_readchar (struct serial *scb, int timeout);
84 static int do_hardwire_readchar (struct serial *scb, int timeout);
86 static int hardwire_setbaudrate (struct serial *scb, int rate);
87 static void hardwire_close (struct serial *scb);
88 static int get_tty_state (struct serial *sc
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.target/i386/
H A D20000614-2.c18 } serial; local
21 serial.val = 0;
25 serial.p [0] += buf [i + 0];
26 serial.p [1] += buf [i + 1];
27 serial.p [2] += buf [i + 2];
28 serial.p [3] += buf [i + 3];
30 if (serial.val)
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.target/i386/
H A D20000614-2.c18 } serial; local
21 serial.val = 0;
25 serial.p [0] += buf [i + 0];
26 serial.p [1] += buf [i + 1];
27 serial.p [2] += buf [i + 2];
28 serial.p [3] += buf [i + 3];
30 if (serial.val)
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/contrib/zkt/
H A Dzkt-soaserial.c7 ** A small utility to print out the (unixtime) soa serial
58 static int read_serial_fromfile (const char *fname, unsigned long *serial);
59 static void printserial (const char *fname, unsigned long serial);
105 ** <SPACEes or TABs> 1234567890; serial number
110 static int read_serial_fromfile (const char *fname, unsigned long *serial) argument
139 *serial = 0L; /* read in the current serial number */
140 if ( fscanf (fp, "%lu", serial) != 1 ) /* try to get serial no */
141 return -3; /* no serial numbe
151 printserial(const char *fname, unsigned long serial) argument
198 unsigned long serial; local
[all...]
H A Dsoaserial.c74 ** <SPACEes or TABs> 1234567890; serial number
77 ** The space from the first digit of the serial number to
80 ** So you have to left justify the serial number in a field
93 serial number increment.
113 error = inc_soa_serial (fp, use_unixtime); /* .. inc soa serial no ... */
169 ** return the serial number of the given time in the form
188 ** increment the soa serial number of the file 'fp'
195 ulong serial; local
206 serial = 0L; /* read in the current serial numbe
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/sim/mn10300/
H A Ddv-mn103ser.c30 mn103ser - mn103002 serial devices 0, 1 and 2.
35 Implements the mn103002 serial interfaces as described in the
41 reg = <serial-addr> <serial-size>
49 /* The serial devices' registers' address block */
111 { "serial-0-receive", SERIAL0_RECEIVE, 0, output_port, },
112 { "serial-1-receive", SERIAL1_RECEIVE, 0, output_port, },
113 { "serial-2-receive", SERIAL2_RECEIVE, 0, output_port, },
114 { "serial-0-transmit", SERIAL0_SEND, 0, output_port, },
115 { "serial
130 attach_mn103ser_regs(struct hw *me, struct mn103ser *serial) argument
162 struct mn103ser *serial; local
201 decode_addr(struct hw *me, struct mn103ser *serial, unsigned_word address) argument
238 struct mn103ser *serial = hw_data(me); local
286 read_control_reg(struct hw *me, struct mn103ser *serial, unsigned_word serial_reg, void *dest, unsigned nr_bytes) argument
306 read_intmode_reg(struct hw *me, struct mn103ser *serial, unsigned_word serial_reg, void *dest, unsigned nr_bytes) argument
325 read_txb(struct hw *me, struct mn103ser *serial, unsigned_word serial_reg, void *dest, unsigned nr_bytes) argument
344 read_rxb(struct hw *me, struct mn103ser *serial, unsigned_word serial_reg, void *dest, unsigned nr_bytes) argument
365 read_status_reg(struct hw *me, struct mn103ser *serial, unsigned_word serial_reg, void *dest, unsigned nr_bytes) argument
445 read_serial2_timer_reg(struct hw *me, struct mn103ser *serial, void *dest, unsigned nr_bytes) argument
468 struct mn103ser *serial = hw_data (me); local
534 write_control_reg(struct hw *me, struct mn103ser *serial, unsigned_word serial_reg, const void *source, unsigned nr_bytes) argument
563 write_intmode_reg(struct hw *me, struct mn103ser *serial, unsigned_word serial_reg, const void *source, unsigned nr_bytes) argument
594 write_txb(struct hw *me, struct mn103ser *serial, unsigned_word serial_reg, const void *source, unsigned nr_bytes) argument
629 write_serial2_timer_reg(struct hw *me, struct mn103ser *serial, const void *source, unsigned nr_bytes) argument
652 struct mn103ser *serial = hw_data (me); local
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.old-deja/g++.brendan/
H A Dsynth1.C21 XChar(char v, int serial);
25 int serial; member in class:XChar
32 // serial stays the same
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.old-deja/g++.brendan/
H A Dsynth1.C20 XChar(char v, int serial);
24 int serial; member in class:XChar
31 // serial stays the same
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/lib/dns/rdata/generic/
H A Dsoa_6.h31 isc_uint32_t serial; /*%< host order */ member in struct:dns_rdata_soa
/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/kernel/sys/
H A Dppsclock.h45 u_int serial; member in struct:ppsclockev
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/mmix/
H A Derr-ser-1.s5 % Make sure we correctly diagnose the serial-number operator.
9 Main TETRA &a<<8 { dg-error "serial number operator is not supported" "" }
10 TETRA 3+&a<<8 { dg-error "serial number operator is not supported" "" }
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.dg/gomp/
H A Dmacro-4.C19 #define parallel serial
25 #pragma omp parallel // { dg-warning "ignoring #pragma omp serial" }
27 omp_parallel // { dg-warning "ignoring #pragma omp serial" }
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/gomp/
H A Dmacro-4.c19 #define parallel serial
25 #pragma omp parallel /* { dg-warning "ignoring #pragma omp serial" } */
27 omp_parallel /* { dg-warning "ignoring #pragma omp serial" } */
/netbsd-6-1-5-RELEASE/sys/compat/ibcs2/
H A Dibcs2_utsname.h52 char serial[10]; member in struct:scoutsname
/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/servers/slapd/back-sql/rdbms_depend/pgsql/
H A Dtestdb_create.sql4 id serial not null primary key,
13 id serial not null primary key,
20 id serial not null primary key,
35 id serial not null primary key,
51 id serial not null primary key,
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/crypto/x509v3/
H A Dv3_akey.c94 if(akeyid->serial) {
95 tmp = hex_to_string(akeyid->serial->data,
96 akeyid->serial->length);
97 X509V3_add_value("serial", tmp, &extlist);
106 * issuer: use the issuers cert issuer and serial number. The default is
121 ASN1_INTEGER *serial = NULL; local
174 serial = M_ASN1_INTEGER_dup(X509_get_serialNumber(cert));
175 if(!isname || !serial)
198 akeyid->serial = serial;
[all...]
H A Dv3_akeya.c69 ASN1_IMP_OPT(AUTHORITY_KEYID, serial, ASN1_INTEGER, 2)
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/bin/tests/startperf/
H A Dmkzonefile.pl29 2011080201 ; serial

Completed in 153 milliseconds

1234567891011