devctl.3 (fa9896e082a1046ff4fbc75fcba4d18d1f2efc19) | devctl.3 (a51584a2d2fb3731a68eaf93b59e14227e572427) |
---|---|
1.\" 2.\" Copyright (c) 2014 John Baldwin <jhb@FreeBSD.org> 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. --- 195 unchanged lines hidden (view full) --- 204retrieves the path to the 205.Fa device 206from the kernel using the 207.Fa locator 208method to construct the path. 209The 210.Fa buffer 211pointer is updated with an allocated buffer that must be freed with | 1.\" 2.\" Copyright (c) 2014 John Baldwin <jhb@FreeBSD.org> 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. --- 195 unchanged lines hidden (view full) --- 204retrieves the path to the 205.Fa device 206from the kernel using the 207.Fa locator 208method to construct the path. 209The 210.Fa buffer 211pointer is updated with an allocated buffer that must be freed with |
212.Xr free . | 212.Xr free 3 . |
213.Pp 214The 215.Fn devctl_freeze 216function freezes probe and attach processing initiated in response to 217drivers being loaded. 218.Pp 219The 220.Fn devctl_thaw --- 230 unchanged lines hidden --- | 213.Pp 214The 215.Fn devctl_freeze 216function freezes probe and attach processing initiated in response to 217drivers being loaded. 218.Pp 219The 220.Fn devctl_thaw --- 230 unchanged lines hidden --- |