Home
last modified time | relevance | path

Searched refs:do_read (Results 1 – 25 of 40) sorted by relevance

12

/netbsd-src/sys/arch/i386/stand/efiboot/
H A Defidisk_ll.c79 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) in do_read() function
167 while ((nsec = do_read(d, dblk, maxsecs, trbuf)) < 0) { in readsects()
/netbsd-src/sys/arch/i386/stand/lib/
H A Dbiosdisk_ll.c79 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) in do_read() function
266 while ((nsec = do_read(d, dblk, maxsecs, trbuf)) < 0) { in readsects()
/netbsd-src/external/bsd/openldap/dist/tests/progs/
H A Dslapd-read.c49 do_read( struct tester_conn_args *config, char *entry, LDAP **ld,
165 do_read( config, entry, NULL, attrs, in main()
233 do_read( config, values[ r ], &ld, in do_random()
252 do_read( struct tester_conn_args *config, char *entry, LDAP **ldp, in do_read() function
H A Dslapd-mtread.c61 do_read( LDAP *ld, char *entry,
382 do_read( mlds[thisconn], entry, attrs, noattrs, in do_onethread()
562 do_read( ld, values[ r ], in do_random()
657 do_read( LDAP *ld, char *entry, in do_read() function
/netbsd-src/external/bsd/openldap/dist/tests/scripts/
H A Dsql-test001-concurrency86 cp $SQLCONCURRENCYDIR/do_read* $SQLCONCURRENCYDIR/do_search* \
96 cp $SQLCONCURRENCYDIR/do_read* $SQLCONCURRENCYDIR/do_search* \
H A Dtest074-asyncmeta-concurrency161 for f in $TESTDIR/$DATADIR/do_read.* ; do
168 for f in $TESTDIR/$DATADIR/do_read.* ; do
H A Dtest036-meta-concurrency161 for f in $TESTDIR/$DATADIR/do_read.* ; do
168 for f in $TESTDIR/$DATADIR/do_read.* ; do
H A Dtest039-glue-ldap-concurrency165 for f in $TESTDIR/$DATADIR/do_read.* ; do
172 for f in $TESTDIR/$DATADIR/do_read.* ; do
/netbsd-src/external/bsd/pdisk/dist/
H A Dmedia.c117 if (m != 0 && m->do_read != 0) { in read_media()
119 result = (*m->do_read)(m, offset, count, address); in read_media()
H A Dmedia.h72 media_read do_read; /* device specific routines */ member
H A Ddeblock_media.c152 a->m.do_read = read_deblock_media; in open_deblock_media()
H A Dfile_media.c230 a->m.do_read = read_file_media; in open_file_as_media()
H A DATA_media.c498 a->m.do_read = read_ata_media; in open_ata_as_media()
806 a->m.do_read = read_atapi_media; in open_atapi_as_media()
H A DSCSI_media.c309 a->m.do_read = read_scsi_media; in open_scsi_as_media()
/netbsd-src/external/bsd/atf/dist/tools/
H A Dtest_helpers.hpp51 do_read(const char* input) in do_read() function
113 actual = test_helpers_detail::do_read< Reader >(input); in do_parser_test()
/netbsd-src/sys/arch/i386/stand/bootxx/
H A Dpbr.S355 do_read: label
369 jmp do_read
/netbsd-src/external/gpl3/binutils.old/dist/gold/
H A Dfileread.cc383 File_read::do_read(off_t start, section_size_type size, void* p) in do_read() function in gold::File_read
445 this->do_read(start, size, p); in read()
507 this->do_read(poff, psize, static_cast<unsigned char*>(p) + byteshift); in make_view()
524 this->do_read(poff, psize, p); in make_view()
H A Dfileread.h387 do_read(off_t start, section_size_type size, void* p);
H A DChangeLog8 * fileread.cc (File_read::do_read): Check start parameter before
/netbsd-src/external/gpl3/binutils/dist/gold/
H A Dfileread.cc383 File_read::do_read(off_t start, section_size_type size, void* p) in do_read() function in gold::File_read
445 this->do_read(start, size, p); in read()
507 this->do_read(poff, psize, static_cast<unsigned char*>(p) + byteshift); in make_view()
524 this->do_read(poff, psize, p); in make_view()
H A Dfileread.h387 do_read(off_t start, section_size_type size, void* p);
H A DChangeLog78 * fileread.cc (File_read::do_read): Check start parameter before
/netbsd-src/sys/arch/i386/stand/mbr/
H A Dmbr.S490 do_read: label
532 jmp do_read
/netbsd-src/external/bsd/libevent/dist/
H A Dbufferevent_openssl.c587 do_read(struct bufferevent_openssl *bev_ssl, int n_to_read) { in do_read() function
805 r = do_read(bev_ssl, n_to_read); in consider_reading()
866 r = do_read(bev_ssl, 1024); /* XXXX 1024 is a hack */ in consider_writing()
/netbsd-src/external/mpl/bind/dist/lib/dns/
H A Dmaster.c2240 read_and_check(bool do_read, isc_buffer_t *buffer, size_t len, FILE *f, in read_and_check()
2246 if (do_read) { in read_and_check()
2237 read_and_check(bool do_read,isc_buffer_t * buffer,size_t len,FILE * f,uint32_t * totallen) read_and_check() argument

12