/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 in typeref:typename:int 167 while ((nsec = do_read(d, dblk, maxsecs, trbuf)) < 0) {
|
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 in typeref:typename:int 167 while ((nsec = do_read(d, dblk, maxsecs, trbuf)) < 0) {
|
/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 in typeref:typename:int 266 while ((nsec = do_read(d, dblk, maxsecs, trbuf)) < 0) {
|
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 in typeref:typename:int 266 while ((nsec = do_read(d, dblk, maxsecs, trbuf)) < 0) {
|
/src/sys/arch/i386/stand/mbr/ |
mbr.S | 490 do_read: label 532 jmp do_read
|
mbr.S | 490 do_read: label 532 jmp do_read
|
/src/sys/arch/i386/stand/bootxx/ |
pbr.S | 355 do_read: label 369 jmp do_read
|
pbr.S | 355 do_read: label 369 jmp do_read
|
/src/sys/dev/ic/ |
ispmbox.h | 1637 do_read : 1; member in struct:__anon33fa061c3b08::__anon33fa061c3c0a::__anon33fa061c3d08
|
ispmbox.h | 1637 do_read : 1; member in struct:__anon33fa061c3b08::__anon33fa061c3c0a::__anon33fa061c3d08
|