HomeSort by: relevance | last modified time | path
    Searched defs:_wdc_exec_identify (Results 1 - 2 of 2) sorted by relevancy

  /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);

Completed in 21 milliseconds