make_dev.9 (009e81b16465ea457c0e63fd49fe77f47cc27a5a) | make_dev.9 (a54cfe70afb49bff1c8328a9f2d57b9648b33824) |
---|---|
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 Jan 3, 2016 | 27.Dd March 2, 2016 |
28.Dt MAKE_DEV 9 29.Os 30.Sh NAME 31.Nm make_dev , 32.Nm make_dev_cred , 33.Nm make_dev_credf , 34.Nm make_dev_p , 35.Nm make_dev_s , --- 419 unchanged lines hidden (view full) --- 455.It Bq Er EEXIST 456The 457.Dv MAKEDEV_CHECKNAME 458flag was specified and the provided device name already exists. 459.El 460.Sh SEE ALSO 461.Xr devctl 4 , 462.Xr devfs 5 , | 28.Dt MAKE_DEV 9 29.Os 30.Sh NAME 31.Nm make_dev , 32.Nm make_dev_cred , 33.Nm make_dev_credf , 34.Nm make_dev_p , 35.Nm make_dev_s , --- 419 unchanged lines hidden (view full) --- 455.It Bq Er EEXIST 456The 457.Dv MAKEDEV_CHECKNAME 458flag was specified and the provided device name already exists. 459.El 460.Sh SEE ALSO 461.Xr devctl 4 , 462.Xr devfs 5 , |
463.Xr destroy_dev_drain 9 , | |
464.Xr dev_clone 9 465.Sh HISTORY 466The 467.Fn make_dev 468and 469.Fn destroy_dev 470functions first appeared in 471.Fx 4.0 . --- 22 unchanged lines hidden --- | 463.Xr dev_clone 9 464.Sh HISTORY 465The 466.Fn make_dev 467and 468.Fn destroy_dev 469functions first appeared in 470.Fx 4.0 . --- 22 unchanged lines hidden --- |