/src/sys/arch/mmeye/stand/boot/ |
wd.c | 42 static int wd_get_params(struct wd_softc *wd); 50 wd_get_params(struct wd_softc *wd) function in typeref:typename:int 221 if ((error = wd_get_params(wd)) != 0)
|
wd.c | 42 static int wd_get_params(struct wd_softc *wd); 50 wd_get_params(struct wd_softc *wd) function in typeref:typename:int 221 if ((error = wd_get_params(wd)) != 0)
|
/src/sys/arch/bebox/stand/boot/ |
wd.c | 50 static int wd_get_params(struct wd_softc *wd); 62 wd_get_params(struct wd_softc *wd) function in typeref:typename:int 260 if ((error = wd_get_params(wd)) != 0)
|
wd.c | 50 static int wd_get_params(struct wd_softc *wd); 62 wd_get_params(struct wd_softc *wd) function in typeref:typename:int 260 if ((error = wd_get_params(wd)) != 0)
|
/src/sys/arch/cobalt/stand/boot/ |
wd.c | 44 static int wd_get_params(struct wd_softc *wd); 52 wd_get_params(struct wd_softc *wd) function in typeref:typename:int 245 if ((error = wd_get_params(wd)) != 0)
|
wd.c | 44 static int wd_get_params(struct wd_softc *wd); 52 wd_get_params(struct wd_softc *wd) function in typeref:typename:int 245 if ((error = wd_get_params(wd)) != 0)
|
/src/sys/dev/ata/ |
wd.c | 208 static int wd_get_params(struct wd_softc *, struct ataparams *); 345 if (wd_get_params(wd, &wd->sc_params) != 0) { 1195 param_error = wd_get_params(wd, &wd->sc_params); 1747 wd_get_params(struct wd_softc *wd, struct ataparams *params) function in typeref:typename:int 1786 panic("wd_get_params: bad return code from ata_get_params"); 1796 if (wd_get_params(wd, ¶ms) != 0) 1845 if (wd_get_params(wd, ¶ms) != 0)
|
wd.c | 208 static int wd_get_params(struct wd_softc *, struct ataparams *); 345 if (wd_get_params(wd, &wd->sc_params) != 0) { 1195 param_error = wd_get_params(wd, &wd->sc_params); 1747 wd_get_params(struct wd_softc *wd, struct ataparams *params) function in typeref:typename:int 1786 panic("wd_get_params: bad return code from ata_get_params"); 1796 if (wd_get_params(wd, ¶ms) != 0) 1845 if (wd_get_params(wd, ¶ms) != 0)
|