HomeSort by: relevance | last modified time | path
    Searched refs:do_read (Results 1 - 6 of 6) sorted by relevancy

  /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/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/sys/dev/i2c/
adm1026.c 391 static int adm1026_start_monitor(struct adm1026_softc *sc, int do_read,
397 if (do_read) {
  /src/sys/dev/ic/
ispmbox.h 1637 do_read : 1; member in struct:__anon2893::__anon2894::__anon2895

Completed in 23 milliseconds