Home | History | Annotate | Line # | Download | only in man9
Makefile revision 1.194.2.2
      1  1.194.2.2  elad #       $NetBSD: Makefile,v 1.194.2.2 2006/04/19 21:24:02 elad Exp $
      2  1.194.2.2  elad 
      3  1.194.2.2  elad #	Makefile for section 9 (kernel function and variable) manual pages.
      4  1.194.2.2  elad 
      5  1.194.2.2  elad MAN=	altq.9 arc4random.9 arp.9 audio.9 autoconf.9 \
      6  1.194.2.2  elad 	bcdtobin.9 bitmask_snprintf.9 bcmp.9 bcopy.9 bzero.9 \
      7  1.194.2.2  elad 	buffercache.9 bufq.9 bus_dma.9 bus_space.9 \
      8  1.194.2.2  elad 	callout.9 cardbus.9 chooselwp.9 cnmagic.9 config.9 cons.9 copy.9 \
      9  1.194.2.2  elad 	coredump_write.9 \
     10  1.194.2.2  elad 	cpu_configure.9 cpu_coredump.9 cpu_dumpconf.9 cpu_exit.9 cpu_idle.9 \
     11  1.194.2.2  elad 	cpu_lwp_fork.9 \
     12  1.194.2.2  elad 	cpu_initclocks.9 cpu_number.9 cpu_reboot.9 cpu_rootconf.9 \
     13  1.194.2.2  elad 	cpu_startup.9 cpu_swapout.9 \
     14  1.194.2.2  elad 	cred.9 ctxsw.9 curproc.9 \
     15  1.194.2.2  elad 	delay.9 disk.9 disklabel.9 dofileread.9 \
     16  1.194.2.2  elad 	dopowerhooks.9 do_setresuid.9 doshutdownhooks.9 driver.9 \
     17  1.194.2.2  elad 	errno.9 ethersubr.9 evcnt.9 extattr.9 extent.9 \
     18  1.194.2.2  elad 	fetch.9 file.9 filedesc.9 firmload.9 fork1.9 fsetown.9 \
     19  1.194.2.2  elad 	getiobuf.9 \
     20  1.194.2.2  elad 	hash.9 hardclock.9 humanize_number.9 hz.9 \
     21  1.194.2.2  elad 	ieee80211.9 ieee80211_crypto.9 ieee80211_input.9 ieee80211_ioctl.9 \
     22  1.194.2.2  elad 	ieee80211_node.9 ieee80211_output.9 ieee80211_proto.9 \
     23  1.194.2.2  elad 	ieee80211_radiotap.9 iic.9 \
     24  1.194.2.2  elad 	in4_cksum.9 inittodr.9 intro.9 ioasic.9 ioctl.9 ipkdb.9 isa.9 \
     25  1.194.2.2  elad 	isapnp.9 itimerfix.9 kauth.9 kcopy.9 kcont.9 \
     26  1.194.2.2  elad 	kfilter_register.9 knote.9 \
     27  1.194.2.2  elad 	kprintf.9 kthread.9 linedisc.9 lock.9 log.9 ltsleep.9 \
     28  1.194.2.2  elad 	malloc.9 mbuf.9 mca.9 memcmp.9 memcpy.9 memmove.9 memset.9 \
     29  1.194.2.2  elad 	microtime.9 mstohz.9 m_tag.9 namecache.9 namei.9 need_resched.9 \
     30  1.194.2.2  elad 	opencrypto.9 optstr.9 \
     31  1.194.2.2  elad 	panic.9 pci.9 pci_configure_bus.9 pci_intr.9 pckbport.9 \
     32  1.194.2.2  elad 	pcmcia.9 pfil.9 physio.9 pmap.9 pmatch.9 pmc.9 \
     33  1.194.2.2  elad 	pool.9 pool_cache.9 powerhook_establish.9 ppsratecheck.9 \
     34  1.194.2.2  elad 	properties.9 preempt.9 \
     35  1.194.2.2  elad 	radio.9 ras.9 rasops.9 ratecheck.9 resettodr.9 rnd.9 rssadapt.9 \
     36  1.194.2.2  elad 	rt_timer.9 RUN_ONCE.9 \
     37  1.194.2.2  elad 	SCHED_LOCK.9 scheduler.9 \
     38  1.194.2.2  elad 	scsipi.9 setjmp.9 setrunqueue.9 shutdownhook_establish.9 \
     39  1.194.2.2  elad 	signal.9 softintr.9 spl.9 store.9 suser.9 suspendsched.9 \
     40  1.194.2.2  elad 	sysctl.9 tc.9 time.9 todr.9 uiomove.9 ucom.9 userret.9 \
     41  1.194.2.2  elad 	vattr.9 vcons.9 vfs.9 vfs_hooks.9 vfsops.9 vfssubr.9 vme.9 \
     42  1.194.2.2  elad 	vnfileops.9 vnode.9 vnodeops.9 vnsubr.9 \
     43  1.194.2.2  elad 	usbdi.9 uvm.9 wdc.9 \
     44  1.194.2.2  elad 	workqueue.9 workqueue_create.9 workqueue_enqueue.9 \
     45  1.194.2.2  elad 	wscons.9 wsdisplay.9 wsfont.9 wskbd.9 wsmouse.9
     46  1.194.2.2  elad 
     47  1.194.2.2  elad MAN+=	dmover.9
     48  1.194.2.2  elad MLINKS+=dmover.9 dmover_backend_register.9 \
     49  1.194.2.2  elad 	dmover.9 dmover_backend_unregister.9 \
     50  1.194.2.2  elad 	dmover.9 dmover_session_create.9 \
     51  1.194.2.2  elad 	dmover.9 dmover_session_destroy.9 \
     52  1.194.2.2  elad 	dmover.9 dmover_request_alloc.9 \
     53  1.194.2.2  elad 	dmover.9 dmover_request_free.9 \
     54  1.194.2.2  elad 	dmover.9 dmover_process.9 \
     55  1.194.2.2  elad 	dmover.9 dmover_done.9
     56  1.194.2.2  elad 
     57  1.194.2.2  elad MLINKS+=arp.9 arp_ifinit.9 arp.9 arpresolve.9 arp.9 arpintr.9
     58  1.194.2.2  elad MLINKS+=autoconf.9 config_search.9 \
     59  1.194.2.2  elad 	autoconf.9 config_found_sm.9 \
     60  1.194.2.2  elad 	autoconf.9 config_found.9 \
     61  1.194.2.2  elad 	autoconf.9 config_match.9 \
     62  1.194.2.2  elad 	autoconf.9 config_attach.9 \
     63  1.194.2.2  elad 	autoconf.9 config_detach.9 \
     64  1.194.2.2  elad 	autoconf.9 config_activate.9 \
     65  1.194.2.2  elad 	autoconf.9 config_deactivate.9 \
     66  1.194.2.2  elad 	autoconf.9 config_defer.9 \
     67  1.194.2.2  elad 	autoconf.9 config_interrupts.9 \
     68  1.194.2.2  elad 	autoconf.9 config_pending_incr.9 \
     69  1.194.2.2  elad 	autoconf.9 config_pending_decr.9
     70  1.194.2.2  elad MLINKS+=bcdtobin.9 bintobcd.9
     71  1.194.2.2  elad MLINKS+=buffercache.9 bread.9 \
     72  1.194.2.2  elad 	buffercache.9 breada.9 \
     73  1.194.2.2  elad 	buffercache.9 breadn.9 \
     74  1.194.2.2  elad 	buffercache.9 bwrite.9 \
     75  1.194.2.2  elad 	buffercache.9 bawrite.9 \
     76  1.194.2.2  elad 	buffercache.9 bdwrite.9 \
     77  1.194.2.2  elad 	buffercache.9 getblk.9 \
     78  1.194.2.2  elad 	buffercache.9 geteblk.9 \
     79  1.194.2.2  elad 	buffercache.9 incore.9 \
     80  1.194.2.2  elad 	buffercache.9 allocbuf.9 \
     81  1.194.2.2  elad 	buffercache.9 brelse.9 \
     82  1.194.2.2  elad 	buffercache.9 biodone.9 \
     83  1.194.2.2  elad 	buffercache.9 biowait.9
     84  1.194.2.2  elad MLINKS+=bus_space.9 bus_space_alloc.9 bus_space.9 bus_space_barrier.9 \
     85  1.194.2.2  elad 	bus_space.9 bus_space_copy_region_1.9 \
     86  1.194.2.2  elad 	bus_space.9 bus_space_copy_region_2.9 \
     87  1.194.2.2  elad 	bus_space.9 bus_space_copy_region_4.9 \
     88  1.194.2.2  elad 	bus_space.9 bus_space_copy_region_8.9 \
     89  1.194.2.2  elad 	bus_space.9 bus_space_free.9 bus_space.9 bus_space_map.9 \
     90  1.194.2.2  elad 	bus_space.9 bus_space_mmap.9 \
     91  1.194.2.2  elad 	bus_space.9 bus_space_read_1.9 bus_space.9 bus_space_read_2.9 \
     92  1.194.2.2  elad 	bus_space.9 bus_space_read_4.9 bus_space.9 bus_space_read_8.9 \
     93  1.194.2.2  elad 	bus_space.9 bus_space_read_multi_1.9 \
     94  1.194.2.2  elad 	bus_space.9 bus_space_read_multi_2.9 \
     95  1.194.2.2  elad 	bus_space.9 bus_space_read_multi_4.9 \
     96  1.194.2.2  elad 	bus_space.9 bus_space_read_multi_8.9 \
     97  1.194.2.2  elad 	bus_space.9 bus_space_read_region_1.9 \
     98  1.194.2.2  elad 	bus_space.9 bus_space_read_region_2.9 \
     99  1.194.2.2  elad 	bus_space.9 bus_space_read_region_4.9 \
    100  1.194.2.2  elad 	bus_space.9 bus_space_read_region_8.9 \
    101  1.194.2.2  elad 	bus_space.9 bus_space_set_region_1.9 \
    102  1.194.2.2  elad 	bus_space.9 bus_space_set_region_2.9 \
    103  1.194.2.2  elad 	bus_space.9 bus_space_set_region_4.9 \
    104  1.194.2.2  elad 	bus_space.9 bus_space_set_region_8.9 \
    105  1.194.2.2  elad 	bus_space.9 bus_space_subregion.9 bus_space.9 bus_space_unmap.9 \
    106  1.194.2.2  elad 	bus_space.9 bus_space_vaddr.9 \
    107  1.194.2.2  elad 	bus_space.9 bus_space_write_1.9 bus_space.9 bus_space_write_2.9 \
    108  1.194.2.2  elad 	bus_space.9 bus_space_write_4.9 bus_space.9 bus_space_write_8.9 \
    109  1.194.2.2  elad 	bus_space.9 bus_space_write_multi_1.9 \
    110  1.194.2.2  elad 	bus_space.9 bus_space_write_multi_2.9 \
    111  1.194.2.2  elad 	bus_space.9 bus_space_write_multi_4.9 \
    112  1.194.2.2  elad 	bus_space.9 bus_space_write_multi_8.9 \
    113  1.194.2.2  elad 	bus_space.9 bus_space_write_region_1.9 \
    114  1.194.2.2  elad 	bus_space.9 bus_space_write_region_2.9 \
    115  1.194.2.2  elad 	bus_space.9 bus_space_write_region_4.9 \
    116  1.194.2.2  elad 	bus_space.9 bus_space_write_region_8.9
    117  1.194.2.2  elad MLINKS+=bus_dma.9 bus_dmamap_create.9 bus_dma.9 bus_dmamap_destroy.9 \
    118  1.194.2.2  elad 	bus_dma.9 bus_dmamap_load.9 bus_dma.9 bus_dmamap_load_mbuf.9 \
    119  1.194.2.2  elad 	bus_dma.9 bus_dmamap_load_uio.9 bus_dma.9 bus_dmamap_load_raw.9 \
    120  1.194.2.2  elad 	bus_dma.9 bus_dmamap_unload.9 bus_dma.9 bus_dmamap_sync.9 \
    121  1.194.2.2  elad 	bus_dma.9 bus_dmamem_alloc.9 bus_dma.9 bus_dmamem_free.9 \
    122  1.194.2.2  elad 	bus_dma.9 bus_dmamem_map.9 bus_dma.9 bus_dmamem_unmap.9 \
    123  1.194.2.2  elad 	bus_dma.9 bus_dmamem_mmap.9
    124  1.194.2.2  elad MLINKS+=callout.9 callout_init.9 callout.9 callout_reset.9 \
    125  1.194.2.2  elad 	callout.9 callout_schedule.9 callout.9 callout_setfunc.9 \
    126  1.194.2.2  elad 	callout.9 callout_stop.9 callout.9 callout_pending.9 \
    127  1.194.2.2  elad 	callout.9 CALLOUT_INITIALIZER.9 \
    128  1.194.2.2  elad 	callout.9 CALLOUT_INITIALIZER_SETFUNC.9 \
    129  1.194.2.2  elad 	callout.9 timeout.9 callout.9 untimeout.9
    130  1.194.2.2  elad MLINKS+=cardbus.9 cardbus_attach_card.9 \
    131  1.194.2.2  elad 	cardbus.9 cardbus_detach_card.9 \
    132  1.194.2.2  elad 	cardbus.9 cardbus_function_enable.9 \
    133  1.194.2.2  elad 	cardbus.9 cardbus_function_disable.9 \
    134  1.194.2.2  elad 	cardbus.9 cardbus_mapreg_map.9 \
    135  1.194.2.2  elad 	cardbus.9 cardbus_mapreg_unmap.9 \
    136  1.194.2.2  elad 	cardbus.9 cardbus_get_capability.9 \
    137  1.194.2.2  elad 	cardbus.9 cardbus_make_tag.9 \
    138  1.194.2.2  elad 	cardbus.9 cardbus_free_tag.9 \
    139  1.194.2.2  elad 	cardbus.9 cardbus_conf_read.9 \
    140  1.194.2.2  elad 	cardbus.9 cardbus_conf_write.9 \
    141  1.194.2.2  elad 	cardbus.9 cardbus_intr_establish.9 \
    142  1.194.2.2  elad 	cardbus.9 cardbus_intr_disestablish.9 \
    143  1.194.2.2  elad 	cardbus.9 CARDBUS_VENDOR.9 \
    144  1.194.2.2  elad 	cardbus.9 CARDBUS_PRODUCT.9 \
    145  1.194.2.2  elad 	cardbus.9 Cardbus_function_enable.9 \
    146  1.194.2.2  elad 	cardbus.9 Cardbus_function_disable.9 \
    147  1.194.2.2  elad 	cardbus.9 Cardbus_mapreg_map.9 \
    148  1.194.2.2  elad 	cardbus.9 Cardbus_mapreg_unmap.9 \
    149  1.194.2.2  elad 	cardbus.9 Cardbus_make_tag.9 \
    150  1.194.2.2  elad 	cardbus.9 Cardbus_free_tag.9 \
    151  1.194.2.2  elad 	cardbus.9 Cardbus_conf_read.9 \
    152  1.194.2.2  elad 	cardbus.9 Cardbus_conf_write.9
    153  1.194.2.2  elad MLINKS+=cons.9 cnbell.9 cons.9 cngetc.9 cons.9 cngetsn.9 cons.9 cnpollc.9 \
    154  1.194.2.2  elad 	cons.9 cnputc.9
    155  1.194.2.2  elad MLINKS+=copy.9 copyin.9 copy.9 copyout.9 copy.9 copystr.9 \
    156  1.194.2.2  elad 	copy.9 copyinstr.9 copy.9 copyoutstr.9 \
    157  1.194.2.2  elad 	copy.9 copyin_proc.9 copy.9 copyout_proc.9 \
    158  1.194.2.2  elad 	copy.9 ioctl_copyin.9 copy.9 ioctl_copyout.9
    159  1.194.2.2  elad MLINKS+=cpu_dumpconf.9 cpu_dump.9 cpu_dumpconf.9 cpu_dumpsize.9 \
    160  1.194.2.2  elad 	cpu_dumpconf.9 dumpsys.9
    161  1.194.2.2  elad MLINKS+=cpu_lwp_fork.9 child_return.9 cpu_lwp_fork.9 proc_trampoline.9
    162  1.194.2.2  elad MLINKS+=cpu_swapout.9 cpu_swapin.9
    163  1.194.2.2  elad MLINKS+=cred.9 crfree.9 \
    164  1.194.2.2  elad 	cred.9 crhold.9 \
    165  1.194.2.2  elad 	cred.9 crcopy.9 \
    166  1.194.2.2  elad 	cred.9 crdup.9 \
    167  1.194.2.2  elad 	cred.9 crget.9 \
    168  1.194.2.2  elad 	cred.9 crcvt.9
    169  1.194.2.2  elad MLINKS+=ctxsw.9 cpu_switch.9 ctxsw.9 mi_switch.9
    170  1.194.2.2  elad MLINKS+=curproc.9 curcpu.9
    171  1.194.2.2  elad MLINKS+=delay.9 DELAY.9
    172  1.194.2.2  elad MLINKS+=disk.9 disk_attach.9 disk.9 disk_detach.9 \
    173  1.194.2.2  elad 	disk.9 disk_busy.9 disk.9 disk_unbusy.9 disk.9 disk_find.9 \
    174  1.194.2.2  elad 	disk.9 disk_resetstat.9
    175  1.194.2.2  elad MLINKS+=disklabel.9 readdisklabel.9 disklabel.9 writedisklabel.9 \
    176  1.194.2.2  elad 	disklabel.9 setdisklabel.9 disklabel.9 bounds_check_with_label.9
    177  1.194.2.2  elad MLINKS+=dofileread.9 dofilewrite.9 \
    178  1.194.2.2  elad 	dofileread.9 dofilereadv.9 \
    179  1.194.2.2  elad 	dofileread.9 dofilewritev.9
    180  1.194.2.2  elad MLINKS+=do_setresuid.9 do_setresgid.9
    181  1.194.2.2  elad MLINKS+=ethersubr.9 ether_ifattach.9 ethersubr.9 ether_addmulti.9 \
    182  1.194.2.2  elad 	ethersubr.9 ether_delmulti.9 ethersubr.9 ETHER_IS_MULTICAST.9 \
    183  1.194.2.2  elad 	ethersubr.9 ETHER_FIRST_MULTI.9 ethersubr.9 ETHER_NEXT_MULTI.9 \
    184  1.194.2.2  elad 	ethersubr.9 fddi_ifattach.9 \
    185  1.194.2.2  elad 	ethersubr.9 fddi_addmulti.9 ethersubr.9 fddi_delmulti.9
    186  1.194.2.2  elad MLINKS+=evcnt.9 evcnt_attach_dynamic.9 evcnt.9 evcnt_attach_static.9 \
    187  1.194.2.2  elad 	evcnt.9 evcnt_detach.9
    188  1.194.2.2  elad MLINKS+=extent.9 extent_create.9 extent.9 extent_destroy.9 \
    189  1.194.2.2  elad 	extent.9 extent_alloc.9 extent.9 extent_alloc_subregion.9 \
    190  1.194.2.2  elad 	extent.9 extent_alloc_region.9 extent.9 extent_free.9 \
    191  1.194.2.2  elad 	extent.9 extent_print.9
    192  1.194.2.2  elad MLINKS+=fetch.9 fubyte.9 fetch.9 fuibyte.9 fetch.9 fusword.9 \
    193  1.194.2.2  elad 	fetch.9 fuswintr.9 fetch.9 fuword.9 fetch.9 fuiword.9
    194  1.194.2.2  elad MLINKS+=file.9 closef.9 \
    195  1.194.2.2  elad 	file.9 ffree.9 \
    196  1.194.2.2  elad 	file.9 FILE_IS_USABLE.9 \
    197  1.194.2.2  elad 	file.9 FILE_USE.9 \
    198  1.194.2.2  elad 	file.9 FILE_UNUSE.9 \
    199  1.194.2.2  elad 	file.9 FILE_SET_MATURE.9
    200  1.194.2.2  elad MLINKS+=filedesc.9 falloc.9 \
    201  1.194.2.2  elad 	filedesc.9 fd_getfile.9 \
    202  1.194.2.2  elad 	filedesc.9 dupfdopen.9 \
    203  1.194.2.2  elad 	filedesc.9 fdalloc.9 \
    204  1.194.2.2  elad 	filedesc.9 fdcheckstd.9 \
    205  1.194.2.2  elad 	filedesc.9 fdclear.9 \
    206  1.194.2.2  elad 	filedesc.9 fdclone.9 \
    207  1.194.2.2  elad 	filedesc.9 fdcloseexec.9 \
    208  1.194.2.2  elad 	filedesc.9 fdcopy.9 \
    209  1.194.2.2  elad 	filedesc.9 fdexpand.9 \
    210  1.194.2.2  elad 	filedesc.9 fdfree.9 \
    211  1.194.2.2  elad 	filedesc.9 fdinit.9 \
    212  1.194.2.2  elad 	filedesc.9 fdrelease.9 \
    213  1.194.2.2  elad 	filedesc.9 fdremove.9 \
    214  1.194.2.2  elad 	filedesc.9 fdshare.9 \
    215  1.194.2.2  elad 	filedesc.9 fdunshare.9
    216  1.194.2.2  elad MLINKS+=firmload.9 firmware_open.9 \
    217  1.194.2.2  elad 	firmload.9 firmware_close.9 \
    218  1.194.2.2  elad 	firmload.9 firmware_get_size.9 \
    219  1.194.2.2  elad 	firmload.9 firmware_read.9 \
    220  1.194.2.2  elad 	firmload.9 firmware_malloc.9 \
    221  1.194.2.2  elad 	firmload.9 firmware_free.9
    222  1.194.2.2  elad MLINKS+=fsetown.9 fgetown.9 \
    223  1.194.2.2  elad 	fsetown.9 fownsignal.9
    224  1.194.2.2  elad MLINKS+=getiobuf.9 getiobuf_nowait.9 \
    225  1.194.2.2  elad 	getiobuf.9 putiobuf.9
    226  1.194.2.2  elad MLINKS+=hash.9 hash32_buf.9 hash.9 hash32_str.9 hash.9 hash32_strn.9
    227  1.194.2.2  elad MLINKS+=humanize_number.9 format_bytes.9
    228  1.194.2.2  elad MLINKS+=in4_cksum.9 in_cksum.9 \
    229  1.194.2.2  elad 	in4_cksum.9 in6_cksum.9
    230  1.194.2.2  elad MLINKS+=ioasic.9 ioasic_intr_establish.9 \
    231  1.194.2.2  elad 	ioasic.9 ioasic_intr_disestablish.9 \
    232  1.194.2.2  elad 	ioasic.9 ioasic_intr_evcnt.9 \
    233  1.194.2.2  elad 	ioasic.9 ioasic_attach_devs.9 \
    234  1.194.2.2  elad 	ioasic.9 ioasic_submatch.9
    235  1.194.2.2  elad MLINKS+=ipkdb.9 ipkdb_init.9 ipkdb.9 ipkdb_connect.9 ipkdb.9 ipkdbinit.9 \
    236  1.194.2.2  elad 	ipkdb.9 ipkdbcmds.9 ipkdb.9 ipkdb_trap.9 ipkdb.9 ipkdb_poll.9 \
    237  1.194.2.2  elad 	ipkdb.9 ipkdbif_init.9 ipkdb.9 ipkdbfbyte.9 ipkdb.9 ipkdbsbyte.9
    238  1.194.2.2  elad MLINKS+=isa.9 isa_intr_alloc.9 \
    239  1.194.2.2  elad 	isa.9 isa_intr_establish.9 \
    240  1.194.2.2  elad 	isa.9 isa_intr_disestablish.9 \
    241  1.194.2.2  elad 	isa.9 isa_intr_evcnt.9 \
    242  1.194.2.2  elad 	isa.9 isa_dmamap_create.9 \
    243  1.194.2.2  elad 	isa.9 isa_dmamap_destroy.9 \
    244  1.194.2.2  elad 	isa.9 isa_dmamem_alloc.9 \
    245  1.194.2.2  elad 	isa.9 isa_dmamem_free.9 \
    246  1.194.2.2  elad 	isa.9 isa_dmamem_map.9 \
    247  1.194.2.2  elad 	isa.9 isa_dmamem_unmap.9 \
    248  1.194.2.2  elad 	isa.9 isa_malloc.9 \
    249  1.194.2.2  elad 	isa.9 isa_free.9 \
    250  1.194.2.2  elad 	isa.9 isa_dmastart.9 \
    251  1.194.2.2  elad 	isa.9 isa_dmaabort.9 \
    252  1.194.2.2  elad 	isa.9 isa_dmacount.9 \
    253  1.194.2.2  elad 	isa.9 isa_dmadone.9 \
    254  1.194.2.2  elad 	isa.9 isa_dmamaxsize.9 \
    255  1.194.2.2  elad 	isa.9 isa_drq_isfree.9 \
    256  1.194.2.2  elad 	isa.9 isa_dmacascade.9 \
    257  1.194.2.2  elad 	isa.9 isa_mappage.9
    258  1.194.2.2  elad MLINKS+=isapnp.9 isapnp_devmatch.9 \
    259  1.194.2.2  elad 	isapnp.9 isapnp_config.9 \
    260  1.194.2.2  elad 	isapnp.9 isapnp_unconfig.9
    261  1.194.2.2  elad MLINKS+=knote.9 KNOTE.9 \
    262  1.194.2.2  elad 	kfilter_register.9 kfilter_unregister.9
    263  1.194.2.2  elad MLINKS+=kprintf.9 printf.9 kprintf.9 printf_nolog.9 kprintf.9 sprintf.9 \
    264  1.194.2.2  elad 	kprintf.9 snprintf.9 kprintf.9 vprintf.9 kprintf.9 vsprintf.9 \
    265  1.194.2.2  elad 	kprintf.9 vsnprintf.9 kprintf.9 uprintf.9 kprintf.9 ttyprintf.9 \
    266  1.194.2.2  elad 	kprintf.9 tprintf.9 kprintf.9 tprintf_open.9 kprintf.9 tprintf_close.9 \
    267  1.194.2.2  elad 	kprintf.9 aprint_normal.9 kprintf.9 aprint_naive.9 \
    268  1.194.2.2  elad 	kprintf.9 aprint_verbose.9 kprintf.9 aprint_debug.9 \
    269  1.194.2.2  elad 	kprintf.9 aprint_error.9 kprintf.9 aprint_get_error_count.9
    270  1.194.2.2  elad MLINKS+=kthread.9 kthread_exit.9 \
    271  1.194.2.2  elad 	kthread.9 kthread_create.9 \
    272  1.194.2.2  elad 	kthread.9 kthread_create1.9
    273  1.194.2.2  elad MLINKS+=lock.9 simple_lock_init.9 lock.9 simple_lock.9 \
    274  1.194.2.2  elad 	lock.9 simple_lock_try.9 lock.9 simple_unlock.9 \
    275  1.194.2.2  elad 	lock.9 simple_lock_freecheck.9 lock.9 simple_lock_dump.9  \
    276  1.194.2.2  elad 	lock.9 lockinit.9 lock.9 lockmgr.9 \
    277  1.194.2.2  elad 	lock.9 lockstatus.9 lock.9 lockmgr_printinfo.9 lock.9 transferlockers.9 \
    278  1.194.2.2  elad 	lock.9 spinlockinit.9 lock.9 spinlockmgr.9
    279  1.194.2.2  elad MLINKS+=ltsleep.9 wakeup.9 ltsleep.9 tsleep.9
    280  1.194.2.2  elad MLINKS+=malloc.9 MALLOC.9 malloc.9 realloc.9 malloc.9 free.9 malloc.9 FREE.9
    281  1.194.2.2  elad MLINKS+=malloc.9 malloc_roundup.9 malloc.9 malloc_type_attach.9
    282  1.194.2.2  elad MLINKS+=malloc.9 malloc_type_detach.9 malloc.9 malloc_type_setlimit.9
    283  1.194.2.2  elad MLINKS+=malloc.9 MALLOC_DEFINE_LIMIT.9 malloc.9 MALLOC_DEFINE.9
    284  1.194.2.2  elad MLINKS+=malloc.9 MALLOC_DECLARE.9
    285  1.194.2.2  elad MLINKS+=mbuf.9 m_get.9 mbuf.9 m_getclr.9 mbuf.9 m_gethdr.9 mbuf.9 m_devget.9 \
    286  1.194.2.2  elad 	mbuf.9 m_copym.9 mbuf.9 m_copypacket.9 mbuf.9 m_copydata.9 \
    287  1.194.2.2  elad 	mbuf.9 m_copyback.9 mbuf.9 m_cat.9 mbuf.9 m_dup.9 mbuf.9 m_prepend.9 \
    288  1.194.2.2  elad 	mbuf.9 m_copyback_cow.9 \
    289  1.194.2.2  elad 	mbuf.9 m_makewritable.9 \
    290  1.194.2.2  elad 	mbuf.9 m_pulldown.9 \
    291  1.194.2.2  elad 	mbuf.9 m_pullup.9 mbuf.9 m_split.9 mbuf.9 m_adj.9 mbuf.9 m_free.9 \
    292  1.194.2.2  elad 	mbuf.9 m_freem.9 mbuf.9 mtod.9 mbuf.9 mtocl.9 mbuf.9 cltom.9 \
    293  1.194.2.2  elad 	mbuf.9 MGET.9 mbuf.9 MGETHDR.9 mbuf.9 MEXTMALLOC.9 \
    294  1.194.2.2  elad 	mbuf.9 MEXTADD.9 mbuf.9 MCLGET.9 mbuf.9 M_COPY_PKTHDR.9 \
    295  1.194.2.2  elad 	mbuf.9 M_MOVE_PKTHDR.9 \
    296  1.194.2.2  elad 	mbuf.9 M_ALIGN.9 mbuf.9 MH_ALIGN.9 mbuf.9 M_LEADINGSPACE.9 \
    297  1.194.2.2  elad 	mbuf.9 M_TRAILINGSPACE.9 mbuf.9 M_PREPEND.9 mbuf.9 MCHTYPE.9 \
    298  1.194.2.2  elad 	mbuf.9 MEXTREMOVE.9 mbuf.9 MFREE.9
    299  1.194.2.2  elad MLINKS+=mca.9 mca_intr_establish.9 \
    300  1.194.2.2  elad 	mca.9 mca_intr_disestablish.9 \
    301  1.194.2.2  elad 	mca.9 mca_intr_evcnt.9 \
    302  1.194.2.2  elad 	mca.9 mca_conf_read.9 \
    303  1.194.2.2  elad 	mca.9 mca_conf_write.9
    304  1.194.2.2  elad MLINKS+=m_tag.9 m_tag_copy.9 \
    305  1.194.2.2  elad 	m_tag.9 m_tag_copy_chain.9 \
    306  1.194.2.2  elad 	m_tag.9 m_tag_delete.9 \
    307  1.194.2.2  elad 	m_tag.9 m_tag_delete_chain.9 \
    308  1.194.2.2  elad 	m_tag.9 m_tag_delete_nonpersistent.9 \
    309  1.194.2.2  elad 	m_tag.9 m_tag_find.9 \
    310  1.194.2.2  elad 	m_tag.9 m_tag_first.9 \
    311  1.194.2.2  elad 	m_tag.9 m_tag_free.9 \
    312  1.194.2.2  elad 	m_tag.9 m_tag_get.9 \
    313  1.194.2.2  elad 	m_tag.9 m_tag_init.9 \
    314  1.194.2.2  elad 	m_tag.9 m_tag_next.9 \
    315  1.194.2.2  elad 	m_tag.9 m_tag_prepend.9 \
    316  1.194.2.2  elad 	m_tag.9 m_tag_unlink.9
    317  1.194.2.2  elad MLINKS+=namecache.9 cache_lookup.9 \
    318  1.194.2.2  elad 	namecache.9 cache_revlookup.9 \
    319  1.194.2.2  elad 	namecache.9 cache_enter.9 \
    320  1.194.2.2  elad 	namecache.9 cache_purge.9 \
    321  1.194.2.2  elad 	namecache.9 cache_purgevfs.9 \
    322  1.194.2.2  elad 	namecache.9 namecache_print.9
    323  1.194.2.2  elad MLINKS+=namei.9 lookup.9 \
    324  1.194.2.2  elad 	namei.9 relookup.9 \
    325  1.194.2.2  elad 	namei.9 NDINIT.9
    326  1.194.2.2  elad MLINKS+=opencrypto.9 crypto_get_driverid.9 \
    327  1.194.2.2  elad 	opencrypto.9 crypto_register.9 \
    328  1.194.2.2  elad 	opencrypto.9 crypto_kregister.9 \
    329  1.194.2.2  elad 	opencrypto.9 crypto_unregister.9 \
    330  1.194.2.2  elad 	opencrypto.9 crypto_done.9 \
    331  1.194.2.2  elad 	opencrypto.9 crypto_kdone.9 \
    332  1.194.2.2  elad 	opencrypto.9 crypto_newsession.9 \
    333  1.194.2.2  elad 	opencrypto.9 crypto_freesession.9 \
    334  1.194.2.2  elad 	opencrypto.9 crypto_dispatch.9 \
    335  1.194.2.2  elad 	opencrypto.9 crypto_kdispatch.9 \
    336  1.194.2.2  elad 	opencrypto.9 crypto_getreq.9 \
    337  1.194.2.2  elad 	opencrypto.9 crypto_freereq.9
    338  1.194.2.2  elad MLINKS+=optstr.9 optstr_get.9
    339  1.194.2.2  elad MLINKS+=pci.9 pci_conf_read.9 \
    340  1.194.2.2  elad 	pci.9 pci_conf_write.9 \
    341  1.194.2.2  elad 	pci.9 pci_conf_print.9 \
    342  1.194.2.2  elad 	pci.9 pci_find_device.9 \
    343  1.194.2.2  elad 	pci.9 pci_get_capability.9 \
    344  1.194.2.2  elad 	pci.9 pci_mapreg_type.9 \
    345  1.194.2.2  elad 	pci.9 pci_mapreg_map.9 \
    346  1.194.2.2  elad 	pci.9 pci_mapreg_info.9 \
    347  1.194.2.2  elad 	pci.9 pci_intr_map.9 \
    348  1.194.2.2  elad 	pci.9 pci_intr_string.9 \
    349  1.194.2.2  elad 	pci.9 pci_intr_evcnt.9 \
    350  1.194.2.2  elad 	pci.9 pci_intr_establish.9 \
    351  1.194.2.2  elad 	pci.9 pci_intr_disestablish.9 \
    352  1.194.2.2  elad 	pci.9 pci_get_powerstate.9 \
    353  1.194.2.2  elad 	pci.9 pci_set_powerstate.9 \
    354  1.194.2.2  elad 	pci.9 pci_vpd_read.9 \
    355  1.194.2.2  elad 	pci.9 pci_vpd_write.9 \
    356  1.194.2.2  elad 	pci.9 pci_make_tag.9 \
    357  1.194.2.2  elad 	pci.9 pci_decompose_tag.9 \
    358  1.194.2.2  elad 	pci.9 pci_findvendor.9 \
    359  1.194.2.2  elad 	pci.9 pci_devinfo.9 \
    360  1.194.2.2  elad 	pci.9 PCI_VENDOR.9 \
    361  1.194.2.2  elad 	pci.9 PCI_PRODUCT.9 \
    362  1.194.2.2  elad 	pci.9 PCI_REVISION.9
    363  1.194.2.2  elad MLINKS+=pci_configure_bus.9 pci_conf_hook.9 \
    364  1.194.2.2  elad 	pci_configure_bus.9 pci_conf_interrupt.9
    365  1.194.2.2  elad MLINKS+=pckbport.9 pckbport_attach.9 \
    366  1.194.2.2  elad 	pckbport.9 pckbport_attach_slot.9 \
    367  1.194.2.2  elad 	pckbport.9 pckbport_cnattach.9 \
    368  1.194.2.2  elad 	pckbport.9 pckbportintr.9 \
    369  1.194.2.2  elad 	pckbport.9 pckbport_set_inputhandler.9 \
    370  1.194.2.2  elad 	pckbport.9 pckbport_flush.9 \
    371  1.194.2.2  elad 	pckbport.9 pckbport_poll_cmd.9 \
    372  1.194.2.2  elad 	pckbport.9 pckbport_enqueue_cmd.9 \
    373  1.194.2.2  elad 	pckbport.9 pckbport_poll_data.9 \
    374  1.194.2.2  elad 	pckbport.9 pckbport_set_poll.9 \
    375  1.194.2.2  elad 	pckbport.9 pckbport_xt_translation.9 \
    376  1.194.2.2  elad 	pckbport.9 pckbport_slot_enable.9
    377  1.194.2.2  elad MLINKS+=pcmcia.9 pcmcia_function_init.9 \
    378  1.194.2.2  elad 	pcmcia.9 pcmcia_function_enable.9 \
    379  1.194.2.2  elad 	pcmcia.9 pcmcia_function_disable.9 \
    380  1.194.2.2  elad 	pcmcia.9 pcmcia_io_alloc.9 \
    381  1.194.2.2  elad 	pcmcia.9 pcmcia_io_free.9 \
    382  1.194.2.2  elad 	pcmcia.9 pcmcia_io_map.9 \
    383  1.194.2.2  elad 	pcmcia.9 pcmcia_io_unmap.9 \
    384  1.194.2.2  elad 	pcmcia.9 pcmcia_mem_alloc.9 \
    385  1.194.2.2  elad 	pcmcia.9 pcmcia_mem_free.9 \
    386  1.194.2.2  elad 	pcmcia.9 pcmcia_mem_map.9 \
    387  1.194.2.2  elad 	pcmcia.9 pcmcia_mem_unmap.9 \
    388  1.194.2.2  elad 	pcmcia.9 pcmcia_intr_establish.9 \
    389  1.194.2.2  elad 	pcmcia.9 pcmcia_intr_disestablish.9 \
    390  1.194.2.2  elad 	pcmcia.9 pcmcia_cis_read_1.9 \
    391  1.194.2.2  elad 	pcmcia.9 pcmcia_cis_read_2.9 \
    392  1.194.2.2  elad 	pcmcia.9 pcmcia_cis_read_3.9 \
    393  1.194.2.2  elad 	pcmcia.9 pcmcia_cis_read_4.9 \
    394  1.194.2.2  elad 	pcmcia.9 pcmcia_cis_read_n.9 \
    395  1.194.2.2  elad 	pcmcia.9 pcmcia_scan_cis.9
    396  1.194.2.2  elad MLINKS+=pfil.9 pfil_hook_get.9 \
    397  1.194.2.2  elad 	pfil.9 pfil_add_hook.9 \
    398  1.194.2.2  elad 	pfil.9 pfil_remove_hook.9 \
    399  1.194.2.2  elad 	pfil.9 pfil_head_register.9 \
    400  1.194.2.2  elad 	pfil.9 pfil_head_unregister.9 \
    401  1.194.2.2  elad 	pfil.9 pfil_head_get.9 \
    402  1.194.2.2  elad 	pfil.9 pfil_run_hooks.9
    403  1.194.2.2  elad MLINKS+=pmc.9 pmc_get_num_counters.9 \
    404  1.194.2.2  elad 	pmc.9 pmc_get_counter_type.9 \
    405  1.194.2.2  elad 	pmc.9 pmc_save_context.9 \
    406  1.194.2.2  elad 	pmc.9 pmc_restore_context.9 \
    407  1.194.2.2  elad 	pmc.9 pmc_enable_counter.9 \
    408  1.194.2.2  elad 	pmc.9 pmc_disable_counter.9 \
    409  1.194.2.2  elad 	pmc.9 pmc_counter_isrunning.9 \
    410  1.194.2.2  elad 	pmc.9 pmc_counter_isconfigured.9 \
    411  1.194.2.2  elad 	pmc.9 pmc_configure_counter.9 \
    412  1.194.2.2  elad 	pmc.9 pmc_get_counter_value.9 \
    413  1.194.2.2  elad 	pmc.9 pmc_accumulate.9 \
    414  1.194.2.2  elad 	pmc.9 pmc_alloc_kernel_counter.9 \
    415  1.194.2.2  elad 	pmc.9 pmc_free_kernel_counter.9 \
    416  1.194.2.2  elad 	pmc.9 pmc_start_profiling.9 \
    417  1.194.2.2  elad 	pmc.9 pmc_stop_profiling.9 \
    418  1.194.2.2  elad 	pmc.9 PMC_ENABLED.9
    419  1.194.2.2  elad MLINKS+=pool.9 pool_create.9 pool.9 pool_destroy.9 pool.9 pool_get.9 \
    420  1.194.2.2  elad 	pool.9 pool_init.9 pool.9 pool_put.9 pool.9 pool_prime.9 \
    421  1.194.2.2  elad 	pool.9 pool_sethiwat.9 pool.9 pool_setlowat.9
    422  1.194.2.2  elad MLINKS+=pool_cache.9 pool_cache_init.9 \
    423  1.194.2.2  elad 	pool_cache.9 pool_cache_destroy.9 \
    424  1.194.2.2  elad 	pool_cache.9 pool_cache_get_paddr.9 \
    425  1.194.2.2  elad 	pool_cache.9 pool_cache_get.9 \
    426  1.194.2.2  elad 	pool_cache.9 pool_cache_put_paddr.9 \
    427  1.194.2.2  elad 	pool_cache.9 pool_cache_put.9 \
    428  1.194.2.2  elad 	pool_cache.9 pool_cache_destruct_object.9 \
    429  1.194.2.2  elad 	pool_cache.9 pool_cache_invalidate.9
    430  1.194.2.2  elad MLINKS+=powerhook_establish.9 powerhook_disestablish.9
    431  1.194.2.2  elad MLINKS+=properties.9 propdb_create.9 \
    432  1.194.2.2  elad 	properties.9 propdb_destroy.9 \
    433  1.194.2.2  elad 	properties.9 prop_copy.9 \
    434  1.194.2.2  elad 	properties.9 prop_delete.9 \
    435  1.194.2.2  elad 	properties.9 prop_get.9 \
    436  1.194.2.2  elad 	properties.9 prop_list.9 \
    437  1.194.2.2  elad 	properties.9 prop_objs.9 \
    438  1.194.2.2  elad 	properties.9 prop_set.9
    439  1.194.2.2  elad MLINKS+=ras.9 ras_lookup.9 \
    440  1.194.2.2  elad 	ras.9 ras_fork.9 \
    441  1.194.2.2  elad 	ras.9 ras_purgeall.9
    442  1.194.2.2  elad MLINKS+=rasops.9 rasops_init.9 \
    443  1.194.2.2  elad 	rasops.9 rasops_reconfig.9
    444  1.194.2.2  elad MLINKS+=rnd.9 rnd_attach_source.9 rnd.9 rnd_detach_source.9 \
    445  1.194.2.2  elad 	rnd.9 rnd_add_data.9 rnd.9 rnd_add_uint32.9
    446  1.194.2.2  elad MLINKS+=rssadapt.9 ieee80211_rssadapt_choose.9 \
    447  1.194.2.2  elad 	rssadapt.9 ieee80211_rssadapt_input.9 \
    448  1.194.2.2  elad 	rssadapt.9 ieee80211_rssadapt_lower_rate.9 \
    449  1.194.2.2  elad 	rssadapt.9 ieee80211_rssadapt_raise_rate.9 \
    450  1.194.2.2  elad 	rssadapt.9 ieee80211_rssadapt_updatestats.9
    451  1.194.2.2  elad MLINKS+=rt_timer.9 rt_timer_queue_create.9 rt_timer.9 rt_timer_queue_change.9 \
    452  1.194.2.2  elad 	rt_timer.9 rt_timer_queue_destroy.9 rt_timer.9 rt_timer_add.9 \
    453  1.194.2.2  elad 	rt_timer.9 rt_timer_remove_all.9
    454  1.194.2.2  elad MLINKS+=SCHED_LOCK.9 SCHED_UNLOCK.9 \
    455  1.194.2.2  elad 	SCHED_LOCK.9 sched_lock_idle.9 \
    456  1.194.2.2  elad 	SCHED_LOCK.9 sched_unlock_idle.9
    457  1.194.2.2  elad MAN+=	selrecord.9
    458  1.194.2.2  elad MLINKS+=selrecord.9 selwakeup.9 \
    459  1.194.2.2  elad 	selrecord.9 selnotify.9
    460  1.194.2.2  elad MLINKS+=setjmp.9 longjmp.9
    461  1.194.2.2  elad MLINKS+=setrunqueue.9 remrunqueue.9 \
    462  1.194.2.2  elad 	setrunqueue.9 nextrunqueue.9
    463  1.194.2.2  elad MLINKS+=shutdownhook_establish.9 shutdownhook_disestablish.9
    464  1.194.2.2  elad MLINKS+=signal.9 siginit.9 \
    465  1.194.2.2  elad 	signal.9 sigactsinit.9 \
    466  1.194.2.2  elad 	signal.9 sigactsunshare.9 \
    467  1.194.2.2  elad 	signal.9 sigactsfree.9 \
    468  1.194.2.2  elad 	signal.9 execsigs.9 \
    469  1.194.2.2  elad 	signal.9 sigaction1.9 \
    470  1.194.2.2  elad 	signal.9 sigprocmask1.9 \
    471  1.194.2.2  elad 	signal.9 sigpending1.9 \
    472  1.194.2.2  elad 	signal.9 sigsuspend1.9 \
    473  1.194.2.2  elad 	signal.9 sigaltstack1.9 \
    474  1.194.2.2  elad 	signal.9 gsignal.9 \
    475  1.194.2.2  elad 	signal.9 pgsignal.9 \
    476  1.194.2.2  elad 	signal.9 trapsignal.9 \
    477  1.194.2.2  elad 	signal.9 psignal.9 \
    478  1.194.2.2  elad 	signal.9 sched_psignal.9 \
    479  1.194.2.2  elad 	signal.9 issignal.9 \
    480  1.194.2.2  elad 	signal.9 postsig.9 \
    481  1.194.2.2  elad 	signal.9 killproc.9 \
    482  1.194.2.2  elad 	signal.9 sigexit.9 \
    483  1.194.2.2  elad 	signal.9 sigmasked.9 \
    484  1.194.2.2  elad 	signal.9 sendsig.9 \
    485  1.194.2.2  elad 	signal.9 sigcode.9 \
    486  1.194.2.2  elad 	signal.9 sigtramp.9
    487  1.194.2.2  elad MLINKS+=softintr.9 softintr_establish.9 softintr.9 softintr_disestablish.9 \
    488  1.194.2.2  elad 	softintr.9 softintr_schedule.9
    489  1.194.2.2  elad MLINKS+=spl.9 spl0.9 spl.9 splbio.9 spl.9 splclock.9 spl.9 splhigh.9 \
    490  1.194.2.2  elad 	spl.9 splimp.9 spl.9 spllowersoftclock.9 spl.9 splnet.9 \
    491  1.194.2.2  elad 	spl.9 splsched.9 spl.9 splserial.9 \
    492  1.194.2.2  elad 	spl.9 splsoftclock.9 spl.9 splsoftnet.9 spl.9 splsoftserial.9 \
    493  1.194.2.2  elad 	spl.9 splstatclock.9 spl.9 spltty.9 spl.9 splvm.9 spl.9 splx.9
    494  1.194.2.2  elad MLINKS+=store.9 subyte.9 store.9 suibyte.9 store.9 susword.9 \
    495  1.194.2.2  elad 	store.9 suswintr.9 store.9 suword.9 store.9 suiword.9
    496  1.194.2.2  elad MLINKS+=sysctl.9 old_sysctl.9 \
    497  1.194.2.2  elad 	sysctl.9 sysctl_create.9 \
    498  1.194.2.2  elad 	sysctl.9 sysctl_createv.9 \
    499  1.194.2.2  elad 	sysctl.9 sysctl_destroy.9 \
    500  1.194.2.2  elad 	sysctl.9 sysctl_destroyv.9 \
    501  1.194.2.2  elad 	sysctl.9 sysctl_dispatch.9 \
    502  1.194.2.2  elad 	sysctl.9 sysctl_free.9 \
    503  1.194.2.2  elad 	sysctl.9 sysctl_init.9 \
    504  1.194.2.2  elad 	sysctl.9 sysctl_locate.9 \
    505  1.194.2.2  elad 	sysctl.9 sysctl_lock.9 \
    506  1.194.2.2  elad 	sysctl.9 sysctl_lookup.9 \
    507  1.194.2.2  elad 	sysctl.9 sysctl_needfunc.9 \
    508  1.194.2.2  elad 	sysctl.9 sysctl_notavail.9 \
    509  1.194.2.2  elad 	sysctl.9 sysctl_null.9 \
    510  1.194.2.2  elad 	sysctl.9 sysctl_query.9 \
    511  1.194.2.2  elad 	sysctl.9 sysctl_teardown.9 \
    512  1.194.2.2  elad 	sysctl.9 sysctl_unlock.9
    513  1.194.2.2  elad MLINKS+=time.9 boottime.9 time.9 mono_time.9
    514  1.194.2.2  elad MLINKS+=tc.9 tc_intr_establish.9 \
    515  1.194.2.2  elad 	tc.9 tc_intr_disestablish.9 \
    516  1.194.2.2  elad 	tc.9 tc_intr_evcnt.9 \
    517  1.194.2.2  elad 	tc.9 tc_mb.9 \
    518  1.194.2.2  elad 	tc.9 tc_wmb.9 \
    519  1.194.2.2  elad 	tc.9 tc_syncbus.9 \
    520  1.194.2.2  elad 	tc.9 tc_badaddr.9 \
    521  1.194.2.2  elad 	tc.9 TC_DENSE_TO_SPARSE.9 \
    522  1.194.2.2  elad 	tc.9 TC_PHYS_TO_UNCACHED.9
    523  1.194.2.2  elad MLINKS+=todr.9 todr_gettime.9 todr.9 todr_settime.9 \
    524  1.194.2.2  elad 	todr.9 todr_getcal.9 todr.9 todr_setcal.9 \
    525  1.194.2.2  elad 	todr.9 clock_ymdhms_to_secs.9 todr.9 clock_secs_to_ymdhms.9
    526  1.194.2.2  elad MLINKS+=uvm.9 uvm_init.9 uvm.9 uvm_init_limits.9 uvm.9 uvm_setpagesize.9 \
    527  1.194.2.2  elad 	uvm.9 uvm_swap_init.9 uvm.9 uvm_map.9 uvm.9 uvm_unmap.9 \
    528  1.194.2.2  elad 	uvm.9 uvm_map_pageable.9 \
    529  1.194.2.2  elad 	uvm.9 uvm_map_checkprot.9 uvm.9 uvm_map_protect.9 \
    530  1.194.2.2  elad 	uvm.9 uvm_deallocate.9 uvm.9 uvmspace_alloc.9 uvm.9 uvmspace_exec.9 \
    531  1.194.2.2  elad 	uvm.9 uvmspace_fork.9 uvm.9 uvmspace_free.9 uvm.9 uvmspace_share.9 \
    532  1.194.2.2  elad 	uvm.9 uvmspace_unshare.9 uvm.9 uvm_fault.9 uvm.9 uvn_attach.9 \
    533  1.194.2.2  elad 	uvm.9 uvm_vnp_setsize.9 \
    534  1.194.2.2  elad 	uvm.9 uvm_io.9 uvm.9 uvm_km_alloc.9 \
    535  1.194.2.2  elad 	uvm.9 uvm_km_suballoc.9 uvm.9 uvm_km_free.9 \
    536  1.194.2.2  elad 	uvm.9 uvm_pagealloc.9 \
    537  1.194.2.2  elad 	uvm.9 uvm_pagerealloc.9 uvm.9 uvm_pagefree.9 uvm.9 uvm_pglistalloc.9 \
    538  1.194.2.2  elad 	uvm.9 uvm_pglistfree.9 uvm.9 uvm_page_physload.9 uvm.9 uvm_pageout.9 \
    539  1.194.2.2  elad 	uvm.9 uvm_scheduler.9 uvm.9 uvm_swapin.9 uvm.9 uao_create.9 \
    540  1.194.2.2  elad 	uvm.9 uao_detach.9 uvm.9 uao_reference.9 uvm.9 uvm_chgkprot.9 \
    541  1.194.2.2  elad 	uvm.9 uvm_kernacc.9 uvm.9 uvm_vslock.9 \
    542  1.194.2.2  elad 	uvm.9 uvm_vsunlock.9 uvm.9 uvm_meter.9 \
    543  1.194.2.2  elad 	uvm.9 uvm_fork.9 uvm.9 uvm_grow.9 uvm.9 uvm_coredump.9 \
    544  1.194.2.2  elad 	uvm.9 ubc_alloc.9 \
    545  1.194.2.2  elad 	uvm.9 ubc_release.9 \
    546  1.194.2.2  elad 	uvm.9 uvn_findpages.9 \
    547  1.194.2.2  elad 	uvm.9 uvm_loan.9 uvm.9 uvm_unloan.9
    548  1.194.2.2  elad MLINKS+=vme.9 vme_probe.9 \
    549  1.194.2.2  elad 	vme.9 vme_space_map.9 \
    550  1.194.2.2  elad 	vme.9 vme_space_unmap.9 \
    551  1.194.2.2  elad 	vme.9 vme_intr_map.9 \
    552  1.194.2.2  elad 	vme.9 vme_intr_establish.9 \
    553  1.194.2.2  elad 	vme.9 vme_intr_disestablish.9 \
    554  1.194.2.2  elad 	vme.9 vme_intr_evcnt.9 \
    555  1.194.2.2  elad 	vme.9 vme_dmamap_create.9 \
    556  1.194.2.2  elad 	vme.9 vme_dmamap_destroy.9 \
    557  1.194.2.2  elad 	vme.9 vme_dmamem_alloc.9 \
    558  1.194.2.2  elad 	vme.9 vme_dmamem_free.9 \
    559  1.194.2.2  elad 	vme.9 vme_space_alloc.9 \
    560  1.194.2.2  elad 	vme.9 vme_space_free.9 \
    561  1.194.2.2  elad 	vme.9 vme_space_get.9
    562  1.194.2.2  elad MLINKS+=vattr.9 vattr_null.9 \
    563  1.194.2.2  elad 	vattr.9 VATTR_NULL.9
    564  1.194.2.2  elad MLINKS+=vfs_hooks.9 vfs_hooks_unmount.9
    565  1.194.2.2  elad MLINKS+=vfsops.9 VFS_MOUNT.9 \
    566  1.194.2.2  elad 	vfsops.9 VFS_START.9 \
    567  1.194.2.2  elad 	vfsops.9 VFS_UNMOUNT.9 \
    568  1.194.2.2  elad 	vfsops.9 VFS_ROOT.9 \
    569  1.194.2.2  elad 	vfsops.9 VFS_QUOTACTL.9 \
    570  1.194.2.2  elad 	vfsops.9 VFS_STATVFS.9 \
    571  1.194.2.2  elad 	vfsops.9 VFS_SYNC.9 \
    572  1.194.2.2  elad 	vfsops.9 VFS_VGET.9 \
    573  1.194.2.2  elad 	vfsops.9 VFS_FHTOVP.9 \
    574  1.194.2.2  elad 	vfsops.9 VFS_VPTOFH.9 \
    575  1.194.2.2  elad 	vfsops.9 VFS_CHECKEXP.9 \
    576  1.194.2.2  elad 	vfsops.9 VFS_SNAPSHOT.9
    577  1.194.2.2  elad MLINKS+=vfssubr.9 vfs_getnewfsid.9 \
    578  1.194.2.2  elad 	vfssubr.9 vfs_getvfs.9 \
    579  1.194.2.2  elad 	vfssubr.9 vfs_export.9 \
    580  1.194.2.2  elad 	vfssubr.9 vfs_showexport.9 \
    581  1.194.2.2  elad 	vfssubr.9 vfs_export_lookup.9 \
    582  1.194.2.2  elad 	vfssubr.9 vfs_setpublicfs.9 \
    583  1.194.2.2  elad 	vfssubr.9 vfs_mountedon.9 \
    584  1.194.2.2  elad 	vfssubr.9 vfs_mountroot.9 \
    585  1.194.2.2  elad 	vfssubr.9 vfs_unmountall.9 \
    586  1.194.2.2  elad 	vfssubr.9 vfs_busy.9 \
    587  1.194.2.2  elad 	vfssubr.9 vfs_unbusy.9 \
    588  1.194.2.2  elad 	vfssubr.9 vfs_rootmountalloc.9 \
    589  1.194.2.2  elad 	vfssubr.9 vfs_shutdown.9 \
    590  1.194.2.2  elad 	vfssubr.9 vfs_attach.9 \
    591  1.194.2.2  elad 	vfssubr.9 vfs_detach.9 \
    592  1.194.2.2  elad 	vfssubr.9 vfs_reinit.9 \
    593  1.194.2.2  elad 	vfssubr.9 vfs_getopsbyname.9 \
    594  1.194.2.2  elad 	vfssubr.9 vfs_write_suspend.9 \
    595  1.194.2.2  elad 	vfssubr.9 vfs_write_resume.9
    596  1.194.2.2  elad MLINKS+=vnode.9 vcount.9 \
    597  1.194.2.2  elad 	vnode.9 vref.9 \
    598  1.194.2.2  elad 	vnode.9 VREF.9 \
    599  1.194.2.2  elad 	vnode.9 vrele.9 \
    600  1.194.2.2  elad 	vnode.9 vget.9 \
    601  1.194.2.2  elad 	vnode.9 vput.9 \
    602  1.194.2.2  elad 	vnode.9 vhold.9 \
    603  1.194.2.2  elad 	vnode.9 VHOLD.9 \
    604  1.194.2.2  elad 	vnode.9 holdrele.9 \
    605  1.194.2.2  elad 	vnode.9 HOLDRELE.9 \
    606  1.194.2.2  elad 	vnode.9 getnewvnode.9 \
    607  1.194.2.2  elad 	vnode.9 ungetnewvnode.9 \
    608  1.194.2.2  elad 	vnode.9 vrecycle.9 \
    609  1.194.2.2  elad 	vnode.9 vgone.9 \
    610  1.194.2.2  elad 	vnode.9 vgonel.9 \
    611  1.194.2.2  elad 	vnode.9 vflush.9 \
    612  1.194.2.2  elad 	vnode.9 vaccess.9 \
    613  1.194.2.2  elad 	vnode.9 checkalias.9 \
    614  1.194.2.2  elad 	vnode.9 bdevvp.9 \
    615  1.194.2.2  elad 	vnode.9 cdevvp.9 \
    616  1.194.2.2  elad 	vnode.9 vfinddev.9 \
    617  1.194.2.2  elad 	vnode.9 vdevgone.9 \
    618  1.194.2.2  elad 	vnode.9 vwakeup.9 \
    619  1.194.2.2  elad 	vnode.9 vflushbuf.9 \
    620  1.194.2.2  elad 	vnode.9 vinvalbuf.9 \
    621  1.194.2.2  elad 	vnode.9 vtruncbuf.9 \
    622  1.194.2.2  elad 	vnode.9 vprint.9
    623  1.194.2.2  elad MLINKS+=vnodeops.9 VOP_LOOKUP.9 \
    624  1.194.2.2  elad 	vnodeops.9 VOP_CREATE.9 \
    625  1.194.2.2  elad 	vnodeops.9 VOP_MKNOD.9 \
    626  1.194.2.2  elad 	vnodeops.9 VOP_OPEN.9 \
    627  1.194.2.2  elad 	vnodeops.9 VOP_CLOSE.9 \
    628  1.194.2.2  elad 	vnodeops.9 VOP_ACCESS.9 \
    629  1.194.2.2  elad 	vnodeops.9 VOP_GETATTR.9 \
    630  1.194.2.2  elad 	vnodeops.9 VOP_SETATTR.9 \
    631  1.194.2.2  elad 	vnodeops.9 VOP_READ.9 \
    632  1.194.2.2  elad 	vnodeops.9 VOP_WRITE.9 \
    633  1.194.2.2  elad 	vnodeops.9 VOP_IOCTL.9 \
    634  1.194.2.2  elad 	vnodeops.9 VOP_FCNTL.9 \
    635  1.194.2.2  elad 	vnodeops.9 VOP_POLL.9 \
    636  1.194.2.2  elad 	vnodeops.9 VOP_REVOKE.9 \
    637  1.194.2.2  elad 	vnodeops.9 VOP_MMAP.9 \
    638  1.194.2.2  elad 	vnodeops.9 VOP_FSYNC.9 \
    639  1.194.2.2  elad 	vnodeops.9 VOP_SEEK.9 \
    640  1.194.2.2  elad 	vnodeops.9 VOP_REMOVE.9 \
    641  1.194.2.2  elad 	vnodeops.9 VOP_LINK.9 \
    642  1.194.2.2  elad 	vnodeops.9 VOP_RENAME.9 \
    643  1.194.2.2  elad 	vnodeops.9 VOP_MKDIR.9 \
    644  1.194.2.2  elad 	vnodeops.9 VOP_RMDIR.9 \
    645  1.194.2.2  elad 	vnodeops.9 VOP_SYMLINK.9 \
    646  1.194.2.2  elad 	vnodeops.9 VOP_READDIR.9 \
    647  1.194.2.2  elad 	vnodeops.9 VOP_READLINK.9 \
    648  1.194.2.2  elad 	vnodeops.9 VOP_ABORTOP.9 \
    649  1.194.2.2  elad 	vnodeops.9 VOP_INACTIVE.9 \
    650  1.194.2.2  elad 	vnodeops.9 VOP_RECLAIM.9 \
    651  1.194.2.2  elad 	vnodeops.9 VOP_LOCK.9 \
    652  1.194.2.2  elad 	vnodeops.9 VOP_UNLOCK.9 \
    653  1.194.2.2  elad 	vnodeops.9 VOP_ISLOCKED.9 \
    654  1.194.2.2  elad 	vnodeops.9 VOP_BMAP.9 \
    655  1.194.2.2  elad 	vnodeops.9 VOP_PRINT.9 \
    656  1.194.2.2  elad 	vnodeops.9 VOP_PATHCONF.9 \
    657  1.194.2.2  elad 	vnodeops.9 VOP_ADVLOCK.9 \
    658  1.194.2.2  elad 	vnodeops.9 VOP_LEASE.9 \
    659  1.194.2.2  elad 	vnodeops.9 VOP_WHITEOUT.9 \
    660  1.194.2.2  elad 	vnodeops.9 VOP_GETPAGES.9 \
    661  1.194.2.2  elad 	vnodeops.9 VOP_PUTPAGES.9 \
    662  1.194.2.2  elad 	vnodeops.9 VOP_STRATEGY.9 \
    663  1.194.2.2  elad 	vnodeops.9 VOP_BWRITE.9 \
    664  1.194.2.2  elad 	vnodeops.9 VOP_GETEXTATTR.9 \
    665  1.194.2.2  elad 	vnodeops.9 VOP_SETEXTATTR.9 \
    666  1.194.2.2  elad 	vnodeops.9 VOP_LISTEXTATTR.9
    667  1.194.2.2  elad MLINKS+=vnfileops.9 vn_closefile.9 \
    668  1.194.2.2  elad 	vnfileops.9 vn_fcntl.9 \
    669  1.194.2.2  elad 	vnfileops.9 vn_ioctl.9 \
    670  1.194.2.2  elad 	vnfileops.9 vn_read.9 \
    671  1.194.2.2  elad 	vnfileops.9 vn_poll.9 \
    672  1.194.2.2  elad 	vnfileops.9 vn_statfile.9 \
    673  1.194.2.2  elad 	vnfileops.9 vn_write.9
    674  1.194.2.2  elad MLINKS+=vnsubr.9 vn_bwrite.9 \
    675  1.194.2.2  elad 	vnsubr.9 vn_close.9 \
    676  1.194.2.2  elad 	vnsubr.9 vn_default_error.9 \
    677  1.194.2.2  elad 	vnsubr.9 vn_isunder.9 \
    678  1.194.2.2  elad 	vnsubr.9 vn_lock.9 \
    679  1.194.2.2  elad 	vnsubr.9 vn_markexec.9 \
    680  1.194.2.2  elad 	vnsubr.9 vn_marktext.9 \
    681  1.194.2.2  elad 	vnsubr.9 vn_restorerecurse.9 \
    682  1.194.2.2  elad 	vnsubr.9 vn_rdwr.9 \
    683  1.194.2.2  elad 	vnsubr.9 vn_setrecurse.9 \
    684  1.194.2.2  elad 	vnsubr.9 vn_stat.9 \
    685  1.194.2.2  elad 	vnsubr.9 vn_open.9 \
    686  1.194.2.2  elad 	vnsubr.9 vn_writechk.9 \
    687  1.194.2.2  elad 	vnsubr.9 vn_start_write.9 \
    688  1.194.2.2  elad 	vnsubr.9 vn_finished_write.9 \
    689  1.194.2.2  elad 	vnsubr.9 vn_cow_establish.9 \
    690  1.194.2.2  elad 	vnsubr.9 vn_cow_disestablish.9
    691  1.194.2.2  elad MLINKS+=wsdisplay.9 wsdisplay_switchtoconsole.9 \
    692  1.194.2.2  elad 	wsdisplay.9 wsdisplay_cnattach.9 \
    693  1.194.2.2  elad 	wsdisplay.9 wsdisplaydevprint.9 \
    694  1.194.2.2  elad 	wsdisplay.9 wsemuldisplaydevprint.9
    695  1.194.2.2  elad MLINKS+=wsfont.9 wsfont_init.9 \
    696  1.194.2.2  elad 	wsfont.9 wsfont_matches.9 \
    697  1.194.2.2  elad 	wsfont.9 wsfont_find.9 \
    698  1.194.2.2  elad 	wsfont.9 wsfont_add.9 \
    699  1.194.2.2  elad 	wsfont.9 wsfont_remove.9 \
    700  1.194.2.2  elad 	wsfont.9 wsfont_enum.9 \
    701  1.194.2.2  elad 	wsfont.9 wsfont_lock.9 \
    702  1.194.2.2  elad 	wsfont.9 wsfont_unlock.9 \
    703  1.194.2.2  elad 	wsfont.9 wsfont_getflg.9 \
    704  1.194.2.2  elad 	wsfont.9 wsfont_map_unichar.9
    705  1.194.2.2  elad MLINKS+=wskbd.9 wskbd_input.9 \
    706  1.194.2.2  elad 	wskbd.9 wskbd_rawinput.9 \
    707  1.194.2.2  elad 	wskbd.9 wskbd_cnattach.9 \
    708  1.194.2.2  elad 	wskbd.9 wskbd_cndetach.9 \
    709  1.194.2.2  elad 	wskbd.9 wskbddevprint.9
    710  1.194.2.2  elad MLINKS+=wsmouse.9 wsmouse_input.9 \
    711  1.194.2.2  elad 	wsmouse.9 wsmousedevprint.9
    712  1.194.2.2  elad 
    713  1.194.2.2  elad SUBDIR= man9.i386 man9.sun3
    714  1.194.2.2  elad 
    715  1.194.2.2  elad .include <bsd.man.mk>
    716  1.194.2.2  elad .include <bsd.subdir.mk>
    717