/src/sys/arch/bebox/stand/boot/ |
wdc.c | 53 static int _wdc_exec_identify(struct wdc_channel *, int, void *); 217 if (_wdc_exec_identify(chp, drive, ident) == 0) { 352 _wdc_exec_identify(struct wdc_channel *chp, int drive, void *data) function in typeref:typename:int 412 return _wdc_exec_identify(chp, wd->sc_unit, data);
|
wdc.c | 53 static int _wdc_exec_identify(struct wdc_channel *, int, void *); 217 if (_wdc_exec_identify(chp, drive, ident) == 0) { 352 _wdc_exec_identify(struct wdc_channel *chp, int drive, void *data) function in typeref:typename:int 412 return _wdc_exec_identify(chp, wd->sc_unit, data);
|