Searched refs:funit (Results 1 – 1 of 1) sorted by relevance
/titanic_41/usr/src/uts/common/io/ |
H A D | fdc.c | 970 fdc_select(struct fcu_obj *fjp, int funit, int on) in fdc_select() argument 973 int unit = funit & 3; in fdc_select() 979 (CE_NOTE, "fdc_select unit %d: on", funit)); in fdc_select() 1022 (CE_NOTE, "fdc_select unit %d: off", funit)); in fdc_select() 1044 fdgetchng(struct fcu_obj *fjp, int funit) in fdgetchng() argument 1046 if (fdcsense_drv(fjp->fj_fdc, funit & 3)) in fdgetchng() 1048 return (fdcsense_chng(fjp->fj_fdc, funit & 3)); in fdgetchng() 1053 fdresetchng(struct fcu_obj *fjp, int funit) in fdresetchng() argument 1056 int unit = funit & 3; in fdresetchng() 1059 FCERRPRINT(FDEP_L2, FDEM_CHEK, (CE_NOTE, "fdmediachng unit %d", funit)); in fdresetchng() [all …]
|