make_dev.9 (212c98aae919a5ff6f640506f047d0015ec5c02b) | make_dev.9 (b82af3f5e42ab9d848c572b3384fb389fd855ecc) |
---|---|
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. --- 106 unchanged lines hidden (view full) --- 115.Fn depends_dev 116function establishes a parent-child relationship between two devices. 117The net effect is that a 118.Fn destroy_dev 119of the parent device will also result in the destruction of the 120child device(s), 121if any exist. 122A device may simultaneously be a parent and a child, | 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. --- 106 unchanged lines hidden (view full) --- 115.Fn depends_dev 116function establishes a parent-child relationship between two devices. 117The net effect is that a 118.Fn destroy_dev 119of the parent device will also result in the destruction of the 120child device(s), 121if any exist. 122A device may simultaneously be a parent and a child, |
123so it is possible to build a complete hierachy. | 123so it is possible to build a complete hierarchy. |
124.Sh HISTORY 125The 126.Fn make_dev 127and 128.Fn destroy_dev 129functions first appeared in 130.Fx 4.0 . 131The function 132.Fn make_dev_alias 133first appeared in 134.Fx 4.1 . 135The function 136.Fn depends_dev 137first appeared in 138.Fx 5.0 . | 124.Sh HISTORY 125The 126.Fn make_dev 127and 128.Fn destroy_dev 129functions first appeared in 130.Fx 4.0 . 131The function 132.Fn make_dev_alias 133first appeared in 134.Fx 4.1 . 135The function 136.Fn depends_dev 137first appeared in 138.Fx 5.0 . |