/minix3/minix/drivers/tty/tty/arch/earm/ |
H A D | rs232.c | 50 #define istart(rs) \ argument 53 #define istop(rs) \ argument 60 #define devready(rs) ((serial_in(rs, OMAP3_MSR) | rs->cts) & UART_MSR_CTS) argument 63 #define txready(rs) (serial_in(rs, OMAP3_LSR) & UART_LSR_THRE) argument 176 serial_in(rs232_t *rs, int offset) in serial_in() 183 serial_out(rs232_t *rs, int offset, int val) in serial_out() 190 rs_reset(rs232_t *rs) in rs_reset() 207 rs232_t *rs = tp->tty_priv; in rs_write() local 294 rs232_t *rs = tp->tty_priv; in rs_echo() local 315 rs232_t *rs = tp->tty_priv; in rs_ioctl() local [all …]
|
/minix3/minix/drivers/tty/tty/arch/i386/ |
H A D | rs232.c | 95 #define istart(rs) \ argument 98 #define istop(rs) \ argument 104 #define devready(rs) MS_CTS argument 106 #define istart(rs) \ argument 109 #define istop(rs) \ argument 116 #define devready(rs) ((my_inb(rs->modem_status_port) | rs->cts) & MS_CTS) argument 121 #define txready(rs) (my_inb(rs->line_status_port) & LS_TRANSMITTER_READY) argument 130 #define devhup(rs) \ argument 241 rs232_t *rs = tp->tty_priv; in rs_write() local 323 rs232_t *rs = tp->tty_priv; local [all …]
|
/minix3/external/bsd/bind/dist/contrib/dlz/modules/sqlite3/ |
H A D | dlz_sqlite3_dynamic.c | 268 sqlite3_res_t *rs = NULL; in sqlite3_get_resultset() local 486 sqlite3_fetch_row(sqlite3_res_t *rs) { in sqlite3_fetch_row() 499 sqlite3_num_fields(sqlite3_res_t *rs) { in sqlite3_num_fields() 507 sqlite3_num_rows(sqlite3_res_t *rs) { in sqlite3_num_rows() 515 sqlite3_free_result(sqlite3_res_t *rs) { in sqlite3_free_result() 524 sqlite3_res_t *rs) in sqlite3_process_rs() 639 sqlite3_res_t *rs = NULL; in dlz_findzonedb() local 677 sqlite3_res_t *rs = NULL; in dlz_allowzonexfr() local 726 sqlite3_res_t *rs = NULL; in dlz_allnodes() local 827 sqlite3_res_t *rs = NULL; in dlz_authority() local [all …]
|
/minix3/external/bsd/bind/dist/contrib/dlz/drivers/ |
H A D | dlz_mysql_driver.c | 137 void *dbdata, MYSQL_RES **rs) in mysql_get_resultset() 379 mysql_process_rs(dns_sdlzlookup_t *lookup, MYSQL_RES *rs) in mysql_process_rs() 512 MYSQL_RES *rs = NULL; in mysql_findzone() local 552 MYSQL_RES *rs = NULL; in mysql_allowzonexfr() local 608 MYSQL_RES *rs = NULL; in mysql_allnodes() local 722 MYSQL_RES *rs = NULL; in mysql_authority() local 755 MYSQL_RES *rs = NULL; in mysql_lookup() local
|
H A D | dlz_postgres_driver.c | 289 void *dbdata, PGresult **rs) in postgres_get_resultset() 649 postgres_process_rs(dns_sdlzlookup_t *lookup, PGresult *rs) in postgres_process_rs() 783 PGresult *rs = NULL; in postgres_findzone() local 822 PGresult *rs = NULL; in postgres_allowzonexfr() local 877 PGresult *rs = NULL; in postgres_allnodes() local 998 PGresult *rs = NULL; in postgres_authority() local 1033 PGresult *rs = NULL; in postgres_lookup() local
|
/minix3/external/bsd/bind/dist/contrib/dlz/modules/mysql/ |
H A D | dlz_mysql_dynamic.c | 240 void *dbdata, MYSQL_RES **rs) in mysql_get_resultset() 449 MYSQL_RES *rs) in mysql_process_rs() 564 MYSQL_RES *rs = NULL; in dlz_findzonedb() local 601 MYSQL_RES *rs = NULL; in dlz_allowzonexfr() local 650 MYSQL_RES *rs = NULL; in dlz_allnodes() local 751 MYSQL_RES *rs = NULL; in dlz_authority() local 782 MYSQL_RES *rs = NULL; in dlz_lookup() local
|
/minix3/external/bsd/bind/dist/bin/named/ |
H A D | xfrout.c | 208 rrstream_noop_pause(rrstream_t *rs) { in rrstream_noop_pause() 272 ixfr_rrstream_first(rrstream_t *rs) { in ixfr_rrstream_first() 278 ixfr_rrstream_next(rrstream_t *rs) { in ixfr_rrstream_next() 284 ixfr_rrstream_current(rrstream_t *rs, in ixfr_rrstream_current() 360 axfr_rrstream_first(rrstream_t *rs) { in axfr_rrstream_first() 383 axfr_rrstream_next(rrstream_t *rs) { in axfr_rrstream_next() 404 axfr_rrstream_current(rrstream_t *rs, dns_name_t **name, isc_uint32_t *ttl, in axfr_rrstream_current() 412 axfr_rrstream_pause(rrstream_t *rs) { in axfr_rrstream_pause() 481 soa_rrstream_first(rrstream_t *rs) { in soa_rrstream_first() 487 soa_rrstream_next(rrstream_t *rs) { in soa_rrstream_next() [all …]
|
/minix3/lib/libcurses/ |
H A D | border.c | 186 int border_set(const cchar_t *ls, const cchar_t *rs, const cchar_t *ts, in border_set() 197 int wborder_set(WINDOW *win, const cchar_t *ls, const cchar_t *rs, in wborder_set()
|
/minix3/sys/sys/ |
H A D | rndsource.h | 70 rndsource_setcb(struct krndsource *const rs, void (*const cb)(size_t, void *), in rndsource_setcb() 78 rndsource_setenable(struct krndsource *const rs, void *const cb) in rndsource_setenable()
|
/minix3/crypto/external/bsd/openssl/dist/ssl/ |
H A D | s2_enc.c | 66 EVP_CIPHER_CTX *rs, *ws; in ssl2_enc_init() local
|
/minix3/external/bsd/llvm/dist/clang/test/SemaCXX/ |
H A D | warn-unused-result.cpp | 63 Status &rs = DoSomethingElse(); in lazy() local
|
/minix3/external/bsd/libpcap/dist/ |
H A D | pcap-snoop.c | 169 register struct rawstats *rs; in pcap_stats_snoop() local
|
/minix3/sys/uvm/ |
H A D | uvm.h | 87 krndsource_t rs; /* entropy source */ member
|
/minix3/external/bsd/dhcpcd/dist/ |
H A D | ipv6nd.h | 61 unsigned char *rs; member
|
/minix3/lib/libedit/ |
H A D | filecomplete.c | 269 const char *rs = " "; in append_char_function() local
|
/minix3/external/bsd/libevent/dist/ |
H A D | arc4random.c | 89 static struct arc4_stream rs; variable
|
/minix3/lib/libform/ |
H A D | internals.c | 139 _FORMI_FIELD_LINES *rs; in adjust_ypos() local 2122 _FORMI_FIELD_LINES *row, *rs; in _formi_manipulate_field() local
|
/minix3/games/rogue/ |
H A D | monster.c | 811 const char *rs = "%!?]=/):*"; in gr_obj_char() local
|
/minix3/minix/usr.bin/ministat/ |
H A D | ministat.c | 231 Relative(struct dataset *ds, struct dataset *rs, int confidx) in Relative()
|
/minix3/lib/libc/citrus/ |
H A D | citrus_none.c | 233 const char *rs = s; in _citrus_NONE_ctype_mbstowcs() local
|
/minix3/external/bsd/llvm/dist/llvm/lib/Target/Mips/ |
H A D | Mips16InstrInfo.cpp | 323 RegScavenger rs; in loadImmediate() local
|
/minix3/minix/servers/vfs/ |
H A D | exec.c | 157 #define Get_read_vp(e,f,p,s,rs,fp) do { \ argument
|
/minix3/usr.sbin/inetd/ |
H A D | inetd.c | 1977 char *rs, text[LINESIZ+2]; local 2008 static char *rs; local
|
/minix3/usr.sbin/rtadvd/ |
H A D | rtadvd.c | 900 rs_input(int len, struct nd_router_solicit *rs, in rs_input()
|
/minix3/crypto/external/bsd/openssl/dist/crypto/err/ |
H A D | err.c | 868 const char *ls, *fs, *rs; in ERR_error_string_n() local
|