make_dev.9 (2557913d4b7c559321e6c94a6b6b2c51d89d4786) | make_dev.9 (77213b87eb43ce140e104a136c21fd62970da28b) |
---|---|
1.\" Copyright (c) 1999 Chris Costello 2.\" All rights reserved. 3.\" 4.\" Redistribution and use in source and binary forms, with or without 5.\" modification, are permitted provided that the following conditions 6.\" are met: 7.\" 1. Redistributions of source code must retain the above copyright 8.\" notice, this list of conditions and the following disclaimer. --- 10 unchanged lines hidden (view full) --- 19.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 20.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 21.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 22.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 23.\" SUCH DAMAGE. 24.\" 25.\" $FreeBSD$ 26.\" | 1.\" Copyright (c) 1999 Chris Costello 2.\" All rights reserved. 3.\" 4.\" Redistribution and use in source and binary forms, with or without 5.\" modification, are permitted provided that the following conditions 6.\" are met: 7.\" 1. Redistributions of source code must retain the above copyright 8.\" notice, this list of conditions and the following disclaimer. --- 10 unchanged lines hidden (view full) --- 19.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 20.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 21.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 22.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 23.\" SUCH DAMAGE. 24.\" 25.\" $FreeBSD$ 26.\" |
27.Dd November 24, 2006 | 27.Dd May 6, 2007 |
28.Os 29.Dt MAKE_DEV 9 30.Sh NAME 31.Nm make_dev , 32.Nm make_dev_alias , 33.Nm destroy_dev , 34.Nm dev_depends 35.Nd manage --- 80 unchanged lines hidden (view full) --- 116returned by 117.Fn make_dev 118and 119.Fn make_dev_alias 120has two fields, 121.Fa si_drv1 122and 123.Fa si_drv2 , | 28.Os 29.Dt MAKE_DEV 9 30.Sh NAME 31.Nm make_dev , 32.Nm make_dev_alias , 33.Nm destroy_dev , 34.Nm dev_depends 35.Nd manage --- 80 unchanged lines hidden (view full) --- 116returned by 117.Fn make_dev 118and 119.Fn make_dev_alias 120has two fields, 121.Fa si_drv1 122and 123.Fa si_drv2 , |
124that are available to store state. Both fields are of type | 124that are available to store state. 125Both fields are of type |
125.Ft void * . 126These are designed to replace the 127.Fa minor 128argument to 129.Fn make_dev . 130.Pp 131The 132.Fn destroy_dev --- 37 unchanged lines hidden --- | 126.Ft void * . 127These are designed to replace the 128.Fa minor 129argument to 130.Fn make_dev . 131.Pp 132The 133.Fn destroy_dev --- 37 unchanged lines hidden --- |