Home | Sort by: relevance | last modified time | path |
/src/sys/dev/sun/ | |
fb.c | 210 int unit, nunit; local in function:fbopen 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; local in function:fbclose 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; local in function:fbioctl 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; local in function:fbpoll 278 int unit, nunit; local in function:fbkqfilter 294 int unit, nunit; local in function:fbmmap [all...] |
/src/common/dist/zlib/contrib/dotzlib/DotZLib/ | |
UnitTests.cs | 13 //#define nunit
14 #if nunit 15 using NUnit.Framework; 20 // Use this with NUnit 2 from http://www.nunit.org |