Searched refs:minor_no (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.0-release/sys/dev/iir/
H A Diir_ctrl.c60 static struct gdt_softc *gdt_minor2softc(int minor_no);
123 gdt_minor2softc(int minor_no) argument
129 hanum = minor2hba(minor_no);
131 hanum = minor_no;
147 int minor_no; local
150 minor_no = dev2unit(dev);
151 gdt = gdt_minor2softc(minor_no);
165 int minor_no; local
168 minor_no = dev2unit(dev);
169 gdt = gdt_minor2softc(minor_no);
183 int minor_no; local
201 int minor_no; local
225 int minor_no; local
[all...]
/freebsd-10.0-release/sys/dev/dpt/
H A Ddpt.h1243 dpt_softc_t *dpt_minor2softc(int minor_no);
1300 caddr_t cmdarg, int minor_no);
H A Ddpt_scsi.c2302 caddr_t cmdarg, int minor_no)
2313 channel = minor2hba(minor_no);
2314 target = minor2target(minor_no);
2315 lun = minor2lun(minor_no);

Completed in 117 milliseconds