|  |  
 |   |   
 NAME
 SYNOPSIS
 void
   void
   DESCRIPTIONThe
     In releases before major the deprecation notice states “Deprecated code (to be removed in FreeBSD major): msg”. In releases equal to and after major the notice states “Obsolete code will be removed soon: msg”. EXAMPLESvoid
sample_init(void)
{
	/* Initializaiton code omitted. */
	gone_in(14, "Giant-locked filesystem");
}
int
example_driver_attach(struct example_driver_softc *sc)
{
	/* Attach code omitted. */
        gone_in_dev(sc->dev, 14, "Giant-locked driver");
}HISTORYThe  
 
 |