PERFORCE change 127906 for review
John Birrell
jb at FreeBSD.org
Sun Oct 21 14:31:17 PDT 2007
http://perforce.freebsd.org/chv.cgi?CH=127906
Change 127906 by jb at jb_freebsd1 on 2007/10/21 21:30:20
Update the kldstat(2) man page to reflect version 2 of
kld_file_stat.
Affected files ...
.. //depot/projects/dtrace/src/lib/libc/sys/kldstat.2#4 edit
.. //depot/projects/dtrace6/src/lib/libc/sys/kldstat.2#2 edit
Differences ...
==== //depot/projects/dtrace/src/lib/libc/sys/kldstat.2#4 (text+ko) ====
@@ -53,6 +53,7 @@
int id;
caddr_t address; /* load address */
size_t size; /* size in bytes */
+ char pathname[MAXPATHLEN];
};
.Ed
.Pp
@@ -77,6 +78,10 @@
The load address of the kld file.
.It size
The size of the file.
+.It pathname
+The full name of the file referred to by
+.Fa fileid ,
+including the path.
.El
.Sh RETURN VALUES
.Rv -std kldstat
==== //depot/projects/dtrace6/src/lib/libc/sys/kldstat.2#2 (text+ko) ====
@@ -53,6 +53,7 @@
int id;
caddr_t address; /* load address */
size_t size; /* size in bytes */
+ char pathname[MAXPATHLEN];
};
.Ed
.Pp
@@ -77,6 +78,10 @@
The load address of the kld file.
.It size
The size of the file.
+.It pathname
+The full name of the file referred to by
+.Fa fileid ,
+including the path.
.El
.Sh RETURN VALUES
.Rv -std kldstat
More information about the p4-projects
mailing list