1#
2# CDDL HEADER START
3#
4# The contents of this file are subject to the terms of the
5# Common Development and Distribution License (the "License").
6# You may not use this file except in compliance with the License.
7#
8# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9# or http://www.opensolaris.org/os/licensing.
10# See the License for the specific language governing permissions
11# and limitations under the License.
12#
13# When distributing Covered Code, include this CDDL HEADER in each
14# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15# If applicable, add the following below this CDDL HEADER, with the
16# fields enclosed by brackets "[]" replaced with your own identifying
17# information: Portions Copyright [yyyy] [name of copyright owner]
18#
19# CDDL HEADER END
20#
21
22#
23# Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
24# Copyright 2013 Saso Kiselkov. All rights reserved.
25# Copyright 2015 Nexenta Systems, Inc. All rights reserved.
26#
27
28#
29# The default for payload-bearing actions in this package is to appear in the
30# global zone only.  See the include file for greater detail, as well as
31# information about overriding the defaults.
32#
33#
34# CDDL HEADER START
35#
36# The contents of this file are subject to the terms of the
37# Common Development and Distribution License (the "License").
38# You may not use this file except in compliance with the License.
39#
40# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
41# or http://www.opensolaris.org/os/licensing.
42# See the License for the specific language governing permissions
43# and limitations under the License.
44#
45# When distributing Covered Code, include this CDDL HEADER in each
46# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
47# If applicable, add the following below this CDDL HEADER, with the
48# fields enclosed by brackets "[]" replaced with your own identifying
49# information: Portions Copyright [yyyy] [name of copyright owner]
50#
51# CDDL HEADER END
52#
53
54#
55# Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
56#
57
58#
59# For packagers:
60#
61# This ruleset is useful for "system" components-- ones which are expected
62# to appear primarily in the global zone, but which may have some small
63# pieces (man pages, header files) which may need to appear in all zones.
64#
65# The current rules specify that all payload-bearing actions (file,
66# dir, hardlink, link) should appear *only* in the global zone, with
67# the following exceptions:
68#
69# 	- man pages appear in all zones
70# 	- header files appear in all zones
71# 	- mdb(1) modules appear in all zones
72#
73# You may well have other actions which you wish to appear in all zones.
74# An example would be an administrative utility for a driver which has
75# been virtualized to work within zones.  For those actions you wish to
76# appear in all zones, add the following attribute to your action.
77#
78#         variant.opensolaris.zone=__NODEFAULT
79#
80# You DO NOT need to specify __NODEFAULT for man pages, headers, or
81# mdb modules, as those are covered by the automatic rules below.
82#
83# Note: When you specify variant.opensolaris.zone=__NODEFAULT, the
84# net effect is that *no* variant.opensolaris.zone attribute will
85# appear in the post-processed manifest.
86#
87
88#
89# For packaging nerds:
90#
91# We have a problem to solve here: To make an action appear in all zones,
92# it should have *no* variant.opensolaris.zone attribute.  So it's a bit
93# more complicated to use "default".
94#
95# Here's what we do: we use "default" to set all payload bearing actions
96# which have no variant.opensolaris.zone attribute to be
97# variant.opensolaris.zone=global.  For those actions which need to appear
98# in all zones, the packager must specify
99# variant.opensolaris.zone=__NODEFAULT.  Additionally we have some rules
100# which set __NODEFAULT for a few classes of well known things, like man
101# pages and headers.
102#
103# We then go through and clean up all of the __NODEFAULTed attributes by
104# simply deleting them.
105#
106
107# Man pages should appear in all zones.
108
109# Headers should appear in all zones.
110
111# MDB modules should appear in all zones, as one might debug a crash dump
112# in a zone.
113
114# Everything else is global zone only unless the user overrides
115# action-by-action with __NODEFAULT.
116
117#
118# Buff out the __NODEFAULT attributes.
119#
120#
121# This file and its contents are supplied under the terms of the
122# Common Development and Distribution License ("CDDL"), version 1.0.
123# You may only use this file in accordance with the terms of version
124# 1.0 of the CDDL.
125#
126# A full copy of the text of the CDDL should have accompanied this
127# source.  A copy of the CDDL is also available via the Internet
128# at http://www.illumos.org/license/CDDL.
129#
130
131# Copyright 2011, Richard Lowe
132
133file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man1m/boot.1m
134file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man1m/kadb.1m
135file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man1m/kernel.1m
136#
137# This file and its contents are supplied under the terms of the
138# Common Development and Distribution License ("CDDL"), version 1.0.
139# You may only use this file in accordance with the terms of version
140# 1.0 of the CDDL.
141#
142# A full copy of the text of the CDDL should have accompanied this
143# source.  A copy of the CDDL is also available via the Internet
144# at http://www.illumos.org/license/CDDL.
145#
146
147#
148# Copyright 2011, Richard Lowe
149# Copyright 2012 Nexenta Systems, Inc. All rights reserved.
150# Copyright 2013, OmniTI Computer Consulting, Inc.
151#
152
153file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man2/Intro.2
154file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man2/__sparc_utrap_install.2
155file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man2/_lwp_cond_signal.2
156file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man2/_lwp_cond_wait.2
157file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man2/_lwp_info.2
158file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man2/_lwp_kill.2
159file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man2/_lwp_mutex_lock.2
160file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man2/_lwp_self.2
161file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man2/_lwp_sema_wait.2
162file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man2/_lwp_suspend.2
163file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man2/access.2
164file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man2/acct.2
165file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man2/acl.2
166file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man2/adjtime.2
167file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man2/alarm.2
168file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man2/audit.2
169file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man2/auditon.2
170file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man2/brk.2
171file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man2/chdir.2
172file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man2/chmod.2
173file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man2/chown.2
174file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man2/chroot.2
175file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man2/close.2
176file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man2/creat.2
177file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man2/dup.2
178file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man2/exec.2
179file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man2/exit.2
180file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man2/fcntl.2
181file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man2/fork.2
182file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man2/fpathconf.2
183file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man2/getacct.2
184file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man2/getaudit.2
185file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man2/getauid.2
186file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man2/getcontext.2
187file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man2/getdents.2
188file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man2/getgroups.2
189file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man2/getisax.2
190file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man2/getitimer.2
191file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man2/getlabel.2
192file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man2/getmsg.2
193file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man2/getpflags.2
194file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man2/getpid.2
195file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man2/getppriv.2
196file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man2/getrlimit.2
197file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man2/getsid.2
198file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man2/getuid.2
199file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man2/getustack.2
200file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man2/ioctl.2
201file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man2/issetugid.2
202file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man2/kill.2
203file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man2/link.2
204file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man2/llseek.2
205file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man2/lseek.2
206file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man2/memcntl.2
207file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man2/meminfo.2
208file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man2/mincore.2
209file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man2/mkdir.2
210file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man2/mknod.2
211file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man2/mmap.2
212file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man2/mmapobj.2
213file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man2/mount.2
214file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man2/mprotect.2
215file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man2/msgctl.2
216file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man2/msgget.2
217file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man2/msgids.2
218file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man2/msgrcv.2
219file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man2/msgsnap.2
220file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man2/msgsnd.2
221file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man2/munmap.2
222file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man2/nice.2
223file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man2/ntp_adjtime.2
224file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man2/ntp_gettime.2
225file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man2/open.2
226file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man2/p_online.2
227file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man2/pause.2
228file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man2/pcsample.2
229file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man2/pipe.2
230file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man2/poll.2
231file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man2/priocntl.2
232file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man2/priocntlset.2
233file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man2/processor_bind.2
234file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man2/processor_info.2
235file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man2/profil.2
236file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man2/pset_bind.2
237file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man2/pset_create.2
238file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man2/pset_info.2
239file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man2/pset_list.2
240file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man2/pset_setattr.2
241file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man2/putmsg.2
242file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man2/read.2
243file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man2/readlink.2
244file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man2/rename.2
245file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man2/resolvepath.2
246file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man2/rmdir.2
247file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man2/semctl.2
248file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man2/semget.2
249file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man2/semids.2
250file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man2/semop.2
251file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man2/setpgid.2
252file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man2/setpgrp.2
253file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man2/setrctl.2
254file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man2/setregid.2
255file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man2/setreuid.2
256file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man2/setsid.2
257file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man2/settaskid.2
258file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man2/setuid.2
259file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man2/shmctl.2
260file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man2/shmget.2
261file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man2/shmids.2
262file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man2/shmop.2
263file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man2/sigaction.2
264file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man2/sigaltstack.2
265file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man2/sigpending.2
266file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man2/sigprocmask.2
267file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man2/sigsend.2
268file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man2/sigsuspend.2
269file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man2/sigwait.2
270file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man2/stat.2
271file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man2/statvfs.2
272file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man2/stime.2
273file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man2/swapctl.2
274file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man2/symlink.2
275file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man2/sync.2
276file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man2/sysfs.2
277file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man2/sysinfo.2
278file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man2/time.2
279file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man2/times.2
280file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man2/uadmin.2
281file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man2/ulimit.2
282file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man2/umask.2
283file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man2/umount.2
284file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man2/uname.2
285file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man2/unlink.2
286file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man2/ustat.2
287file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man2/utime.2
288file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man2/utimes.2
289file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man2/uucopy.2
290file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man2/vfork.2
291file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man2/vhangup.2
292file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man2/waitid.2
293file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man2/write.2
294file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man2/yield.2
295link facet.doc.man=true path=usr/share/man/man2/_Exit.2 target=exit.2
296link facet.doc.man=true path=usr/share/man/man2/_exit.2 target=exit.2
297link facet.doc.man=true path=usr/share/man/man2/_lwp_cond_broadcast.2 target=_lwp_cond_signal.2
298link facet.doc.man=true path=usr/share/man/man2/_lwp_cond_reltimedwait.2 target=_lwp_cond_wait.2
299link facet.doc.man=true path=usr/share/man/man2/_lwp_cond_timedwait.2 target=_lwp_cond_wait.2
300link facet.doc.man=true path=usr/share/man/man2/_lwp_continue.2 target=_lwp_suspend.2
301link facet.doc.man=true path=usr/share/man/man2/_lwp_mutex_trylock.2 target=_lwp_mutex_lock.2
302link facet.doc.man=true path=usr/share/man/man2/_lwp_mutex_unlock.2 target=_lwp_mutex_lock.2
303link facet.doc.man=true path=usr/share/man/man2/_lwp_sema_init.2 target=_lwp_sema_wait.2
304link facet.doc.man=true path=usr/share/man/man2/_lwp_sema_post.2 target=_lwp_sema_wait.2
305link facet.doc.man=true path=usr/share/man/man2/_lwp_sema_trywait.2 target=_lwp_sema_wait.2
306link facet.doc.man=true path=usr/share/man/man2/execl.2 target=exec.2
307link facet.doc.man=true path=usr/share/man/man2/execle.2 target=exec.2
308link facet.doc.man=true path=usr/share/man/man2/execlp.2 target=exec.2
309link facet.doc.man=true path=usr/share/man/man2/execv.2 target=exec.2
310link facet.doc.man=true path=usr/share/man/man2/execve.2 target=exec.2
311link facet.doc.man=true path=usr/share/man/man2/execvp.2 target=exec.2
312link facet.doc.man=true path=usr/share/man/man2/faccessat.2 target=access.2
313link facet.doc.man=true path=usr/share/man/man2/facl.2 target=acl.2
314link facet.doc.man=true path=usr/share/man/man2/fchdir.2 target=chdir.2
315link facet.doc.man=true path=usr/share/man/man2/fchmod.2 target=chmod.2
316link facet.doc.man=true path=usr/share/man/man2/fchmodat.2 target=chmod.2
317link facet.doc.man=true path=usr/share/man/man2/fchown.2 target=chown.2
318link facet.doc.man=true path=usr/share/man/man2/fchownat.2 target=chown.2
319link facet.doc.man=true path=usr/share/man/man2/fchroot.2 target=chroot.2
320link facet.doc.man=true path=usr/share/man/man2/fgetlabel.2 target=getlabel.2
321link facet.doc.man=true path=usr/share/man/man2/fork1.2 target=fork.2
322link facet.doc.man=true path=usr/share/man/man2/forkall.2 target=fork.2
323link facet.doc.man=true path=usr/share/man/man2/forkallx.2 target=fork.2
324link facet.doc.man=true path=usr/share/man/man2/forkx.2 target=fork.2
325link facet.doc.man=true path=usr/share/man/man2/fstat.2 target=stat.2
326link facet.doc.man=true path=usr/share/man/man2/fstatat.2 target=stat.2
327link facet.doc.man=true path=usr/share/man/man2/fstatvfs.2 target=statvfs.2
328link facet.doc.man=true path=usr/share/man/man2/futimens.2 target=utimes.2
329link facet.doc.man=true path=usr/share/man/man2/futimesat.2 target=utimes.2
330link facet.doc.man=true path=usr/share/man/man2/getaudit_addr.2 target=getaudit.2
331link facet.doc.man=true path=usr/share/man/man2/getegid.2 target=getuid.2
332link facet.doc.man=true path=usr/share/man/man2/geteuid.2 target=getuid.2
333link facet.doc.man=true path=usr/share/man/man2/getgid.2 target=getuid.2
334link facet.doc.man=true path=usr/share/man/man2/getpgid.2 target=getpid.2
335link facet.doc.man=true path=usr/share/man/man2/getpgrp.2 target=getpid.2
336link facet.doc.man=true path=usr/share/man/man2/getpmsg.2 target=getmsg.2
337link facet.doc.man=true path=usr/share/man/man2/getppid.2 target=getpid.2
338link facet.doc.man=true path=usr/share/man/man2/getprojid.2 target=settaskid.2
339link facet.doc.man=true path=usr/share/man/man2/getrctl.2 target=setrctl.2
340link facet.doc.man=true path=usr/share/man/man2/gettaskid.2 target=settaskid.2
341link facet.doc.man=true path=usr/share/man/man2/intro.2 target=Intro.2
342link facet.doc.man=true path=usr/share/man/man2/linkat.2 target=link.2
343link facet.doc.man=true path=usr/share/man/man2/lchown.2 target=chown.2
344link facet.doc.man=true path=usr/share/man/man2/lstat.2 target=stat.2
345link facet.doc.man=true path=usr/share/man/man2/mkdirat.2 target=mkdir.2
346link facet.doc.man=true path=usr/share/man/man2/mknodat.2 target=mknod.2
347link facet.doc.man=true path=usr/share/man/man2/openat.2 target=open.2
348link facet.doc.man=true path=usr/share/man/man2/pathconf.2 target=fpathconf.2
349link facet.doc.man=true path=usr/share/man/man2/pipe2.2 target=pipe.2
350link facet.doc.man=true path=usr/share/man/man2/ppoll.2 target=poll.2
351link facet.doc.man=true path=usr/share/man/man2/pread.2 target=read.2
352link facet.doc.man=true path=usr/share/man/man2/preadv.2 target=read.2
353link facet.doc.man=true path=usr/share/man/man2/pset_assign.2 target=pset_create.2
354link facet.doc.man=true path=usr/share/man/man2/pset_destroy.2 target=pset_create.2
355link facet.doc.man=true path=usr/share/man/man2/pset_getattr.2 target=pset_setattr.2
356link facet.doc.man=true path=usr/share/man/man2/putacct.2 target=getacct.2
357link facet.doc.man=true path=usr/share/man/man2/putpmsg.2 target=putmsg.2
358link facet.doc.man=true path=usr/share/man/man2/pwrite.2 target=write.2
359link facet.doc.man=true path=usr/share/man/man2/pwritev.2 target=write.2
360link facet.doc.man=true path=usr/share/man/man2/readlinkat.2 target=readlink.2
361link facet.doc.man=true path=usr/share/man/man2/readv.2 target=read.2
362link facet.doc.man=true path=usr/share/man/man2/renameat.2 target=rename.2
363link facet.doc.man=true path=usr/share/man/man2/sbrk.2 target=brk.2
364link facet.doc.man=true path=usr/share/man/man2/semtimedop.2 target=semop.2
365link facet.doc.man=true path=usr/share/man/man2/setaudit.2 target=getaudit.2
366link facet.doc.man=true path=usr/share/man/man2/setaudit_addr.2 target=getaudit.2
367link facet.doc.man=true path=usr/share/man/man2/setauid.2 target=getauid.2
368link facet.doc.man=true path=usr/share/man/man2/setcontext.2 target=getcontext.2
369link facet.doc.man=true path=usr/share/man/man2/setegid.2 target=setuid.2
370link facet.doc.man=true path=usr/share/man/man2/seteuid.2 target=setuid.2
371link facet.doc.man=true path=usr/share/man/man2/setgid.2 target=setuid.2
372link facet.doc.man=true path=usr/share/man/man2/setgroups.2 target=getgroups.2
373link facet.doc.man=true path=usr/share/man/man2/setitimer.2 target=getitimer.2
374link facet.doc.man=true path=usr/share/man/man2/setpflags.2 target=getpflags.2
375link facet.doc.man=true path=usr/share/man/man2/setppriv.2 target=getppriv.2
376link facet.doc.man=true path=usr/share/man/man2/setrlimit.2 target=getrlimit.2
377link facet.doc.man=true path=usr/share/man/man2/setustack.2 target=getustack.2
378link facet.doc.man=true path=usr/share/man/man2/shmat.2 target=shmop.2
379link facet.doc.man=true path=usr/share/man/man2/shmdt.2 target=shmop.2
380link facet.doc.man=true path=usr/share/man/man2/sigsendset.2 target=sigsend.2
381link facet.doc.man=true path=usr/share/man/man2/symlinkat.2 target=symlink.2
382link facet.doc.man=true path=usr/share/man/man2/umount2.2 target=umount.2
383link facet.doc.man=true path=usr/share/man/man2/unlinkat.2 target=unlink.2
384link facet.doc.man=true path=usr/share/man/man2/utimensat.2 target=utimes.2
385link facet.doc.man=true path=usr/share/man/man2/vforkx.2 target=vfork.2
386link facet.doc.man=true path=usr/share/man/man2/wracct.2 target=getacct.2
387link facet.doc.man=true path=usr/share/man/man2/writev.2 target=write.2
388#
389# This file and its contents are supplied under the terms of the
390# Common Development and Distribution License ("CDDL"), version 1.0.
391# You may only use this file in accordance with the terms of version
392# 1.0 of the CDDL.
393#
394# A full copy of the text of the CDDL should have accompanied this
395# source.  A copy of the CDDL is also available via the Internet
396# at http://www.illumos.org/license/CDDL.
397#
398
399#
400# Copyright 2011, Richard Lowe
401# Copyright 2012 Nexenta Systems, Inc. All rights reserved.
402#
403
404file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man4/cardbus.4
405file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man4/dir_ufs.4
406file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man4/driver.conf.4
407file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man4/pci.4
408file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man4/priv_names.4
409file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man4/proc.4
410file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man4/process.4
411file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man4/pseudo.4
412file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man4/scsi.4
413file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man4/sock2path.d.4
414file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man4/system.4
415file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man4/tnf_kernel_probes.4
416file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man4/ts_dptbl.4
417link facet.doc.man=true path=usr/share/man/man4/dir.4 target=dir_ufs.4
418link facet.doc.man=true path=usr/share/man/man4/pcie.4 target=pci.4
419#
420# This file and its contents are supplied under the terms of the
421# Common Development and Distribution License ("CDDL"), version 1.0.
422# You may only use this file in accordance with the terms of version
423# 1.0 of the CDDL.
424#
425# A full copy of the text of the CDDL should have accompanied this
426# source.  A copy of the CDDL is also available via the Internet
427# at http://www.illumos.org/license/CDDL.
428#
429
430# Copyright 2011, Richard Lowe
431# Copyright 2014 Garrett D'Amore <garrett@damore.org>
432
433file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man5/epoll.5
434file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man5/fsattr.5
435file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man5/ieee802.11.5
436file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man5/ieee802.3.5
437#
438# This file and its contents are supplied under the terms of the
439# Common Development and Distribution License ("CDDL"), version 1.0.
440# You may only use this file in accordance with the terms of version
441# 1.0 of the CDDL.
442#
443# A full copy of the text of the CDDL should have accompanied this
444# source.  A copy of the CDDL is also available via the Internet
445# at http://www.illumos.org/license/CDDL.
446#
447
448#
449# Copyright 2011, Richard Lowe
450# Copyright 2012 Nexenta Systems, Inc. All rights reserved.
451#
452
453file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man7/Intro.7
454link facet.doc.man=true path=usr/share/man/man7/intro.7 target=Intro.7
455#
456# This file and its contents are supplied under the terms of the
457# Common Development and Distribution License ("CDDL"), version 1.0.
458# You may only use this file in accordance with the terms of version
459# 1.0 of the CDDL.
460#
461# A full copy of the text of the CDDL should have accompanied this
462# source.  A copy of the CDDL is also available via the Internet
463# at http://www.illumos.org/license/CDDL.
464#
465
466#
467# Copyright 2011, Richard Lowe
468# Copyright 2016 Nexenta Systems, Inc.
469#
470
471file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man7d/bscv.7d
472file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man7d/console.7d
473file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man7d/cpuid.7d
474file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man7d/devinfo.7d
475file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man7d/gld.7d
476file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man7d/ipnet.7d
477file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man7d/kmdb.7d
478file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man7d/llc1.7d
479file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man7d/lofi.7d
480file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man7d/log.7d
481file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man7d/mem.7d
482file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man7d/msglog.7d
483file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man7d/mt.7d
484file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man7d/null.7d
485file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man7d/nulldriver.7d
486file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man7d/openprom.7d
487file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man7d/physmem.7d
488file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man7d/poll.7d
489file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man7d/pty.7d
490file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man7d/ramdisk.7d
491file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man7d/random.7d
492file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man7d/sad.7d
493file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man7d/sata.7d
494file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man7d/sd.7d
495file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man7d/sgen.7d
496file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man7d/st.7d
497file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man7d/sysmsg.7d
498file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man7d/ticlts.7d
499file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man7d/tty.7d
500file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man7d/ttymux.7d
501file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man7d/tzmon.7d
502file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man7d/virtualkm.7d
503file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man7d/vni.7d
504file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man7d/wscons.7d
505file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man7d/zero.7d
506link facet.doc.man=true path=usr/share/man/man7d/allkmem.7d target=mem.7d
507link facet.doc.man=true path=usr/share/man/man7d/bscbus.7d target=bscv.7d
508link facet.doc.man=true path=usr/share/man/man7d/i2bsc.7d target=bscv.7d
509link facet.doc.man=true path=usr/share/man/man7d/kmem.7d target=mem.7d
510link facet.doc.man=true path=usr/share/man/man7d/lo0.7d target=ipnet.7d
511link facet.doc.man=true path=usr/share/man/man7d/ticots.7d target=ticlts.7d
512link facet.doc.man=true path=usr/share/man/man7d/ticotsord.7d target=ticlts.7d
513link facet.doc.man=true path=usr/share/man/man7d/urandom.7d target=random.7d
514#
515# This file and its contents are supplied under the terms of the
516# Common Development and Distribution License ("CDDL"), version 1.0.
517# You may only use this file in accordance with the terms of version
518# 1.0 of the CDDL.
519#
520# A full copy of the text of the CDDL should have accompanied this
521# source.  A copy of the CDDL is also available via the Internet
522# at http://www.illumos.org/license/CDDL.
523#
524
525#
526# Copyright 2011, Richard Lowe
527# Copyright 2012 Nexenta Systems, Inc. All rights reserved.
528#
529
530file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man7fs/bootfs.7fs
531file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man7fs/ctfs.7fs
532file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man7fs/dcfs.7fs
533file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man7fs/dev.7fs
534file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man7fs/devfs.7fs
535file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man7fs/fd.7fs
536file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man7fs/hsfs.7fs
537file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man7fs/lofs.7fs
538file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man7fs/objfs.7fs
539file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man7fs/sharefs.7fs
540file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man7fs/tmpfs.7fs
541file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man7fs/ufs.7fs
542link facet.doc.man=true path=usr/share/man/man7fs/stderr.7fs target=fd.7fs
543link facet.doc.man=true path=usr/share/man/man7fs/stdin.7fs target=fd.7fs
544link facet.doc.man=true path=usr/share/man/man7fs/stdout.7fs target=fd.7fs
545#
546# This file and its contents are supplied under the terms of the
547# Common Development and Distribution License ("CDDL"), version 1.0.
548# You may only use this file in accordance with the terms of version
549# 1.0 of the CDDL.
550#
551# A full copy of the text of the CDDL should have accompanied this
552# source.  A copy of the CDDL is also available via the Internet
553# at http://www.illumos.org/license/CDDL.
554#
555
556#
557# Copyright 2011, Richard Lowe
558# Copyright 2012 Nexenta Systems, Inc. All rights reserved.
559#
560
561file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man7m/bufmod.7m
562file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man7m/connld.7m
563file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man7m/ldterm.7m
564file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man7m/pckt.7m
565file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man7m/pfmod.7m
566file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man7m/pipemod.7m
567file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man7m/ptem.7m
568file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man7m/timod.7m
569file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man7m/tirdwr.7m
570file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man7m/ttcompat.7m
571file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man7m/vuidmice.7m
572link facet.doc.man=true path=usr/share/man/man7m/vuid2ps2.7m target=vuidmice.7m
573link facet.doc.man=true path=usr/share/man/man7m/vuid3ps2.7m target=vuidmice.7m
574link facet.doc.man=true path=usr/share/man/man7m/vuidm3p.7m target=vuidmice.7m
575link facet.doc.man=true path=usr/share/man/man7m/vuidm4p.7m target=vuidmice.7m
576link facet.doc.man=true path=usr/share/man/man7m/vuidm5p.7m target=vuidmice.7m
577#
578# This file and its contents are supplied under the terms of the
579# Common Development and Distribution License ("CDDL"), version 1.0.
580# You may only use this file in accordance with the terms of version
581# 1.0 of the CDDL.
582#
583# A full copy of the text of the CDDL should have accompanied this
584# source.  A copy of the CDDL is also available via the Internet
585# at http://www.illumos.org/license/CDDL.
586#
587
588#
589# Copyright 2011, Richard Lowe
590# Copyright 2012 Nexenta Systems, Inc. All rights reserved.
591#
592
593file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man7p/arp.7p
594file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man7p/dlpi.7p
595file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man7p/icmp.7p
596file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man7p/icmp6.7p
597file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man7p/if_tcp.7p
598file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man7p/inet.7p
599file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man7p/inet6.7p
600file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man7p/ip.7p
601file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man7p/ip6.7p
602file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man7p/ipsec.7p
603file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man7p/ipsecah.7p
604file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man7p/ipsecesp.7p
605file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man7p/ndp.7p
606file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man7p/pf_key.7p
607file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man7p/route.7p
608file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man7p/routing.7p
609file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man7p/sctp.7p
610file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man7p/tcp.7p
611file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man7p/udp.7p
612link facet.doc.man=true path=usr/share/man/man7p/AH.7p target=ipsecah.7p
613link facet.doc.man=true path=usr/share/man/man7p/ARP.7p target=arp.7p
614link facet.doc.man=true path=usr/share/man/man7p/ESP.7p target=ipsecesp.7p
615link facet.doc.man=true path=usr/share/man/man7p/ICMP.7p target=icmp.7p
616link facet.doc.man=true path=usr/share/man/man7p/IP.7p target=ip.7p
617link facet.doc.man=true path=usr/share/man/man7p/NDP.7p target=ndp.7p
618link facet.doc.man=true path=usr/share/man/man7p/SCTP.7p target=sctp.7p
619link facet.doc.man=true path=usr/share/man/man7p/TCP.7p target=tcp.7p
620link facet.doc.man=true path=usr/share/man/man7p/UDP.7p target=udp.7p
621link facet.doc.man=true path=usr/share/man/man7p/if.7p target=if_tcp.7p
622#
623# This file and its contents are supplied under the terms of the
624# Common Development and Distribution License ("CDDL"), version 1.0.
625# You may only use this file in accordance with the terms of version
626# 1.0 of the CDDL.
627#
628# A full copy of the text of the CDDL should have accompanied this
629# source.  A copy of the CDDL is also available via the Internet
630# at http://www.illumos.org/license/CDDL.
631#
632
633#
634# Copyright 2011, Richard Lowe
635# Copyright 2012 Nexenta Systems, Inc. All rights reserved.
636#
637
638link facet.doc.man=true path=usr/share/man/man9/Intro.9 target=../man9e/Intro.9e
639link facet.doc.man=true path=usr/share/man/man9/intro.9 target=../man9e/Intro.9e
640#
641# This file and its contents are supplied under the terms of the
642# Common Development and Distribution License ("CDDL"), version 1.0.
643# You may only use this file in accordance with the terms of version
644# 1.0 of the CDDL.
645#
646# A full copy of the text of the CDDL should have accompanied this
647# source.  A copy of the CDDL is also available via the Internet
648# at http://www.illumos.org/license/CDDL.
649#
650
651#
652# Copyright 2011, Richard Lowe
653# Copyright 2012 Nexenta Systems, Inc. All rights reserved.
654#
655
656file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9e/Intro.9e
657file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9e/_fini.9e
658file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9e/aread.9e
659file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9e/attach.9e
660file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9e/awrite.9e
661file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9e/chpoll.9e
662file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9e/close.9e
663file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9e/csx_event_handler.9e
664file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9e/detach.9e
665file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9e/devmap.9e
666file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9e/devmap_access.9e
667file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9e/devmap_contextmgt.9e
668file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9e/devmap_dup.9e
669file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9e/devmap_map.9e
670file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9e/devmap_unmap.9e
671file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9e/dump.9e
672file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9e/getinfo.9e
673file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9e/gld.9e
674file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9e/identify.9e
675file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9e/ioctl.9e
676file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9e/ks_snapshot.9e
677file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9e/ks_update.9e
678file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9e/mac_capab_led.9e
679file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9e/mac_capab_transceiver.9e
680file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9e/mmap.9e
681file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9e/open.9e
682file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9e/power.9e
683file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9e/print.9e
684file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9e/probe.9e
685file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9e/prop_op.9e
686file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9e/put.9e
687file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9e/quiesce.9e
688file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9e/read.9e
689file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9e/segmap.9e
690file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9e/srv.9e
691file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9e/strategy.9e
692file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9e/tran_abort.9e
693file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9e/tran_bus_reset.9e
694file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9e/tran_dmafree.9e
695file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9e/tran_getcap.9e
696file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9e/tran_init_pkt.9e
697file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9e/tran_quiesce.9e
698file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9e/tran_reset.9e
699file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9e/tran_reset_notify.9e
700file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9e/tran_setup_pkt.9e
701file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9e/tran_start.9e
702file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9e/tran_sync_pkt.9e
703file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9e/tran_tgt_free.9e
704file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9e/tran_tgt_init.9e
705file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9e/tran_tgt_probe.9e
706file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9e/write.9e
707link facet.doc.man=true path=usr/share/man/man9e/_info.9e target=_fini.9e
708link facet.doc.man=true path=usr/share/man/man9e/_init.9e target=_fini.9e
709link facet.doc.man=true path=usr/share/man/man9e/gldm_get_stats.9e target=gld.9e
710link facet.doc.man=true path=usr/share/man/man9e/gldm_intr.9e target=gld.9e
711link facet.doc.man=true path=usr/share/man/man9e/gldm_ioctl.9e target=gld.9e
712link facet.doc.man=true path=usr/share/man/man9e/gldm_reset.9e target=gld.9e
713link facet.doc.man=true path=usr/share/man/man9e/gldm_send.9e target=gld.9e
714link facet.doc.man=true path=usr/share/man/man9e/gldm_set_mac_addr.9e target=gld.9e
715link facet.doc.man=true path=usr/share/man/man9e/gldm_set_multicast.9e target=gld.9e
716link facet.doc.man=true path=usr/share/man/man9e/gldm_set_promiscuous.9e target=gld.9e
717link facet.doc.man=true path=usr/share/man/man9e/gldm_start.9e target=gld.9e
718link facet.doc.man=true path=usr/share/man/man9e/gldm_stop.9e target=gld.9e
719link facet.doc.man=true path=usr/share/man/man9e/intro.9e target=Intro.9e
720link facet.doc.man=true path=usr/share/man/man9e/mcl_set.9e target=mac_capab_led.9e
721link facet.doc.man=true path=usr/share/man/man9e/mct_info.9e target=mac_capab_transceiver.9e
722link facet.doc.man=true path=usr/share/man/man9e/mct_read.9e target=mac_capab_transceiver.9e
723link facet.doc.man=true path=usr/share/man/man9e/tran_destroy_pkt.9e target=tran_init_pkt.9e
724link facet.doc.man=true path=usr/share/man/man9e/tran_pkt_constructor.9e target=tran_setup_pkt.9e
725link facet.doc.man=true path=usr/share/man/man9e/tran_pkt_destructor.9e target=tran_setup_pkt.9e
726link facet.doc.man=true path=usr/share/man/man9e/tran_setcap.9e target=tran_getcap.9e
727link facet.doc.man=true path=usr/share/man/man9e/tran_teardown_pkt.9e target=tran_setup_pkt.9e
728link facet.doc.man=true path=usr/share/man/man9e/tran_unquiesce.9e target=tran_quiesce.9e
729#
730# This file and its contents are supplied under the terms of the
731# Common Development and Distribution License ("CDDL"), version 1.0.
732# You may only use this file in accordance with the terms of version
733# 1.0 of the CDDL.
734#
735# A full copy of the text of the CDDL should have accompanied this
736# source.  A copy of the CDDL is also available via the Internet
737# at http://www.illumos.org/license/CDDL.
738#
739
740#
741# Copyright 2011, Richard Lowe
742# Copyright 2014 Garrett D'Amore <garrett@damore.org>
743# Copyright 2016 Nexenta Systems, Inc.
744#
745
746file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/ASSERT.9f
747file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/Intro.9f
748file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/OTHERQ.9f
749file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/RD.9f
750file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/SAMESTR.9f
751file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/STRUCT_DECL.9f
752file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/WR.9f
753file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/adjmsg.9f
754file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/allocb.9f
755file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/atomic_add.9f
756file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/atomic_and.9f
757file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/atomic_bits.9f
758file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/atomic_cas.9f
759file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/atomic_dec.9f
760file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/atomic_inc.9f
761file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/atomic_ops.9f
762file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/atomic_or.9f
763file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/atomic_swap.9f
764file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/avl.9f
765file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/backq.9f
766file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/bcanput.9f
767file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/bcmp.9f
768file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/bcopy.9f
769file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/bioclone.9f
770file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/biodone.9f
771file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/bioerror.9f
772file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/biofini.9f
773file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/bioinit.9f
774file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/biomodified.9f
775file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/bioreset.9f
776file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/biosize.9f
777file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/biowait.9f
778file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/bp_copyin.9f
779file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/bp_copyout.9f
780file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/bp_mapin.9f
781file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/bp_mapout.9f
782file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/btop.9f
783file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/btopr.9f
784file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/bufcall.9f
785file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/bzero.9f
786file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/canput.9f
787file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/canputnext.9f
788file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/clrbuf.9f
789file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/cmn_err.9f
790file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/condvar.9f
791file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/copyb.9f
792file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/copyin.9f
793file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/copymsg.9f
794file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/copyout.9f
795file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/csx_AccessConfigurationRegister.9f
796file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/csx_CS_DDI_Info.9f
797file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/csx_ConvertSize.9f
798file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/csx_ConvertSpeed.9f
799file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/csx_DeregisterClient.9f
800file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/csx_DupHandle.9f
801file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/csx_Error2Text.9f
802file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/csx_Event2Text.9f
803file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/csx_FreeHandle.9f
804file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/csx_Get8.9f
805file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/csx_GetFirstClient.9f
806file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/csx_GetFirstTuple.9f
807file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/csx_GetHandleOffset.9f
808file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/csx_GetMappedAddr.9f
809file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/csx_GetStatus.9f
810file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/csx_GetTupleData.9f
811file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/csx_MakeDeviceNode.9f
812file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/csx_MapLogSocket.9f
813file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/csx_MapMemPage.9f
814file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/csx_ModifyConfiguration.9f
815file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/csx_ModifyWindow.9f
816file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/csx_ParseTuple.9f
817file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/csx_Parse_CISTPL_BATTERY.9f
818file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/csx_Parse_CISTPL_BYTEORDER.9f
819file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/csx_Parse_CISTPL_CFTABLE_ENTRY.9f
820file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/csx_Parse_CISTPL_CONFIG.9f
821file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/csx_Parse_CISTPL_DATE.9f
822file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/csx_Parse_CISTPL_DEVICE.9f
823file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/csx_Parse_CISTPL_DEVICEGEO.9f
824file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/csx_Parse_CISTPL_DEVICEGEO_A.9f
825file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/csx_Parse_CISTPL_FORMAT.9f
826file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/csx_Parse_CISTPL_FUNCE.9f
827file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/csx_Parse_CISTPL_FUNCID.9f
828file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/csx_Parse_CISTPL_GEOMETRY.9f
829file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/csx_Parse_CISTPL_JEDEC_C.9f
830file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/csx_Parse_CISTPL_LINKTARGET.9f
831file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/csx_Parse_CISTPL_LONGLINK_A.9f
832file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/csx_Parse_CISTPL_LONGLINK_MFC.9f
833file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/csx_Parse_CISTPL_MANFID.9f
834file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/csx_Parse_CISTPL_ORG.9f
835file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/csx_Parse_CISTPL_SPCL.9f
836file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/csx_Parse_CISTPL_SWIL.9f
837file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/csx_Parse_CISTPL_VERS_1.9f
838file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/csx_Parse_CISTPL_VERS_2.9f
839file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/csx_Put8.9f
840file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/csx_RegisterClient.9f
841file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/csx_ReleaseConfiguration.9f
842file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/csx_RepGet8.9f
843file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/csx_RepPut8.9f
844file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/csx_RequestConfiguration.9f
845file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/csx_RequestIO.9f
846file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/csx_RequestIRQ.9f
847file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/csx_RequestSocketMask.9f
848file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/csx_RequestWindow.9f
849file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/csx_ResetFunction.9f
850file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/csx_SetEventMask.9f
851file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/csx_SetHandleOffset.9f
852file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/csx_ValidateCIS.9f
853file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/datamsg.9f
854file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/ddi_add_event_handler.9f
855file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/ddi_add_intr.9f
856file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/ddi_add_softintr.9f
857file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/ddi_binding_name.9f
858file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/ddi_btop.9f
859file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/ddi_can_receive_sig.9f
860file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/ddi_cb_register.9f
861file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/ddi_check_acc_handle.9f
862file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/ddi_copyin.9f
863file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/ddi_copyout.9f
864file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/ddi_create_minor_node.9f
865file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/ddi_cred.9f
866file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/ddi_dev_is_needed.9f
867file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/ddi_dev_is_sid.9f
868file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/ddi_dev_nintrs.9f
869file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/ddi_dev_nregs.9f
870file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/ddi_dev_regsize.9f
871file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/ddi_dev_report_fault.9f
872file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/ddi_device_copy.9f
873file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/ddi_device_zero.9f
874file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/ddi_devid_compare.9f
875file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/ddi_dma_addr_bind_handle.9f
876file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/ddi_dma_alloc_handle.9f
877file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/ddi_dma_buf_bind_handle.9f
878file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/ddi_dma_burstsizes.9f
879file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/ddi_dma_free_handle.9f
880file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/ddi_dma_getwin.9f
881file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/ddi_dma_mem_alloc.9f
882file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/ddi_dma_mem_free.9f
883file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/ddi_dma_nextcookie.9f
884file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/ddi_dma_numwin.9f
885file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/ddi_dma_set_sbus64.9f
886file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/ddi_dma_sync.9f
887file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/ddi_dma_unbind_handle.9f
888file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/ddi_dmae.9f
889file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/ddi_driver_major.9f
890file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/ddi_driver_name.9f
891file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/ddi_enter_critical.9f
892file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/ddi_ffs.9f
893file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/ddi_fm_acc_err_clear.9f
894file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/ddi_fm_acc_err_get.9f
895file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/ddi_fm_ereport_post.9f
896file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/ddi_fm_handler_register.9f
897file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/ddi_fm_init.9f
898file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/ddi_fm_service_impact.9f
899file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/ddi_get8.9f
900file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/ddi_get_cred.9f
901file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/ddi_get_devstate.9f
902file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/ddi_get_driver_private.9f
903file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/ddi_get_eventcookie.9f
904file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/ddi_get_instance.9f
905file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/ddi_get_kt_did.9f
906file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/ddi_get_lbolt.9f
907file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/ddi_get_parent.9f
908file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/ddi_get_pid.9f
909file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/ddi_get_time.9f
910file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/ddi_getiminor.9f
911file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/ddi_in_panic.9f
912file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/ddi_intr_add_handler.9f
913file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/ddi_intr_add_softint.9f
914file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/ddi_intr_alloc.9f
915file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/ddi_intr_dup_handler.9f
916file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/ddi_intr_enable.9f
917file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/ddi_intr_get_cap.9f
918file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/ddi_intr_get_hilevel_pri.9f
919file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/ddi_intr_get_nintrs.9f
920file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/ddi_intr_get_pending.9f
921file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/ddi_intr_get_pri.9f
922file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/ddi_intr_get_supported_types.9f
923file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/ddi_intr_hilevel.9f
924file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/ddi_intr_set_mask.9f
925file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/ddi_intr_set_nreq.9f
926file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/ddi_io_get8.9f
927file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/ddi_io_put8.9f
928file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/ddi_io_rep_get8.9f
929file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/ddi_io_rep_put8.9f
930file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/ddi_log_sysevent.9f
931file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/ddi_map_regs.9f
932file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/ddi_mem_get8.9f
933file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/ddi_mem_put8.9f
934file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/ddi_mem_rep_get8.9f
935file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/ddi_mem_rep_put8.9f
936file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/ddi_mmap_get_model.9f
937file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/ddi_model_convert_from.9f
938file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/ddi_modopen.9f
939file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/ddi_no_info.9f
940file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/ddi_node_name.9f
941file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/ddi_peek.9f
942file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/ddi_periodic_add.9f
943file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/ddi_periodic_delete.9f
944file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/ddi_poke.9f
945file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/ddi_prop_create.9f
946file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/ddi_prop_exists.9f
947file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/ddi_prop_get_int.9f
948file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/ddi_prop_lookup.9f
949file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/ddi_prop_op.9f
950file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/ddi_prop_update.9f
951file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/ddi_put8.9f
952file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/ddi_regs_map_free.9f
953file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/ddi_regs_map_setup.9f
954file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/ddi_remove_event_handler.9f
955file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/ddi_remove_minor_node.9f
956file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/ddi_removing_power.9f
957file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/ddi_rep_get8.9f
958file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/ddi_rep_put8.9f
959file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/ddi_report_dev.9f
960file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/ddi_root_node.9f
961file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/ddi_segmap.9f
962file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/ddi_slaveonly.9f
963file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/ddi_soft_state.9f
964file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/ddi_strtol.9f
965file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/ddi_strtoll.9f
966file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/ddi_strtoul.9f
967file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/ddi_umem_alloc.9f
968file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/ddi_umem_iosetup.9f
969file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/ddi_umem_lock.9f
970file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/delay.9f
971file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/devfs_clean.9f
972file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/devmap_default_access.9f
973file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/devmap_devmem_setup.9f
974file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/devmap_do_ctxmgt.9f
975file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/devmap_set_ctx_timeout.9f
976file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/devmap_setup.9f
977file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/devmap_unload.9f
978file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/disksort.9f
979file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/dlbindack.9f
980file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/drv_getparm.9f
981file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/drv_hztousec.9f
982file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/drv_priv.9f
983file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/drv_usectohz.9f
984file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/drv_usecwait.9f
985file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/dupb.9f
986file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/dupmsg.9f
987file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/enableok.9f
988file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/esballoc.9f
989file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/esbbcall.9f
990file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/flushband.9f
991file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/flushq.9f
992file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/freeb.9f
993file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/freemsg.9f
994file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/freerbuf.9f
995file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/freezestr.9f
996file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/get_pktiopb.9f
997file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/geterror.9f
998file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/gethrtime.9f
999file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/getmajor.9f
1000file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/getminor.9f
1001file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/getq.9f
1002file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/getrbuf.9f
1003file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/gld.9f
1004file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/hook_alloc.9f
1005file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/hook_free.9f
1006file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/id32_alloc.9f
1007file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/inb.9f
1008file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/insq.9f
1009file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/kiconv.9f
1010file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/kiconv_close.9f
1011file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/kiconv_open.9f
1012file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/kiconvstr.9f
1013file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/kmem_alloc.9f
1014file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/kmem_cache_create.9f
1015file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/kstat_create.9f
1016file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/kstat_delete.9f
1017file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/kstat_install.9f
1018file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/kstat_named_init.9f
1019file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/kstat_queue.9f
1020file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/ldi_add_event_handler.9f
1021file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/ldi_aread.9f
1022file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/ldi_devmap.9f
1023file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/ldi_dump.9f
1024file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/ldi_ev_finalize.9f
1025file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/ldi_ev_get_cookie.9f
1026file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/ldi_ev_get_type.9f
1027file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/ldi_ev_notify.9f
1028file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/ldi_ev_register_callbacks.9f
1029file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/ldi_ev_remove_callbacks.9f
1030file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/ldi_get_dev.9f
1031file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/ldi_get_eventcookie.9f
1032file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/ldi_get_size.9f
1033file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/ldi_ident_from_dev.9f
1034file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/ldi_ioctl.9f
1035file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/ldi_open_by_dev.9f
1036file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/ldi_poll.9f
1037file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/ldi_prop_exists.9f
1038file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/ldi_prop_get_int.9f
1039file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/ldi_prop_lookup_int_array.9f
1040file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/ldi_putmsg.9f
1041file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/ldi_read.9f
1042file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/ldi_remove_event_handler.9f
1043file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/ldi_strategy.9f
1044file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/linkb.9f
1045file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/list_create.9f
1046file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/mac_transceiver_info.9f
1047file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/makecom.9f
1048file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/makedevice.9f
1049file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/max.9f
1050file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/mcopyin.9f
1051file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/mcopymsg.9f
1052file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/mcopyout.9f
1053file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/membar_ops.9f
1054file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/memchr.9f
1055file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/merror.9f
1056file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/mexchange.9f
1057file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/min.9f
1058file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/mioc2ack.9f
1059file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/miocack.9f
1060file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/miocnak.9f
1061file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/miocpullup.9f
1062file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/mkiocb.9f
1063file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/mod_install.9f
1064file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/msgdsize.9f
1065file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/msgpullup.9f
1066file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/msgsize.9f
1067file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/mt-streams.9f
1068file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/mutex.9f
1069file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/net_event_notify_register.9f
1070file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/net_getifname.9f
1071file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/net_getlifaddr.9f
1072file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/net_getmtu.9f
1073file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/net_getnetid.9f
1074file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/net_getpmtuenabled.9f
1075file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/net_hook_register.9f
1076file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/net_hook_unregister.9f
1077file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/net_inject.9f
1078file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/net_inject_alloc.9f
1079file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/net_inject_free.9f
1080file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/net_instance_alloc.9f
1081file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/net_instance_free.9f
1082file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/net_instance_notify_register.9f
1083file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/net_instance_register.9f
1084file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/net_instance_unregister.9f
1085file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/net_ispartialchecksum.9f
1086file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/net_isvalidchecksum.9f
1087file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/net_kstat_create.9f
1088file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/net_kstat_delete.9f
1089file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/net_lifgetnext.9f
1090file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/net_netidtozonid.9f
1091file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/net_phygetnext.9f
1092file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/net_phylookup.9f
1093file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/net_protocol_lookup.9f
1094file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/net_protocol_notify_register.9f
1095file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/net_protocol_release.9f
1096file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/net_protocol_walk.9f
1097file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/net_routeto.9f
1098file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/net_zoneidtonetid.9f
1099file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/netinfo.9f
1100file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/nochpoll.9f
1101file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/nodev.9f
1102file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/noenable.9f
1103file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/nulldev.9f
1104file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/nvlist_add_boolean.9f
1105file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/nvlist_alloc.9f
1106file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/nvlist_lookup_boolean.9f
1107file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/nvlist_lookup_nvpair.9f
1108file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/nvlist_next_nvpair.9f
1109file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/nvlist_remove.9f
1110file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/nvpair_value_byte.9f
1111file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/outb.9f
1112file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/pci_config_get8.9f
1113file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/pci_config_setup.9f
1114file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/pci_ereport_setup.9f
1115file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/pci_report_pmcap.9f
1116file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/pci_save_config_regs.9f
1117file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/physio.9f
1118file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/pm_busy_component.9f
1119file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/pm_power_has_changed.9f
1120file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/pm_raise_power.9f
1121file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/pm_trans_check.9f
1122file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/pollwakeup.9f
1123file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/priv_getbyname.9f
1124file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/priv_policy.9f
1125file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/proc_signal.9f
1126file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/ptob.9f
1127file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/pullupmsg.9f
1128file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/put.9f
1129file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/putbq.9f
1130file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/putctl.9f
1131file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/putctl1.9f
1132file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/putnext.9f
1133file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/putnextctl.9f
1134file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/putnextctl1.9f
1135file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/putq.9f
1136file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/qassociate.9f
1137file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/qbufcall.9f
1138file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/qenable.9f
1139file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/qprocson.9f
1140file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/qreply.9f
1141file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/qsize.9f
1142file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/qtimeout.9f
1143file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/qunbufcall.9f
1144file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/quntimeout.9f
1145file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/qwait.9f
1146file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/qwriter.9f
1147file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/rmalloc.9f
1148file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/rmalloc_wait.9f
1149file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/rmallocmap.9f
1150file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/rmfree.9f
1151file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/rmvb.9f
1152file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/rmvq.9f
1153file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/rwlock.9f
1154file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/scsi_abort.9f
1155file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/scsi_alloc_consistent_buf.9f
1156file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/scsi_cname.9f
1157file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/scsi_destroy_pkt.9f
1158file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/scsi_dmaget.9f
1159file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/scsi_errmsg.9f
1160file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/scsi_ext_sense_fields.9f
1161file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/scsi_find_sense_descr.9f
1162file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/scsi_free_consistent_buf.9f
1163file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/scsi_get_device_type_scsi_options.9f
1164file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/scsi_get_device_type_string.9f
1165file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/scsi_hba_attach_setup.9f
1166file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/scsi_hba_init.9f
1167file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/scsi_hba_lookup_capstr.9f
1168file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/scsi_hba_pkt_alloc.9f
1169file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/scsi_hba_pkt_comp.9f
1170file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/scsi_hba_probe.9f
1171file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/scsi_hba_tran_alloc.9f
1172file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/scsi_ifgetcap.9f
1173file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/scsi_init_pkt.9f
1174file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/scsi_log.9f
1175file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/scsi_pktalloc.9f
1176file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/scsi_poll.9f
1177file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/scsi_probe.9f
1178file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/scsi_reset.9f
1179file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/scsi_reset_notify.9f
1180file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/scsi_sense_key.9f
1181file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/scsi_setup_cdb.9f
1182file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/scsi_slave.9f
1183file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/scsi_sync_pkt.9f
1184file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/scsi_transport.9f
1185file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/scsi_unprobe.9f
1186file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/scsi_validate_sense.9f
1187file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/scsi_vu_errmsg.9f
1188file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/semaphore.9f
1189file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/stoi.9f
1190file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/string.9f
1191file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/strlog.9f
1192file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/strqget.9f
1193file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/strqset.9f
1194file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/swab.9f
1195file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/taskq.9f
1196file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/testb.9f
1197file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/timeout.9f
1198file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/u8_strcmp.9f
1199file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/u8_textprep_str.9f
1200file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/u8_validate.9f
1201file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/uconv_u16tou32.9f
1202file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/uiomove.9f
1203file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/unbufcall.9f
1204file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/unlinkb.9f
1205file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/untimeout.9f
1206file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/ureadc.9f
1207file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/uwritec.9f
1208file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/va_arg.9f
1209file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9f/vsprintf.9f
1210link facet.doc.man=true path=usr/share/man/man9f/AVL_NEXT.9f target=avl.9f
1211link facet.doc.man=true path=usr/share/man/man9f/AVL_PREV.9f target=avl.9f
1212link facet.doc.man=true path=usr/share/man/man9f/SIZEOF_PTR.9f target=STRUCT_DECL.9f
1213link facet.doc.man=true path=usr/share/man/man9f/SIZEOF_STRUCT.9f target=STRUCT_DECL.9f
1214link facet.doc.man=true path=usr/share/man/man9f/STRUCT_BUF.9f target=STRUCT_DECL.9f
1215link facet.doc.man=true path=usr/share/man/man9f/STRUCT_FADDR.9f target=STRUCT_DECL.9f
1216link facet.doc.man=true path=usr/share/man/man9f/STRUCT_FGET.9f target=STRUCT_DECL.9f
1217link facet.doc.man=true path=usr/share/man/man9f/STRUCT_FGETP.9f target=STRUCT_DECL.9f
1218link facet.doc.man=true path=usr/share/man/man9f/STRUCT_FSET.9f target=STRUCT_DECL.9f
1219link facet.doc.man=true path=usr/share/man/man9f/STRUCT_FSETP.9f target=STRUCT_DECL.9f
1220link facet.doc.man=true path=usr/share/man/man9f/STRUCT_HANDLE.9f target=STRUCT_DECL.9f
1221link facet.doc.man=true path=usr/share/man/man9f/STRUCT_INIT.9f target=STRUCT_DECL.9f
1222link facet.doc.man=true path=usr/share/man/man9f/STRUCT_SET_HANDLE.9f target=STRUCT_DECL.9f
1223link facet.doc.man=true path=usr/share/man/man9f/STRUCT_SIZE.9f target=STRUCT_DECL.9f
1224link facet.doc.man=true path=usr/share/man/man9f/assert.9f target=ASSERT.9f
1225link facet.doc.man=true path=usr/share/man/man9f/atomic_add_16.9f target=atomic_add.9f
1226link facet.doc.man=true path=usr/share/man/man9f/atomic_add_16_nv.9f target=atomic_add.9f
1227link facet.doc.man=true path=usr/share/man/man9f/atomic_add_32.9f target=atomic_add.9f
1228link facet.doc.man=true path=usr/share/man/man9f/atomic_add_32_nv.9f target=atomic_add.9f
1229link facet.doc.man=true path=usr/share/man/man9f/atomic_add_64.9f target=atomic_add.9f
1230link facet.doc.man=true path=usr/share/man/man9f/atomic_add_64_nv.9f target=atomic_add.9f
1231link facet.doc.man=true path=usr/share/man/man9f/atomic_add_8.9f target=atomic_add.9f
1232link facet.doc.man=true path=usr/share/man/man9f/atomic_add_8_nv.9f target=atomic_add.9f
1233link facet.doc.man=true path=usr/share/man/man9f/atomic_add_char.9f target=atomic_add.9f
1234link facet.doc.man=true path=usr/share/man/man9f/atomic_add_char_nv.9f target=atomic_add.9f
1235link facet.doc.man=true path=usr/share/man/man9f/atomic_add_int.9f target=atomic_add.9f
1236link facet.doc.man=true path=usr/share/man/man9f/atomic_add_int_nv.9f target=atomic_add.9f
1237link facet.doc.man=true path=usr/share/man/man9f/atomic_add_long.9f target=atomic_add.9f
1238link facet.doc.man=true path=usr/share/man/man9f/atomic_add_long_nv.9f target=atomic_add.9f
1239link facet.doc.man=true path=usr/share/man/man9f/atomic_add_ptr.9f target=atomic_add.9f
1240link facet.doc.man=true path=usr/share/man/man9f/atomic_add_ptr_nv.9f target=atomic_add.9f
1241link facet.doc.man=true path=usr/share/man/man9f/atomic_add_short.9f target=atomic_add.9f
1242link facet.doc.man=true path=usr/share/man/man9f/atomic_add_short_nv.9f target=atomic_add.9f
1243link facet.doc.man=true path=usr/share/man/man9f/atomic_and_16.9f target=atomic_and.9f
1244link facet.doc.man=true path=usr/share/man/man9f/atomic_and_16_nv.9f target=atomic_and.9f
1245link facet.doc.man=true path=usr/share/man/man9f/atomic_and_32.9f target=atomic_and.9f
1246link facet.doc.man=true path=usr/share/man/man9f/atomic_and_32_nv.9f target=atomic_and.9f
1247link facet.doc.man=true path=usr/share/man/man9f/atomic_and_64.9f target=atomic_and.9f
1248link facet.doc.man=true path=usr/share/man/man9f/atomic_and_64_nv.9f target=atomic_and.9f
1249link facet.doc.man=true path=usr/share/man/man9f/atomic_and_8.9f target=atomic_and.9f
1250link facet.doc.man=true path=usr/share/man/man9f/atomic_and_8_nv.9f target=atomic_and.9f
1251link facet.doc.man=true path=usr/share/man/man9f/atomic_and_uchar.9f target=atomic_and.9f
1252link facet.doc.man=true path=usr/share/man/man9f/atomic_and_uchar_nv.9f target=atomic_and.9f
1253link facet.doc.man=true path=usr/share/man/man9f/atomic_and_uint.9f target=atomic_and.9f
1254link facet.doc.man=true path=usr/share/man/man9f/atomic_and_uint_nv.9f target=atomic_and.9f
1255link facet.doc.man=true path=usr/share/man/man9f/atomic_and_ulong.9f target=atomic_and.9f
1256link facet.doc.man=true path=usr/share/man/man9f/atomic_and_ulong_nv.9f target=atomic_and.9f
1257link facet.doc.man=true path=usr/share/man/man9f/atomic_and_ushort.9f target=atomic_and.9f
1258link facet.doc.man=true path=usr/share/man/man9f/atomic_and_ushort_nv.9f target=atomic_and.9f
1259link facet.doc.man=true path=usr/share/man/man9f/atomic_cas_16.9f target=atomic_cas.9f
1260link facet.doc.man=true path=usr/share/man/man9f/atomic_cas_32.9f target=atomic_cas.9f
1261link facet.doc.man=true path=usr/share/man/man9f/atomic_cas_64.9f target=atomic_cas.9f
1262link facet.doc.man=true path=usr/share/man/man9f/atomic_cas_8.9f target=atomic_cas.9f
1263link facet.doc.man=true path=usr/share/man/man9f/atomic_cas_ptr.9f target=atomic_cas.9f
1264link facet.doc.man=true path=usr/share/man/man9f/atomic_cas_uchar.9f target=atomic_cas.9f
1265link facet.doc.man=true path=usr/share/man/man9f/atomic_cas_uint.9f target=atomic_cas.9f
1266link facet.doc.man=true path=usr/share/man/man9f/atomic_cas_ulong.9f target=atomic_cas.9f
1267link facet.doc.man=true path=usr/share/man/man9f/atomic_cas_ushort.9f target=atomic_cas.9f
1268link facet.doc.man=true path=usr/share/man/man9f/atomic_clear_long_excl.9f target=atomic_bits.9f
1269link facet.doc.man=true path=usr/share/man/man9f/atomic_dec_16.9f target=atomic_dec.9f
1270link facet.doc.man=true path=usr/share/man/man9f/atomic_dec_16_nv.9f target=atomic_dec.9f
1271link facet.doc.man=true path=usr/share/man/man9f/atomic_dec_32.9f target=atomic_dec.9f
1272link facet.doc.man=true path=usr/share/man/man9f/atomic_dec_32_nv.9f target=atomic_dec.9f
1273link facet.doc.man=true path=usr/share/man/man9f/atomic_dec_64.9f target=atomic_dec.9f
1274link facet.doc.man=true path=usr/share/man/man9f/atomic_dec_64_nv.9f target=atomic_dec.9f
1275link facet.doc.man=true path=usr/share/man/man9f/atomic_dec_8.9f target=atomic_dec.9f
1276link facet.doc.man=true path=usr/share/man/man9f/atomic_dec_8_nv.9f target=atomic_dec.9f
1277link facet.doc.man=true path=usr/share/man/man9f/atomic_dec_ptr.9f target=atomic_dec.9f
1278link facet.doc.man=true path=usr/share/man/man9f/atomic_dec_ptr_nv.9f target=atomic_dec.9f
1279link facet.doc.man=true path=usr/share/man/man9f/atomic_dec_uchar.9f target=atomic_dec.9f
1280link facet.doc.man=true path=usr/share/man/man9f/atomic_dec_uchar_nv.9f target=atomic_dec.9f
1281link facet.doc.man=true path=usr/share/man/man9f/atomic_dec_uint.9f target=atomic_dec.9f
1282link facet.doc.man=true path=usr/share/man/man9f/atomic_dec_uint_nv.9f target=atomic_dec.9f
1283link facet.doc.man=true path=usr/share/man/man9f/atomic_dec_ulong.9f target=atomic_dec.9f
1284link facet.doc.man=true path=usr/share/man/man9f/atomic_dec_ulong_nv.9f target=atomic_dec.9f
1285link facet.doc.man=true path=usr/share/man/man9f/atomic_dec_ushort.9f target=atomic_dec.9f
1286link facet.doc.man=true path=usr/share/man/man9f/atomic_dec_ushort_nv.9f target=atomic_dec.9f
1287link facet.doc.man=true path=usr/share/man/man9f/atomic_inc_16.9f target=atomic_inc.9f
1288link facet.doc.man=true path=usr/share/man/man9f/atomic_inc_16_nv.9f target=atomic_inc.9f
1289link facet.doc.man=true path=usr/share/man/man9f/atomic_inc_32.9f target=atomic_inc.9f
1290link facet.doc.man=true path=usr/share/man/man9f/atomic_inc_32_nv.9f target=atomic_inc.9f
1291link facet.doc.man=true path=usr/share/man/man9f/atomic_inc_64.9f target=atomic_inc.9f
1292link facet.doc.man=true path=usr/share/man/man9f/atomic_inc_64_nv.9f target=atomic_inc.9f
1293link facet.doc.man=true path=usr/share/man/man9f/atomic_inc_8.9f target=atomic_inc.9f
1294link facet.doc.man=true path=usr/share/man/man9f/atomic_inc_8_nv.9f target=atomic_inc.9f
1295link facet.doc.man=true path=usr/share/man/man9f/atomic_inc_ptr.9f target=atomic_inc.9f
1296link facet.doc.man=true path=usr/share/man/man9f/atomic_inc_ptr_nv.9f target=atomic_inc.9f
1297link facet.doc.man=true path=usr/share/man/man9f/atomic_inc_uchar.9f target=atomic_inc.9f
1298link facet.doc.man=true path=usr/share/man/man9f/atomic_inc_uchar_nv.9f target=atomic_inc.9f
1299link facet.doc.man=true path=usr/share/man/man9f/atomic_inc_uint.9f target=atomic_inc.9f
1300link facet.doc.man=true path=usr/share/man/man9f/atomic_inc_uint_nv.9f target=atomic_inc.9f
1301link facet.doc.man=true path=usr/share/man/man9f/atomic_inc_ulong.9f target=atomic_inc.9f
1302link facet.doc.man=true path=usr/share/man/man9f/atomic_inc_ulong_nv.9f target=atomic_inc.9f
1303link facet.doc.man=true path=usr/share/man/man9f/atomic_inc_ushort.9f target=atomic_inc.9f
1304link facet.doc.man=true path=usr/share/man/man9f/atomic_inc_ushort_nv.9f target=atomic_inc.9f
1305link facet.doc.man=true path=usr/share/man/man9f/atomic_or_16.9f target=atomic_or.9f
1306link facet.doc.man=true path=usr/share/man/man9f/atomic_or_16_nv.9f target=atomic_or.9f
1307link facet.doc.man=true path=usr/share/man/man9f/atomic_or_32.9f target=atomic_or.9f
1308link facet.doc.man=true path=usr/share/man/man9f/atomic_or_32_nv.9f target=atomic_or.9f
1309link facet.doc.man=true path=usr/share/man/man9f/atomic_or_64.9f target=atomic_or.9f
1310link facet.doc.man=true path=usr/share/man/man9f/atomic_or_64_nv.9f target=atomic_or.9f
1311link facet.doc.man=true path=usr/share/man/man9f/atomic_or_8.9f target=atomic_or.9f
1312link facet.doc.man=true path=usr/share/man/man9f/atomic_or_8_nv.9f target=atomic_or.9f
1313link facet.doc.man=true path=usr/share/man/man9f/atomic_or_uchar.9f target=atomic_or.9f
1314link facet.doc.man=true path=usr/share/man/man9f/atomic_or_uchar_nv.9f target=atomic_or.9f
1315link facet.doc.man=true path=usr/share/man/man9f/atomic_or_uint.9f target=atomic_or.9f
1316link facet.doc.man=true path=usr/share/man/man9f/atomic_or_uint_nv.9f target=atomic_or.9f
1317link facet.doc.man=true path=usr/share/man/man9f/atomic_or_ulong.9f target=atomic_or.9f
1318link facet.doc.man=true path=usr/share/man/man9f/atomic_or_ulong_nv.9f target=atomic_or.9f
1319link facet.doc.man=true path=usr/share/man/man9f/atomic_or_ushort.9f target=atomic_or.9f
1320link facet.doc.man=true path=usr/share/man/man9f/atomic_or_ushort_nv.9f target=atomic_or.9f
1321link facet.doc.man=true path=usr/share/man/man9f/atomic_set_long_excl.9f target=atomic_bits.9f
1322link facet.doc.man=true path=usr/share/man/man9f/atomic_swap_16.9f target=atomic_swap.9f
1323link facet.doc.man=true path=usr/share/man/man9f/atomic_swap_32.9f target=atomic_swap.9f
1324link facet.doc.man=true path=usr/share/man/man9f/atomic_swap_64.9f target=atomic_swap.9f
1325link facet.doc.man=true path=usr/share/man/man9f/atomic_swap_8.9f target=atomic_swap.9f
1326link facet.doc.man=true path=usr/share/man/man9f/atomic_swap_ptr.9f target=atomic_swap.9f
1327link facet.doc.man=true path=usr/share/man/man9f/atomic_swap_uchar.9f target=atomic_swap.9f
1328link facet.doc.man=true path=usr/share/man/man9f/atomic_swap_uint.9f target=atomic_swap.9f
1329link facet.doc.man=true path=usr/share/man/man9f/atomic_swap_ulong.9f target=atomic_swap.9f
1330link facet.doc.man=true path=usr/share/man/man9f/atomic_swap_ushort.9f target=atomic_swap.9f
1331link facet.doc.man=true path=usr/share/man/man9f/avl_add.9f target=avl.9f
1332link facet.doc.man=true path=usr/share/man/man9f/avl_create.9f target=avl.9f
1333link facet.doc.man=true path=usr/share/man/man9f/avl_destroy.9f target=avl.9f
1334link facet.doc.man=true path=usr/share/man/man9f/avl_destroy_nodes.9f target=avl.9f
1335link facet.doc.man=true path=usr/share/man/man9f/avl_find.9f target=avl.9f
1336link facet.doc.man=true path=usr/share/man/man9f/avl_first.9f target=avl.9f
1337link facet.doc.man=true path=usr/share/man/man9f/avl_insert.9f target=avl.9f
1338link facet.doc.man=true path=usr/share/man/man9f/avl_insert_here.9f target=avl.9f
1339link facet.doc.man=true path=usr/share/man/man9f/avl_is_empty.9f target=avl.9f
1340link facet.doc.man=true path=usr/share/man/man9f/avl_last.9f target=avl.9f
1341link facet.doc.man=true path=usr/share/man/man9f/avl_nearest.9f target=avl.9f
1342link facet.doc.man=true path=usr/share/man/man9f/avl_numnodes.9f target=avl.9f
1343link facet.doc.man=true path=usr/share/man/man9f/avl_swap.9f target=avl.9f
1344link facet.doc.man=true path=usr/share/man/man9f/bcanputnext.9f target=canputnext.9f
1345link facet.doc.man=true path=usr/share/man/man9f/crgetgid.9f target=ddi_cred.9f
1346link facet.doc.man=true path=usr/share/man/man9f/crgetgroups.9f target=ddi_cred.9f
1347link facet.doc.man=true path=usr/share/man/man9f/crgetngroups.9f target=ddi_cred.9f
1348link facet.doc.man=true path=usr/share/man/man9f/crgetrgid.9f target=ddi_cred.9f
1349link facet.doc.man=true path=usr/share/man/man9f/crgetruid.9f target=ddi_cred.9f
1350link facet.doc.man=true path=usr/share/man/man9f/crgetsgid.9f target=ddi_cred.9f
1351link facet.doc.man=true path=usr/share/man/man9f/crgetsuid.9f target=ddi_cred.9f
1352link facet.doc.man=true path=usr/share/man/man9f/crgetuid.9f target=ddi_cred.9f
1353link facet.doc.man=true path=usr/share/man/man9f/crgetzoneid.9f target=ddi_cred.9f
1354link facet.doc.man=true path=usr/share/man/man9f/csx_Get16.9f target=csx_Get8.9f
1355link facet.doc.man=true path=usr/share/man/man9f/csx_Get32.9f target=csx_Get8.9f
1356link facet.doc.man=true path=usr/share/man/man9f/csx_Get64.9f target=csx_Get8.9f
1357link facet.doc.man=true path=usr/share/man/man9f/csx_GetEventMask.9f target=csx_SetEventMask.9f
1358link facet.doc.man=true path=usr/share/man/man9f/csx_GetNextClient.9f target=csx_GetFirstClient.9f
1359link facet.doc.man=true path=usr/share/man/man9f/csx_GetNextTuple.9f target=csx_GetFirstTuple.9f
1360link facet.doc.man=true path=usr/share/man/man9f/csx_Parse_CISTPL_DEVICE_A.9f target=csx_Parse_CISTPL_DEVICE.9f
1361link facet.doc.man=true path=usr/share/man/man9f/csx_Parse_CISTPL_DEVICE_OA.9f target=csx_Parse_CISTPL_DEVICE.9f
1362link facet.doc.man=true path=usr/share/man/man9f/csx_Parse_CISTPL_DEVICE_OC.9f target=csx_Parse_CISTPL_DEVICE.9f
1363link facet.doc.man=true path=usr/share/man/man9f/csx_Parse_CISTPL_JEDEC_A.9f target=csx_Parse_CISTPL_JEDEC_C.9f
1364link facet.doc.man=true path=usr/share/man/man9f/csx_Parse_CISTPL_LONGLINK_C.9f target=csx_Parse_CISTPL_LONGLINK_A.9f
1365link facet.doc.man=true path=usr/share/man/man9f/csx_Put16.9f target=csx_Put8.9f
1366link facet.doc.man=true path=usr/share/man/man9f/csx_Put32.9f target=csx_Put8.9f
1367link facet.doc.man=true path=usr/share/man/man9f/csx_Put64.9f target=csx_Put8.9f
1368link facet.doc.man=true path=usr/share/man/man9f/csx_ReleaseIO.9f target=csx_RequestIO.9f
1369link facet.doc.man=true path=usr/share/man/man9f/csx_ReleaseIRQ.9f target=csx_RequestIRQ.9f
1370link facet.doc.man=true path=usr/share/man/man9f/csx_ReleaseSocketMask.9f target=csx_RequestSocketMask.9f
1371link facet.doc.man=true path=usr/share/man/man9f/csx_ReleaseWindow.9f target=csx_RequestWindow.9f
1372link facet.doc.man=true path=usr/share/man/man9f/csx_RemoveDeviceNode.9f target=csx_MakeDeviceNode.9f
1373link facet.doc.man=true path=usr/share/man/man9f/csx_RepGet16.9f target=csx_RepGet8.9f
1374link facet.doc.man=true path=usr/share/man/man9f/csx_RepGet32.9f target=csx_RepGet8.9f
1375link facet.doc.man=true path=usr/share/man/man9f/csx_RepGet64.9f target=csx_RepGet8.9f
1376link facet.doc.man=true path=usr/share/man/man9f/csx_RepPut16.9f target=csx_RepPut8.9f
1377link facet.doc.man=true path=usr/share/man/man9f/csx_RepPut32.9f target=csx_RepPut8.9f
1378link facet.doc.man=true path=usr/share/man/man9f/csx_RepPut64.9f target=csx_RepPut8.9f
1379link facet.doc.man=true path=usr/share/man/man9f/cv_broadcast.9f target=condvar.9f
1380link facet.doc.man=true path=usr/share/man/man9f/cv_destroy.9f target=condvar.9f
1381link facet.doc.man=true path=usr/share/man/man9f/cv_init.9f target=condvar.9f
1382link facet.doc.man=true path=usr/share/man/man9f/cv_reltimedwait.9f target=condvar.9f
1383link facet.doc.man=true path=usr/share/man/man9f/cv_reltimedwait_sig.9f target=condvar.9f
1384link facet.doc.man=true path=usr/share/man/man9f/cv_signal.9f target=condvar.9f
1385link facet.doc.man=true path=usr/share/man/man9f/cv_timedwait.9f target=condvar.9f
1386link facet.doc.man=true path=usr/share/man/man9f/cv_timedwait_sig.9f target=condvar.9f
1387link facet.doc.man=true path=usr/share/man/man9f/cv_wait.9f target=condvar.9f
1388link facet.doc.man=true path=usr/share/man/man9f/cv_wait_sig.9f target=condvar.9f
1389link facet.doc.man=true path=usr/share/man/man9f/ddi_btopr.9f target=ddi_btop.9f
1390link facet.doc.man=true path=usr/share/man/man9f/ddi_cb_unregister.9f target=ddi_cb_register.9f
1391link facet.doc.man=true path=usr/share/man/man9f/ddi_check_dma_handle.9f target=ddi_check_acc_handle.9f
1392link facet.doc.man=true path=usr/share/man/man9f/ddi_devid_free.9f target=ddi_devid_compare.9f
1393link facet.doc.man=true path=usr/share/man/man9f/ddi_devid_get.9f target=ddi_devid_compare.9f
1394link facet.doc.man=true path=usr/share/man/man9f/ddi_devid_init.9f target=ddi_devid_compare.9f
1395link facet.doc.man=true path=usr/share/man/man9f/ddi_devid_register.9f target=ddi_devid_compare.9f
1396link facet.doc.man=true path=usr/share/man/man9f/ddi_devid_sizeof.9f target=ddi_devid_compare.9f
1397link facet.doc.man=true path=usr/share/man/man9f/ddi_devid_str_decode.9f target=ddi_devid_compare.9f
1398link facet.doc.man=true path=usr/share/man/man9f/ddi_devid_str_encode.9f target=ddi_devid_compare.9f
1399link facet.doc.man=true path=usr/share/man/man9f/ddi_devid_str_free.9f target=ddi_devid_compare.9f
1400link facet.doc.man=true path=usr/share/man/man9f/ddi_devid_unregister.9f target=ddi_devid_compare.9f
1401link facet.doc.man=true path=usr/share/man/man9f/ddi_devid_valid.9f target=ddi_devid_compare.9f
1402link facet.doc.man=true path=usr/share/man/man9f/ddi_devmap_segmap.9f target=devmap_setup.9f
1403link facet.doc.man=true path=usr/share/man/man9f/ddi_dmae_1stparty.9f target=ddi_dmae.9f
1404link facet.doc.man=true path=usr/share/man/man9f/ddi_dmae_alloc.9f target=ddi_dmae.9f
1405link facet.doc.man=true path=usr/share/man/man9f/ddi_dmae_disable.9f target=ddi_dmae.9f
1406link facet.doc.man=true path=usr/share/man/man9f/ddi_dmae_enable.9f target=ddi_dmae.9f
1407link facet.doc.man=true path=usr/share/man/man9f/ddi_dmae_getattr.9f target=ddi_dmae.9f
1408link facet.doc.man=true path=usr/share/man/man9f/ddi_dmae_getcnt.9f target=ddi_dmae.9f
1409link facet.doc.man=true path=usr/share/man/man9f/ddi_dmae_prog.9f target=ddi_dmae.9f
1410link facet.doc.man=true path=usr/share/man/man9f/ddi_dmae_release.9f target=ddi_dmae.9f
1411link facet.doc.man=true path=usr/share/man/man9f/ddi_dmae_stop.9f target=ddi_dmae.9f
1412link facet.doc.man=true path=usr/share/man/man9f/ddi_exit_critical.9f target=ddi_enter_critical.9f
1413link facet.doc.man=true path=usr/share/man/man9f/ddi_fls.9f target=ddi_ffs.9f
1414link facet.doc.man=true path=usr/share/man/man9f/ddi_fm_capable.9f target=ddi_fm_init.9f
1415link facet.doc.man=true path=usr/share/man/man9f/ddi_fm_dma_err_clear.9f target=ddi_fm_acc_err_clear.9f
1416link facet.doc.man=true path=usr/share/man/man9f/ddi_fm_dma_err_get.9f target=ddi_fm_acc_err_get.9f
1417link facet.doc.man=true path=usr/share/man/man9f/ddi_fm_fini.9f target=ddi_fm_init.9f
1418link facet.doc.man=true path=usr/share/man/man9f/ddi_fm_handler_unregister.9f target=ddi_fm_handler_register.9f
1419link facet.doc.man=true path=usr/share/man/man9f/ddi_get16.9f target=ddi_get8.9f
1420link facet.doc.man=true path=usr/share/man/man9f/ddi_get32.9f target=ddi_get8.9f
1421link facet.doc.man=true path=usr/share/man/man9f/ddi_get64.9f target=ddi_get8.9f
1422link facet.doc.man=true path=usr/share/man/man9f/ddi_get_iblock_cookie.9f target=ddi_add_intr.9f
1423link facet.doc.man=true path=usr/share/man/man9f/ddi_get_lbolt64.9f target=ddi_get_lbolt.9f
1424link facet.doc.man=true path=usr/share/man/man9f/ddi_get_name.9f target=ddi_binding_name.9f
1425link facet.doc.man=true path=usr/share/man/man9f/ddi_get_soft_iblock_cookie.9f target=ddi_add_softintr.9f
1426link facet.doc.man=true path=usr/share/man/man9f/ddi_get_soft_state.9f target=ddi_soft_state.9f
1427link facet.doc.man=true path=usr/share/man/man9f/ddi_getb.9f target=ddi_get8.9f
1428link facet.doc.man=true path=usr/share/man/man9f/ddi_getl.9f target=ddi_get8.9f
1429link facet.doc.man=true path=usr/share/man/man9f/ddi_getll.9f target=ddi_get8.9f
1430link facet.doc.man=true path=usr/share/man/man9f/ddi_getlongprop.9f target=ddi_prop_op.9f
1431link facet.doc.man=true path=usr/share/man/man9f/ddi_getlongprop_buf.9f target=ddi_prop_op.9f
1432link facet.doc.man=true path=usr/share/man/man9f/ddi_getprop.9f target=ddi_prop_op.9f
1433link facet.doc.man=true path=usr/share/man/man9f/ddi_getproplen.9f target=ddi_prop_op.9f
1434link facet.doc.man=true path=usr/share/man/man9f/ddi_getw.9f target=ddi_get8.9f
1435link facet.doc.man=true path=usr/share/man/man9f/ddi_intr_block_disable.9f target=ddi_intr_enable.9f
1436link facet.doc.man=true path=usr/share/man/man9f/ddi_intr_block_enable.9f target=ddi_intr_enable.9f
1437link facet.doc.man=true path=usr/share/man/man9f/ddi_intr_clr_mask.9f target=ddi_intr_set_mask.9f
1438link facet.doc.man=true path=usr/share/man/man9f/ddi_intr_disable.9f target=ddi_intr_enable.9f
1439link facet.doc.man=true path=usr/share/man/man9f/ddi_intr_free.9f target=ddi_intr_alloc.9f
1440link facet.doc.man=true path=usr/share/man/man9f/ddi_intr_get_navail.9f target=ddi_intr_get_nintrs.9f
1441link facet.doc.man=true path=usr/share/man/man9f/ddi_intr_get_softint_pri.9f target=ddi_intr_add_softint.9f
1442link facet.doc.man=true path=usr/share/man/man9f/ddi_intr_remove_handler.9f target=ddi_intr_add_handler.9f
1443link facet.doc.man=true path=usr/share/man/man9f/ddi_intr_remove_softint.9f target=ddi_intr_add_softint.9f
1444link facet.doc.man=true path=usr/share/man/man9f/ddi_intr_set_cap.9f target=ddi_intr_get_cap.9f
1445link facet.doc.man=true path=usr/share/man/man9f/ddi_intr_set_pri.9f target=ddi_intr_get_pri.9f
1446link facet.doc.man=true path=usr/share/man/man9f/ddi_intr_set_softint_pri.9f target=ddi_intr_add_softint.9f
1447link facet.doc.man=true path=usr/share/man/man9f/ddi_intr_trigger_softint.9f target=ddi_intr_add_softint.9f
1448link facet.doc.man=true path=usr/share/man/man9f/ddi_io_get16.9f target=ddi_io_get8.9f
1449link facet.doc.man=true path=usr/share/man/man9f/ddi_io_get32.9f target=ddi_io_get8.9f
1450link facet.doc.man=true path=usr/share/man/man9f/ddi_io_getb.9f target=ddi_io_get8.9f
1451link facet.doc.man=true path=usr/share/man/man9f/ddi_io_getl.9f target=ddi_io_get8.9f
1452link facet.doc.man=true path=usr/share/man/man9f/ddi_io_getw.9f target=ddi_io_get8.9f
1453link facet.doc.man=true path=usr/share/man/man9f/ddi_io_put16.9f target=ddi_io_put8.9f
1454link facet.doc.man=true path=usr/share/man/man9f/ddi_io_put32.9f target=ddi_io_put8.9f
1455link facet.doc.man=true path=usr/share/man/man9f/ddi_io_putb.9f target=ddi_io_put8.9f
1456link facet.doc.man=true path=usr/share/man/man9f/ddi_io_putl.9f target=ddi_io_put8.9f
1457link facet.doc.man=true path=usr/share/man/man9f/ddi_io_putw.9f target=ddi_io_put8.9f
1458link facet.doc.man=true path=usr/share/man/man9f/ddi_io_rep_get16.9f target=ddi_io_rep_get8.9f
1459link facet.doc.man=true path=usr/share/man/man9f/ddi_io_rep_get32.9f target=ddi_io_rep_get8.9f
1460link facet.doc.man=true path=usr/share/man/man9f/ddi_io_rep_getb.9f target=ddi_io_rep_get8.9f
1461link facet.doc.man=true path=usr/share/man/man9f/ddi_io_rep_getl.9f target=ddi_io_rep_get8.9f
1462link facet.doc.man=true path=usr/share/man/man9f/ddi_io_rep_getw.9f target=ddi_io_rep_get8.9f
1463link facet.doc.man=true path=usr/share/man/man9f/ddi_io_rep_put16.9f target=ddi_io_rep_put8.9f
1464link facet.doc.man=true path=usr/share/man/man9f/ddi_io_rep_put32.9f target=ddi_io_rep_put8.9f
1465link facet.doc.man=true path=usr/share/man/man9f/ddi_io_rep_putb.9f target=ddi_io_rep_put8.9f
1466link facet.doc.man=true path=usr/share/man/man9f/ddi_io_rep_putl.9f target=ddi_io_rep_put8.9f
1467link facet.doc.man=true path=usr/share/man/man9f/ddi_io_rep_putw.9f target=ddi_io_rep_put8.9f
1468link facet.doc.man=true path=usr/share/man/man9f/ddi_mem_get16.9f target=ddi_mem_get8.9f
1469link facet.doc.man=true path=usr/share/man/man9f/ddi_mem_get32.9f target=ddi_mem_get8.9f
1470link facet.doc.man=true path=usr/share/man/man9f/ddi_mem_get64.9f target=ddi_mem_get8.9f
1471link facet.doc.man=true path=usr/share/man/man9f/ddi_mem_getb.9f target=ddi_mem_get8.9f
1472link facet.doc.man=true path=usr/share/man/man9f/ddi_mem_getl.9f target=ddi_mem_get8.9f
1473link facet.doc.man=true path=usr/share/man/man9f/ddi_mem_getll.9f target=ddi_mem_get8.9f
1474link facet.doc.man=true path=usr/share/man/man9f/ddi_mem_getw.9f target=ddi_mem_get8.9f
1475link facet.doc.man=true path=usr/share/man/man9f/ddi_mem_put16.9f target=ddi_mem_put8.9f
1476link facet.doc.man=true path=usr/share/man/man9f/ddi_mem_put32.9f target=ddi_mem_put8.9f
1477link facet.doc.man=true path=usr/share/man/man9f/ddi_mem_put64.9f target=ddi_mem_put8.9f
1478link facet.doc.man=true path=usr/share/man/man9f/ddi_mem_putb.9f target=ddi_mem_put8.9f
1479link facet.doc.man=true path=usr/share/man/man9f/ddi_mem_putl.9f target=ddi_mem_put8.9f
1480link facet.doc.man=true path=usr/share/man/man9f/ddi_mem_putll.9f target=ddi_mem_put8.9f
1481link facet.doc.man=true path=usr/share/man/man9f/ddi_mem_putw.9f target=ddi_mem_put8.9f
1482link facet.doc.man=true path=usr/share/man/man9f/ddi_mem_rep_get16.9f target=ddi_mem_rep_get8.9f
1483link facet.doc.man=true path=usr/share/man/man9f/ddi_mem_rep_get32.9f target=ddi_mem_rep_get8.9f
1484link facet.doc.man=true path=usr/share/man/man9f/ddi_mem_rep_get64.9f target=ddi_mem_rep_get8.9f
1485link facet.doc.man=true path=usr/share/man/man9f/ddi_mem_rep_getb.9f target=ddi_mem_rep_get8.9f
1486link facet.doc.man=true path=usr/share/man/man9f/ddi_mem_rep_getl.9f target=ddi_mem_rep_get8.9f
1487link facet.doc.man=true path=usr/share/man/man9f/ddi_mem_rep_getll.9f target=ddi_mem_rep_get8.9f
1488link facet.doc.man=true path=usr/share/man/man9f/ddi_mem_rep_getw.9f target=ddi_mem_rep_get8.9f
1489link facet.doc.man=true path=usr/share/man/man9f/ddi_mem_rep_put16.9f target=ddi_mem_rep_put8.9f
1490link facet.doc.man=true path=usr/share/man/man9f/ddi_mem_rep_put32.9f target=ddi_mem_rep_put8.9f
1491link facet.doc.man=true path=usr/share/man/man9f/ddi_mem_rep_put64.9f target=ddi_mem_rep_put8.9f
1492link facet.doc.man=true path=usr/share/man/man9f/ddi_mem_rep_putb.9f target=ddi_mem_rep_put8.9f
1493link facet.doc.man=true path=usr/share/man/man9f/ddi_mem_rep_putl.9f target=ddi_mem_rep_put8.9f
1494link facet.doc.man=true path=usr/share/man/man9f/ddi_mem_rep_putll.9f target=ddi_mem_rep_put8.9f
1495link facet.doc.man=true path=usr/share/man/man9f/ddi_mem_rep_putw.9f target=ddi_mem_rep_put8.9f
1496link facet.doc.man=true path=usr/share/man/man9f/ddi_modclose.9f target=ddi_modopen.9f
1497link facet.doc.man=true path=usr/share/man/man9f/ddi_modsym.9f target=ddi_modopen.9f
1498link facet.doc.man=true path=usr/share/man/man9f/ddi_peek16.9f target=ddi_peek.9f
1499link facet.doc.man=true path=usr/share/man/man9f/ddi_peek32.9f target=ddi_peek.9f
1500link facet.doc.man=true path=usr/share/man/man9f/ddi_peek64.9f target=ddi_peek.9f
1501link facet.doc.man=true path=usr/share/man/man9f/ddi_peek8.9f target=ddi_peek.9f
1502link facet.doc.man=true path=usr/share/man/man9f/ddi_peekc.9f target=ddi_peek.9f
1503link facet.doc.man=true path=usr/share/man/man9f/ddi_peekd.9f target=ddi_peek.9f
1504link facet.doc.man=true path=usr/share/man/man9f/ddi_peekl.9f target=ddi_peek.9f
1505link facet.doc.man=true path=usr/share/man/man9f/ddi_peeks.9f target=ddi_peek.9f
1506link facet.doc.man=true path=usr/share/man/man9f/ddi_poke16.9f target=ddi_poke.9f
1507link facet.doc.man=true path=usr/share/man/man9f/ddi_poke32.9f target=ddi_poke.9f
1508link facet.doc.man=true path=usr/share/man/man9f/ddi_poke64.9f target=ddi_poke.9f
1509link facet.doc.man=true path=usr/share/man/man9f/ddi_poke8.9f target=ddi_poke.9f
1510link facet.doc.man=true path=usr/share/man/man9f/ddi_pokec.9f target=ddi_poke.9f
1511link facet.doc.man=true path=usr/share/man/man9f/ddi_poked.9f target=ddi_poke.9f
1512link facet.doc.man=true path=usr/share/man/man9f/ddi_pokel.9f target=ddi_poke.9f
1513link facet.doc.man=true path=usr/share/man/man9f/ddi_pokes.9f target=ddi_poke.9f
1514link facet.doc.man=true path=usr/share/man/man9f/ddi_prop_free.9f target=ddi_prop_lookup.9f
1515link facet.doc.man=true path=usr/share/man/man9f/ddi_prop_get_int64.9f target=ddi_prop_get_int.9f
1516link facet.doc.man=true path=usr/share/man/man9f/ddi_prop_lookup_byte_array.9f target=ddi_prop_lookup.9f
1517link facet.doc.man=true path=usr/share/man/man9f/ddi_prop_lookup_int64_array.9f target=ddi_prop_lookup.9f
1518link facet.doc.man=true path=usr/share/man/man9f/ddi_prop_lookup_int_array.9f target=ddi_prop_lookup.9f
1519link facet.doc.man=true path=usr/share/man/man9f/ddi_prop_lookup_string.9f target=ddi_prop_lookup.9f
1520link facet.doc.man=true path=usr/share/man/man9f/ddi_prop_lookup_string_array.9f target=ddi_prop_lookup.9f
1521link facet.doc.man=true path=usr/share/man/man9f/ddi_prop_modify.9f target=ddi_prop_create.9f
1522link facet.doc.man=true path=usr/share/man/man9f/ddi_prop_remove.9f target=ddi_prop_create.9f
1523link facet.doc.man=true path=usr/share/man/man9f/ddi_prop_remove_all.9f target=ddi_prop_create.9f
1524link facet.doc.man=true path=usr/share/man/man9f/ddi_prop_undefine.9f target=ddi_prop_create.9f
1525link facet.doc.man=true path=usr/share/man/man9f/ddi_prop_update_byte_array.9f target=ddi_prop_update.9f
1526link facet.doc.man=true path=usr/share/man/man9f/ddi_prop_update_int.9f target=ddi_prop_update.9f
1527link facet.doc.man=true path=usr/share/man/man9f/ddi_prop_update_int64.9f target=ddi_prop_update.9f
1528link facet.doc.man=true path=usr/share/man/man9f/ddi_prop_update_int64_array.9f target=ddi_prop_update.9f
1529link facet.doc.man=true path=usr/share/man/man9f/ddi_prop_update_int_array.9f target=ddi_prop_update.9f
1530link facet.doc.man=true path=usr/share/man/man9f/ddi_prop_update_string.9f target=ddi_prop_update.9f
1531link facet.doc.man=true path=usr/share/man/man9f/ddi_prop_update_string_array.9f target=ddi_prop_update.9f
1532link facet.doc.man=true path=usr/share/man/man9f/ddi_ptob.9f target=ddi_btop.9f
1533link facet.doc.man=true path=usr/share/man/man9f/ddi_put16.9f target=ddi_put8.9f
1534link facet.doc.man=true path=usr/share/man/man9f/ddi_put32.9f target=ddi_put8.9f
1535link facet.doc.man=true path=usr/share/man/man9f/ddi_put64.9f target=ddi_put8.9f
1536link facet.doc.man=true path=usr/share/man/man9f/ddi_putb.9f target=ddi_put8.9f
1537link facet.doc.man=true path=usr/share/man/man9f/ddi_putl.9f target=ddi_put8.9f
1538link facet.doc.man=true path=usr/share/man/man9f/ddi_putll.9f target=ddi_put8.9f
1539link facet.doc.man=true path=usr/share/man/man9f/ddi_putw.9f target=ddi_put8.9f
1540link facet.doc.man=true path=usr/share/man/man9f/ddi_remove_intr.9f target=ddi_add_intr.9f
1541link facet.doc.man=true path=usr/share/man/man9f/ddi_remove_softintr.9f target=ddi_add_softintr.9f
1542link facet.doc.man=true path=usr/share/man/man9f/ddi_rep_get16.9f target=ddi_rep_get8.9f
1543link facet.doc.man=true path=usr/share/man/man9f/ddi_rep_get32.9f target=ddi_rep_get8.9f
1544link facet.doc.man=true path=usr/share/man/man9f/ddi_rep_get64.9f target=ddi_rep_get8.9f
1545link facet.doc.man=true path=usr/share/man/man9f/ddi_rep_getb.9f target=ddi_rep_get8.9f
1546link facet.doc.man=true path=usr/share/man/man9f/ddi_rep_getl.9f target=ddi_rep_get8.9f
1547link facet.doc.man=true path=usr/share/man/man9f/ddi_rep_getll.9f target=ddi_rep_get8.9f
1548link facet.doc.man=true path=usr/share/man/man9f/ddi_rep_getw.9f target=ddi_rep_get8.9f
1549link facet.doc.man=true path=usr/share/man/man9f/ddi_rep_put16.9f target=ddi_rep_put8.9f
1550link facet.doc.man=true path=usr/share/man/man9f/ddi_rep_put32.9f target=ddi_rep_put8.9f
1551link facet.doc.man=true path=usr/share/man/man9f/ddi_rep_put64.9f target=ddi_rep_put8.9f
1552link facet.doc.man=true path=usr/share/man/man9f/ddi_rep_putb.9f target=ddi_rep_put8.9f
1553link facet.doc.man=true path=usr/share/man/man9f/ddi_rep_putl.9f target=ddi_rep_put8.9f
1554link facet.doc.man=true path=usr/share/man/man9f/ddi_rep_putll.9f target=ddi_rep_put8.9f
1555link facet.doc.man=true path=usr/share/man/man9f/ddi_rep_putw.9f target=ddi_rep_put8.9f
1556link facet.doc.man=true path=usr/share/man/man9f/ddi_segmap_setup.9f target=ddi_segmap.9f
1557link facet.doc.man=true path=usr/share/man/man9f/ddi_set_driver_private.9f target=ddi_get_driver_private.9f
1558link facet.doc.man=true path=usr/share/man/man9f/ddi_soft_state_fini.9f target=ddi_soft_state.9f
1559link facet.doc.man=true path=usr/share/man/man9f/ddi_soft_state_free.9f target=ddi_soft_state.9f
1560link facet.doc.man=true path=usr/share/man/man9f/ddi_soft_state_init.9f target=ddi_soft_state.9f
1561link facet.doc.man=true path=usr/share/man/man9f/ddi_soft_state_zalloc.9f target=ddi_soft_state.9f
1562link facet.doc.man=true path=usr/share/man/man9f/ddi_strdup.9f target=string.9f
1563link facet.doc.man=true path=usr/share/man/man9f/ddi_strtoull.9f target=ddi_strtoll.9f
1564link facet.doc.man=true path=usr/share/man/man9f/ddi_taskq_create.9f target=taskq.9f
1565link facet.doc.man=true path=usr/share/man/man9f/ddi_taskq_destroy.9f target=taskq.9f
1566link facet.doc.man=true path=usr/share/man/man9f/ddi_taskq_dispatch.9f target=taskq.9f
1567link facet.doc.man=true path=usr/share/man/man9f/ddi_taskq_resume.9f target=taskq.9f
1568link facet.doc.man=true path=usr/share/man/man9f/ddi_taskq_suspend.9f target=taskq.9f
1569link facet.doc.man=true path=usr/share/man/man9f/ddi_taskq_wait.9f target=taskq.9f
1570link facet.doc.man=true path=usr/share/man/man9f/ddi_trigger_softintr.9f target=ddi_add_softintr.9f
1571link facet.doc.man=true path=usr/share/man/man9f/ddi_umem_free.9f target=ddi_umem_alloc.9f
1572link facet.doc.man=true path=usr/share/man/man9f/ddi_umem_unlock.9f target=ddi_umem_lock.9f
1573link facet.doc.man=true path=usr/share/man/man9f/ddi_unmap_regs.9f target=ddi_map_regs.9f
1574link facet.doc.man=true path=usr/share/man/man9f/desballoc.9f target=esballoc.9f
1575link facet.doc.man=true path=usr/share/man/man9f/dev_err.9f target=cmn_err.9f
1576link facet.doc.man=true path=usr/share/man/man9f/devmap_load.9f target=devmap_unload.9f
1577link facet.doc.man=true path=usr/share/man/man9f/devmap_umem_setup.9f target=devmap_devmem_setup.9f
1578link facet.doc.man=true path=usr/share/man/man9f/dlerrorack.9f target=dlbindack.9f
1579link facet.doc.man=true path=usr/share/man/man9f/dlokack.9f target=dlbindack.9f
1580link facet.doc.man=true path=usr/share/man/man9f/dlphysaddrack.9f target=dlbindack.9f
1581link facet.doc.man=true path=usr/share/man/man9f/dluderrorind.9f target=dlbindack.9f
1582link facet.doc.man=true path=usr/share/man/man9f/free_pktiopb.9f target=get_pktiopb.9f
1583link facet.doc.man=true path=usr/share/man/man9f/gld_intr.9f target=gld.9f
1584link facet.doc.man=true path=usr/share/man/man9f/gld_mac_alloc.9f target=gld.9f
1585link facet.doc.man=true path=usr/share/man/man9f/gld_mac_free.9f target=gld.9f
1586link facet.doc.man=true path=usr/share/man/man9f/gld_recv.9f target=gld.9f
1587link facet.doc.man=true path=usr/share/man/man9f/gld_register.9f target=gld.9f
1588link facet.doc.man=true path=usr/share/man/man9f/gld_sched.9f target=gld.9f
1589link facet.doc.man=true path=usr/share/man/man9f/gld_unregister.9f target=gld.9f
1590link facet.doc.man=true path=usr/share/man/man9f/id32_free.9f target=id32_alloc.9f
1591link facet.doc.man=true path=usr/share/man/man9f/id32_lookup.9f target=id32_alloc.9f
1592link facet.doc.man=true path=usr/share/man/man9f/inl.9f target=inb.9f
1593link facet.doc.man=true path=usr/share/man/man9f/intro.9f target=Intro.9f
1594link facet.doc.man=true path=usr/share/man/man9f/inw.9f target=inb.9f
1595link facet.doc.man=true path=usr/share/man/man9f/kmem_cache_alloc.9f target=kmem_cache_create.9f
1596link facet.doc.man=true path=usr/share/man/man9f/kmem_cache_destroy.9f target=kmem_cache_create.9f
1597link facet.doc.man=true path=usr/share/man/man9f/kmem_cache_free.9f target=kmem_cache_create.9f
1598link facet.doc.man=true path=usr/share/man/man9f/kmem_cache_set_move.9f target=kmem_cache_create.9f
1599link facet.doc.man=true path=usr/share/man/man9f/kmem_free.9f target=kmem_alloc.9f
1600link facet.doc.man=true path=usr/share/man/man9f/kmem_zalloc.9f target=kmem_alloc.9f
1601link facet.doc.man=true path=usr/share/man/man9f/kstat_named_setstr.9f target=kstat_named_init.9f
1602link facet.doc.man=true path=usr/share/man/man9f/kstat_runq_back_to_waitq.9f target=kstat_queue.9f
1603link facet.doc.man=true path=usr/share/man/man9f/kstat_runq_enter.9f target=kstat_queue.9f
1604link facet.doc.man=true path=usr/share/man/man9f/kstat_runq_exit.9f target=kstat_queue.9f
1605link facet.doc.man=true path=usr/share/man/man9f/kstat_waitq_enter.9f target=kstat_queue.9f
1606link facet.doc.man=true path=usr/share/man/man9f/kstat_waitq_exit.9f target=kstat_queue.9f
1607link facet.doc.man=true path=usr/share/man/man9f/kstat_waitq_to_runq.9f target=kstat_queue.9f
1608link facet.doc.man=true path=usr/share/man/man9f/ldi_awrite.9f target=ldi_aread.9f
1609link facet.doc.man=true path=usr/share/man/man9f/ldi_close.9f target=ldi_open_by_dev.9f
1610link facet.doc.man=true path=usr/share/man/man9f/ldi_get_devid.9f target=ldi_get_dev.9f
1611link facet.doc.man=true path=usr/share/man/man9f/ldi_get_minor_name.9f target=ldi_get_dev.9f
1612link facet.doc.man=true path=usr/share/man/man9f/ldi_get_otyp.9f target=ldi_get_dev.9f
1613link facet.doc.man=true path=usr/share/man/man9f/ldi_getmsg.9f target=ldi_putmsg.9f
1614link facet.doc.man=true path=usr/share/man/man9f/ldi_ident_from_dip.9f target=ldi_ident_from_dev.9f
1615link facet.doc.man=true path=usr/share/man/man9f/ldi_ident_from_stream.9f target=ldi_ident_from_dev.9f
1616link facet.doc.man=true path=usr/share/man/man9f/ldi_ident_release.9f target=ldi_ident_from_dev.9f
1617link facet.doc.man=true path=usr/share/man/man9f/ldi_open_by_devid.9f target=ldi_open_by_dev.9f
1618link facet.doc.man=true path=usr/share/man/man9f/ldi_open_by_name.9f target=ldi_open_by_dev.9f
1619link facet.doc.man=true path=usr/share/man/man9f/ldi_prop_get_int64.9f target=ldi_prop_get_int.9f
1620link facet.doc.man=true path=usr/share/man/man9f/ldi_prop_lookup_byte_array.9f target=ldi_prop_lookup_int_array.9f
1621link facet.doc.man=true path=usr/share/man/man9f/ldi_prop_lookup_int64_array.9f target=ldi_prop_lookup_int_array.9f
1622link facet.doc.man=true path=usr/share/man/man9f/ldi_prop_lookup_string.9f target=ldi_prop_lookup_int_array.9f
1623link facet.doc.man=true path=usr/share/man/man9f/ldi_prop_lookup_string_array.9f target=ldi_prop_lookup_int_array.9f
1624link facet.doc.man=true path=usr/share/man/man9f/ldi_write.9f target=ldi_read.9f
1625link facet.doc.man=true path=usr/share/man/man9f/list_destroy.9f target=list_create.9f
1626link facet.doc.man=true path=usr/share/man/man9f/list_head.9f target=list_create.9f
1627link facet.doc.man=true path=usr/share/man/man9f/list_insert_after.9f target=list_create.9f
1628link facet.doc.man=true path=usr/share/man/man9f/list_insert_before.9f target=list_create.9f
1629link facet.doc.man=true path=usr/share/man/man9f/list_insert_head.9f target=list_create.9f
1630link facet.doc.man=true path=usr/share/man/man9f/list_insert_tail.9f target=list_create.9f
1631link facet.doc.man=true path=usr/share/man/man9f/list_is_empty.9f target=list_create.9f
1632link facet.doc.man=true path=usr/share/man/man9f/list_link_active.9f target=list_create.9f
1633link facet.doc.man=true path=usr/share/man/man9f/list_link_init.9f target=list_create.9f
1634link facet.doc.man=true path=usr/share/man/man9f/list_link_replace.9f target=list_create.9f
1635link facet.doc.man=true path=usr/share/man/man9f/list_move_tail.9f target=list_create.9f
1636link facet.doc.man=true path=usr/share/man/man9f/list_next.9f target=list_create.9f
1637link facet.doc.man=true path=usr/share/man/man9f/list_prev.9f target=list_create.9f
1638link facet.doc.man=true path=usr/share/man/man9f/list_remove.9f target=list_create.9f
1639link facet.doc.man=true path=usr/share/man/man9f/list_remove_head.9f target=list_create.9f
1640link facet.doc.man=true path=usr/share/man/man9f/list_remove_tail.9f target=list_create.9f
1641link facet.doc.man=true path=usr/share/man/man9f/list_tail.9f target=list_create.9f
1642link facet.doc.man=true path=usr/share/man/man9f/mac_transceiver_info_set_present.9f target=mac_transceiver_info.9f
1643link facet.doc.man=true path=usr/share/man/man9f/mac_transceiver_info_set_usable.9f target=mac_transceiver_info.9f
1644link facet.doc.man=true path=usr/share/man/man9f/makecom_g0.9f target=makecom.9f
1645link facet.doc.man=true path=usr/share/man/man9f/makecom_g0_s.9f target=makecom.9f
1646link facet.doc.man=true path=usr/share/man/man9f/makecom_g1.9f target=makecom.9f
1647link facet.doc.man=true path=usr/share/man/man9f/makecom_g5.9f target=makecom.9f
1648link facet.doc.man=true path=usr/share/man/man9f/membar_consumer.9f target=membar_ops.9f
1649link facet.doc.man=true path=usr/share/man/man9f/membar_enter.9f target=membar_ops.9f
1650link facet.doc.man=true path=usr/share/man/man9f/membar_exit.9f target=membar_ops.9f
1651link facet.doc.man=true path=usr/share/man/man9f/membar_producer.9f target=membar_ops.9f
1652link facet.doc.man=true path=usr/share/man/man9f/memcmp.9f target=memchr.9f
1653link facet.doc.man=true path=usr/share/man/man9f/memcpy.9f target=memchr.9f
1654link facet.doc.man=true path=usr/share/man/man9f/memmove.9f target=memchr.9f
1655link facet.doc.man=true path=usr/share/man/man9f/memset.9f target=memchr.9f
1656link facet.doc.man=true path=usr/share/man/man9f/minphys.9f target=physio.9f
1657link facet.doc.man=true path=usr/share/man/man9f/mod_info.9f target=mod_install.9f
1658link facet.doc.man=true path=usr/share/man/man9f/mod_modname.9f target=mod_install.9f
1659link facet.doc.man=true path=usr/share/man/man9f/mod_remove.9f target=mod_install.9f
1660link facet.doc.man=true path=usr/share/man/man9f/mutex_destroy.9f target=mutex.9f
1661link facet.doc.man=true path=usr/share/man/man9f/mutex_enter.9f target=mutex.9f
1662link facet.doc.man=true path=usr/share/man/man9f/mutex_exit.9f target=mutex.9f
1663link facet.doc.man=true path=usr/share/man/man9f/mutex_init.9f target=mutex.9f
1664link facet.doc.man=true path=usr/share/man/man9f/mutex_owned.9f target=mutex.9f
1665link facet.doc.man=true path=usr/share/man/man9f/mutex_tryenter.9f target=mutex.9f
1666link facet.doc.man=true path=usr/share/man/man9f/net_event_notify_unregister.9f target=net_event_notify_register.9f
1667link facet.doc.man=true path=usr/share/man/man9f/net_instance_notify_unregister.9f target=net_instance_notify_register.9f
1668link facet.doc.man=true path=usr/share/man/man9f/net_instance_protocol_unregister.9f target=net_protocol_notify_register.9f
1669link facet.doc.man=true path=usr/share/man/man9f/numtos.9f target=stoi.9f
1670link facet.doc.man=true path=usr/share/man/man9f/nv_alloc_fini.9f target=nvlist_alloc.9f
1671link facet.doc.man=true path=usr/share/man/man9f/nv_alloc_init.9f target=nvlist_alloc.9f
1672link facet.doc.man=true path=usr/share/man/man9f/nvlist_add_boolean_array.9f target=nvlist_add_boolean.9f
1673link facet.doc.man=true path=usr/share/man/man9f/nvlist_add_boolean_value.9f target=nvlist_add_boolean.9f
1674link facet.doc.man=true path=usr/share/man/man9f/nvlist_add_byte.9f target=nvlist_add_boolean.9f
1675link facet.doc.man=true path=usr/share/man/man9f/nvlist_add_byte_array.9f target=nvlist_add_boolean.9f
1676link facet.doc.man=true path=usr/share/man/man9f/nvlist_add_int16.9f target=nvlist_add_boolean.9f
1677link facet.doc.man=true path=usr/share/man/man9f/nvlist_add_int16_array.9f target=nvlist_add_boolean.9f
1678link facet.doc.man=true path=usr/share/man/man9f/nvlist_add_int32.9f target=nvlist_add_boolean.9f
1679link facet.doc.man=true path=usr/share/man/man9f/nvlist_add_int32_array.9f target=nvlist_add_boolean.9f
1680link facet.doc.man=true path=usr/share/man/man9f/nvlist_add_int64.9f target=nvlist_add_boolean.9f
1681link facet.doc.man=true path=usr/share/man/man9f/nvlist_add_int64_array.9f target=nvlist_add_boolean.9f
1682link facet.doc.man=true path=usr/share/man/man9f/nvlist_add_int8.9f target=nvlist_add_boolean.9f
1683link facet.doc.man=true path=usr/share/man/man9f/nvlist_add_int8_array.9f target=nvlist_add_boolean.9f
1684link facet.doc.man=true path=usr/share/man/man9f/nvlist_add_nvlist.9f target=nvlist_add_boolean.9f
1685link facet.doc.man=true path=usr/share/man/man9f/nvlist_add_nvlist_array.9f target=nvlist_add_boolean.9f
1686link facet.doc.man=true path=usr/share/man/man9f/nvlist_add_nvpair.9f target=nvlist_add_boolean.9f
1687link facet.doc.man=true path=usr/share/man/man9f/nvlist_add_string.9f target=nvlist_add_boolean.9f
1688link facet.doc.man=true path=usr/share/man/man9f/nvlist_add_string_array.9f target=nvlist_add_boolean.9f
1689link facet.doc.man=true path=usr/share/man/man9f/nvlist_add_uint16.9f target=nvlist_add_boolean.9f
1690link facet.doc.man=true path=usr/share/man/man9f/nvlist_add_uint16_array.9f target=nvlist_add_boolean.9f
1691link facet.doc.man=true path=usr/share/man/man9f/nvlist_add_uint32.9f target=nvlist_add_boolean.9f
1692link facet.doc.man=true path=usr/share/man/man9f/nvlist_add_uint32_array.9f target=nvlist_add_boolean.9f
1693link facet.doc.man=true path=usr/share/man/man9f/nvlist_add_uint64.9f target=nvlist_add_boolean.9f
1694link facet.doc.man=true path=usr/share/man/man9f/nvlist_add_uint64_array.9f target=nvlist_add_boolean.9f
1695link facet.doc.man=true path=usr/share/man/man9f/nvlist_add_uint8.9f target=nvlist_add_boolean.9f
1696link facet.doc.man=true path=usr/share/man/man9f/nvlist_add_uint8_array.9f target=nvlist_add_boolean.9f
1697link facet.doc.man=true path=usr/share/man/man9f/nvlist_dup.9f target=nvlist_alloc.9f
1698link facet.doc.man=true path=usr/share/man/man9f/nvlist_exists.9f target=nvlist_lookup_nvpair.9f
1699link facet.doc.man=true path=usr/share/man/man9f/nvlist_free.9f target=nvlist_alloc.9f
1700link facet.doc.man=true path=usr/share/man/man9f/nvlist_lookup_boolean_array.9f target=nvlist_lookup_boolean.9f
1701link facet.doc.man=true path=usr/share/man/man9f/nvlist_lookup_boolean_value.9f target=nvlist_lookup_boolean.9f
1702link facet.doc.man=true path=usr/share/man/man9f/nvlist_lookup_byte.9f target=nvlist_lookup_boolean.9f
1703link facet.doc.man=true path=usr/share/man/man9f/nvlist_lookup_byte_array.9f target=nvlist_lookup_boolean.9f
1704link facet.doc.man=true path=usr/share/man/man9f/nvlist_lookup_int16.9f target=nvlist_lookup_boolean.9f
1705link facet.doc.man=true path=usr/share/man/man9f/nvlist_lookup_int16_array.9f target=nvlist_lookup_boolean.9f
1706link facet.doc.man=true path=usr/share/man/man9f/nvlist_lookup_int32.9f target=nvlist_lookup_boolean.9f
1707link facet.doc.man=true path=usr/share/man/man9f/nvlist_lookup_int32_array.9f target=nvlist_lookup_boolean.9f
1708link facet.doc.man=true path=usr/share/man/man9f/nvlist_lookup_int64.9f target=nvlist_lookup_boolean.9f
1709link facet.doc.man=true path=usr/share/man/man9f/nvlist_lookup_int64_array.9f target=nvlist_lookup_boolean.9f
1710link facet.doc.man=true path=usr/share/man/man9f/nvlist_lookup_int8.9f target=nvlist_lookup_boolean.9f
1711link facet.doc.man=true path=usr/share/man/man9f/nvlist_lookup_int8_array.9f target=nvlist_lookup_boolean.9f
1712link facet.doc.man=true path=usr/share/man/man9f/nvlist_lookup_nvlist.9f target=nvlist_lookup_boolean.9f
1713link facet.doc.man=true path=usr/share/man/man9f/nvlist_lookup_nvlist_array.9f target=nvlist_lookup_boolean.9f
1714link facet.doc.man=true path=usr/share/man/man9f/nvlist_lookup_pairs.9f target=nvlist_lookup_boolean.9f
1715link facet.doc.man=true path=usr/share/man/man9f/nvlist_lookup_string.9f target=nvlist_lookup_boolean.9f
1716link facet.doc.man=true path=usr/share/man/man9f/nvlist_lookup_string_array.9f target=nvlist_lookup_boolean.9f
1717link facet.doc.man=true path=usr/share/man/man9f/nvlist_lookup_uint16.9f target=nvlist_lookup_boolean.9f
1718link facet.doc.man=true path=usr/share/man/man9f/nvlist_lookup_uint16_array.9f target=nvlist_lookup_boolean.9f
1719link facet.doc.man=true path=usr/share/man/man9f/nvlist_lookup_uint32.9f target=nvlist_lookup_boolean.9f
1720link facet.doc.man=true path=usr/share/man/man9f/nvlist_lookup_uint32_array.9f target=nvlist_lookup_boolean.9f
1721link facet.doc.man=true path=usr/share/man/man9f/nvlist_lookup_uint64.9f target=nvlist_lookup_boolean.9f
1722link facet.doc.man=true path=usr/share/man/man9f/nvlist_lookup_uint64_array.9f target=nvlist_lookup_boolean.9f
1723link facet.doc.man=true path=usr/share/man/man9f/nvlist_lookup_uint8.9f target=nvlist_lookup_boolean.9f
1724link facet.doc.man=true path=usr/share/man/man9f/nvlist_lookup_uint8_array.9f target=nvlist_lookup_boolean.9f
1725link facet.doc.man=true path=usr/share/man/man9f/nvlist_merge.9f target=nvlist_alloc.9f
1726link facet.doc.man=true path=usr/share/man/man9f/nvlist_pack.9f target=nvlist_alloc.9f
1727link facet.doc.man=true path=usr/share/man/man9f/nvlist_remove_all.9f target=nvlist_remove.9f
1728link facet.doc.man=true path=usr/share/man/man9f/nvlist_size.9f target=nvlist_alloc.9f
1729link facet.doc.man=true path=usr/share/man/man9f/nvlist_t.9f target=nvlist_add_boolean.9f
1730link facet.doc.man=true path=usr/share/man/man9f/nvlist_unpack.9f target=nvlist_alloc.9f
1731link facet.doc.man=true path=usr/share/man/man9f/nvlist_xalloc.9f target=nvlist_alloc.9f
1732link facet.doc.man=true path=usr/share/man/man9f/nvlist_xdup.9f target=nvlist_alloc.9f
1733link facet.doc.man=true path=usr/share/man/man9f/nvlist_xpack.9f target=nvlist_alloc.9f
1734link facet.doc.man=true path=usr/share/man/man9f/nvlist_xunpack.9f target=nvlist_alloc.9f
1735link facet.doc.man=true path=usr/share/man/man9f/nvpair_name.9f target=nvlist_next_nvpair.9f
1736link facet.doc.man=true path=usr/share/man/man9f/nvpair_type.9f target=nvlist_next_nvpair.9f
1737link facet.doc.man=true path=usr/share/man/man9f/nvpair_value_boolean_array.9f target=nvpair_value_byte.9f
1738link facet.doc.man=true path=usr/share/man/man9f/nvpair_value_byte_array.9f target=nvpair_value_byte.9f
1739link facet.doc.man=true path=usr/share/man/man9f/nvpair_value_int16.9f target=nvpair_value_byte.9f
1740link facet.doc.man=true path=usr/share/man/man9f/nvpair_value_int16_array.9f target=nvpair_value_byte.9f
1741link facet.doc.man=true path=usr/share/man/man9f/nvpair_value_int32.9f target=nvpair_value_byte.9f
1742link facet.doc.man=true path=usr/share/man/man9f/nvpair_value_int32_array.9f target=nvpair_value_byte.9f
1743link facet.doc.man=true path=usr/share/man/man9f/nvpair_value_int64.9f target=nvpair_value_byte.9f
1744link facet.doc.man=true path=usr/share/man/man9f/nvpair_value_int64_array.9f target=nvpair_value_byte.9f
1745link facet.doc.man=true path=usr/share/man/man9f/nvpair_value_int8.9f target=nvpair_value_byte.9f
1746link facet.doc.man=true path=usr/share/man/man9f/nvpair_value_int8_array.9f target=nvpair_value_byte.9f
1747link facet.doc.man=true path=usr/share/man/man9f/nvpair_value_nvlist.9f target=nvpair_value_byte.9f
1748link facet.doc.man=true path=usr/share/man/man9f/nvpair_value_nvlist_array.9f target=nvpair_value_byte.9f
1749link facet.doc.man=true path=usr/share/man/man9f/nvpair_value_string.9f target=nvpair_value_byte.9f
1750link facet.doc.man=true path=usr/share/man/man9f/nvpair_value_string_array.9f target=nvpair_value_byte.9f
1751link facet.doc.man=true path=usr/share/man/man9f/nvpair_value_uint16.9f target=nvpair_value_byte.9f
1752link facet.doc.man=true path=usr/share/man/man9f/nvpair_value_uint16_array.9f target=nvpair_value_byte.9f
1753link facet.doc.man=true path=usr/share/man/man9f/nvpair_value_uint32.9f target=nvpair_value_byte.9f
1754link facet.doc.man=true path=usr/share/man/man9f/nvpair_value_uint32_array.9f target=nvpair_value_byte.9f
1755link facet.doc.man=true path=usr/share/man/man9f/nvpair_value_uint64.9f target=nvpair_value_byte.9f
1756link facet.doc.man=true path=usr/share/man/man9f/nvpair_value_uint64_array.9f target=nvpair_value_byte.9f
1757link facet.doc.man=true path=usr/share/man/man9f/nvpair_value_uint8.9f target=nvpair_value_byte.9f
1758link facet.doc.man=true path=usr/share/man/man9f/nvpair_value_uint8_array.9f target=nvpair_value_byte.9f
1759link facet.doc.man=true path=usr/share/man/man9f/otherq.9f target=OTHERQ.9f
1760link facet.doc.man=true path=usr/share/man/man9f/outl.9f target=outb.9f
1761link facet.doc.man=true path=usr/share/man/man9f/outw.9f target=outb.9f
1762link facet.doc.man=true path=usr/share/man/man9f/pci_config_get16.9f target=pci_config_get8.9f
1763link facet.doc.man=true path=usr/share/man/man9f/pci_config_get32.9f target=pci_config_get8.9f
1764link facet.doc.man=true path=usr/share/man/man9f/pci_config_get64.9f target=pci_config_get8.9f
1765link facet.doc.man=true path=usr/share/man/man9f/pci_config_getb.9f target=pci_config_get8.9f
1766link facet.doc.man=true path=usr/share/man/man9f/pci_config_getl.9f target=pci_config_get8.9f
1767link facet.doc.man=true path=usr/share/man/man9f/pci_config_getll.9f target=pci_config_get8.9f
1768link facet.doc.man=true path=usr/share/man/man9f/pci_config_getw.9f target=pci_config_get8.9f
1769link facet.doc.man=true path=usr/share/man/man9f/pci_config_put16.9f target=pci_config_get8.9f
1770link facet.doc.man=true path=usr/share/man/man9f/pci_config_put32.9f target=pci_config_get8.9f
1771link facet.doc.man=true path=usr/share/man/man9f/pci_config_put64.9f target=pci_config_get8.9f
1772link facet.doc.man=true path=usr/share/man/man9f/pci_config_put8.9f target=pci_config_get8.9f
1773link facet.doc.man=true path=usr/share/man/man9f/pci_config_putb.9f target=pci_config_get8.9f
1774link facet.doc.man=true path=usr/share/man/man9f/pci_config_putl.9f target=pci_config_get8.9f
1775link facet.doc.man=true path=usr/share/man/man9f/pci_config_putll.9f target=pci_config_get8.9f
1776link facet.doc.man=true path=usr/share/man/man9f/pci_config_putw.9f target=pci_config_get8.9f
1777link facet.doc.man=true path=usr/share/man/man9f/pci_config_teardown.9f target=pci_config_setup.9f
1778link facet.doc.man=true path=usr/share/man/man9f/pci_ereport_post.9f target=pci_ereport_setup.9f
1779link facet.doc.man=true path=usr/share/man/man9f/pci_ereport_teardown.9f target=pci_ereport_setup.9f
1780link facet.doc.man=true path=usr/share/man/man9f/pci_restore_config_regs.9f target=pci_save_config_regs.9f
1781link facet.doc.man=true path=usr/share/man/man9f/pm_idle_component.9f target=pm_busy_component.9f
1782link facet.doc.man=true path=usr/share/man/man9f/pm_lower_power.9f target=pm_raise_power.9f
1783link facet.doc.man=true path=usr/share/man/man9f/priv_policy_choice.9f target=priv_policy.9f
1784link facet.doc.man=true path=usr/share/man/man9f/priv_policy_only.9f target=priv_policy.9f
1785link facet.doc.man=true path=usr/share/man/man9f/proc_ref.9f target=proc_signal.9f
1786link facet.doc.man=true path=usr/share/man/man9f/proc_unref.9f target=proc_signal.9f
1787link facet.doc.man=true path=usr/share/man/man9f/qprocsoff.9f target=qprocson.9f
1788link facet.doc.man=true path=usr/share/man/man9f/qwait_sig.9f target=qwait.9f
1789link facet.doc.man=true path=usr/share/man/man9f/rd.9f target=RD.9f
1790link facet.doc.man=true path=usr/share/man/man9f/repinsb.9f target=inb.9f
1791link facet.doc.man=true path=usr/share/man/man9f/repinsd.9f target=inb.9f
1792link facet.doc.man=true path=usr/share/man/man9f/repinsw.9f target=inb.9f
1793link facet.doc.man=true path=usr/share/man/man9f/repoutsb.9f target=outb.9f
1794link facet.doc.man=true path=usr/share/man/man9f/repoutsd.9f target=outb.9f
1795link facet.doc.man=true path=usr/share/man/man9f/repoutsw.9f target=outb.9f
1796link facet.doc.man=true path=usr/share/man/man9f/rmallocmap_wait.9f target=rmallocmap.9f
1797link facet.doc.man=true path=usr/share/man/man9f/rmfreemap.9f target=rmallocmap.9f
1798link facet.doc.man=true path=usr/share/man/man9f/rw_destroy.9f target=rwlock.9f
1799link facet.doc.man=true path=usr/share/man/man9f/rw_downgrade.9f target=rwlock.9f
1800link facet.doc.man=true path=usr/share/man/man9f/rw_enter.9f target=rwlock.9f
1801link facet.doc.man=true path=usr/share/man/man9f/rw_exit.9f target=rwlock.9f
1802link facet.doc.man=true path=usr/share/man/man9f/rw_init.9f target=rwlock.9f
1803link facet.doc.man=true path=usr/share/man/man9f/rw_read_locked.9f target=rwlock.9f
1804link facet.doc.man=true path=usr/share/man/man9f/rw_tryenter.9f target=rwlock.9f
1805link facet.doc.man=true path=usr/share/man/man9f/rw_tryupgrade.9f target=rwlock.9f
1806link facet.doc.man=true path=usr/share/man/man9f/samestr.9f target=SAMESTR.9f
1807link facet.doc.man=true path=usr/share/man/man9f/scsi_dmafree.9f target=scsi_dmaget.9f
1808link facet.doc.man=true path=usr/share/man/man9f/scsi_dname.9f target=scsi_cname.9f
1809link facet.doc.man=true path=usr/share/man/man9f/scsi_hba_detach.9f target=scsi_hba_attach_setup.9f
1810link facet.doc.man=true path=usr/share/man/man9f/scsi_hba_fini.9f target=scsi_hba_init.9f
1811link facet.doc.man=true path=usr/share/man/man9f/scsi_hba_pkt_free.9f target=scsi_hba_pkt_alloc.9f
1812link facet.doc.man=true path=usr/share/man/man9f/scsi_hba_tran_free.9f target=scsi_hba_tran_alloc.9f
1813link facet.doc.man=true path=usr/share/man/man9f/scsi_ifsetcap.9f target=scsi_ifgetcap.9f
1814link facet.doc.man=true path=usr/share/man/man9f/scsi_mname.9f target=scsi_cname.9f
1815link facet.doc.man=true path=usr/share/man/man9f/scsi_pktfree.9f target=scsi_pktalloc.9f
1816link facet.doc.man=true path=usr/share/man/man9f/scsi_resalloc.9f target=scsi_pktalloc.9f
1817link facet.doc.man=true path=usr/share/man/man9f/scsi_resfree.9f target=scsi_pktalloc.9f
1818link facet.doc.man=true path=usr/share/man/man9f/scsi_rname.9f target=scsi_cname.9f
1819link facet.doc.man=true path=usr/share/man/man9f/scsi_sense_asc.9f target=scsi_sense_key.9f
1820link facet.doc.man=true path=usr/share/man/man9f/scsi_sense_ascq.9f target=scsi_sense_key.9f
1821link facet.doc.man=true path=usr/share/man/man9f/scsi_sense_cmdspecific_uint64.9f target=scsi_ext_sense_fields.9f
1822link facet.doc.man=true path=usr/share/man/man9f/scsi_sense_info_uint64.9f target=scsi_ext_sense_fields.9f
1823link facet.doc.man=true path=usr/share/man/man9f/scsi_sname.9f target=scsi_cname.9f
1824link facet.doc.man=true path=usr/share/man/man9f/scsi_unslave.9f target=scsi_unprobe.9f
1825link facet.doc.man=true path=usr/share/man/man9f/sema_destroy.9f target=semaphore.9f
1826link facet.doc.man=true path=usr/share/man/man9f/sema_init.9f target=semaphore.9f
1827link facet.doc.man=true path=usr/share/man/man9f/sema_p.9f target=semaphore.9f
1828link facet.doc.man=true path=usr/share/man/man9f/sema_p_sig.9f target=semaphore.9f
1829link facet.doc.man=true path=usr/share/man/man9f/sema_tryp.9f target=semaphore.9f
1830link facet.doc.man=true path=usr/share/man/man9f/sema_v.9f target=semaphore.9f
1831link facet.doc.man=true path=usr/share/man/man9f/strcasecmp.9f target=string.9f
1832link facet.doc.man=true path=usr/share/man/man9f/strchr.9f target=string.9f
1833link facet.doc.man=true path=usr/share/man/man9f/strcmp.9f target=string.9f
1834link facet.doc.man=true path=usr/share/man/man9f/strcpy.9f target=string.9f
1835link facet.doc.man=true path=usr/share/man/man9f/strdup.9f target=string.9f
1836link facet.doc.man=true path=usr/share/man/man9f/strfree.9f target=string.9f
1837link facet.doc.man=true path=usr/share/man/man9f/strlcat.9f target=string.9f
1838link facet.doc.man=true path=usr/share/man/man9f/strlcpy.9f target=string.9f
1839link facet.doc.man=true path=usr/share/man/man9f/strlen.9f target=string.9f
1840link facet.doc.man=true path=usr/share/man/man9f/strncasecmp.9f target=string.9f
1841link facet.doc.man=true path=usr/share/man/man9f/strncat.9f target=string.9f
1842link facet.doc.man=true path=usr/share/man/man9f/strncmp.9f target=string.9f
1843link facet.doc.man=true path=usr/share/man/man9f/strncpy.9f target=string.9f
1844link facet.doc.man=true path=usr/share/man/man9f/strnlen.9f target=string.9f
1845link facet.doc.man=true path=usr/share/man/man9f/strrchr.9f target=string.9f
1846link facet.doc.man=true path=usr/share/man/man9f/strspn.9f target=string.9f
1847link facet.doc.man=true path=usr/share/man/man9f/taskq_suspended.9f target=taskq.9f
1848link facet.doc.man=true path=usr/share/man/man9f/uconv_u16tou8.9f target=uconv_u16tou32.9f
1849link facet.doc.man=true path=usr/share/man/man9f/uconv_u32tou16.9f target=uconv_u16tou32.9f
1850link facet.doc.man=true path=usr/share/man/man9f/uconv_u32tou8.9f target=uconv_u16tou32.9f
1851link facet.doc.man=true path=usr/share/man/man9f/uconv_u8tou16.9f target=uconv_u16tou32.9f
1852link facet.doc.man=true path=usr/share/man/man9f/uconv_u8tou32.9f target=uconv_u16tou32.9f
1853link facet.doc.man=true path=usr/share/man/man9f/unfreezestr.9f target=freezestr.9f
1854link facet.doc.man=true path=usr/share/man/man9f/va_copy.9f target=va_arg.9f
1855link facet.doc.man=true path=usr/share/man/man9f/va_end.9f target=va_arg.9f
1856link facet.doc.man=true path=usr/share/man/man9f/va_start.9f target=va_arg.9f
1857link facet.doc.man=true path=usr/share/man/man9f/vcmn_err.9f target=cmn_err.9f
1858link facet.doc.man=true path=usr/share/man/man9f/vzcmn_err.9f target=cmn_err.9f
1859link facet.doc.man=true path=usr/share/man/man9f/wr.9f target=WR.9f
1860link facet.doc.man=true path=usr/share/man/man9f/zcmn_err.9f target=cmn_err.9f
1861#
1862# This file and its contents are supplied under the terms of the
1863# Common Development and Distribution License ("CDDL"), version 1.0.
1864# You may only use this file in accordance with the terms of version
1865# 1.0 of the CDDL.
1866#
1867# A full copy of the text of the CDDL should have accompanied this
1868# source.  A copy of the CDDL is also available via the Internet
1869# at http://www.illumos.org/license/CDDL.
1870#
1871
1872#
1873# Copyright 2011, Richard Lowe
1874# Copyright 2012 Nexenta Systems, Inc. All rights reserved.
1875#
1876
1877file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9p/ddi-forceattach.9p
1878file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9p/inquiry-device-type.9p
1879file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9p/no-involuntary-power-cycles.9p
1880file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9p/pm-components.9p
1881file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9p/pm.9p
1882file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9p/removable-media.9p
1883file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9p/size.9p
1884link facet.doc.man=true path=usr/share/man/man9p/Nblock.9p target=size.9p
1885link facet.doc.man=true path=usr/share/man/man9p/blksize.9p target=size.9p
1886link facet.doc.man=true path=usr/share/man/man9p/ddi-no-autodetach.9p target=ddi-forceattach.9p
1887link facet.doc.man=true path=usr/share/man/man9p/device-blksize.9p target=size.9p
1888link facet.doc.man=true path=usr/share/man/man9p/device-nblocks.9p target=size.9p
1889link facet.doc.man=true path=usr/share/man/man9p/inquiry-product-id.9p target=inquiry-device-type.9p
1890link facet.doc.man=true path=usr/share/man/man9p/inquiry-revision-id.9p target=inquiry-device-type.9p
1891link facet.doc.man=true path=usr/share/man/man9p/inquiry-serial-no.9p target=inquiry-device-type.9p
1892link facet.doc.man=true path=usr/share/man/man9p/inquiry-vendor-id.9p target=inquiry-device-type.9p
1893#
1894# This file and its contents are supplied under the terms of the
1895# Common Development and Distribution License ("CDDL"), version 1.0.
1896# You may only use this file in accordance with the terms of version
1897# 1.0 of the CDDL.
1898#
1899# A full copy of the text of the CDDL should have accompanied this
1900# source.  A copy of the CDDL is also available via the Internet
1901# at http://www.illumos.org/license/CDDL.
1902#
1903
1904#
1905# Copyright 2011, Richard Lowe
1906# Copyright 2012 Nexenta Systems, Inc. All rights reserved.
1907# Copyright 2014 Garrett D'Amore <garrett@damore.org>
1908#
1909
1910file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9s/Intro.9s
1911file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9s/aio_req.9s
1912file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9s/buf.9s
1913file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9s/cb_ops.9s
1914file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9s/copyreq.9s
1915file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9s/copyresp.9s
1916file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9s/datab.9s
1917file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9s/ddi_device_acc_attr.9s
1918file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9s/ddi_dma_attr.9s
1919file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9s/ddi_dma_cookie.9s
1920file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9s/ddi_dmae_req.9s
1921file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9s/ddi_fm_error.9s
1922file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9s/ddi_idevice_cookie.9s
1923file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9s/dev_ops.9s
1924file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9s/devmap_callback_ctl.9s
1925file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9s/fmodsw.9s
1926file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9s/free_rtn.9s
1927file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9s/gld_mac_info.9s
1928file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9s/gld_stats.9s
1929file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9s/hook_nic_event.9s
1930file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9s/hook_pkt_event.9s
1931file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9s/hook_t.9s
1932file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9s/iocblk.9s
1933file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9s/iovec.9s
1934file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9s/kstat.9s
1935file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9s/kstat_intr.9s
1936file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9s/kstat_io.9s
1937file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9s/kstat_named.9s
1938file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9s/linkblk.9s
1939file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9s/modldrv.9s
1940file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9s/modlinkage.9s
1941file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9s/modlmisc.9s
1942file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9s/modlstrmod.9s
1943file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9s/module_info.9s
1944file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9s/msgb.9s
1945file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9s/net_inject_t.9s
1946file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9s/net_instance_t.9s
1947file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9s/qband.9s
1948file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9s/qinit.9s
1949file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9s/queclass.9s
1950file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9s/queue.9s
1951file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9s/scsi_address.9s
1952file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9s/scsi_arq_status.9s
1953file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9s/scsi_asc_key_strings.9s
1954file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9s/scsi_device.9s
1955file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9s/scsi_extended_sense.9s
1956file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9s/scsi_hba_tran.9s
1957file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9s/scsi_inquiry.9s
1958file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9s/scsi_pkt.9s
1959file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9s/scsi_status.9s
1960file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9s/streamtab.9s
1961file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9s/stroptions.9s
1962file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9s/tuple.9s
1963file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man9s/uio.9s
1964link facet.doc.man=true path=usr/share/man/man9s/dblk.9s target=datab.9s
1965link facet.doc.man=true path=usr/share/man/man9s/intro.9s target=Intro.9s
1966link facet.doc.man=true path=usr/share/man/man9s/mblk.9s target=msgb.9s
1967set name=pkg.fmri value=pkg:/system/kernel@0.5.11,5.11-0.155.53
1968set name=pkg.description value="core kernel software for a specific instruction-set architecture"
1969set name=pkg.summary value="Core Solaris Kernel"
1970set name=info.classification value=org.opensolaris.category.2008:System/Core
1971set name=variant.arch value=i386
1972dir group=sys mode=0755 owner=root path=boot variant.opensolaris.zone=global
1973dir group=sys mode=0755 owner=root path=boot/acpi variant.opensolaris.zone=global
1974dir group=sys mode=0755 owner=root path=boot/acpi/tables variant.opensolaris.zone=global
1975dir group=sys mode=0755 owner=root path=boot/solaris variant.opensolaris.zone=global
1976dir group=sys mode=0755 owner=root path=boot/solaris/bin variant.opensolaris.zone=global
1977dir group=sys mode=0755 owner=root path=etc variant.opensolaris.zone=global
1978dir group=sys mode=0755 owner=root path=etc/crypto variant.opensolaris.zone=global
1979dir group=sys mode=0755 owner=root path=etc/sock2path.d variant.opensolaris.zone=global
1980dir group=sys mode=0755 owner=root path=kernel variant.opensolaris.zone=global
1981dir group=sys mode=0755 owner=root path=kernel/amd64 variant.opensolaris.zone=global
1982dir group=sys mode=0755 owner=root path=kernel/crypto variant.opensolaris.zone=global
1983dir group=sys mode=0755 owner=root path=kernel/crypto/amd64 variant.opensolaris.zone=global
1984dir group=sys mode=0755 owner=root path=kernel/dacf variant.opensolaris.zone=global
1985dir group=sys mode=0755 owner=root path=kernel/dacf/amd64 variant.opensolaris.zone=global
1986dir group=sys mode=0755 owner=root path=kernel/drv variant.opensolaris.zone=global
1987dir group=sys mode=0755 owner=root path=kernel/drv/amd64 variant.opensolaris.zone=global
1988dir group=sys mode=0755 owner=root path=kernel/exec variant.opensolaris.zone=global
1989dir group=sys mode=0755 owner=root path=kernel/exec/amd64 variant.opensolaris.zone=global
1990dir group=sys mode=0755 owner=root path=kernel/fs variant.opensolaris.zone=global
1991dir group=sys mode=0755 owner=root path=kernel/fs/amd64 variant.opensolaris.zone=global
1992dir group=sys mode=0755 owner=root path=kernel/ipp variant.opensolaris.zone=global
1993dir group=sys mode=0755 owner=root path=kernel/ipp/amd64 variant.opensolaris.zone=global
1994dir group=sys mode=0755 owner=root path=kernel/kiconv variant.opensolaris.zone=global
1995dir group=sys mode=0755 owner=root path=kernel/kiconv/amd64 variant.opensolaris.zone=global
1996dir group=sys mode=0755 owner=root path=kernel/mac variant.opensolaris.zone=global
1997dir group=sys mode=0755 owner=root path=kernel/mac/amd64 variant.opensolaris.zone=global
1998dir group=sys mode=0755 owner=root path=kernel/misc variant.opensolaris.zone=global
1999dir group=sys mode=0755 owner=root path=kernel/misc/amd64 variant.opensolaris.zone=global
2000dir group=sys mode=0755 owner=root path=kernel/misc/scsi_vhci variant.opensolaris.zone=global
2001dir group=sys mode=0755 owner=root path=kernel/misc/scsi_vhci/amd64 variant.opensolaris.zone=global
2002dir group=sys mode=0755 owner=root path=kernel/sched variant.opensolaris.zone=global
2003dir group=sys mode=0755 owner=root path=kernel/sched/amd64 variant.opensolaris.zone=global
2004dir group=sys mode=0755 owner=root path=kernel/socketmod variant.opensolaris.zone=global
2005dir group=sys mode=0755 owner=root path=kernel/socketmod/amd64 variant.opensolaris.zone=global
2006dir group=sys mode=0755 owner=root path=kernel/strmod variant.opensolaris.zone=global
2007dir group=sys mode=0755 owner=root path=kernel/strmod/amd64 variant.opensolaris.zone=global
2008dir group=sys mode=0755 owner=root path=kernel/sys variant.opensolaris.zone=global
2009dir group=sys mode=0755 owner=root path=kernel/sys/amd64 variant.opensolaris.zone=global
2010dir group=bin mode=0755 owner=root path=lib variant.opensolaris.zone=global
2011dir group=bin mode=0755 owner=root path=lib/svc variant.opensolaris.zone=global
2012dir group=sys mode=0755 owner=root path=lib/svc/manifest variant.opensolaris.zone=global
2013dir group=sys mode=0755 owner=root path=lib/svc/manifest/system variant.opensolaris.zone=global
2014dir group=bin mode=0755 owner=root path=lib/svc/method variant.opensolaris.zone=global
2015dir group=sys mode=0755 owner=root path=usr/kernel variant.opensolaris.zone=global
2016dir group=sys mode=0755 owner=root path=usr/kernel/drv variant.opensolaris.zone=global
2017dir group=sys mode=0755 owner=root path=usr/kernel/drv/amd64 variant.opensolaris.zone=global
2018dir group=bin mode=0755 owner=root path=usr/share/man
2019dir facet.doc.man=true group=bin mode=0755 owner=root path=usr/share/man/man1m
2020dir facet.doc.man=true group=bin mode=0755 owner=root path=usr/share/man/man2
2021dir facet.doc.man=true group=bin mode=0755 owner=root path=usr/share/man/man3
2022dir facet.doc.man=true group=bin mode=0755 owner=root path=usr/share/man/man4
2023dir facet.doc.man=true group=bin mode=0755 owner=root path=usr/share/man/man5
2024dir facet.doc.man=true group=bin mode=0755 owner=root path=usr/share/man/man7d
2025dir facet.doc.man=true group=bin mode=0755 owner=root path=usr/share/man/man7fs
2026dir facet.doc.man=true group=bin mode=0755 owner=root path=usr/share/man/man7m
2027dir facet.doc.man=true group=bin mode=0755 owner=root path=usr/share/man/man7p
2028dir facet.doc.man=true group=bin mode=0755 owner=root path=usr/share/man/man9
2029dir facet.doc.man=true group=bin mode=0755 owner=root path=usr/share/man/man9e
2030dir facet.doc.man=true group=bin mode=0755 owner=root path=usr/share/man/man9f
2031dir facet.doc.man=true group=bin mode=0755 owner=root path=usr/share/man/man9p
2032dir facet.doc.man=true group=bin mode=0755 owner=root path=usr/share/man/man9s
2033driver name=acpi_drv perms="* 0666 root sys"
2034driver name=aggr perms="* 0666 root sys"
2035driver name=arp perms="arp 0666 root sys"
2036driver name=bl perms="* 0666 root sys"
2037driver clone_perms="bridge 0666 root sys" name=bridge policy="read_priv_set=net_rawaccess write_priv_set=net_rawaccess"
2038#driver name=bscbus alias=SUNW,bscbus
2039driver alias=SVI0101 name=bscbus
2040#driver name=bscv alias=SUNW,bscv perms="* 0644 root sys"
2041driver name=bscv
2042driver name=clone
2043driver name=cn perms="* 0620 root tty"
2044driver name=conskbd perms="kbd 0666 root sys"
2045driver name=consms perms="mouse 0666 root sys"
2046driver name=cpuid perms="self 0644 root sys"
2047driver alias=cpus name=cpunex
2048driver name=crypto perms="crypto 0666 root sys"
2049driver name=cryptoadm perms="cryptoadm 0644 root sys"
2050#driver name=dad alias=ide-disk perms="* 0640 root sys"
2051driver name=devinfo perms="devinfo 0640 root sys" perms="devinfo,ro 0444 root sys"
2052driver name=dld perms="* 0666 root sys"
2053driver name=dlpistub perms="* 0666 root sys"
2054#driver name=i8042 alias=8042
2055driver name=i8042
2056driver name=icmp perms="icmp 0666 root sys" policy="read_priv_set=net_icmpaccess write_priv_set=net_icmpaccess"
2057driver name=icmp6 perms="icmp6 0666 root sys" policy="read_priv_set=net_icmpaccess write_priv_set=net_icmpaccess"
2058driver alias=pci8086,25c0 alias=pci8086,25d0 alias=pci8086,25d4 alias=pci8086,25d8 alias=pci8086,3600 alias=pci8086,4000 alias=pci8086,4001 alias=pci8086,4003 alias=pci8086,65c0 name=intel_nb5000
2059driver alias=pci8086,3423 alias=pci8086,372a name=intel_nhm
2060driver alias=pci8086,3438 name=intel_nhmex
2061driver name=ip perms="ip 0666 root sys" policy="read_priv_set=net_rawaccess write_priv_set=net_rawaccess"
2062driver name=ip6 perms="ip6 0666 root sys" policy="read_priv_set=net_rawaccess write_priv_set=net_rawaccess"
2063driver name=ipnet perms="lo0 0666 root sys" policy="read_priv_set=net_observability write_priv_set=net_observability"
2064driver name=ippctl
2065driver name=ipsecah perms="ipsecah 0666 root sys" policy="read_priv_set=sys_ip_config write_priv_set=sys_ip_config"
2066driver name=ipsecesp perms="ipsecesp 0666 root sys" policy="read_priv_set=sys_ip_config write_priv_set=sys_ip_config"
2067driver name=iptun
2068driver name=iwscn
2069driver alias=pnpPNP,303 name=kb8042
2070driver name=keysock perms="keysock 0666 root sys" policy="read_priv_set=sys_ip_config write_priv_set=sys_ip_config"
2071driver name=kmdb
2072driver name=kssl perms="* 0666 root sys"
2073driver clone_perms="llc1 0666 root sys" name=llc1
2074driver name=lofi perms="* 0600 root sys" perms="ctl 0644 root sys"
2075driver name=log perms="conslog 0666 root sys" perms="log 0640 root sys"
2076driver alias=pci1022,1100 alias=pci1022,1101 alias=pci1022,1102 name=mc-amd
2077driver name=mm perms="allkmem 0600 root sys" perms="kmem 0640 root sys" perms="mem 0640 root sys" perms="null 0666 root sys" perms="zero 0666 root sys" policy="allkmem read_priv_set=all write_priv_set=all" policy="kmem read_priv_set=none write_priv_set=all" policy="mem read_priv_set=none write_priv_set=all"
2078driver alias=pnpPNP,f03 name=mouse8042
2079driver alias=pci1000,30 alias=pci1000,50 alias=pci1000,54 alias=pci1000,56 alias=pci1000,58 alias=pci1000,62 alias=pciex1000,56 alias=pciex1000,58 alias=pciex1000,62 class=scsi name=mpt
2080driver alias=scsa,nodev alias=scsa,probe name=nulldriver
2081driver name=openeepr perms="openprom 0640 root sys" policy=write_priv_set=all
2082driver name=options
2083#driver name=pci_pci class=pci alias=pci1011,1 alias=pci1011,21 alias=pci1011,24 alias=pci1011,25 alias=pci1011,26 alias=pci1014,22 alias=pciclass,060400
2084driver alias=pci1011,1 alias=pci1011,21 alias=pci1014,22 alias=pciclass,060400 alias=pciclass,060401 class=pci name=pci_pci
2085#driver name=pcieb alias=pciex108e,9010 alias=pciex108e,9020 alias=pciex10b5,8114 alias=pciex10b5,8516 alias=pciex10b5,8517 alias=pciex10b5,8518 alias=pciex10b5,8532 alias=pciex10b5,8533 alias=pciex10b5,8548 alias=pciexclass,060400
2086driver alias=pciexclass,060400 alias=pciexclass,060401 name=pcieb
2087#driver name=pcieb_bcm alias=pciex1166,103
2088driver name=physmem perms="* 0600 root sys"
2089driver name=poll perms="* 0666 root sys"
2090#driver name=power alias=ali1535d+-power
2091driver name=power
2092driver alias=zconsnex name=pseudo
2093driver name=ptc perms="* 0666 root sys"
2094driver name=ptsl perms="* 0666 root sys"
2095#driver name=ramdisk alias=SUNW,ramdisk perms="* 0600 root sys" perms="ctl 0644 root sys"
2096driver name=ramdisk perms="* 0600 root sys" perms="ctl 0644 root sys"
2097driver name=random perms="* 0644 root sys" policy=write_priv_set=sys_devices
2098driver name=rts perms="rts 0666 root sys"
2099driver name=sad perms="admin 0666 root sys" perms="user 0666 root sys"
2100driver class=scsi-self-identifying name=scsi_vhci perms="* 0666 root sys" policy="devctl write_priv_set=sys_devices"
2101#driver name=sd perms="* 0640 root sys" alias=ide-cdrom alias=scsiclass,00 alias=scsiclass,05
2102driver alias=scsiclass,00 alias=scsiclass,05 name=sd perms="* 0640 root sys"
2103driver alias=scsa,08.bfcp alias=scsa,08.bvhci name=sgen perms="* 0600 root sys"
2104driver name=signalfd perms="* 0666 root sys"
2105driver clone_perms="simnet 0666 root sys" name=simnet perms="* 0666 root sys"
2106driver name=smbios perms="smbios 0444 root sys"
2107driver name=softmac
2108driver name=spdsock perms="spdsock 0666 root sys" policy="read_priv_set=sys_ip_config write_priv_set=sys_ip_config"
2109driver alias=scsiclass,01 name=st perms="* 0666 root sys"
2110driver name=sy perms="tty 0666 root tty"
2111driver name=sysevent perms="* 0600 root sys"
2112driver name=sysmsg perms="msglog 0600 root sys" perms="sysmsg 0600 root sys"
2113driver name=tcp perms="tcp 0666 root sys"
2114driver name=tcp6 perms="tcp6 0666 root sys"
2115driver clone_perms="ticlts 0666 root sys" clone_perms="ticots 0666 root sys" clone_perms="ticotsord 0666 root sys" name=tl perms="* 0666 root sys"
2116#driver name=ttymux alias=multiplexer
2117driver name=tzmon
2118#driver name=uata alias=pci1095,646 alias=pci1095,649 alias=pci1095,680 alias=pci10b9,5229 alias=pci10b9,5288 class=dada class=scsi
2119driver name=ucode perms="* 0644 root sys"
2120driver name=udp perms="udp 0666 root sys"
2121driver name=udp6 perms="udp6 0666 root sys"
2122driver alias=pciclass,000100 alias=pciclass,030000 alias=pciclass,030001 alias=pnpPNP,900 name=vgatext
2123driver clone_perms="vnic 0666 root sys" name=vnic perms="* 0666 root sys"
2124driver name=wc perms="* 0600 root sys"
2125file NOHASH group=sys mode=0555 owner=root path=boot/solaris/bin/create_diskmap variant.opensolaris.zone=global
2126file NOHASH group=sys mode=0555 owner=root path=boot/solaris/bin/create_ramdisk variant.opensolaris.zone=global
2127file NOHASH group=sys mode=0555 owner=root path=boot/solaris/bin/extract_boot_filelist variant.opensolaris.zone=global
2128file NOHASH group=sys mode=0555 owner=root path=boot/solaris/bin/mbr variant.opensolaris.zone=global
2129file NOHASH group=sys mode=0555 owner=root path=boot/solaris/bin/symdef variant.opensolaris.zone=global
2130file NOHASH group=sys mode=0555 owner=root path=boot/solaris/bin/update_grub variant.opensolaris.zone=global
2131file NOHASH group=sys mode=0644 owner=root path=boot/solaris/filelist.ramdisk variant.opensolaris.zone=global
2132file NOHASH group=sys mode=0644 owner=root path=boot/solaris/filelist.safe variant.opensolaris.zone=global
2133file NOHASH group=sys mode=0644 original_name=SUNWckr:etc/crypto/kcf.conf owner=root path=etc/crypto/kcf.conf preserve=true variant.opensolaris.zone=global
2134file NOHASH group=sys mode=0644 original_name=SUNWos86r:etc/mach owner=root path=etc/mach preserve=true variant.opensolaris.zone=global
2135file NOHASH group=sys mode=0644 original_name=SUNWckr:etc/name_to_sysnum owner=root path=etc/name_to_sysnum preserve=renameold variant.opensolaris.zone=global
2136file NOHASH group=sys mode=0644 owner=root path=etc/sock2path.d/system%2Fkernel variant.opensolaris.zone=global
2137file NOHASH group=sys mode=0644 original_name=SUNWckr:etc/system owner=root path=etc/system preserve=true variant.opensolaris.zone=global
2138file NOHASH group=sys mode=0755 owner=root path=kernel/amd64/genunix reboot-needed=true variant.opensolaris.zone=global
2139file NOHASH group=sys mode=0755 owner=root path=kernel/crypto/amd64/aes reboot-needed=true variant.opensolaris.zone=global
2140file NOHASH group=sys mode=0755 owner=root path=kernel/crypto/amd64/arcfour reboot-needed=true variant.opensolaris.zone=global
2141file NOHASH group=sys mode=0755 owner=root path=kernel/crypto/amd64/blowfish reboot-needed=true variant.opensolaris.zone=global
2142file NOHASH group=sys mode=0755 owner=root path=kernel/crypto/amd64/des reboot-needed=true variant.opensolaris.zone=global
2143file NOHASH group=sys mode=0755 owner=root path=kernel/crypto/amd64/ecc reboot-needed=true variant.opensolaris.zone=global
2144file NOHASH group=sys mode=0755 owner=root path=kernel/crypto/amd64/edonr reboot-needed=true variant.opensolaris.zone=global
2145file NOHASH group=sys mode=0755 owner=root path=kernel/crypto/amd64/md4 reboot-needed=true variant.opensolaris.zone=global
2146file NOHASH group=sys mode=0755 owner=root path=kernel/crypto/amd64/md5 reboot-needed=true variant.opensolaris.zone=global
2147file NOHASH group=sys mode=0755 owner=root path=kernel/crypto/amd64/rsa reboot-needed=true variant.opensolaris.zone=global
2148file NOHASH group=sys mode=0755 owner=root path=kernel/crypto/amd64/sha1 reboot-needed=true variant.opensolaris.zone=global
2149file NOHASH group=sys mode=0755 owner=root path=kernel/crypto/amd64/sha2 reboot-needed=true variant.opensolaris.zone=global
2150file NOHASH group=sys mode=0755 owner=root path=kernel/crypto/amd64/skein reboot-needed=true variant.opensolaris.zone=global
2151file NOHASH group=sys mode=0755 owner=root path=kernel/crypto/amd64/swrand reboot-needed=true variant.opensolaris.zone=global
2152#file path=kernel/dacf/amd64/consconfig_dacf group=sys mode=0755
2153file NOHASH group=sys mode=0755 owner=root path=kernel/dacf/amd64/net_dacf reboot-needed=true variant.opensolaris.zone=global
2154file NOHASH group=sys mode=0755 owner=root path=kernel/drv/amd64/acpi_drv reboot-needed=true variant.opensolaris.zone=global
2155file NOHASH group=sys mode=0755 owner=root path=kernel/drv/amd64/acpi_toshiba reboot-needed=true variant.opensolaris.zone=global
2156file NOHASH group=sys mode=0755 owner=root path=kernel/drv/amd64/aggr reboot-needed=true variant.opensolaris.zone=global
2157file NOHASH group=sys mode=0755 owner=root path=kernel/drv/amd64/arp reboot-needed=true variant.opensolaris.zone=global
2158file NOHASH group=sys mode=0755 owner=root path=kernel/drv/amd64/bl reboot-needed=true variant.opensolaris.zone=global
2159file NOHASH group=sys mode=0755 owner=root path=kernel/drv/amd64/bridge reboot-needed=true variant.opensolaris.zone=global
2160file NOHASH group=sys mode=0755 owner=root path=kernel/drv/amd64/bscbus reboot-needed=true variant.opensolaris.zone=global
2161file NOHASH group=sys mode=0755 owner=root path=kernel/drv/amd64/bscv reboot-needed=true variant.opensolaris.zone=global
2162file NOHASH group=sys mode=0755 owner=root path=kernel/drv/amd64/clone reboot-needed=true variant.opensolaris.zone=global
2163file NOHASH group=sys mode=0755 owner=root path=kernel/drv/amd64/cn reboot-needed=true variant.opensolaris.zone=global
2164file NOHASH group=sys mode=0755 owner=root path=kernel/drv/amd64/conskbd reboot-needed=true variant.opensolaris.zone=global
2165file NOHASH group=sys mode=0755 owner=root path=kernel/drv/amd64/consms reboot-needed=true variant.opensolaris.zone=global
2166file NOHASH group=sys mode=0755 owner=root path=kernel/drv/amd64/cpuid reboot-needed=true variant.opensolaris.zone=global
2167file NOHASH group=sys mode=0755 owner=root path=kernel/drv/amd64/cpunex reboot-needed=true variant.opensolaris.zone=global
2168file NOHASH group=sys mode=0755 owner=root path=kernel/drv/amd64/crypto reboot-needed=true variant.opensolaris.zone=global
2169file NOHASH group=sys mode=0755 owner=root path=kernel/drv/amd64/cryptoadm reboot-needed=true variant.opensolaris.zone=global
2170#file path=kernel/drv/amd64/dad group=sys
2171file NOHASH group=sys mode=0755 owner=root path=kernel/drv/amd64/devinfo reboot-needed=true variant.opensolaris.zone=global
2172file NOHASH group=sys mode=0755 owner=root path=kernel/drv/amd64/dld reboot-needed=true variant.opensolaris.zone=global
2173file NOHASH group=sys mode=0755 owner=root path=kernel/drv/amd64/dlpistub reboot-needed=true variant.opensolaris.zone=global
2174file NOHASH group=sys mode=0755 owner=root path=kernel/drv/amd64/i8042 reboot-needed=true variant.opensolaris.zone=global
2175file NOHASH group=sys mode=0755 owner=root path=kernel/drv/amd64/icmp reboot-needed=true variant.opensolaris.zone=global
2176file NOHASH group=sys mode=0755 owner=root path=kernel/drv/amd64/icmp6 reboot-needed=true variant.opensolaris.zone=global
2177file NOHASH group=sys mode=0755 owner=root path=kernel/drv/amd64/intel_nb5000 reboot-needed=true variant.opensolaris.zone=global
2178file NOHASH group=sys mode=0755 owner=root path=kernel/drv/amd64/intel_nhm reboot-needed=true variant.opensolaris.zone=global
2179file NOHASH group=sys mode=0755 owner=root path=kernel/drv/amd64/intel_nhmex reboot-needed=true variant.opensolaris.zone=global
2180file NOHASH group=sys mode=0755 owner=root path=kernel/drv/amd64/ip reboot-needed=true variant.opensolaris.zone=global
2181file NOHASH group=sys mode=0755 owner=root path=kernel/drv/amd64/ip6 reboot-needed=true variant.opensolaris.zone=global
2182file NOHASH group=sys mode=0755 owner=root path=kernel/drv/amd64/ipnet reboot-needed=true variant.opensolaris.zone=global
2183file NOHASH group=sys mode=0755 owner=root path=kernel/drv/amd64/ippctl reboot-needed=true variant.opensolaris.zone=global
2184file NOHASH group=sys mode=0755 owner=root path=kernel/drv/amd64/ipsecah reboot-needed=true variant.opensolaris.zone=global
2185file NOHASH group=sys mode=0755 owner=root path=kernel/drv/amd64/ipsecesp reboot-needed=true variant.opensolaris.zone=global
2186file NOHASH group=sys mode=0755 owner=root path=kernel/drv/amd64/iptun reboot-needed=true variant.opensolaris.zone=global
2187file NOHASH group=sys mode=0755 owner=root path=kernel/drv/amd64/iwscn reboot-needed=true variant.opensolaris.zone=global
2188file NOHASH group=sys mode=0755 owner=root path=kernel/drv/amd64/kb8042 reboot-needed=true variant.opensolaris.zone=global
2189file NOHASH group=sys mode=0755 owner=root path=kernel/drv/amd64/keysock reboot-needed=true variant.opensolaris.zone=global
2190file NOHASH group=sys mode=0755 owner=root path=kernel/drv/amd64/kmdb reboot-needed=true variant.opensolaris.zone=global
2191file NOHASH group=sys mode=0755 owner=root path=kernel/drv/amd64/kssl reboot-needed=true variant.opensolaris.zone=global
2192file NOHASH group=sys mode=0755 owner=root path=kernel/drv/amd64/llc1 reboot-needed=true variant.opensolaris.zone=global
2193file NOHASH group=sys mode=0755 owner=root path=kernel/drv/amd64/lofi reboot-needed=true variant.opensolaris.zone=global
2194file NOHASH group=sys mode=0755 owner=root path=kernel/drv/amd64/log reboot-needed=true variant.opensolaris.zone=global
2195file NOHASH group=sys mode=0755 owner=root path=kernel/drv/amd64/mc-amd reboot-needed=true variant.opensolaris.zone=global
2196file NOHASH group=sys mode=0755 owner=root path=kernel/drv/amd64/mm reboot-needed=true variant.opensolaris.zone=global
2197file NOHASH group=sys mode=0755 owner=root path=kernel/drv/amd64/mouse8042 reboot-needed=true variant.opensolaris.zone=global
2198file NOHASH group=sys mode=0755 owner=root path=kernel/drv/amd64/mpt reboot-needed=true variant.opensolaris.zone=global
2199file NOHASH group=sys mode=0755 owner=root path=kernel/drv/amd64/nulldriver reboot-needed=true variant.opensolaris.zone=global
2200file NOHASH group=sys mode=0755 owner=root path=kernel/drv/amd64/openeepr reboot-needed=true variant.opensolaris.zone=global
2201file NOHASH group=sys mode=0755 owner=root path=kernel/drv/amd64/options reboot-needed=true variant.opensolaris.zone=global
2202file NOHASH group=sys mode=0755 owner=root path=kernel/drv/amd64/pci_pci reboot-needed=true variant.opensolaris.zone=global
2203file NOHASH group=sys mode=0755 owner=root path=kernel/drv/amd64/pcieb reboot-needed=true variant.opensolaris.zone=global
2204#file path=kernel/drv/amd64/pcieb_bcm group=sys
2205file NOHASH group=sys mode=0755 owner=root path=kernel/drv/amd64/physmem reboot-needed=true variant.opensolaris.zone=global
2206file NOHASH group=sys mode=0755 owner=root path=kernel/drv/amd64/poll reboot-needed=true variant.opensolaris.zone=global
2207file NOHASH group=sys mode=0755 owner=root path=kernel/drv/amd64/power reboot-needed=true variant.opensolaris.zone=global
2208file NOHASH group=sys mode=0755 owner=root path=kernel/drv/amd64/pseudo reboot-needed=true variant.opensolaris.zone=global
2209file NOHASH group=sys mode=0755 owner=root path=kernel/drv/amd64/ptc reboot-needed=true variant.opensolaris.zone=global
2210file NOHASH group=sys mode=0755 owner=root path=kernel/drv/amd64/ptsl reboot-needed=true variant.opensolaris.zone=global
2211file NOHASH group=sys mode=0755 owner=root path=kernel/drv/amd64/ramdisk reboot-needed=true variant.opensolaris.zone=global
2212file NOHASH group=sys mode=0755 owner=root path=kernel/drv/amd64/random reboot-needed=true variant.opensolaris.zone=global
2213file NOHASH group=sys mode=0755 owner=root path=kernel/drv/amd64/rts reboot-needed=true variant.opensolaris.zone=global
2214file NOHASH group=sys mode=0755 owner=root path=kernel/drv/amd64/sad reboot-needed=true variant.opensolaris.zone=global
2215file NOHASH group=sys mode=0755 owner=root path=kernel/drv/amd64/scsi_vhci reboot-needed=true variant.opensolaris.zone=global
2216file NOHASH group=sys mode=0755 owner=root path=kernel/drv/amd64/sd reboot-needed=true variant.opensolaris.zone=global
2217file NOHASH group=sys mode=0755 owner=root path=kernel/drv/amd64/sgen reboot-needed=true variant.opensolaris.zone=global
2218file NOHASH group=sys mode=0755 owner=root path=kernel/drv/amd64/simnet reboot-needed=true variant.opensolaris.zone=global
2219file NOHASH group=sys mode=0755 owner=root path=kernel/drv/amd64/smbios reboot-needed=true variant.opensolaris.zone=global
2220file NOHASH group=sys mode=0755 owner=root path=kernel/drv/amd64/softmac reboot-needed=true variant.opensolaris.zone=global
2221file NOHASH group=sys mode=0755 owner=root path=kernel/drv/amd64/spdsock reboot-needed=true variant.opensolaris.zone=global
2222file NOHASH group=sys mode=0755 owner=root path=kernel/drv/amd64/st reboot-needed=true variant.opensolaris.zone=global
2223file NOHASH group=sys mode=0755 owner=root path=kernel/drv/amd64/sy reboot-needed=true variant.opensolaris.zone=global
2224file NOHASH group=sys mode=0755 owner=root path=kernel/drv/amd64/sysevent reboot-needed=true variant.opensolaris.zone=global
2225file NOHASH group=sys mode=0755 owner=root path=kernel/drv/amd64/sysmsg reboot-needed=true variant.opensolaris.zone=global
2226file NOHASH group=sys mode=0755 owner=root path=kernel/drv/amd64/tcp reboot-needed=true variant.opensolaris.zone=global
2227file NOHASH group=sys mode=0755 owner=root path=kernel/drv/amd64/tcp6 reboot-needed=true variant.opensolaris.zone=global
2228file NOHASH group=sys mode=0755 owner=root path=kernel/drv/amd64/tl reboot-needed=true variant.opensolaris.zone=global
2229#file path=kernel/drv/amd64/ttymux group=sys
2230file NOHASH group=sys mode=0755 owner=root path=kernel/drv/amd64/tzmon reboot-needed=true variant.opensolaris.zone=global
2231#file path=kernel/drv/amd64/uata group=sys
2232file NOHASH group=sys mode=0755 owner=root path=kernel/drv/amd64/ucode reboot-needed=true variant.opensolaris.zone=global
2233file NOHASH group=sys mode=0755 owner=root path=kernel/drv/amd64/udp reboot-needed=true variant.opensolaris.zone=global
2234file NOHASH group=sys mode=0755 owner=root path=kernel/drv/amd64/udp6 reboot-needed=true variant.opensolaris.zone=global
2235file NOHASH group=sys mode=0755 owner=root path=kernel/drv/amd64/vgatext reboot-needed=true variant.opensolaris.zone=global
2236file NOHASH group=sys mode=0755 owner=root path=kernel/drv/amd64/vnic reboot-needed=true variant.opensolaris.zone=global
2237file NOHASH group=sys mode=0755 owner=root path=kernel/drv/amd64/wc reboot-needed=true variant.opensolaris.zone=global
2238file NOHASH group=sys mode=0644 owner=root path=kernel/drv/acpi_drv.conf variant.opensolaris.zone=global
2239file NOHASH group=sys mode=0644 owner=root path=kernel/drv/aggr.conf variant.opensolaris.zone=global
2240file NOHASH group=sys mode=0644 owner=root path=kernel/drv/arp.conf variant.opensolaris.zone=global
2241file NOHASH group=sys mode=0644 owner=root path=kernel/drv/bl.conf variant.opensolaris.zone=global
2242file NOHASH group=sys mode=0644 owner=root path=kernel/drv/bridge.conf variant.opensolaris.zone=global
2243file NOHASH group=sys mode=0644 owner=root path=kernel/drv/bscbus.conf variant.opensolaris.zone=global
2244file NOHASH group=sys mode=0644 owner=root path=kernel/drv/bscv.conf variant.opensolaris.zone=global
2245file NOHASH group=sys mode=0644 owner=root path=kernel/drv/clone.conf variant.opensolaris.zone=global
2246file NOHASH group=sys mode=0644 owner=root path=kernel/drv/cn.conf variant.opensolaris.zone=global
2247file NOHASH group=sys mode=0644 owner=root path=kernel/drv/conskbd.conf variant.opensolaris.zone=global
2248file NOHASH group=sys mode=0644 owner=root path=kernel/drv/consms.conf variant.opensolaris.zone=global
2249file NOHASH group=sys mode=0644 owner=root path=kernel/drv/cpuid.conf variant.opensolaris.zone=global
2250file NOHASH group=sys mode=0644 owner=root path=kernel/drv/crypto.conf variant.opensolaris.zone=global
2251file NOHASH group=sys mode=0644 owner=root path=kernel/drv/cryptoadm.conf variant.opensolaris.zone=global
2252#file path=kernel/drv/dad.conf group=sys
2253file NOHASH group=sys mode=0644 owner=root path=kernel/drv/devinfo.conf variant.opensolaris.zone=global
2254file NOHASH group=sys mode=0644 owner=root path=kernel/drv/dld.conf variant.opensolaris.zone=global
2255file NOHASH group=sys mode=0644 owner=root path=kernel/drv/dlpistub.conf variant.opensolaris.zone=global
2256file NOHASH group=sys mode=0644 owner=root path=kernel/drv/icmp.conf variant.opensolaris.zone=global
2257file NOHASH group=sys mode=0644 owner=root path=kernel/drv/icmp6.conf variant.opensolaris.zone=global
2258file NOHASH group=sys mode=0644 owner=root path=kernel/drv/intel_nb5000.conf variant.opensolaris.zone=global
2259file NOHASH group=sys mode=0644 owner=root path=kernel/drv/intel_nhm.conf variant.opensolaris.zone=global
2260file NOHASH group=sys mode=0644 owner=root path=kernel/drv/intel_nhmex.conf variant.opensolaris.zone=global
2261file NOHASH group=sys mode=0644 owner=root path=kernel/drv/ip.conf variant.opensolaris.zone=global
2262file NOHASH group=sys mode=0644 owner=root path=kernel/drv/ip6.conf variant.opensolaris.zone=global
2263file NOHASH group=sys mode=0644 owner=root path=kernel/drv/ipnet.conf variant.opensolaris.zone=global
2264file NOHASH group=sys mode=0644 owner=root path=kernel/drv/ippctl.conf variant.opensolaris.zone=global
2265file NOHASH group=sys mode=0644 owner=root path=kernel/drv/ipsecah.conf variant.opensolaris.zone=global
2266file NOHASH group=sys mode=0644 owner=root path=kernel/drv/ipsecesp.conf variant.opensolaris.zone=global
2267file NOHASH group=sys mode=0644 owner=root path=kernel/drv/iptun.conf variant.opensolaris.zone=global
2268file NOHASH group=sys mode=0644 owner=root path=kernel/drv/iwscn.conf variant.opensolaris.zone=global
2269file NOHASH group=sys mode=0644 owner=root path=kernel/drv/keysock.conf variant.opensolaris.zone=global
2270file NOHASH group=sys mode=0644 owner=root path=kernel/drv/kmdb.conf variant.opensolaris.zone=global
2271file NOHASH group=sys mode=0644 owner=root path=kernel/drv/kssl.conf variant.opensolaris.zone=global
2272file NOHASH group=sys mode=0644 owner=root path=kernel/drv/llc1.conf variant.opensolaris.zone=global
2273file NOHASH group=sys mode=0644 owner=root path=kernel/drv/lofi.conf variant.opensolaris.zone=global
2274file NOHASH group=sys mode=0644 original_name=SUNWckr:kernel/drv/log.conf owner=root path=kernel/drv/log.conf preserve=true variant.opensolaris.zone=global
2275file NOHASH group=sys mode=0644 owner=root path=kernel/drv/mc-amd.conf variant.opensolaris.zone=global
2276file NOHASH group=sys mode=0644 owner=root path=kernel/drv/mm.conf variant.opensolaris.zone=global
2277file NOHASH group=sys mode=0644 original_name=SUNWckr:kernel/drv/mpt.conf owner=root path=kernel/drv/mpt.conf preserve=true variant.opensolaris.zone=global
2278file NOHASH group=sys mode=0644 owner=root path=kernel/drv/openeepr.conf variant.opensolaris.zone=global
2279file NOHASH group=sys mode=0644 owner=root path=kernel/drv/options.conf variant.opensolaris.zone=global
2280file NOHASH group=sys mode=0644 owner=root path=kernel/drv/pcieb.conf variant.opensolaris.zone=global
2281file NOHASH group=sys mode=0644 owner=root path=kernel/drv/physmem.conf variant.opensolaris.zone=global
2282file NOHASH group=sys mode=0644 owner=root path=kernel/drv/poll.conf variant.opensolaris.zone=global
2283file NOHASH group=sys mode=0644 owner=root path=kernel/drv/power.conf variant.opensolaris.zone=global
2284file NOHASH group=sys mode=0644 owner=root path=kernel/drv/pseudo.conf variant.opensolaris.zone=global
2285file NOHASH group=sys mode=0644 owner=root path=kernel/drv/ptc.conf variant.opensolaris.zone=global
2286file NOHASH group=sys mode=0644 owner=root path=kernel/drv/ptsl.conf variant.opensolaris.zone=global
2287file NOHASH group=sys mode=0644 owner=root path=kernel/drv/ramdisk.conf variant.opensolaris.zone=global
2288file NOHASH group=sys mode=0644 owner=root path=kernel/drv/random.conf variant.opensolaris.zone=global
2289file NOHASH group=sys mode=0644 owner=root path=kernel/drv/rts.conf variant.opensolaris.zone=global
2290file NOHASH group=sys mode=0644 owner=root path=kernel/drv/sad.conf variant.opensolaris.zone=global
2291file NOHASH group=sys mode=0644 original_name=SUNWckr:kernel/drv/scsi_vhci.conf owner=root path=kernel/drv/scsi_vhci.conf preserve=true variant.opensolaris.zone=global
2292#file path=kernel/drv/sd.conf group=sys original_name=SUNWckr:kernel/drv/sd.conf preserve=true
2293file NOHASH group=sys mode=0644 original_name=SUNWos86r:kernel/drv/sd.conf owner=root path=kernel/drv/sd.conf preserve=true variant.opensolaris.zone=global
2294file NOHASH group=sys mode=0644 original_name=SUNWckr:kernel/drv/sgen.conf owner=root path=kernel/drv/sgen.conf preserve=true variant.opensolaris.zone=global
2295file NOHASH group=sys mode=0644 owner=root path=kernel/drv/simnet.conf variant.opensolaris.zone=global
2296file NOHASH group=sys mode=0644 owner=root path=kernel/drv/smbios.conf variant.opensolaris.zone=global
2297file NOHASH group=sys mode=0644 owner=root path=kernel/drv/softmac.conf variant.opensolaris.zone=global
2298file NOHASH group=sys mode=0644 owner=root path=kernel/drv/spdsock.conf variant.opensolaris.zone=global
2299file NOHASH group=sys mode=0644 original_name=SUNWckr:kernel/drv/st.conf owner=root path=kernel/drv/st.conf preserve=true variant.opensolaris.zone=global
2300file NOHASH group=sys mode=0644 owner=root path=kernel/drv/sy.conf variant.opensolaris.zone=global
2301file NOHASH group=sys mode=0644 owner=root path=kernel/drv/sysevent.conf variant.opensolaris.zone=global
2302file NOHASH group=sys mode=0644 owner=root path=kernel/drv/sysmsg.conf variant.opensolaris.zone=global
2303file NOHASH group=sys mode=0644 owner=root path=kernel/drv/tcp.conf variant.opensolaris.zone=global
2304file NOHASH group=sys mode=0644 owner=root path=kernel/drv/tcp6.conf variant.opensolaris.zone=global
2305file NOHASH group=sys mode=0644 owner=root path=kernel/drv/tl.conf variant.opensolaris.zone=global
2306file NOHASH group=sys mode=0644 owner=root path=kernel/drv/tzmon.conf variant.opensolaris.zone=global
2307#file path=kernel/drv/uata.conf group=sys original_name=SUNWckr:kernel/drv/uata.conf preserve=true
2308file NOHASH group=sys mode=0644 owner=root path=kernel/drv/ucode.conf variant.opensolaris.zone=global
2309file NOHASH group=sys mode=0644 owner=root path=kernel/drv/udp.conf variant.opensolaris.zone=global
2310file NOHASH group=sys mode=0644 owner=root path=kernel/drv/udp6.conf variant.opensolaris.zone=global
2311file NOHASH group=sys mode=0644 owner=root path=kernel/drv/vnic.conf variant.opensolaris.zone=global
2312file NOHASH group=sys mode=0644 owner=root path=kernel/drv/wc.conf variant.opensolaris.zone=global
2313#file path=kernel/exec/amd64/aoutexec group=sys mode=0755
2314file NOHASH group=sys mode=0755 owner=root path=kernel/exec/amd64/elfexec reboot-needed=true variant.opensolaris.zone=global
2315file NOHASH group=sys mode=0755 owner=root path=kernel/exec/amd64/intpexec reboot-needed=true variant.opensolaris.zone=global
2316file NOHASH group=sys mode=0755 owner=root path=kernel/fs/amd64/autofs reboot-needed=true variant.opensolaris.zone=global
2317file NOHASH group=sys mode=0755 owner=root path=kernel/fs/amd64/bootfs reboot-needed=true variant.opensolaris.zone=global
2318file NOHASH group=sys mode=0755 owner=root path=kernel/fs/amd64/ctfs reboot-needed=true variant.opensolaris.zone=global
2319file NOHASH group=sys mode=0755 owner=root path=kernel/fs/amd64/dcfs reboot-needed=true variant.opensolaris.zone=global
2320file NOHASH group=sys mode=0755 owner=root path=kernel/fs/amd64/dev reboot-needed=true variant.opensolaris.zone=global
2321file NOHASH group=sys mode=0755 owner=root path=kernel/fs/amd64/devfs reboot-needed=true variant.opensolaris.zone=global
2322file NOHASH group=sys mode=0755 owner=root path=kernel/fs/amd64/fifofs reboot-needed=true variant.opensolaris.zone=global
2323file NOHASH group=sys mode=0755 owner=root path=kernel/fs/amd64/hsfs reboot-needed=true variant.opensolaris.zone=global
2324file NOHASH group=sys mode=0755 owner=root path=kernel/fs/amd64/lofs reboot-needed=true variant.opensolaris.zone=global
2325file NOHASH group=sys mode=0755 owner=root path=kernel/fs/amd64/mntfs reboot-needed=true variant.opensolaris.zone=global
2326file NOHASH group=sys mode=0755 owner=root path=kernel/fs/amd64/namefs reboot-needed=true variant.opensolaris.zone=global
2327file NOHASH group=sys mode=0755 owner=root path=kernel/fs/amd64/objfs reboot-needed=true variant.opensolaris.zone=global
2328file NOHASH group=sys mode=0755 owner=root path=kernel/fs/amd64/procfs reboot-needed=true variant.opensolaris.zone=global
2329file NOHASH group=sys mode=0755 owner=root path=kernel/fs/amd64/sharefs reboot-needed=true variant.opensolaris.zone=global
2330file NOHASH group=sys mode=0755 owner=root path=kernel/fs/amd64/sockfs reboot-needed=true variant.opensolaris.zone=global
2331file NOHASH group=sys mode=0755 owner=root path=kernel/fs/amd64/specfs reboot-needed=true variant.opensolaris.zone=global
2332file NOHASH group=sys mode=0755 owner=root path=kernel/fs/amd64/tmpfs reboot-needed=true variant.opensolaris.zone=global
2333file NOHASH group=sys mode=0755 owner=root path=kernel/fs/amd64/ufs reboot-needed=true variant.opensolaris.zone=global
2334file NOHASH group=sys mode=0755 owner=root path=kernel/ipp/amd64/ipgpc reboot-needed=true variant.opensolaris.zone=global
2335file NOHASH group=sys mode=0755 owner=root path=kernel/kiconv/amd64/kiconv_emea reboot-needed=true variant.opensolaris.zone=global
2336file NOHASH group=sys mode=0755 owner=root path=kernel/kiconv/amd64/kiconv_ja reboot-needed=true variant.opensolaris.zone=global
2337file NOHASH group=sys mode=0755 owner=root path=kernel/kiconv/amd64/kiconv_ko reboot-needed=true variant.opensolaris.zone=global
2338file NOHASH group=sys mode=0755 owner=root path=kernel/kiconv/amd64/kiconv_sc reboot-needed=true variant.opensolaris.zone=global
2339file NOHASH group=sys mode=0755 owner=root path=kernel/kiconv/amd64/kiconv_tc reboot-needed=true variant.opensolaris.zone=global
2340file NOHASH group=sys mode=0755 owner=root path=kernel/mac/amd64/mac_6to4 reboot-needed=true variant.opensolaris.zone=global
2341file NOHASH group=sys mode=0755 owner=root path=kernel/mac/amd64/mac_ether reboot-needed=true variant.opensolaris.zone=global
2342file NOHASH group=sys mode=0755 owner=root path=kernel/mac/amd64/mac_ib reboot-needed=true variant.opensolaris.zone=global
2343file NOHASH group=sys mode=0755 owner=root path=kernel/mac/amd64/mac_ipv4 reboot-needed=true variant.opensolaris.zone=global
2344file NOHASH group=sys mode=0755 owner=root path=kernel/mac/amd64/mac_ipv6 reboot-needed=true variant.opensolaris.zone=global
2345file NOHASH group=sys mode=0755 owner=root path=kernel/mac/amd64/mac_wifi reboot-needed=true variant.opensolaris.zone=global
2346file NOHASH group=sys mode=0755 owner=root path=kernel/misc/amd64/acpica reboot-needed=true variant.opensolaris.zone=global
2347file NOHASH group=sys mode=0755 owner=root path=kernel/misc/amd64/bignum reboot-needed=true variant.opensolaris.zone=global
2348file NOHASH group=sys mode=0755 owner=root path=kernel/misc/amd64/bootdev reboot-needed=true variant.opensolaris.zone=global
2349file NOHASH group=sys mode=0755 owner=root path=kernel/misc/amd64/busra reboot-needed=true variant.opensolaris.zone=global
2350file NOHASH group=sys mode=0755 owner=root path=kernel/misc/amd64/cardbus reboot-needed=true variant.opensolaris.zone=global
2351file NOHASH group=sys mode=0755 owner=root path=kernel/misc/amd64/cmlb reboot-needed=true variant.opensolaris.zone=global
2352file NOHASH group=sys mode=0755 owner=root path=kernel/misc/amd64/consconfig reboot-needed=true variant.opensolaris.zone=global
2353file NOHASH group=sys mode=0755 owner=root path=kernel/misc/amd64/ctf reboot-needed=true variant.opensolaris.zone=global
2354#file path=kernel/misc/amd64/dada group=sys mode=0755
2355file NOHASH group=sys mode=0755 owner=root path=kernel/misc/amd64/dls reboot-needed=true variant.opensolaris.zone=global
2356file NOHASH group=sys mode=0755 owner=root path=kernel/misc/amd64/fssnap_if reboot-needed=true variant.opensolaris.zone=global
2357file NOHASH group=sys mode=0755 owner=root path=kernel/misc/amd64/gld reboot-needed=true variant.opensolaris.zone=global
2358file NOHASH group=sys mode=0755 owner=root path=kernel/misc/amd64/hook reboot-needed=true variant.opensolaris.zone=global
2359file NOHASH group=sys mode=0755 owner=root path=kernel/misc/amd64/hpcsvc reboot-needed=true variant.opensolaris.zone=global
2360file NOHASH group=sys mode=0755 owner=root path=kernel/misc/amd64/idmap reboot-needed=true variant.opensolaris.zone=global
2361file NOHASH group=sys mode=0755 owner=root path=kernel/misc/amd64/iommulib reboot-needed=true variant.opensolaris.zone=global
2362file NOHASH group=sys mode=0755 owner=root path=kernel/misc/amd64/ipc reboot-needed=true variant.opensolaris.zone=global
2363file NOHASH group=sys mode=0755 owner=root path=kernel/misc/amd64/kbtrans reboot-needed=true variant.opensolaris.zone=global
2364file NOHASH group=sys mode=0755 owner=root path=kernel/misc/amd64/kcf reboot-needed=true variant.opensolaris.zone=global
2365file NOHASH group=sys mode=0755 owner=root path=kernel/misc/amd64/kmdbmod reboot-needed=true variant.opensolaris.zone=global
2366file NOHASH group=sys mode=0755 owner=root path=kernel/misc/amd64/ksocket reboot-needed=true variant.opensolaris.zone=global
2367file NOHASH group=sys mode=0755 owner=root path=kernel/misc/amd64/mac reboot-needed=true variant.opensolaris.zone=global
2368file NOHASH group=sys mode=0755 owner=root path=kernel/misc/amd64/mii reboot-needed=true variant.opensolaris.zone=global
2369file NOHASH group=sys mode=0755 owner=root path=kernel/misc/amd64/net80211 reboot-needed=true variant.opensolaris.zone=global
2370file NOHASH group=sys mode=0755 owner=root path=kernel/misc/amd64/neti reboot-needed=true variant.opensolaris.zone=global
2371file NOHASH group=sys mode=0755 owner=root path=kernel/misc/amd64/pci_autoconfig reboot-needed=true variant.opensolaris.zone=global
2372file NOHASH group=sys mode=0755 owner=root path=kernel/misc/amd64/pcicfg reboot-needed=true variant.opensolaris.zone=global
2373file NOHASH group=sys mode=0755 owner=root path=kernel/misc/amd64/pcie reboot-needed=true variant.opensolaris.zone=global
2374file NOHASH group=sys mode=0755 owner=root path=kernel/misc/amd64/pcihp reboot-needed=true variant.opensolaris.zone=global
2375file NOHASH group=sys mode=0755 owner=root path=kernel/misc/amd64/pcmcia reboot-needed=true variant.opensolaris.zone=global
2376file NOHASH group=sys mode=0755 owner=root path=kernel/misc/amd64/rpcsec reboot-needed=true variant.opensolaris.zone=global
2377file NOHASH group=sys mode=0755 owner=root path=kernel/misc/amd64/sata reboot-needed=true variant.opensolaris.zone=global
2378file NOHASH group=sys mode=0755 owner=root path=kernel/misc/amd64/scsi reboot-needed=true variant.opensolaris.zone=global
2379file NOHASH group=sys mode=0755 owner=root path=kernel/misc/amd64/strplumb reboot-needed=true variant.opensolaris.zone=global
2380#file path=kernel/misc/amd64/swapgeneric group=sys mode=0755
2381file NOHASH group=sys mode=0755 owner=root path=kernel/misc/amd64/tem reboot-needed=true variant.opensolaris.zone=global
2382file NOHASH group=sys mode=0755 owner=root path=kernel/misc/amd64/tlimod reboot-needed=true variant.opensolaris.zone=global
2383file NOHASH group=sys mode=0755 owner=root path=kernel/misc/scsi_vhci/amd64/scsi_vhci_f_asym_emc reboot-needed=true variant.opensolaris.zone=global
2384file NOHASH group=sys mode=0755 owner=root path=kernel/misc/scsi_vhci/amd64/scsi_vhci_f_asym_lsi reboot-needed=true variant.opensolaris.zone=global
2385file NOHASH group=sys mode=0755 owner=root path=kernel/misc/scsi_vhci/amd64/scsi_vhci_f_asym_sun reboot-needed=true variant.opensolaris.zone=global
2386file NOHASH group=sys mode=0755 owner=root path=kernel/misc/scsi_vhci/amd64/scsi_vhci_f_sym reboot-needed=true variant.opensolaris.zone=global
2387file NOHASH group=sys mode=0755 owner=root path=kernel/misc/scsi_vhci/amd64/scsi_vhci_f_sym_emc reboot-needed=true variant.opensolaris.zone=global
2388file NOHASH group=sys mode=0755 owner=root path=kernel/misc/scsi_vhci/amd64/scsi_vhci_f_sym_hds reboot-needed=true variant.opensolaris.zone=global
2389file NOHASH group=sys mode=0755 owner=root path=kernel/misc/scsi_vhci/amd64/scsi_vhci_f_tape reboot-needed=true variant.opensolaris.zone=global
2390file NOHASH group=sys mode=0755 owner=root path=kernel/misc/scsi_vhci/amd64/scsi_vhci_f_tpgs reboot-needed=true variant.opensolaris.zone=global
2391file NOHASH group=sys mode=0755 owner=root path=kernel/misc/scsi_vhci/amd64/scsi_vhci_f_tpgs_tape reboot-needed=true variant.opensolaris.zone=global
2392file NOHASH group=sys mode=0755 owner=root path=kernel/sched/amd64/SDC reboot-needed=true variant.opensolaris.zone=global
2393file NOHASH group=sys mode=0755 owner=root path=kernel/sched/amd64/TS reboot-needed=true variant.opensolaris.zone=global
2394file NOHASH group=sys mode=0755 owner=root path=kernel/sched/amd64/TS_DPTBL reboot-needed=true variant.opensolaris.zone=global
2395file NOHASH group=sys mode=0755 owner=root path=kernel/socketmod/amd64/ksslf reboot-needed=true variant.opensolaris.zone=global
2396file NOHASH group=sys mode=0755 owner=root path=kernel/socketmod/amd64/socksctp reboot-needed=true variant.opensolaris.zone=global
2397file NOHASH group=sys mode=0755 owner=root path=kernel/socketmod/amd64/trill reboot-needed=true variant.opensolaris.zone=global
2398file NOHASH group=sys mode=0755 owner=root path=kernel/strmod/amd64/bufmod reboot-needed=true variant.opensolaris.zone=global
2399file NOHASH group=sys mode=0755 owner=root path=kernel/strmod/amd64/connld reboot-needed=true variant.opensolaris.zone=global
2400file NOHASH group=sys mode=0755 owner=root path=kernel/strmod/amd64/dedump reboot-needed=true variant.opensolaris.zone=global
2401file NOHASH group=sys mode=0755 owner=root path=kernel/strmod/amd64/drcompat reboot-needed=true variant.opensolaris.zone=global
2402file NOHASH group=sys mode=0755 owner=root path=kernel/strmod/amd64/ldterm reboot-needed=true variant.opensolaris.zone=global
2403#file path=kernel/strmod/amd64/ms group=sys mode=0755
2404file NOHASH group=sys mode=0755 owner=root path=kernel/strmod/amd64/pckt reboot-needed=true variant.opensolaris.zone=global
2405file NOHASH group=sys mode=0755 owner=root path=kernel/strmod/amd64/pfmod reboot-needed=true variant.opensolaris.zone=global
2406file NOHASH group=sys mode=0755 owner=root path=kernel/strmod/amd64/pipemod reboot-needed=true variant.opensolaris.zone=global
2407file NOHASH group=sys mode=0755 owner=root path=kernel/strmod/amd64/ptem reboot-needed=true variant.opensolaris.zone=global
2408file NOHASH group=sys mode=0755 owner=root path=kernel/strmod/amd64/redirmod reboot-needed=true variant.opensolaris.zone=global
2409file NOHASH group=sys mode=0755 owner=root path=kernel/strmod/amd64/rpcmod reboot-needed=true variant.opensolaris.zone=global
2410file NOHASH group=sys mode=0755 owner=root path=kernel/strmod/amd64/timod reboot-needed=true variant.opensolaris.zone=global
2411file NOHASH group=sys mode=0755 owner=root path=kernel/strmod/amd64/tirdwr reboot-needed=true variant.opensolaris.zone=global
2412file NOHASH group=sys mode=0755 owner=root path=kernel/strmod/amd64/ttcompat reboot-needed=true variant.opensolaris.zone=global
2413#file path=kernel/strmod/amd64/vuid3ps2 group=sys mode=0755
2414file NOHASH group=sys mode=0755 owner=root path=kernel/sys/amd64/c2audit reboot-needed=true variant.opensolaris.zone=global
2415file NOHASH group=sys mode=0755 owner=root path=kernel/sys/amd64/doorfs reboot-needed=true variant.opensolaris.zone=global
2416file NOHASH group=sys mode=0755 owner=root path=kernel/sys/amd64/inst_sync reboot-needed=true variant.opensolaris.zone=global
2417file NOHASH group=sys mode=0755 owner=root path=kernel/sys/amd64/kaio reboot-needed=true variant.opensolaris.zone=global
2418file NOHASH group=sys mode=0755 owner=root path=kernel/sys/amd64/msgsys reboot-needed=true variant.opensolaris.zone=global
2419file NOHASH group=sys mode=0755 owner=root path=kernel/sys/amd64/pipe reboot-needed=true variant.opensolaris.zone=global
2420file NOHASH group=sys mode=0755 owner=root path=kernel/sys/amd64/portfs reboot-needed=true variant.opensolaris.zone=global
2421file NOHASH group=sys mode=0755 owner=root path=kernel/sys/amd64/pset reboot-needed=true variant.opensolaris.zone=global
2422file NOHASH group=sys mode=0755 owner=root path=kernel/sys/amd64/semsys reboot-needed=true variant.opensolaris.zone=global
2423file NOHASH group=sys mode=0755 owner=root path=kernel/sys/amd64/shmsys reboot-needed=true variant.opensolaris.zone=global
2424file NOHASH group=sys mode=0444 owner=root path=lib/svc/manifest/system/dumpadm.xml restart_fmri=svc:/system/manifest-import:default variant.opensolaris.zone=global
2425file NOHASH group=sys mode=0444 owner=root path=lib/svc/manifest/system/intrd.xml restart_fmri=svc:/system/manifest-import:default variant.opensolaris.zone=global
2426file NOHASH group=sys mode=0444 owner=root path=lib/svc/manifest/system/scheduler.xml restart_fmri=svc:/system/manifest-import:default variant.opensolaris.zone=global
2427file NOHASH group=bin mode=0555 owner=root path=lib/svc/method/svc-dumpadm variant.opensolaris.zone=global
2428file NOHASH group=bin mode=0555 owner=root path=lib/svc/method/svc-intrd variant.opensolaris.zone=global
2429file NOHASH group=bin mode=0555 owner=root path=lib/svc/method/svc-scheduler variant.opensolaris.zone=global
2430file NOHASH group=sys mode=0755 owner=root path=usr/kernel/drv/amd64/signalfd reboot-needed=true variant.opensolaris.zone=global
2431file NOHASH group=sys mode=0644 owner=root path=usr/kernel/drv/signalfd.conf variant.opensolaris.zone=global
2432#file path=usr/share/man/man1m/monitor.1m
2433#file path=usr/share/man/man1m/obpsym.1m
2434# On SPARC driver/bscv is Serverblade1 specific, and in system/kernel/platform
2435# We keep the manual page generic
2436#file path=usr/share/man/man7d/dad.7d
2437file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man7d/smbios.7d
2438# Sadly vuid mouse support is in different packages on different platforms
2439# While kstat(7D) is in SUNWcs, the structures are general
2440hardlink path=kernel/misc/amd64/edonr target=../../../kernel/crypto/amd64/edonr variant.opensolaris.zone=global
2441hardlink path=kernel/misc/amd64/md5 target=../../../kernel/crypto/amd64/md5 variant.opensolaris.zone=global
2442hardlink path=kernel/misc/amd64/sha1 target=../../../kernel/crypto/amd64/sha1 variant.opensolaris.zone=global
2443hardlink path=kernel/misc/amd64/sha2 target=../../../kernel/crypto/amd64/sha2 variant.opensolaris.zone=global
2444hardlink path=kernel/misc/amd64/skein target=../../../kernel/crypto/amd64/skein variant.opensolaris.zone=global
2445hardlink path=kernel/socketmod/amd64/icmp target=../../../kernel/drv/amd64/icmp variant.opensolaris.zone=global
2446hardlink path=kernel/socketmod/amd64/rts target=../../../kernel/drv/amd64/rts variant.opensolaris.zone=global
2447hardlink path=kernel/socketmod/amd64/tcp target=../../../kernel/drv/amd64/tcp variant.opensolaris.zone=global
2448hardlink path=kernel/socketmod/amd64/udp target=../../../kernel/drv/amd64/udp variant.opensolaris.zone=global
2449hardlink path=kernel/strmod/amd64/arp target=../../../kernel/drv/amd64/arp variant.opensolaris.zone=global
2450hardlink path=kernel/strmod/amd64/icmp target=../../../kernel/drv/amd64/icmp variant.opensolaris.zone=global
2451hardlink path=kernel/strmod/amd64/ip target=../../../kernel/drv/amd64/ip variant.opensolaris.zone=global
2452hardlink path=kernel/strmod/amd64/ipsecah target=../../../kernel/drv/amd64/ipsecah variant.opensolaris.zone=global
2453hardlink path=kernel/strmod/amd64/ipsecesp target=../../../kernel/drv/amd64/ipsecesp variant.opensolaris.zone=global
2454hardlink path=kernel/strmod/amd64/keysock target=../../../kernel/drv/amd64/keysock variant.opensolaris.zone=global
2455hardlink path=kernel/strmod/amd64/tcp target=../../../kernel/drv/amd64/tcp variant.opensolaris.zone=global
2456hardlink path=kernel/strmod/amd64/udp target=../../../kernel/drv/amd64/udp variant.opensolaris.zone=global
2457hardlink path=kernel/sys/amd64/autofs target=../../../kernel/fs/amd64/autofs variant.opensolaris.zone=global
2458hardlink path=kernel/sys/amd64/rpcmod target=../../../kernel/strmod/amd64/rpcmod variant.opensolaris.zone=global
2459legacy arch=i386 category=system desc="core kernel software for a specific instruction-set architecture" hotline="Please contact your local service provider" name="Core Solaris Kernel (Root)" pkg=SUNWckr vendor=Illumos version=11.11,REV=2009.11.11
2460license cr_Sun license=cr_Sun
2461license lic_CDDL license=lic_CDDL
2462license usr/src/cmd/mdb/common/libstand/THIRDPARTYLICENSE license=usr/src/cmd/mdb/common/libstand/THIRDPARTYLICENSE
2463license usr/src/common/bzip2/LICENSE license=usr/src/common/bzip2/LICENSE
2464license usr/src/common/crypto/THIRDPARTYLICENSE.cryptogams license=usr/src/common/crypto/THIRDPARTYLICENSE.cryptogams
2465license usr/src/common/crypto/aes/amd64/THIRDPARTYLICENSE.gladman license=usr/src/common/crypto/aes/amd64/THIRDPARTYLICENSE.gladman
2466license usr/src/common/crypto/aes/amd64/THIRDPARTYLICENSE.openssl license=usr/src/common/crypto/aes/amd64/THIRDPARTYLICENSE.openssl
2467license usr/src/common/crypto/ecc/THIRDPARTYLICENSE license=usr/src/common/crypto/ecc/THIRDPARTYLICENSE
2468license usr/src/common/crypto/md5/amd64/THIRDPARTYLICENSE license=usr/src/common/crypto/md5/amd64/THIRDPARTYLICENSE
2469license usr/src/common/mpi/THIRDPARTYLICENSE license=usr/src/common/mpi/THIRDPARTYLICENSE
2470license usr/src/uts/common/inet/ip/THIRDPARTYLICENSE.rts license=usr/src/uts/common/inet/ip/THIRDPARTYLICENSE.rts
2471license usr/src/uts/common/inet/tcp/THIRDPARTYLICENSE license=usr/src/uts/common/inet/tcp/THIRDPARTYLICENSE
2472license usr/src/uts/common/io/THIRDPARTYLICENSE.etheraddr license=usr/src/uts/common/io/THIRDPARTYLICENSE.etheraddr
2473license usr/src/uts/common/sys/THIRDPARTYLICENSE.icu license=usr/src/uts/common/sys/THIRDPARTYLICENSE.icu
2474license usr/src/uts/common/sys/THIRDPARTYLICENSE.unicode license=usr/src/uts/common/sys/THIRDPARTYLICENSE.unicode
2475license usr/src/uts/intel/io/acpica/THIRDPARTYLICENSE license=usr/src/uts/intel/io/acpica/THIRDPARTYLICENSE
2476link path=boot/solaris/bin/root_archive target=../../../usr/sbin/root_archive variant.opensolaris.zone=global
2477link path=dev/dld target=../devices/pseudo/dld@0:ctl variant.opensolaris.zone=global
2478link path=kernel/misc/amd64/des target=../../../kernel/crypto/amd64/des variant.opensolaris.zone=global
2479#
2480# CDDL HEADER START
2481#
2482# The contents of this file are subject to the terms of the
2483# Common Development and Distribution License (the "License").
2484# You may not use this file except in compliance with the License.
2485#
2486# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
2487# or http://www.opensolaris.org/os/licensing.
2488# See the License for the specific language governing permissions
2489# and limitations under the License.
2490#
2491# When distributing Covered Code, include this CDDL HEADER in each
2492# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
2493# If applicable, add the following below this CDDL HEADER, with the
2494# fields enclosed by brackets "[]" replaced with your own identifying
2495# information: Portions Copyright [yyyy] [name of copyright owner]
2496#
2497# CDDL HEADER END
2498#
2499
2500#
2501# Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
2502#
2503
2504#
2505# These actions represent settings which should appear in every package.
2506#
2507
2508#
2509# Name the consolidation this package came from.
2510#
2511set name=org.opensolaris.consolidation value=osnet
2512
2513#
2514# Indicate that the package was published in a zones aware
2515# fashion.
2516#
2517set name=variant.opensolaris.zone value=global value=nonglobal
2518#
2519# CDDL HEADER START
2520#
2521# The contents of this file are subject to the terms of the
2522# Common Development and Distribution License (the "License").
2523# You may not use this file except in compliance with the License.
2524#
2525# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
2526# or http://www.opensolaris.org/os/licensing.
2527# See the License for the specific language governing permissions
2528# and limitations under the License.
2529#
2530# When distributing Covered Code, include this CDDL HEADER in each
2531# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
2532# If applicable, add the following below this CDDL HEADER, with the
2533# fields enclosed by brackets "[]" replaced with your own identifying
2534# information: Portions Copyright [yyyy] [name of copyright owner]
2535#
2536# CDDL HEADER END
2537#
2538
2539#
2540# Copyright 2010 Sun Microsystems, Inc.  All rights reserved.
2541# Use is subject to license terms.
2542#
2543
2544#
2545# Only publish packages for the currently specified architecture
2546#
2547# This is somewhat nonintuitive.  In English:
2548#
2549#	For any action of type "set",
2550#	if the "name" property matches the regex "variant.arch",
2551#	and *every* occurrence of the "value" property does not match
2552#		$ARCH, then don't publish it.
2553#
2554# ...in other words, if *any* occurrence of "value" matches i386,
2555# then the negative lookahead assertion in the regex will fail, and we
2556# won't abort based on the action.
2557#
2558
2559#
2560# Catch don't-publish settings from manifest-embedded transforms
2561#
2562#
2563# CDDL HEADER START
2564#
2565# The contents of this file are subject to the terms of the
2566# Common Development and Distribution License (the "License").
2567# You may not use this file except in compliance with the License.
2568#
2569# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
2570# or http://www.opensolaris.org/os/licensing.
2571# See the License for the specific language governing permissions
2572# and limitations under the License.
2573#
2574# When distributing Covered Code, include this CDDL HEADER in each
2575# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
2576# If applicable, add the following below this CDDL HEADER, with the
2577# fields enclosed by brackets "[]" replaced with your own identifying
2578# information: Portions Copyright [yyyy] [name of copyright owner]
2579#
2580# CDDL HEADER END
2581#
2582
2583#
2584# Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
2585#
2586
2587#
2588# This file and its contents are supplied under the terms of the
2589# Common Development and Distribution License ("CDDL"), version 1.0.
2590# You may only use this file in accordance with the terms of version
2591# 1.0 of the CDDL.
2592#
2593# A full copy of the text of the CDDL should have accompanied this
2594# source.  A copy of the CDDL is also available via the Internet
2595# at http://www.illumos.org/license/CDDL.
2596#
2597
2598# Copyright 2011, Richard Lowe
2599
2600# Manual pages are documentation, and more specifically 'man' documentation
2601#
2602# CDDL HEADER START
2603#
2604# The contents of this file are subject to the terms of the
2605# Common Development and Distribution License (the "License").
2606# You may not use this file except in compliance with the License.
2607#
2608# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
2609# or http://www.opensolaris.org/os/licensing.
2610# See the License for the specific language governing permissions
2611# and limitations under the License.
2612#
2613# When distributing Covered Code, include this CDDL HEADER in each
2614# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
2615# If applicable, add the following below this CDDL HEADER, with the
2616# fields enclosed by brackets "[]" replaced with your own identifying
2617# information: Portions Copyright [yyyy] [name of copyright owner]
2618#
2619# CDDL HEADER END
2620#
2621
2622#
2623# Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
2624# Copyright 2011, Richard Lowe
2625#
2626
2627#
2628# For kernel/drv, set .conf files to mode 0644.  Assume all other
2629# files there are drivers, and give them mode 0755 and reboot-needed.
2630#
2631# The (?<!r) construct in the reboot-needed transform is a negative
2632# lookbehind assertion: it says "only match this regex if the
2633# previously matched text does NOT match regex r."  So it will match
2634# all files in the various kernel trees, except for .conf files.
2635#
2636
2637
2638#
2639# Non-global zones should not have content in kernel, usr/kernel (and
2640# other kernel dirs) or in boot/.
2641#
2642
2643
2644#
2645# shared objects should generally have mode 0755
2646#
2647
2648#
2649# Catch some of the collections of largely read-only files
2650#
2651
2652
2653#
2654# For what's left, go with root:bin 0644, +x for directories
2655#
2656
2657#
2658# Default values for legacy actions
2659#
2660#
2661# CDDL HEADER START
2662#
2663# The contents of this file are subject to the terms of the
2664# Common Development and Distribution License (the "License").
2665# You may not use this file except in compliance with the License.
2666#
2667# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
2668# or http://www.opensolaris.org/os/licensing.
2669# See the License for the specific language governing permissions
2670# and limitations under the License.
2671#
2672# When distributing Covered Code, include this CDDL HEADER in each
2673# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
2674# If applicable, add the following below this CDDL HEADER, with the
2675# fields enclosed by brackets "[]" replaced with your own identifying
2676# information: Portions Copyright [yyyy] [name of copyright owner]
2677#
2678# CDDL HEADER END
2679#
2680
2681#
2682# Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
2683#
2684
2685#
2686# Pull out the license paths for staging in the proto area.  Ignore
2687# those with no path separators, as that indicates a file kept in
2688# $SRC/pkg/license_files, rather than alongside the associated source.
2689#
2690
2691#
2692# Ordering is important here, and the last line wins.
2693#
2694# The default of "current" is provided by the calling environment,
2695# rather than a print operation.
2696#
2697depend fmri=consolidation/osnet/osnet-incorporation type=require
2698depend fmri=__TBD pkg.debug.depend.file=consconfig_dacf pkg.debug.depend.path=kernel/dacf/amd64 pkg.debug.depend.path=platform/i86hvm/kernel/dacf/amd64 pkg.debug.depend.path=platform/i86pc/kernel/dacf/amd64 pkg.debug.depend.path=platform/i86xpv/kernel/dacf/amd64 pkg.debug.depend.path=usr/kernel/dacf/amd64 pkg.debug.depend.reason=kernel/drv/amd64/mouse8042 pkg.debug.depend.type=elf type=require variant.opensolaris.zone=global
2699depend fmri=__TBD pkg.debug.depend.file=consconfig_dacf pkg.debug.depend.path=kernel/dacf/amd64 pkg.debug.depend.path=platform/i86hvm/kernel/dacf/amd64 pkg.debug.depend.path=platform/i86pc/kernel/dacf/amd64 pkg.debug.depend.path=platform/i86xpv/kernel/dacf/amd64 pkg.debug.depend.path=usr/kernel/dacf/amd64 pkg.debug.depend.reason=kernel/drv/amd64/openeepr pkg.debug.depend.type=elf type=require variant.opensolaris.zone=global
2700depend fmri=__TBD pkg.debug.depend.file=consconfig_dacf pkg.debug.depend.path=kernel/dacf/amd64 pkg.debug.depend.path=platform/i86hvm/kernel/dacf/amd64 pkg.debug.depend.path=platform/i86pc/kernel/dacf/amd64 pkg.debug.depend.path=platform/i86xpv/kernel/dacf/amd64 pkg.debug.depend.path=usr/kernel/dacf/amd64 pkg.debug.depend.reason=kernel/drv/amd64/wc pkg.debug.depend.type=elf type=require variant.opensolaris.zone=global
2701depend fmri=__TBD pkg.debug.depend.file=consconfig_dacf pkg.debug.depend.path=kernel/dacf/amd64 pkg.debug.depend.path=platform/i86hvm/kernel/dacf/amd64 pkg.debug.depend.path=platform/i86pc/kernel/dacf/amd64 pkg.debug.depend.path=platform/i86xpv/kernel/dacf/amd64 pkg.debug.depend.path=usr/kernel/dacf/amd64 pkg.debug.depend.reason=kernel/misc/amd64/consconfig pkg.debug.depend.type=elf type=require variant.opensolaris.zone=global
2702depend fmri=__TBD pkg.debug.depend.file=consconfig_dacf pkg.debug.depend.path=kernel/dacf/amd64 pkg.debug.depend.path=platform/i86hvm/kernel/dacf/amd64 pkg.debug.depend.path=platform/i86pc/kernel/dacf/amd64 pkg.debug.depend.path=platform/i86xpv/kernel/dacf/amd64 pkg.debug.depend.path=usr/kernel/dacf/amd64 pkg.debug.depend.reason=kernel/misc/amd64/tem pkg.debug.depend.type=elf type=require variant.opensolaris.zone=global
2703depend fmri=__TBD pkg.debug.depend.file=ksh pkg.debug.depend.path=usr/bin pkg.debug.depend.reason=boot/solaris/bin/create_ramdisk pkg.debug.depend.type=script type=require variant.opensolaris.zone=global
2704depend fmri=__TBD pkg.debug.depend.file=ksh pkg.debug.depend.path=usr/bin pkg.debug.depend.reason=boot/solaris/bin/extract_boot_filelist pkg.debug.depend.type=script type=require variant.opensolaris.zone=global
2705depend fmri=__TBD pkg.debug.depend.file=ksh pkg.debug.depend.path=usr/bin pkg.debug.depend.reason=boot/solaris/bin/update_grub pkg.debug.depend.type=script type=require variant.opensolaris.zone=global
2706depend fmri=__TBD pkg.debug.depend.file=libc.so.1 pkg.debug.depend.path=lib pkg.debug.depend.path=usr/lib pkg.debug.depend.reason=boot/solaris/bin/mbr pkg.debug.depend.type=elf type=require variant.opensolaris.zone=global
2707depend fmri=__TBD pkg.debug.depend.file=libc.so.1 pkg.debug.depend.path=lib pkg.debug.depend.path=usr/lib pkg.debug.depend.reason=boot/solaris/bin/symdef pkg.debug.depend.type=elf type=require variant.opensolaris.zone=global
2708depend fmri=__TBD pkg.debug.depend.file=libelf.so.1 pkg.debug.depend.path=lib pkg.debug.depend.path=usr/lib pkg.debug.depend.reason=boot/solaris/bin/symdef pkg.debug.depend.type=elf type=require variant.opensolaris.zone=global
2709depend fmri=__TBD pkg.debug.depend.file=local-fs.xml pkg.debug.depend.path=lib/svc/manifest/system/filesystem pkg.debug.depend.reason=lib/svc/manifest/system/dumpadm.xml pkg.debug.depend.type=smf_manifest type=require variant.opensolaris.zone=global
2710depend fmri=__TBD pkg.debug.depend.file=multi-user.xml pkg.debug.depend.path=lib/svc/manifest/milestone pkg.debug.depend.reason=lib/svc/manifest/system/intrd.xml pkg.debug.depend.type=smf_manifest type=require variant.opensolaris.zone=global
2711depend fmri=__TBD pkg.debug.depend.file=root-fs.xml pkg.debug.depend.path=lib/svc/manifest/system/filesystem pkg.debug.depend.reason=lib/svc/manifest/system/scheduler.xml pkg.debug.depend.type=smf_manifest type=require variant.opensolaris.zone=global
2712depend fmri=__TBD pkg.debug.depend.file=sh pkg.debug.depend.path=sbin pkg.debug.depend.reason=boot/solaris/bin/create_diskmap pkg.debug.depend.type=script type=require variant.opensolaris.zone=global
2713depend fmri=__TBD pkg.debug.depend.file=sh pkg.debug.depend.path=sbin pkg.debug.depend.reason=lib/svc/method/svc-dumpadm pkg.debug.depend.type=script type=require variant.opensolaris.zone=global
2714depend fmri=__TBD pkg.debug.depend.file=sh pkg.debug.depend.path=sbin pkg.debug.depend.reason=lib/svc/method/svc-intrd pkg.debug.depend.type=script type=require variant.opensolaris.zone=global
2715depend fmri=__TBD pkg.debug.depend.file=sh pkg.debug.depend.path=sbin pkg.debug.depend.reason=lib/svc/method/svc-scheduler pkg.debug.depend.type=script type=require variant.opensolaris.zone=global
2716set name=org.opensolaris.smf.fmri value=svc:/system/dumpadm value=svc:/system/dumpadm:default value=svc:/system/intrd value=svc:/system/intrd:default value=svc:/system/scheduler value=svc:/system/scheduler:default
2717