Home
last modified time | relevance | path

Searched refs:D_SLV (Results 1 – 5 of 5) sorted by relevance

/drivers/block/paride/
Dpcd.c128 enum {D_PRT, D_PRO, D_UNI, D_MOD, D_SLV, D_DLY}; enumerator
333 cd->drive = (*drives[unit])[D_SLV]; in pcd_init_units()
748 if (!pcd_probe(cd, conf[D_SLV], id)) { in pcd_detect()
Dpg.c153 enum {D_PRT, D_PRO, D_UNI, D_MOD, D_SLV, D_DLY}; enumerator
256 dev->drive = parm[D_SLV]; in pg_init_units()
Dpd.c143 enum {D_PRT, D_PRO, D_UNI, D_MOD, D_GEO, D_SBY, D_DLY, D_SLV}; enumerator
950 disk->drive = parm[D_SLV]; in pd_detect()
Dpt.c136 #define D_SLV 4 macro
624 tape->drive = DU[D_SLV]; in pt_detect()
Dpf.c144 enum {D_PRT, D_PRO, D_UNI, D_MOD, D_SLV, D_LUN, D_DLY}; enumerator
316 pf->drive = (*drives[unit])[D_SLV]; in pf_init_units()