files revision 1.116
11.116Smrg# $NetBSD: files,v 1.116 1997/02/18 21:14:03 mrg Exp $ 21.60Scgd 31.60Scgd# @(#)files.newconf 7.5 (Berkeley) 5/10/93 41.60Scgd 51.112Sthorpej# options understood by the machine-independent part of the kernel 61.112Sthorpej# (note, these are case-sensitive) 71.112Sthorpejdefopt KMEMSTATS 81.67Scgd 91.60Scgd# generic attributes 101.60Scgddefine disk 111.60Scgddefine tape 121.60Scgddefine ifnet 131.60Scgddefine tty 141.60Scgddefine audio 151.93Scgddefine scsi { [channel = -1] } 161.67Scgd 171.67Scgd# audio device attributes 181.63Sbrezakdefine mulaw 191.60Scgd 201.67Scgd# net device attributes - we have generic code for arc(net), ether(net), 211.111Sthorpej# fddi, and atm. 221.67Scgddefine arc 231.88Schuckdefine atm 241.60Scgddefine ether 251.67Scgddefine fddi 261.100Sws 271.102Sws# Device description for machine-independent IPKDB code. 281.102Swsdefine ipkdb 291.102Sws 301.102Swsdevice ipkdbif: ipkdb 311.102Swsdevice ipkdbslip: ipkdb 321.102Swsdevice ipkdbppp: ipkdb 331.102Sws 341.102Sws# Common files for any ipkdb support 351.102Swsfile ipkdb/ipkdb_ipkdb.c ipkdb needs-flag 361.102Swsfile ipkdb/ipkdb_if.c ipkdb 371.102Sws 381.102Sws# Support for slip 391.102Swsfile ipkdb/ipkdb_slip.c ipkdbslip needs-flag 401.102Sws 411.102Sws# Support for ppp (for now only fake) 421.102Swsfile ipkdb/ipkdb_ppp.c ipkdbppp needs-flag 431.102Sws 441.71Sthorpej 451.83Sthorpej# "Chipset" drivers. These are the bus-independent routines which 461.83Sthorpej# contain the cfdrivers. Attachments are provided by files.<bus> 471.83Sthorpej 481.86Smycroft# Adaptec 2[789]4X, 394X, aic7770 and aic78[5678]0 SCSI controllers 491.86Smycroftdevice ahc: scsi 501.86Smycroftfile dev/ic/aic7xxx.c ahc 511.113Smycroft 521.113Smycroft# Adaptec AHA-154x and AHA-164x controllers 531.113Smycroftdevice aha: scsi 541.113Smycroftfile dev/ic/aha.c aha 551.94Smycroft 561.94Smycroft# BusLogic MultiMaster and MultiMaster Ultra SCSI controllers 571.94Smycroftdevice bha: scsi 581.94Smycroftfile dev/ic/bha.c bha 591.94Smycroft 601.94Smycroft# UltraStor SCSI controllers 611.94Smycroftdevice uha: scsi 621.94Smycroftfile dev/ic/uha.c uha 631.86Smycroft 641.83Sthorpej# 3Com Etherlink-III Ethernet controller 651.83Sthorpejdevice ep: ether, ifnet 661.83Sthorpejfile dev/ic/elink3.c ep 671.84Smycroft 681.84Smycroft# LANCE and PCnet Ethernet controllers 691.84Smycroftdevice le: ether, ifnet 701.85Sthorpejfile dev/ic/am7990.c le 711.77Scgd 721.91Scgd# NCR 5380 SCSI Bus Controller 731.91Scgddefine ncr5380sbc 741.91Scgdfile dev/ic/ncr5380sbc.c ncr5380sbc 751.91Scgd 761.91Scgd# DEC FDDI Chipset 771.91Scgddefine pdq 781.91Scgdfile dev/ic/pdq.c pdq 791.91Scgdfile dev/ic/pdq_ifsubr.c pdq 801.98Schristos 811.98Schristos# Cyclades Cyclom-8/16/32 821.98Schristosdevice cy: tty 831.98Schristosfile dev/ic/cy.c cy needs-flag 841.103Sthorpej 851.103Sthorpej# Efficient Networks, Inc. ATM interface 861.103Sthorpejdevice en: atm, ifnet 871.103Sthorpejfile dev/ic/midway.c en 881.91Scgd 891.77Scgd# Attributes which machine-independent bus support can be attached to. 901.77Scgd# These should be defined here, because some of these busses can have 911.77Scgd# devices which provide these attributes, and we'd like to avoid hairy 921.77Scgd# ordering constraints on inclusion of the busses' "files" files. 931.78Scgddefine isabus { } # ISA attachment 941.77Scgddefine eisabus { } # EISA attachment 951.78Scgddefine pcibus {[bus = -1]} # PCI attachment 961.77Scgddefine tcbus { } # TurboChannel attachment 971.60Scgd 981.60Scgd# legitimate pseudo-devices 991.60Scgdpseudo-device vnd: disk 1001.64Sthorpejpseudo-device ccd: disk 1011.110Sthorpejpseudo-device md: disk 1021.110Sthorpej 1031.60Scgd 1041.60Scgdpseudo-device pty: tty 1051.60Scgdpseudo-device tb: tty 1061.60Scgd 1071.60Scgdpseudo-device loop: ifnet 1081.60Scgdpseudo-device sl: ifnet 1091.60Scgdpseudo-device ppp: ifnet 1101.60Scgdpseudo-device tun: ifnet 1111.60Scgdpseudo-device bpfilter: ifnet 1121.87Sjonathanpseudo-device strip: ifnet 1131.109Smrgpseudo-device ipfilter: ifnet 1141.60Scgd 1151.65Scgd# XXX machine-independent SCSI files should live somewhere here, maybe 1161.65Scgd 1171.60Scgd# kernel sources 1181.65Scgdfile adosfs/adlookup.c adosfs 1191.65Scgdfile adosfs/adutil.c adosfs 1201.65Scgdfile adosfs/advfsops.c adosfs 1211.65Scgdfile adosfs/advnops.c adosfs 1221.65Scgdfile ddb/db_access.c ddb 1231.65Scgdfile ddb/db_aout.c ddb 1241.65Scgdfile ddb/db_break.c ddb 1251.65Scgdfile ddb/db_command.c ddb 1261.65Scgdfile ddb/db_examine.c ddb 1271.65Scgdfile ddb/db_expr.c ddb 1281.65Scgdfile ddb/db_input.c ddb 1291.65Scgdfile ddb/db_lex.c ddb 1301.65Scgdfile ddb/db_output.c ddb 1311.65Scgdfile ddb/db_print.c ddb 1321.65Scgdfile ddb/db_run.c ddb 1331.65Scgdfile ddb/db_sym.c ddb 1341.65Scgdfile ddb/db_trap.c ddb 1351.65Scgdfile ddb/db_variables.c ddb 1361.65Scgdfile ddb/db_watch.c ddb 1371.65Scgdfile ddb/db_write_cmd.c ddb 1381.65Scgdfile dev/audio.c audio needs-flag 1391.65Scgdfile dev/ccd.c ccd needs-flag 1401.110Sthorpejfile dev/md.c md needs-flag 1411.65Scgdfile dev/mulaw.c mulaw 1421.65Scgdfile dev/vnd.c vnd needs-flag 1431.60Scgdfile isofs/cd9660/cd9660_bmap.c cd9660 1441.60Scgdfile isofs/cd9660/cd9660_lookup.c cd9660 1451.60Scgdfile isofs/cd9660/cd9660_node.c cd9660 1461.60Scgdfile isofs/cd9660/cd9660_rrip.c cd9660 1471.60Scgdfile isofs/cd9660/cd9660_util.c cd9660 1481.60Scgdfile isofs/cd9660/cd9660_vfsops.c cd9660 1491.60Scgdfile isofs/cd9660/cd9660_vnops.c cd9660 1501.101Scgdfile kern/exec_aout.c exec_aout 1511.65Scgdfile kern/exec_conf.c 1521.101Scgdfile kern/exec_ecoff.c exec_ecoff 1531.101Scgdfile kern/exec_elf32.c exec_elf32 1541.99Scgdfile kern/exec_elf64.c exec_elf64 1551.101Scgdfile kern/exec_elf_common.c exec_elf32 | exec_elf64 1561.101Scgdfile kern/exec_script.c exec_script 1571.65Scgdfile kern/exec_subr.c 1581.65Scgdfile kern/init_main.c 1591.65Scgdfile kern/init_sysent.c 1601.65Scgdfile kern/kern_acct.c 1611.65Scgdfile kern/kern_clock.c 1621.65Scgdfile kern/kern_descrip.c 1631.65Scgdfile kern/kern_exec.c 1641.65Scgdfile kern/kern_exit.c 1651.65Scgdfile kern/kern_fork.c 1661.65Scgdfile kern/kern_ktrace.c ktrace 1671.65Scgdfile kern/kern_lkm.c lkm 1681.106Sthorpejfile kern/kern_ntptime.c 1691.65Scgdfile kern/kern_malloc.c 1701.65Scgdfile kern/kern_physio.c 1711.65Scgdfile kern/kern_proc.c 1721.65Scgdfile kern/kern_prot.c 1731.65Scgdfile kern/kern_resource.c 1741.65Scgdfile kern/kern_sig.c 1751.65Scgdfile kern/kern_subr.c 1761.65Scgdfile kern/kern_sysctl.c 1771.65Scgdfile kern/kern_synch.c 1781.65Scgdfile kern/kern_time.c 1791.65Scgdfile kern/kern_xxx.c 1801.114Sgwrfile kern/kgdb_stub.c kgdb 1811.60Scgdfile kern/subr_autoconf.c 1821.60Scgdfile kern/subr_disk.c 1831.89Sthorpejfile kern/subr_extent.c 1841.65Scgdfile kern/subr_log.c 1851.65Scgdfile kern/subr_prf.c 1861.65Scgdfile kern/subr_prof.c 1871.65Scgdfile kern/subr_rmap.c 1881.65Scgdfile kern/subr_xxx.c 1891.65Scgdfile kern/sys_generic.c 1901.65Scgdfile kern/sys_process.c 1911.65Scgdfile kern/sys_socket.c 1921.65Scgdfile kern/syscalls.c syscall_debug 1931.81Scgdfile kern/sysv_ipc.c sysvshm | sysvsem | sysvmsg 1941.65Scgdfile kern/sysv_msg.c sysvmsg 1951.65Scgdfile kern/sysv_sem.c sysvsem 1961.65Scgdfile kern/sysv_shm.c sysvshm 1971.65Scgdfile kern/tty.c 1981.65Scgdfile kern/tty_conf.c 1991.65Scgdfile kern/tty_pty.c pty needs-count 2001.65Scgdfile kern/tty_subr.c 2011.65Scgdfile kern/tty_tb.c tb needs-count 2021.65Scgdfile kern/tty_tty.c 2031.65Scgdfile kern/uipc_domain.c 2041.65Scgdfile kern/uipc_mbuf.c 2051.65Scgdfile kern/uipc_proto.c 2061.65Scgdfile kern/uipc_socket.c 2071.65Scgdfile kern/uipc_socket2.c 2081.65Scgdfile kern/uipc_syscalls.c 2091.65Scgdfile kern/uipc_usrreq.c 2101.65Scgdfile kern/vfs_bio.c 2111.65Scgdfile kern/vfs_cache.c 2121.65Scgdfile kern/vfs_cluster.c 2131.65Scgdfile kern/vfs_conf.c 2141.65Scgdfile kern/vfs_init.c 2151.60Scgdfile kern/vfs_lockf.c 2161.65Scgdfile kern/vfs_lookup.c 2171.65Scgdfile kern/vfs_subr.c 2181.65Scgdfile kern/vfs_syscalls.c 2191.65Scgdfile kern/vfs_vnops.c 2201.79Scgdfile kern/vnode_if.c 2211.60Scgdfile miscfs/deadfs/dead_vnops.c 2221.60Scgdfile miscfs/fdesc/fdesc_vfsops.c fdesc 2231.60Scgdfile miscfs/fdesc/fdesc_vnops.c fdesc 2241.60Scgdfile miscfs/fifofs/fifo_vnops.c fifo 2251.95Smycroftfile miscfs/genfs/genfs_vnops.c 2261.60Scgdfile miscfs/kernfs/kernfs_vfsops.c kernfs 2271.60Scgdfile miscfs/kernfs/kernfs_vnops.c kernfs 2281.60Scgdfile miscfs/nullfs/null_subr.c nullfs 2291.60Scgdfile miscfs/nullfs/null_vfsops.c nullfs 2301.60Scgdfile miscfs/nullfs/null_vnops.c nullfs 2311.60Scgdfile miscfs/portal/portal_vfsops.c portal 2321.60Scgdfile miscfs/portal/portal_vnops.c portal 2331.60Scgdfile miscfs/procfs/procfs_ctl.c procfs 2341.60Scgdfile miscfs/procfs/procfs_fpregs.c 2351.60Scgdfile miscfs/procfs/procfs_mem.c 2361.60Scgdfile miscfs/procfs/procfs_note.c procfs 2371.60Scgdfile miscfs/procfs/procfs_regs.c 2381.60Scgdfile miscfs/procfs/procfs_status.c procfs 2391.60Scgdfile miscfs/procfs/procfs_subr.c procfs 2401.60Scgdfile miscfs/procfs/procfs_vfsops.c procfs 2411.60Scgdfile miscfs/procfs/procfs_vnops.c procfs 2421.60Scgdfile miscfs/specfs/spec_vnops.c 2431.60Scgdfile miscfs/umapfs/umap_subr.c umapfs 2441.60Scgdfile miscfs/umapfs/umap_vfsops.c umapfs 2451.60Scgdfile miscfs/umapfs/umap_vnops.c umapfs 2461.60Scgdfile miscfs/union/union_subr.c union 2471.60Scgdfile miscfs/union/union_vfsops.c union 2481.60Scgdfile miscfs/union/union_vnops.c union 2491.65Scgdfile msdosfs/msdosfs_conv.c msdosfs 2501.65Scgdfile msdosfs/msdosfs_denode.c msdosfs 2511.60Scgdfile msdosfs/msdosfs_fat.c msdosfs 2521.65Scgdfile msdosfs/msdosfs_lookup.c msdosfs 2531.65Scgdfile msdosfs/msdosfs_vfsops.c msdosfs 2541.65Scgdfile msdosfs/msdosfs_vnops.c msdosfs 2551.65Scgdfile net/bpf.c bpfilter needs-count 2561.81Scgdfile net/bpf_filter.c bpfilter | ppp 2571.65Scgdfile net/if.c 2581.65Scgdfile net/if_arcsubr.c arc needs-flag 2591.88Schuckfile net/if_atmsubr.c atm needs-flag 2601.81Scgdfile net/if_ethersubr.c ether | fddi needs-flag 2611.67Scgdfile net/if_fddisubr.c fddi 2621.65Scgdfile net/if_loop.c loop needs-count 2631.65Scgdfile net/if_sl.c sl needs-count 2641.87Sjonathanfile net/if_strip.c strip needs-count 2651.65Scgdfile net/if_ppp.c ppp needs-count 2661.65Scgdfile net/ppp_tty.c ppp 2671.82Spaulusfile net/bsd-comp.c ppp_bsdcomp 2681.82Spaulusfile net/ppp-deflate.c ppp_deflate 2691.82Spaulusfile net/zlib.c ppp_deflate 2701.65Scgdfile net/if_tun.c tun needs-count 2711.65Scgdfile net/radix.c 2721.65Scgdfile net/raw_cb.c 2731.65Scgdfile net/raw_usrreq.c 2741.65Scgdfile net/route.c 2751.65Scgdfile net/rtsock.c 2761.87Sjonathanfile net/slcompress.c sl | ppp | strip 2771.116Smrgfile net/pfil.c pfil_hooks | ipfilter 2781.65Scgdfile netccitt/ccitt_proto.c ccitt 2791.65Scgdfile netccitt/hd_debug.c hdlc 2801.65Scgdfile netccitt/hd_input.c hdlc 2811.65Scgdfile netccitt/hd_output.c hdlc 2821.65Scgdfile netccitt/hd_subr.c hdlc 2831.65Scgdfile netccitt/hd_timer.c hdlc 2841.65Scgdfile netccitt/if_x25subr.c ccitt 2851.65Scgdfile netccitt/llc_input.c llc 2861.65Scgdfile netccitt/llc_output.c llc 2871.65Scgdfile netccitt/llc_subr.c llc 2881.65Scgdfile netccitt/llc_timer.c llc 2891.65Scgdfile netccitt/pk_acct.c ccitt 2901.65Scgdfile netccitt/pk_debug.c ccitt 2911.65Scgdfile netccitt/pk_input.c ccitt 2921.81Scgdfile netccitt/pk_llcsubr.c llc | hdlc 2931.65Scgdfile netccitt/pk_output.c ccitt 2941.65Scgdfile netccitt/pk_subr.c ccitt 2951.65Scgdfile netccitt/pk_timer.c ccitt 2961.65Scgdfile netccitt/pk_usrreq.c ccitt 2971.88Schuckfile netinet/if_atm.c atm 2981.65Scgdfile netinet/if_ether.c ether 2991.65Scgdfile netinet/igmp.c inet 3001.65Scgdfile netinet/in.c inet 3011.65Scgdfile netinet/in_pcb.c inet 3021.65Scgdfile netinet/in_proto.c inet 3031.65Scgdfile netinet/ip_icmp.c inet 3041.65Scgdfile netinet/ip_input.c inet 3051.115Smikelfile netinet/ip_mroute.c inet & mrouting 3061.65Scgdfile netinet/ip_output.c inet 3071.65Scgdfile netinet/raw_ip.c inet 3081.65Scgdfile netinet/tcp_debug.c inet 3091.65Scgdfile netinet/tcp_input.c inet 3101.65Scgdfile netinet/tcp_output.c inet 3111.65Scgdfile netinet/tcp_subr.c inet 3121.65Scgdfile netinet/tcp_timer.c inet 3131.65Scgdfile netinet/tcp_usrreq.c inet 3141.65Scgdfile netinet/udp_usrreq.c inet 3151.109Smrgfile netinet/ip_fil.c ipfilter needs-flag 3161.109Smrgfile netinet/fil.c ipfilter 3171.109Smrgfile netinet/ip_nat.c ipfilter 3181.109Smrgfile netinet/ip_frag.c ipfilter 3191.109Smrgfile netinet/ip_state.c ipfilter 3201.65Scgdfile netiso/clnp_debug.c iso 3211.65Scgdfile netiso/clnp_er.c iso 3221.65Scgdfile netiso/clnp_frag.c iso 3231.65Scgdfile netiso/clnp_input.c iso 3241.65Scgdfile netiso/clnp_options.c iso 3251.65Scgdfile netiso/clnp_output.c iso 3261.65Scgdfile netiso/clnp_raw.c iso 3271.65Scgdfile netiso/clnp_subr.c iso 3281.65Scgdfile netiso/clnp_timer.c iso 3291.65Scgdfile netiso/cltp_usrreq.c iso 3301.65Scgdfile netiso/esis.c iso 3311.65Scgdfile netiso/idrp_usrreq.c iso 3321.65Scgdfile netiso/if_cons.c iso 3331.65Scgdfile netiso/if_eon.c eon 3341.65Scgdfile netiso/iso.c iso 3351.65Scgdfile netiso/iso_chksum.c iso 3361.65Scgdfile netiso/iso_pcb.c iso 3371.65Scgdfile netiso/iso_proto.c iso 3381.65Scgdfile netiso/iso_snpac.c iso 3391.81Scgdfile netiso/tp_astring.c iso | tpip 3401.65Scgdfile netiso/tp_cons.c iso 3411.81Scgdfile netiso/tp_driver.c iso | tpip 3421.81Scgdfile netiso/tp_emit.c iso | tpip 3431.81Scgdfile netiso/tp_inet.c iso | tpip 3441.81Scgdfile netiso/tp_input.c iso | tpip 3451.65Scgdfile netiso/tp_iso.c iso 3461.81Scgdfile netiso/tp_meas.c iso | tpip 3471.81Scgdfile netiso/tp_output.c iso | tpip 3481.81Scgdfile netiso/tp_pcb.c iso | tpip 3491.81Scgdfile netiso/tp_subr.c iso | tpip 3501.81Scgdfile netiso/tp_subr2.c iso | tpip 3511.81Scgdfile netiso/tp_timer.c iso | tpip 3521.81Scgdfile netiso/tp_trace.c iso | tpip 3531.81Scgdfile netiso/tp_usrreq.c iso | tpip 3541.81Scgdfile netiso/tuba_subr.c iso | tuba 3551.81Scgdfile netiso/tuba_table.c iso | tuba 3561.81Scgdfile netiso/tuba_usrreq.c iso | tuba 3571.90Schuckfile netnatm/natm_pcb.c natm 3581.90Schuckfile netnatm/natm_proto.c natm 3591.90Schuckfile netnatm/natm.c natm 3601.65Scgdfile netns/idp_usrreq.c ns 3611.65Scgdfile netns/ns.c ns 3621.65Scgdfile netns/ns_error.c ns 3631.65Scgdfile netns/ns_input.c ns 3641.65Scgdfile netns/ns_ip.c ns 3651.65Scgdfile netns/ns_output.c ns 3661.65Scgdfile netns/ns_pcb.c ns 3671.65Scgdfile netns/ns_proto.c ns 3681.65Scgdfile netns/spp_debug.c ns 3691.65Scgdfile netns/spp_usrreq.c ns 3701.111Sthorpejfile nfs/krpc_subr.c nfs 3711.111Sthorpejfile nfs/nfs_bio.c nfs 3721.111Sthorpejfile nfs/nfs_boot.c nfs 3731.111Sthorpejfile nfs/nfs_node.c nfs 3741.111Sthorpejfile nfs/nfs_nqlease.c nfsserver | nfs 3751.65Scgdfile nfs/nfs_serv.c nfsserver 3761.111Sthorpejfile nfs/nfs_socket.c nfsserver | nfs 3771.65Scgdfile nfs/nfs_srvcache.c nfsserver 3781.111Sthorpejfile nfs/nfs_subs.c nfsserver | nfs 3791.111Sthorpejfile nfs/nfs_syscalls.c nfsserver | nfs 3801.111Sthorpejfile nfs/nfs_vfsops.c nfs 3811.111Sthorpejfile nfs/nfs_vnops.c nfs 3821.81Scgdfile ufs/ffs/ffs_alloc.c ffs | mfs 3831.81Scgdfile ufs/ffs/ffs_balloc.c ffs | mfs 3841.81Scgdfile ufs/ffs/ffs_inode.c ffs | mfs 3851.81Scgdfile ufs/ffs/ffs_subr.c ffs | mfs 3861.81Scgdfile ufs/ffs/ffs_tables.c ffs | mfs 3871.81Scgdfile ufs/ffs/ffs_vfsops.c ffs | mfs 3881.81Scgdfile ufs/ffs/ffs_vnops.c ffs | mfs 3891.65Scgdfile ufs/lfs/lfs_alloc.c lfs 3901.65Scgdfile ufs/lfs/lfs_bio.c lfs 3911.65Scgdfile ufs/lfs/lfs_balloc.c lfs 3921.65Scgdfile ufs/lfs/lfs_cksum.c lfs 3931.65Scgdfile ufs/lfs/lfs_debug.c lfs 3941.65Scgdfile ufs/lfs/lfs_inode.c lfs 3951.65Scgdfile ufs/lfs/lfs_segment.c lfs 3961.65Scgdfile ufs/lfs/lfs_subr.c lfs 3971.65Scgdfile ufs/lfs/lfs_syscalls.c lfs 3981.65Scgdfile ufs/lfs/lfs_vfsops.c lfs 3991.65Scgdfile ufs/lfs/lfs_vnops.c lfs 4001.65Scgdfile ufs/mfs/mfs_vfsops.c mfs 4011.65Scgdfile ufs/mfs/mfs_vnops.c mfs 4021.81Scgdfile ufs/ufs/ufs_bmap.c ffs | lfs | mfs 4031.81Scgdfile ufs/ufs/ufs_ihash.c ffs | lfs | mfs 4041.81Scgdfile ufs/ufs/ufs_inode.c ffs | lfs | mfs 4051.81Scgdfile ufs/ufs/ufs_lookup.c ffs | lfs | mfs 4061.104Smikelfile ufs/ufs/ufs_quota.c quota & (ffs | lfs | mfs) 4071.81Scgdfile ufs/ufs/ufs_vfsops.c ffs | lfs | mfs 4081.81Scgdfile ufs/ufs/ufs_vnops.c ffs | lfs | mfs 4091.65Scgdfile vm/device_pager.c devpager 4101.65Scgdfile vm/kern_lock.c 4111.65Scgdfile vm/swap_pager.c swappager 4121.65Scgdfile vm/vm_fault.c 4131.65Scgdfile vm/vm_glue.c 4141.65Scgdfile vm/vm_init.c 4151.65Scgdfile vm/vm_kern.c 4161.65Scgdfile vm/vm_map.c 4171.65Scgdfile vm/vm_meter.c 4181.65Scgdfile vm/vm_mmap.c 4191.65Scgdfile vm/vm_object.c 4201.65Scgdfile vm/vm_page.c 4211.65Scgdfile vm/vm_pageout.c 4221.65Scgdfile vm/vm_pager.c 4231.65Scgdfile vm/vm_swap.c 4241.65Scgdfile vm/vm_unix.c 4251.65Scgdfile vm/vm_user.c 4261.65Scgdfile vm/vnode_pager.c vnodepager 427