files revision 1.129
11.129Sthorpej# $NetBSD: files,v 1.129 1997/07/28 22:31:08 thorpej 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.129Sthorpejdefopt TCP_RECVSPACE 91.129Sthorpejdefopt TCP_SENDSPACE 101.129Sthorpej 111.67Scgd 121.60Scgd# generic attributes 131.60Scgddefine disk 141.60Scgddefine tape 151.60Scgddefine ifnet 161.60Scgddefine tty 171.60Scgddefine audio 181.93Scgddefine scsi { [channel = -1] } 191.67Scgd 201.67Scgd# audio device attributes 211.63Sbrezakdefine mulaw 221.60Scgd 231.67Scgd# net device attributes - we have generic code for arc(net), ether(net), 241.111Sthorpej# fddi, and atm. 251.67Scgddefine arc 261.88Schuckdefine atm 271.60Scgddefine ether 281.67Scgddefine fddi 291.100Sws 301.119Sis# devices ARPing IPv4 pull this in: 311.119Sisdefine arp 321.119Sis 331.102Sws# Device description for machine-independent IPKDB code. 341.102Swsdefine ipkdb 351.102Sws 361.102Swsdevice ipkdbif: ipkdb 371.102Swsdevice ipkdbslip: ipkdb 381.102Swsdevice ipkdbppp: ipkdb 391.102Sws 401.102Sws# Common files for any ipkdb support 411.102Swsfile ipkdb/ipkdb_ipkdb.c ipkdb needs-flag 421.102Swsfile ipkdb/ipkdb_if.c ipkdb 431.102Sws 441.102Sws# Support for slip 451.102Swsfile ipkdb/ipkdb_slip.c ipkdbslip needs-flag 461.102Sws 471.102Sws# Support for ppp (for now only fake) 481.102Swsfile ipkdb/ipkdb_ppp.c ipkdbppp needs-flag 491.102Sws 501.71Sthorpej 511.83Sthorpej# "Chipset" drivers. These are the bus-independent routines which 521.83Sthorpej# contain the cfdrivers. Attachments are provided by files.<bus> 531.83Sthorpej 541.86Smycroft# Adaptec 2[789]4X, 394X, aic7770 and aic78[5678]0 SCSI controllers 551.86Smycroftdevice ahc: scsi 561.86Smycroftfile dev/ic/aic7xxx.c ahc 571.113Smycroft 581.113Smycroft# Adaptec AHA-154x and AHA-164x controllers 591.113Smycroftdevice aha: scsi 601.113Smycroftfile dev/ic/aha.c aha 611.94Smycroft 621.94Smycroft# BusLogic MultiMaster and MultiMaster Ultra SCSI controllers 631.94Smycroftdevice bha: scsi 641.94Smycroftfile dev/ic/bha.c bha 651.118Scgd 661.118Scgd# Qlogic ISP 10x0 SCSI Controllers 671.118Scgddevice isp: scsi 681.118Scgdfile dev/ic/isp.c isp 691.94Smycroft 701.94Smycroft# UltraStor SCSI controllers 711.94Smycroftdevice uha: scsi 721.94Smycroftfile dev/ic/uha.c uha 731.86Smycroft 741.83Sthorpej# 3Com Etherlink-III Ethernet controller 751.119Sisdevice ep: arp, ether, ifnet 761.83Sthorpejfile dev/ic/elink3.c ep 771.84Smycroft 781.84Smycroft# LANCE and PCnet Ethernet controllers 791.119Sisdevice le: arp, ether, ifnet 801.85Sthorpejfile dev/ic/am7990.c le 811.122Sscottr 821.122Sscottr# 8390-family Ethernet controllers 831.122Sscottrdefine dp8390nic 841.122Sscottrfile dev/ic/dp8390.c dp8390nic 851.77Scgd 861.91Scgd# NCR 5380 SCSI Bus Controller 871.91Scgddefine ncr5380sbc 881.91Scgdfile dev/ic/ncr5380sbc.c ncr5380sbc 891.91Scgd 901.91Scgd# DEC FDDI Chipset 911.91Scgddefine pdq 921.91Scgdfile dev/ic/pdq.c pdq 931.91Scgdfile dev/ic/pdq_ifsubr.c pdq 941.98Schristos 951.98Schristos# Cyclades Cyclom-8/16/32 961.98Schristosdevice cy: tty 971.98Schristosfile dev/ic/cy.c cy needs-flag 981.103Sthorpej 991.103Sthorpej# Efficient Networks, Inc. ATM interface 1001.103Sthorpejdevice en: atm, ifnet 1011.103Sthorpejfile dev/ic/midway.c en 1021.117Sthorpej 1031.117Sthorpej# NCR 53x9x or Emulex ESP SCSI Controller 1041.117Sthorpejdefine ncr53c9x 1051.117Sthorpejfile dev/ic/ncr53c9x.c ncr53c9x 1061.128Spk 1071.128Spk# Intel 82586 Ethernet Controller 1081.128Spkdefine i82586 1091.128Spkfile dev/ic/i82586.c i82586 1101.91Scgd 1111.77Scgd# Attributes which machine-independent bus support can be attached to. 1121.77Scgd# These should be defined here, because some of these busses can have 1131.77Scgd# devices which provide these attributes, and we'd like to avoid hairy 1141.77Scgd# ordering constraints on inclusion of the busses' "files" files. 1151.78Scgddefine isabus { } # ISA attachment 1161.77Scgddefine eisabus { } # EISA attachment 1171.78Scgddefine pcibus {[bus = -1]} # PCI attachment 1181.77Scgddefine tcbus { } # TurboChannel attachment 1191.60Scgd 1201.60Scgd# legitimate pseudo-devices 1211.60Scgdpseudo-device vnd: disk 1221.64Sthorpejpseudo-device ccd: disk 1231.110Sthorpejpseudo-device md: disk 1241.110Sthorpej 1251.60Scgd 1261.60Scgdpseudo-device pty: tty 1271.60Scgdpseudo-device tb: tty 1281.60Scgd 1291.60Scgdpseudo-device loop: ifnet 1301.60Scgdpseudo-device sl: ifnet 1311.60Scgdpseudo-device ppp: ifnet 1321.60Scgdpseudo-device tun: ifnet 1331.60Scgdpseudo-device bpfilter: ifnet 1341.87Sjonathanpseudo-device strip: ifnet 1351.109Smrgpseudo-device ipfilter: ifnet 1361.60Scgd 1371.65Scgd# XXX machine-independent SCSI files should live somewhere here, maybe 1381.65Scgd 1391.60Scgd# kernel sources 1401.65Scgdfile adosfs/adlookup.c adosfs 1411.65Scgdfile adosfs/adutil.c adosfs 1421.65Scgdfile adosfs/advfsops.c adosfs 1431.65Scgdfile adosfs/advnops.c adosfs 1441.65Scgdfile ddb/db_access.c ddb 1451.65Scgdfile ddb/db_aout.c ddb 1461.65Scgdfile ddb/db_break.c ddb 1471.65Scgdfile ddb/db_command.c ddb 1481.65Scgdfile ddb/db_examine.c ddb 1491.65Scgdfile ddb/db_expr.c ddb 1501.65Scgdfile ddb/db_input.c ddb 1511.65Scgdfile ddb/db_lex.c ddb 1521.65Scgdfile ddb/db_output.c ddb 1531.65Scgdfile ddb/db_print.c ddb 1541.65Scgdfile ddb/db_run.c ddb 1551.65Scgdfile ddb/db_sym.c ddb 1561.65Scgdfile ddb/db_trap.c ddb 1571.65Scgdfile ddb/db_variables.c ddb 1581.65Scgdfile ddb/db_watch.c ddb 1591.65Scgdfile ddb/db_write_cmd.c ddb 1601.123Sgwrfile ddb/db_xxx.c ddb 1611.65Scgdfile dev/audio.c audio needs-flag 1621.65Scgdfile dev/ccd.c ccd needs-flag 1631.110Sthorpejfile dev/md.c md needs-flag 1641.65Scgdfile dev/mulaw.c mulaw 1651.65Scgdfile dev/vnd.c vnd needs-flag 1661.60Scgdfile isofs/cd9660/cd9660_bmap.c cd9660 1671.60Scgdfile isofs/cd9660/cd9660_lookup.c cd9660 1681.60Scgdfile isofs/cd9660/cd9660_node.c cd9660 1691.60Scgdfile isofs/cd9660/cd9660_rrip.c cd9660 1701.60Scgdfile isofs/cd9660/cd9660_util.c cd9660 1711.60Scgdfile isofs/cd9660/cd9660_vfsops.c cd9660 1721.60Scgdfile isofs/cd9660/cd9660_vnops.c cd9660 1731.101Scgdfile kern/exec_aout.c exec_aout 1741.65Scgdfile kern/exec_conf.c 1751.101Scgdfile kern/exec_ecoff.c exec_ecoff 1761.101Scgdfile kern/exec_elf32.c exec_elf32 1771.99Scgdfile kern/exec_elf64.c exec_elf64 1781.101Scgdfile kern/exec_elf_common.c exec_elf32 | exec_elf64 1791.101Scgdfile kern/exec_script.c exec_script 1801.65Scgdfile kern/exec_subr.c 1811.65Scgdfile kern/init_main.c 1821.65Scgdfile kern/init_sysent.c 1831.65Scgdfile kern/kern_acct.c 1841.65Scgdfile kern/kern_clock.c 1851.65Scgdfile kern/kern_descrip.c 1861.65Scgdfile kern/kern_exec.c 1871.65Scgdfile kern/kern_exit.c 1881.65Scgdfile kern/kern_fork.c 1891.65Scgdfile kern/kern_ktrace.c ktrace 1901.127Sfvdlfile kern/kern_lock.c 1911.65Scgdfile kern/kern_lkm.c lkm 1921.106Sthorpejfile kern/kern_ntptime.c 1931.65Scgdfile kern/kern_malloc.c 1941.65Scgdfile kern/kern_physio.c 1951.65Scgdfile kern/kern_proc.c 1961.65Scgdfile kern/kern_prot.c 1971.65Scgdfile kern/kern_resource.c 1981.65Scgdfile kern/kern_sig.c 1991.65Scgdfile kern/kern_subr.c 2001.65Scgdfile kern/kern_sysctl.c 2011.65Scgdfile kern/kern_synch.c 2021.65Scgdfile kern/kern_time.c 2031.65Scgdfile kern/kern_xxx.c 2041.114Sgwrfile kern/kgdb_stub.c kgdb 2051.60Scgdfile kern/subr_autoconf.c 2061.60Scgdfile kern/subr_disk.c 2071.89Sthorpejfile kern/subr_extent.c 2081.65Scgdfile kern/subr_log.c 2091.65Scgdfile kern/subr_prf.c 2101.65Scgdfile kern/subr_prof.c 2111.65Scgdfile kern/subr_rmap.c 2121.65Scgdfile kern/subr_xxx.c 2131.65Scgdfile kern/sys_generic.c 2141.65Scgdfile kern/sys_process.c 2151.65Scgdfile kern/sys_socket.c 2161.65Scgdfile kern/syscalls.c syscall_debug 2171.81Scgdfile kern/sysv_ipc.c sysvshm | sysvsem | sysvmsg 2181.65Scgdfile kern/sysv_msg.c sysvmsg 2191.65Scgdfile kern/sysv_sem.c sysvsem 2201.65Scgdfile kern/sysv_shm.c sysvshm 2211.65Scgdfile kern/tty.c 2221.65Scgdfile kern/tty_conf.c 2231.65Scgdfile kern/tty_pty.c pty needs-count 2241.65Scgdfile kern/tty_subr.c 2251.65Scgdfile kern/tty_tb.c tb needs-count 2261.65Scgdfile kern/tty_tty.c 2271.65Scgdfile kern/uipc_domain.c 2281.65Scgdfile kern/uipc_mbuf.c 2291.65Scgdfile kern/uipc_proto.c 2301.65Scgdfile kern/uipc_socket.c 2311.65Scgdfile kern/uipc_socket2.c 2321.65Scgdfile kern/uipc_syscalls.c 2331.65Scgdfile kern/uipc_usrreq.c 2341.65Scgdfile kern/vfs_bio.c 2351.65Scgdfile kern/vfs_cache.c 2361.65Scgdfile kern/vfs_cluster.c 2371.65Scgdfile kern/vfs_conf.c 2381.65Scgdfile kern/vfs_init.c 2391.60Scgdfile kern/vfs_lockf.c 2401.65Scgdfile kern/vfs_lookup.c 2411.65Scgdfile kern/vfs_subr.c 2421.65Scgdfile kern/vfs_syscalls.c 2431.65Scgdfile kern/vfs_vnops.c 2441.79Scgdfile kern/vnode_if.c 2451.60Scgdfile miscfs/deadfs/dead_vnops.c 2461.60Scgdfile miscfs/fdesc/fdesc_vfsops.c fdesc 2471.60Scgdfile miscfs/fdesc/fdesc_vnops.c fdesc 2481.60Scgdfile miscfs/fifofs/fifo_vnops.c fifo 2491.95Smycroftfile miscfs/genfs/genfs_vnops.c 2501.60Scgdfile miscfs/kernfs/kernfs_vfsops.c kernfs 2511.60Scgdfile miscfs/kernfs/kernfs_vnops.c kernfs 2521.60Scgdfile miscfs/nullfs/null_subr.c nullfs 2531.60Scgdfile miscfs/nullfs/null_vfsops.c nullfs 2541.60Scgdfile miscfs/nullfs/null_vnops.c nullfs 2551.60Scgdfile miscfs/portal/portal_vfsops.c portal 2561.60Scgdfile miscfs/portal/portal_vnops.c portal 2571.60Scgdfile miscfs/procfs/procfs_ctl.c procfs 2581.60Scgdfile miscfs/procfs/procfs_fpregs.c 2591.60Scgdfile miscfs/procfs/procfs_mem.c 2601.60Scgdfile miscfs/procfs/procfs_note.c procfs 2611.60Scgdfile miscfs/procfs/procfs_regs.c 2621.60Scgdfile miscfs/procfs/procfs_status.c procfs 2631.60Scgdfile miscfs/procfs/procfs_subr.c procfs 2641.60Scgdfile miscfs/procfs/procfs_vfsops.c procfs 2651.60Scgdfile miscfs/procfs/procfs_vnops.c procfs 2661.60Scgdfile miscfs/specfs/spec_vnops.c 2671.60Scgdfile miscfs/umapfs/umap_subr.c umapfs 2681.60Scgdfile miscfs/umapfs/umap_vfsops.c umapfs 2691.60Scgdfile miscfs/umapfs/umap_vnops.c umapfs 2701.60Scgdfile miscfs/union/union_subr.c union 2711.60Scgdfile miscfs/union/union_vfsops.c union 2721.60Scgdfile miscfs/union/union_vnops.c union 2731.65Scgdfile msdosfs/msdosfs_conv.c msdosfs 2741.65Scgdfile msdosfs/msdosfs_denode.c msdosfs 2751.60Scgdfile msdosfs/msdosfs_fat.c msdosfs 2761.65Scgdfile msdosfs/msdosfs_lookup.c msdosfs 2771.65Scgdfile msdosfs/msdosfs_vfsops.c msdosfs 2781.65Scgdfile msdosfs/msdosfs_vnops.c msdosfs 2791.65Scgdfile net/bpf.c bpfilter needs-count 2801.81Scgdfile net/bpf_filter.c bpfilter | ppp 2811.65Scgdfile net/if.c 2821.65Scgdfile net/if_arcsubr.c arc needs-flag 2831.88Schuckfile net/if_atmsubr.c atm needs-flag 2841.81Scgdfile net/if_ethersubr.c ether | fddi needs-flag 2851.67Scgdfile net/if_fddisubr.c fddi 2861.65Scgdfile net/if_loop.c loop needs-count 2871.120Sthorpejfile net/if_media.c 2881.65Scgdfile net/if_sl.c sl needs-count 2891.87Sjonathanfile net/if_strip.c strip needs-count 2901.65Scgdfile net/if_ppp.c ppp needs-count 2911.65Scgdfile net/ppp_tty.c ppp 2921.82Spaulusfile net/bsd-comp.c ppp_bsdcomp 2931.82Spaulusfile net/ppp-deflate.c ppp_deflate 2941.82Spaulusfile net/zlib.c ppp_deflate 2951.65Scgdfile net/if_tun.c tun needs-count 2961.65Scgdfile net/radix.c 2971.65Scgdfile net/raw_cb.c 2981.65Scgdfile net/raw_usrreq.c 2991.65Scgdfile net/route.c 3001.65Scgdfile net/rtsock.c 3011.87Sjonathanfile net/slcompress.c sl | ppp | strip 3021.116Smrgfile net/pfil.c pfil_hooks | ipfilter 3031.65Scgdfile netccitt/ccitt_proto.c ccitt 3041.65Scgdfile netccitt/hd_debug.c hdlc 3051.65Scgdfile netccitt/hd_input.c hdlc 3061.65Scgdfile netccitt/hd_output.c hdlc 3071.65Scgdfile netccitt/hd_subr.c hdlc 3081.65Scgdfile netccitt/hd_timer.c hdlc 3091.65Scgdfile netccitt/if_x25subr.c ccitt 3101.65Scgdfile netccitt/llc_input.c llc 3111.65Scgdfile netccitt/llc_output.c llc 3121.65Scgdfile netccitt/llc_subr.c llc 3131.65Scgdfile netccitt/llc_timer.c llc 3141.65Scgdfile netccitt/pk_acct.c ccitt 3151.65Scgdfile netccitt/pk_debug.c ccitt 3161.65Scgdfile netccitt/pk_input.c ccitt 3171.81Scgdfile netccitt/pk_llcsubr.c llc | hdlc 3181.65Scgdfile netccitt/pk_output.c ccitt 3191.65Scgdfile netccitt/pk_subr.c ccitt 3201.65Scgdfile netccitt/pk_timer.c ccitt 3211.65Scgdfile netccitt/pk_usrreq.c ccitt 3221.119Sisfile netinet/if_arp.c arp needs-flag 3231.88Schuckfile netinet/if_atm.c atm 3241.65Scgdfile netinet/igmp.c inet 3251.65Scgdfile netinet/in.c inet 3261.65Scgdfile netinet/in_pcb.c inet 3271.65Scgdfile netinet/in_proto.c inet 3281.65Scgdfile netinet/ip_icmp.c inet 3291.65Scgdfile netinet/ip_input.c inet 3301.115Smikelfile netinet/ip_mroute.c inet & mrouting 3311.65Scgdfile netinet/ip_output.c inet 3321.65Scgdfile netinet/raw_ip.c inet 3331.65Scgdfile netinet/tcp_debug.c inet 3341.65Scgdfile netinet/tcp_input.c inet 3351.65Scgdfile netinet/tcp_output.c inet 3361.65Scgdfile netinet/tcp_subr.c inet 3371.65Scgdfile netinet/tcp_timer.c inet 3381.65Scgdfile netinet/tcp_usrreq.c inet 3391.65Scgdfile netinet/udp_usrreq.c inet 3401.126Sthorpejfile netinet/ip_auth.c ipfilter needs-flag 3411.126Sthorpejfile netinet/ip_fil.c ipfilter 3421.109Smrgfile netinet/fil.c ipfilter 3431.109Smrgfile netinet/ip_nat.c ipfilter 3441.109Smrgfile netinet/ip_frag.c ipfilter 3451.124Sthorpejfile netinet/ip_proxy.c ipfilter 3461.109Smrgfile netinet/ip_state.c ipfilter 3471.121Schristosfile netatalk/aarp.c netatalk 3481.121Schristosfile netatalk/at_control.c netatalk 3491.121Schristosfile netatalk/at_proto.c netatalk 3501.121Schristosfile netatalk/at_rmx.c netatalkdebug 3511.121Schristosfile netatalk/ddp_input.c netatalk 3521.121Schristosfile netatalk/ddp_output.c netatalk 3531.121Schristosfile netatalk/ddp_usrreq.c netatalk 3541.65Scgdfile netiso/clnp_debug.c iso 3551.65Scgdfile netiso/clnp_er.c iso 3561.65Scgdfile netiso/clnp_frag.c iso 3571.65Scgdfile netiso/clnp_input.c iso 3581.65Scgdfile netiso/clnp_options.c iso 3591.65Scgdfile netiso/clnp_output.c iso 3601.65Scgdfile netiso/clnp_raw.c iso 3611.65Scgdfile netiso/clnp_subr.c iso 3621.65Scgdfile netiso/clnp_timer.c iso 3631.65Scgdfile netiso/cltp_usrreq.c iso 3641.65Scgdfile netiso/esis.c iso 3651.65Scgdfile netiso/idrp_usrreq.c iso 3661.65Scgdfile netiso/if_cons.c iso 3671.65Scgdfile netiso/if_eon.c eon 3681.65Scgdfile netiso/iso.c iso 3691.65Scgdfile netiso/iso_chksum.c iso 3701.65Scgdfile netiso/iso_pcb.c iso 3711.65Scgdfile netiso/iso_proto.c iso 3721.65Scgdfile netiso/iso_snpac.c iso 3731.81Scgdfile netiso/tp_astring.c iso | tpip 3741.65Scgdfile netiso/tp_cons.c iso 3751.81Scgdfile netiso/tp_driver.c iso | tpip 3761.81Scgdfile netiso/tp_emit.c iso | tpip 3771.81Scgdfile netiso/tp_inet.c iso | tpip 3781.81Scgdfile netiso/tp_input.c iso | tpip 3791.65Scgdfile netiso/tp_iso.c iso 3801.81Scgdfile netiso/tp_meas.c iso | tpip 3811.81Scgdfile netiso/tp_output.c iso | tpip 3821.81Scgdfile netiso/tp_pcb.c iso | tpip 3831.81Scgdfile netiso/tp_subr.c iso | tpip 3841.81Scgdfile netiso/tp_subr2.c iso | tpip 3851.81Scgdfile netiso/tp_timer.c iso | tpip 3861.81Scgdfile netiso/tp_trace.c iso | tpip 3871.81Scgdfile netiso/tp_usrreq.c iso | tpip 3881.81Scgdfile netiso/tuba_subr.c iso | tuba 3891.81Scgdfile netiso/tuba_table.c iso | tuba 3901.81Scgdfile netiso/tuba_usrreq.c iso | tuba 3911.90Schuckfile netnatm/natm_pcb.c natm 3921.90Schuckfile netnatm/natm_proto.c natm 3931.90Schuckfile netnatm/natm.c natm 3941.65Scgdfile netns/idp_usrreq.c ns 3951.65Scgdfile netns/ns.c ns 3961.65Scgdfile netns/ns_error.c ns 3971.65Scgdfile netns/ns_input.c ns 3981.65Scgdfile netns/ns_ip.c ns 3991.65Scgdfile netns/ns_output.c ns 4001.65Scgdfile netns/ns_pcb.c ns 4011.65Scgdfile netns/ns_proto.c ns 4021.65Scgdfile netns/spp_debug.c ns 4031.65Scgdfile netns/spp_usrreq.c ns 4041.111Sthorpejfile nfs/krpc_subr.c nfs 4051.111Sthorpejfile nfs/nfs_bio.c nfs 4061.111Sthorpejfile nfs/nfs_boot.c nfs 4071.111Sthorpejfile nfs/nfs_node.c nfs 4081.111Sthorpejfile nfs/nfs_nqlease.c nfsserver | nfs 4091.65Scgdfile nfs/nfs_serv.c nfsserver 4101.111Sthorpejfile nfs/nfs_socket.c nfsserver | nfs 4111.65Scgdfile nfs/nfs_srvcache.c nfsserver 4121.111Sthorpejfile nfs/nfs_subs.c nfsserver | nfs 4131.111Sthorpejfile nfs/nfs_syscalls.c nfsserver | nfs 4141.111Sthorpejfile nfs/nfs_vfsops.c nfs 4151.111Sthorpejfile nfs/nfs_vnops.c nfs 4161.81Scgdfile ufs/ffs/ffs_alloc.c ffs | mfs 4171.81Scgdfile ufs/ffs/ffs_balloc.c ffs | mfs 4181.81Scgdfile ufs/ffs/ffs_inode.c ffs | mfs 4191.81Scgdfile ufs/ffs/ffs_subr.c ffs | mfs 4201.81Scgdfile ufs/ffs/ffs_tables.c ffs | mfs 4211.81Scgdfile ufs/ffs/ffs_vfsops.c ffs | mfs 4221.81Scgdfile ufs/ffs/ffs_vnops.c ffs | mfs 4231.65Scgdfile ufs/lfs/lfs_alloc.c lfs 4241.65Scgdfile ufs/lfs/lfs_bio.c lfs 4251.65Scgdfile ufs/lfs/lfs_balloc.c lfs 4261.65Scgdfile ufs/lfs/lfs_cksum.c lfs 4271.65Scgdfile ufs/lfs/lfs_debug.c lfs 4281.65Scgdfile ufs/lfs/lfs_inode.c lfs 4291.65Scgdfile ufs/lfs/lfs_segment.c lfs 4301.65Scgdfile ufs/lfs/lfs_subr.c lfs 4311.65Scgdfile ufs/lfs/lfs_syscalls.c lfs 4321.65Scgdfile ufs/lfs/lfs_vfsops.c lfs 4331.65Scgdfile ufs/lfs/lfs_vnops.c lfs 4341.65Scgdfile ufs/mfs/mfs_vfsops.c mfs 4351.65Scgdfile ufs/mfs/mfs_vnops.c mfs 4361.125Sbouyerfile ufs/ufs/ufs_bmap.c ffs | lfs | mfs | ext2fs 4371.125Sbouyerfile ufs/ufs/ufs_ihash.c ffs | lfs | mfs | ext2fs 4381.81Scgdfile ufs/ufs/ufs_inode.c ffs | lfs | mfs 4391.125Sbouyerfile ufs/ufs/ufs_lookup.c ffs | lfs | mfs | ext2fs 4401.104Smikelfile ufs/ufs/ufs_quota.c quota & (ffs | lfs | mfs) 4411.125Sbouyerfile ufs/ufs/ufs_vfsops.c ffs | lfs | mfs | ext2fs 4421.125Sbouyerfile ufs/ufs/ufs_vnops.c ffs | lfs | mfs | ext2fs 4431.125Sbouyerfile ufs/ext2fs/ext2fs_alloc.c ext2fs 4441.125Sbouyerfile ufs/ext2fs/ext2fs_balloc.c ext2fs 4451.125Sbouyerfile ufs/ext2fs/ext2fs_bmap.c ext2fs 4461.125Sbouyerfile ufs/ext2fs/ext2fs_inode.c ext2fs 4471.125Sbouyerfile ufs/ext2fs/ext2fs_lookup.c ext2fs 4481.125Sbouyerfile ufs/ext2fs/ext2fs_readwrite.c ext2fs 4491.125Sbouyerfile ufs/ext2fs/ext2fs_subr.c ext2fs 4501.125Sbouyerfile ufs/ext2fs/ext2fs_vfsops.c ext2fs 4511.125Sbouyerfile ufs/ext2fs/ext2fs_vnops.c ext2fs 4521.65Scgdfile vm/device_pager.c devpager 4531.65Scgdfile vm/swap_pager.c swappager 4541.65Scgdfile vm/vm_fault.c 4551.65Scgdfile vm/vm_glue.c 4561.65Scgdfile vm/vm_init.c 4571.65Scgdfile vm/vm_kern.c 4581.65Scgdfile vm/vm_map.c 4591.65Scgdfile vm/vm_meter.c 4601.65Scgdfile vm/vm_mmap.c 4611.65Scgdfile vm/vm_object.c 4621.65Scgdfile vm/vm_page.c 4631.65Scgdfile vm/vm_pageout.c 4641.65Scgdfile vm/vm_pager.c 4651.65Scgdfile vm/vm_swap.c 4661.65Scgdfile vm/vm_unix.c 4671.65Scgdfile vm/vm_user.c 4681.65Scgdfile vm/vnode_pager.c vnodepager 469