Home
last modified time | relevance | path

Searched refs:D_VERSION_04 (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/sys/
H A Dconf.h184 #define D_VERSION_04 0x5c48c353 /* SPECNAMELEN bumped to MAXNAMLEN */ macro
185 #define D_VERSION D_VERSION_04
/freebsd/sys/kern/
H A Dkern_conf.c646 if (devsw->d_version != D_VERSION_04) { in prep_cdevsw()