Home
last modified time | relevance | path

Searched refs:drv_version (Results 1 – 3 of 3) sorted by relevance

/freebsd-9-stable/sys/i386/bios/
Dapm.c1153 int drv_version; in apm_attach() local
1206 drv_version = apm_version > 0x102 ? 0x102 : apm_version; in apm_attach()
1207 for (; drv_version > 0x100; drv_version--) in apm_attach()
1208 if (apm_driver_version(drv_version) == 0) in apm_attach()
1210 sc->minorversion = ((drv_version & 0x00f0) >> 4) * 10 + in apm_attach()
1211 ((drv_version & 0x000f) >> 0); in apm_attach()
1212 sc->majorversion = ((drv_version & 0xf000) >> 12) * 10 + in apm_attach()
/freebsd-9-stable/sys/dev/bxe/
Dbxe_ioctl.h53 char drv_version[BXE_DRV_VERSION_LENGTH]; member
Dbxe.c19450 snprintf(drv_infop->drv_version, BXE_DRV_VERSION_LENGTH, "v:%s", in bxe_eioctl()