| /src/sys/arch/i386/stand/efiboot/ |
| efidisk_ll.c | 79 static int do_read(struct biosdisk_ll *, daddr_t, int, char *); 122 do_read(struct biosdisk_ll *d, daddr_t dblk, int num, char *buf) function 167 while ((nsec = do_read(d, dblk, maxsecs, trbuf)) < 0) {
|
| /src/external/bsd/openldap/dist/tests/scripts/ |
| sql-test001-concurrency | 86 cp $SQLCONCURRENCYDIR/do_read* $SQLCONCURRENCYDIR/do_search* \ 96 cp $SQLCONCURRENCYDIR/do_read* $SQLCONCURRENCYDIR/do_search* \
|
| test036-meta-concurrency | 161 for f in $TESTDIR/$DATADIR/do_read.* ; do 168 for f in $TESTDIR/$DATADIR/do_read.* ; do
|
| test039-glue-ldap-concurrency | 165 for f in $TESTDIR/$DATADIR/do_read.* ; do 172 for f in $TESTDIR/$DATADIR/do_read.* ; do
|
| test074-asyncmeta-concurrency | 161 for f in $TESTDIR/$DATADIR/do_read.* ; do 168 for f in $TESTDIR/$DATADIR/do_read.* ; do
|
| /src/external/bsd/atf/dist/tools/ |
| test_helpers.hpp | 51 do_read(const char* input) function in namespace:test_helpers_detail 113 actual = test_helpers_detail::do_read< Reader >(input);
|
| /src/external/bsd/pdisk/dist/ |
| media.c | 117 if (m != 0 && m->do_read != 0) { 119 result = (*m->do_read)(m, offset, count, address);
|
| media.h | 72 media_read do_read; /* device specific routines */ member in struct:media
|
| deblock_media.c | 152 a->m.do_read = read_deblock_media;
|
| file_media.c | 230 a->m.do_read = read_file_media;
|
| ATA_media.c | 498 a->m.do_read = read_ata_media; 806 a->m.do_read = read_atapi_media;
|
| SCSI_media.c | 309 a->m.do_read = read_scsi_media;
|
| /src/external/gpl3/gdb/dist/gdb/regformats/ |
| regdat.sh | 24 do_read () function 123 while do_read
|
| /src/external/gpl3/gdb.old/dist/gdb/regformats/ |
| regdat.sh | 24 do_read () function 122 while do_read
|
| /src/external/bsd/openldap/dist/tests/progs/ |
| slapd-read.c | 49 do_read( struct tester_conn_args *config, char *entry, LDAP **ld, 165 do_read( config, entry, NULL, attrs, 233 do_read( config, values[ r ], &ld, 252 do_read( struct tester_conn_args *config, char *entry, LDAP **ldp, function
|
| slapd-mtread.c | 61 do_read( LDAP *ld, char *entry, 382 do_read( mlds[thisconn], entry, attrs, noattrs, 563 do_read( ld, values[ r ], 659 do_read( LDAP *ld, char *entry, function
|
| /src/sys/arch/i386/stand/lib/ |
| biosdisk_ll.c | 79 static int do_read(struct biosdisk_ll *, daddr_t, int, char *); 183 do_read(struct biosdisk_ll *d, daddr_t dblk, int num, char *buf) function 266 while ((nsec = do_read(d, dblk, maxsecs, trbuf)) < 0) {
|
| /src/sys/arch/i386/stand/bootxx/ |
| pbr.S | 355 do_read: label 369 jmp do_read
|
| /src/sys/arch/i386/stand/mbr/ |
| mbr.S | 490 do_read: label 532 jmp do_read
|
| /src/external/bsd/libevent/dist/ |
| bufferevent_openssl.c | 587 do_read(struct bufferevent_openssl *bev_ssl, int n_to_read) { function 805 r = do_read(bev_ssl, n_to_read); 866 r = do_read(bev_ssl, 1024); /* XXXX 1024 is a hack */ 1044 /* Call do_read and do_write as needed */
|
| /src/external/bsd/ntp/dist/sntp/libevent/ |
| bufferevent_openssl.c | 586 do_read(struct bufferevent_openssl *bev_ssl, int n_to_read) { function 804 r = do_read(bev_ssl, n_to_read); 865 r = do_read(bev_ssl, 1024); /* XXXX 1024 is a hack */ 1043 /* Call do_read and do_write as needed */
|
| /src/sys/dev/i2c/ |
| adm1026.c | 391 static int adm1026_start_monitor(struct adm1026_softc *sc, int do_read, 397 if (do_read) {
|
| /src/external/gpl3/gdb/dist/sim/ppc/ |
| emul_netbsd.c | 318 do_read(os_emul_data *emul, function 1069 /* 3 */ { do_read, "read" },
|
| /src/external/gpl3/gdb.old/dist/sim/ppc/ |
| emul_netbsd.c | 318 do_read(os_emul_data *emul, function 1069 /* 3 */ { do_read, "read" },
|
| /src/external/mpl/bind/dist/lib/dns/ |
| master.c | 2240 read_and_check(bool do_read, isc_buffer_t *buffer, size_t len, FILE *f, 2246 if (do_read) {
|