Home | History | Annotate | Download | only in sun

Lines Matching defs:nunit

210 	int unit, nunit;
219 nunit = device_unit(fbl->fb_dev->fb_device);
220 return (fbl->fb_dev->fb_driver->fbd_open)(makedev(0, nunit), flags,
227 int unit, nunit;
236 nunit = device_unit(fbl->fb_dev->fb_device);
237 return (fbl->fb_dev->fb_driver->fbd_close)(makedev(0, nunit), flags,
244 int unit, nunit;
253 nunit = device_unit(fbl->fb_dev->fb_device);
254 return (fbl->fb_dev->fb_driver->fbd_ioctl)(makedev(0, nunit), cmd,
261 int unit, nunit;
270 nunit = device_unit(fbl->fb_dev->fb_device);
271 return (fbl->fb_dev->fb_driver->fbd_poll)(makedev(0, nunit), events,
278 int unit, nunit;
287 nunit = device_unit(fbl->fb_dev->fb_device);
288 return (fbl->fb_dev->fb_driver->fbd_kqfilter)(makedev(0, nunit), kn);
294 int unit, nunit;
303 nunit = device_unit(fbl->fb_dev->fb_device);
308 return (map(makedev(0, nunit), off, prot));