Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 21 Oct 2007 21:31:15 GMT
From:      John Birrell <jb@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 127906 for review
Message-ID:  <200710212131.l9LLVFNY067990@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=127906

Change 127906 by jb@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200710212131.l9LLVFNY067990>