Deleted Added
full compact
kldsym.2 (108028) kldsym.2 (108087)
1.\" Copyright (c) 2001 Chris Costello <chris@FreeBSD.org>
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.

--- 8 unchanged lines hidden (view full) ---

17.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
18.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
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.\"
1.\" Copyright (c) 2001 Chris Costello <chris@FreeBSD.org>
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.

--- 8 unchanged lines hidden (view full) ---

17.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
18.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
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: head/lib/libc/sys/kldsym.2 108028 2002-12-18 09:22:32Z ru $
25.\" $FreeBSD: head/lib/libc/sys/kldsym.2 108087 2002-12-19 09:40:28Z ru $
26.\"
27.Dd July 26, 2001
28.Dt KLDSYM 2
29.Os
30.Sh NAME
31.Nm kldsym
32.Nd look up address by symbol name in a KLD
33.Sh LIBRARY

--- 60 unchanged lines hidden (view full) ---

94system call will fail if:
95.Bl -tag -width Er
96.It Bq Er EINVAL
97Invalid value in
98.Fa data->version
99or
100.Fa command .
101.It Bq Er ENOENT
26.\"
27.Dd July 26, 2001
28.Dt KLDSYM 2
29.Os
30.Sh NAME
31.Nm kldsym
32.Nd look up address by symbol name in a KLD
33.Sh LIBRARY

--- 60 unchanged lines hidden (view full) ---

94system call will fail if:
95.Bl -tag -width Er
96.It Bq Er EINVAL
97Invalid value in
98.Fa data->version
99or
100.Fa command .
101.It Bq Er ENOENT
102The
102.Fa fileid
103.Fa fileid
104argument
103is invalid,
104or the specified symbol could not be found.
105.El
106.Sh SEE ALSO
107.Xr kldfind 2 ,
108.Xr kldfirstmod 2 ,
109.Xr kldload 2 ,
110.Xr kldnext 2 ,
111.Xr kldunload 2 ,
112.Xr modfind 2 ,
113.Xr modnext 2 ,
114.Xr modstat 2 ,
115.Xr kld 4
116.Sh HISTORY
117The
118.Fn kldsym
119system call first appeared in
120.Fx 3.0 .
105is invalid,
106or the specified symbol could not be found.
107.El
108.Sh SEE ALSO
109.Xr kldfind 2 ,
110.Xr kldfirstmod 2 ,
111.Xr kldload 2 ,
112.Xr kldnext 2 ,
113.Xr kldunload 2 ,
114.Xr modfind 2 ,
115.Xr modnext 2 ,
116.Xr modstat 2 ,
117.Xr kld 4
118.Sh HISTORY
119The
120.Fn kldsym
121system call first appeared in
122.Fx 3.0 .