files revision 1.226
1# $NetBSD: files,v 1.226 1998/07/24 15:26:27 rvb Exp $ 2 3# @(#)files.newconf 7.5 (Berkeley) 5/10/93 4 5# options understood by the machine-independent part of the kernel 6# (note, these are case-sensitive) 7defopt INSECURE 8defopt KMEMSTATS 9defopt KTRACE 10defopt LOCKDEBUG 11defopt RTC_OFFSET 12defopt SHORTCORENAME 13defopt UCONSOLE 14 15defopt DEVPAGER 16defopt SWAPPAGER 17defopt VNODEPAGER 18 19defopt opt_ntp.h PPS_SYNC NTP 20 21defopt opt_nfs_boot.h NFS_BOOT_BOOTP NFS_BOOT_BOOTPARAM NFS_BOOT_DHCP 22 NFS_BOOT_GATEWAY 23 NFS_BOOT_TCP NFS_BOOT_OPTIONS NFS_BOOT_RWSIZE 24defopt NFSSERVER 25 26defopt opt_malloclog.h MALLOCLOG MALLOCLOGSIZE 27 28defopt opt_execfmt.h EXEC_AOUT EXEC_ECOFF EXEC_ELF32 EXEC_ELF64 EXEC_SCRIPT 29 30# compatibility options 31defopt COMPAT_FREEBSD 32defopt COMPAT_HPUX 33defopt COMPAT_IBCS2 34defopt COMPAT_LINUX 35defopt COMPAT_OSF1 36defopt COMPAT_SUNOS 37defopt COMPAT_SVR4 38defopt COMPAT_ULTRIX 39defopt opt_compat_netbsd.h COMPAT_09 COMPAT_10 COMPAT_11 COMPAT_12 40 COMPAT_13 COMPAT_NOMID 41 42# networking protocols 43defopt INET 44defopt opt_atalk.h NETATALK 45defopt opt_ns.h NS # Xerox Network Services (XNS) 46defopt opt_ns.h NSIP # XNS tunneled over IP 47defopt opt_iso.h ISO TPIP # ISO network stack 48defopt EON # ISO clnp over IP 49defopt CCITT # 50defopt HDLC # CCITT over HDLC 51defopt LLC # CCITT over LLC2 (also IEEE LLC?) 52defopt NATM # "native" ATM protocols 53 54# networking options 55defopt GATEWAY 56defopt MROUTING 57defopt TCP_COMPAT_42 58 59defopt TCP_RECVSPACE 60defopt TCP_SENDSPACE 61 62# these are not together so that turning on UVMHIST only affects files that 63# use it, not most of the kernel 64defopt opt_uvm.h UVM 65defopt opt_uvmhist.h UVMHIST UVMHIST_PRINT 66defopt opt_pmap_new.h PMAP_NEW 67 68# file systems 69deffs FFS EXT2FS 70deffs fs_mfs.h MFS # XXX 71deffs fs_lfs.h LFS 72deffs CD9660 73deffs ADOSFS 74deffs MSDOSFS 75deffs fs_nfs.h NFS 76deffs NULLFS FDESC PORTAL UMAPFS PROCFS 77deffs fs_kernfs.h KERNFS # XXX 78deffs fs_union.h UNION 79deffs fs_cfs.h CFS 80 81# file system options 82defopt QUOTA 83 84# Not entirely MI, but present on multiple arch's 85defopt opt_mbr.h COMPAT_386BSD_MBRPART 86 87# debugging options 88defopt DDB 89defopt opt_ddbparam.h DDB_ONPANIC DDB_HISTORY_SIZE 90 91# device classes 92devclass disk 93devclass tape 94devclass ifnet 95devclass tty 96 97# generic attributes 98define audio { } 99define scsi {[channel = -1]} 100define ata {[drive = -1]} 101define atapi { } 102define miibus { } 103 104# audio device attributes 105define mulaw 106define auconv 107 108# audio device, attaches to audio hardware driver 109device audio 110attach audio at audio 111 112# net device attributes - we have generic code for arc(net), ether(net), 113# fddi, and atm. 114define arc 115define atm 116define ether 117define fddi 118define hippi 119 120# devices ARPing IPv4 pull this in: 121define arp 122 123# Device description for machine-independent IPKDB code. 124define ipkdb 125 126device ipkdbif: ipkdb 127device ipkdbslip: ipkdb 128device ipkdbppp: ipkdb 129 130# Common files for any ipkdb support 131file ipkdb/ipkdb_ipkdb.c ipkdb needs-flag 132file ipkdb/ipkdb_if.c ipkdb 133 134# Support for slip 135file ipkdb/ipkdb_slip.c ipkdbslip needs-flag 136 137# Support for ppp (for now only fake) 138file ipkdb/ipkdb_ppp.c ipkdbppp needs-flag 139 140 141# "Chipset" drivers. These are the bus-independent routines which 142# contain the cfdrivers. Attachments are provided by files.<bus> 143 144# Adaptec AIC-6[32]60 ICs 145device aic: scsi 146file dev/ic/aic6360.c aic 147 148# Adaptec 2[789]4X, 394X, aic7770 and aic78[5678]0 SCSI controllers 149defopt opt_ahc.h AHC_BROKEN_CACHE AHC_DEBUG AHC_TAGENABLE 150device ahc: scsi 151file dev/ic/aic7xxx.c ahc 152 153# AMD 7930 audio/ISDN codec 154device audioamd: audio 155file dev/ic/am7930.c audioamd 156 157# BusLogic MultiMaster and MultiMaster Ultra SCSI controllers 158# (Must be declared before AHA to ensure bha probes before aha. 159# Probing AHA first configures bhas as aha, via their AHA 160# hardware-compatibility mode.) 161device bha: scsi 162file dev/ic/bha.c bha 163 164# Adaptec AHA-154x and AHA-164x controllers 165# (must be after bha, see above) 166device aha: scsi 167file dev/ic/aha.c aha 168 169# Qlogic ISP 10x0 SCSI Controllers 170device isp: scsi 171file dev/ic/isp.c isp 172file dev/ic/isp_netbsd.c isp 173 174# UltraStor SCSI controllers 175device uha: scsi 176file dev/ic/uha.c uha 177 178# 3Com Etherlink-III Ethernet controller 179device ep: arp, ether, ifnet 180file dev/ic/elink3.c ep 181 182# DEC EtherWORKS III (LEMAC) Ethernet controllers 183device lc: arp, ether, ifnet 184file dev/ic/lemac.c lc 185 186# LANCE and PCnet Ethernet controllers 187device le: arp, ether, ifnet 188define le24 189define le32 190file dev/ic/am7990.c le24 191file dev/ic/am79900.c le32 192file dev/ic/lance.c le24 | le32 193 194# 8390-family Ethernet controllers 195define dp8390nic 196file dev/ic/dp8390.c dp8390nic 197 198# NCR 5380 SCSI Bus Controller 199define ncr5380sbc 200file dev/ic/ncr5380sbc.c ncr5380sbc 201 202# DEC FDDI Chipset 203define pdq 204file dev/ic/pdq.c pdq 205file dev/ic/pdq_ifsubr.c pdq 206 207# Cyclades Cyclom-8/16/32 208device cy: tty 209file dev/ic/cy.c cy needs-flag 210 211# Efficient Networks, Inc. ATM interface 212device en: atm, ifnet 213file dev/ic/midway.c en 214 215# NCR 53x9x or Emulex ESP SCSI Controller 216define ncr53c9x 217file dev/ic/ncr53c9x.c ncr53c9x 218 219# Intel 82586 Ethernet Controller 220define i82586 221file dev/ic/i82586.c i82586 222 223# SMC 91Cxx Ethernet Controller 224device sm: arp, ether, ifnet 225file dev/ic/smc91cxx.c sm 226 227# SMC 83C170 EPIC/100 Fast Ethernet Controller 228device epic: arp, ether, ifnet, miibus 229file dev/ic/smc83c170.c epic 230 231# MB8696x Ethernet Controller 232define mb86960 233file dev/ic/mb86960.c mb86960 234 235# Generic MB8696x Ethernet Controller driver 236device mbe: arp, ether, ifnet, mb86960 237 238# Interwave Am78C201 audio driver 239define interwave 240file dev/ic/interwave.c interwave 241 242# TMS 320av110 MPEG2/audio driver 243define tms320av110 244file dev/ic/tms320av110.c tms320av110 245 246# Novell NE2000-compatible Ethernet cards, based on the 247# National Semiconductor DS8390. 248device ne: ether, ifnet, arp, dp8390nic 249file dev/ic/ne2000.c ne 250 251# 8250/16[45]50-based "com" ports 252# XXX In a perfect world, this would be done with attributes 253device com: tty 254file dev/ic/com.c com needs-flag 255 256# Device description for i2c bus and i2c eeprom 257define i2c 258define i2c_eeprom 259 260# Essential Communications Corp. HIPPI Interface 261device esh: hippi, ifnet 262file dev/ic/rrunner.c esh 263 264# XXX THE FOLLOWING BLOCK SHOULD BE UNCOMMENTED, BUT CANNOT 265# XXX BECAUSE NOT ALL PORTS USE THE MI wdc DRIVER YET. 266# 267# # ESDI/IDE/etc. controllers 268# device wdc: ata, atapi 269# file dev/ic/wdc.c 270# wdc & (wd | !wd) needs-flag # XXX 271 272# Definitions for wscons 273# device attributes: display, display with emulator, keyboard, and mouse 274define wsdisplaydev { } 275define wsemuldisplaydev {[console = -1]} 276define wskbddev {[console = -1]} 277define wsmousedev { } 278# attribute to pull in raster support 279define wsrasteremulops 280# common PC display functions 281define pcdisplayops 282file dev/ic/pcdisplay_subr.c pcdisplayops 283file dev/ic/pcdisplay_chars.c pcdisplayops 284# VGA graphics 285device vga: wsemuldisplaydev, pcdisplayops 286file dev/ic/vga.c vga needs-flag 287file dev/ic/vga_subr.c vga 288 289# Attributes which machine-independent bus support can be attached to. 290# These should be defined here, because some of these busses can have 291# devices which provide these attributes, and we'd like to avoid hairy 292# ordering constraints on inclusion of the busses' "files" files. 293define isabus { } # ISA attachment 294define eisabus { } # EISA attachment 295define pcibus {[bus = -1]} # PCI attachment 296define tcbus { } # TurboChannel attachment 297define usbus { } # USB attachment 298 299# We need the USB bus controllers here so different busses can 300# use them in an 'attach-with'. 301# UHCI USB controller 302device uhci: usbus 303file dev/usb/uhci.c uhci 304 305# OHCI USB controller 306device ohci: usbus 307file dev/usb/ohci.c ohci 308 309# legitimate pseudo-devices 310pseudo-device vnd: disk 311pseudo-device ccd: disk 312pseudo-device md: disk 313pseudo-device vcfs 314 315pseudo-device pty: tty 316pseudo-device tb: tty 317pseudo-device rnd 318 319pseudo-device loop: ifnet 320pseudo-device sl: ifnet 321pseudo-device ppp: ifnet 322pseudo-device tun: ifnet 323pseudo-device bpfilter: ifnet 324pseudo-device strip: ifnet 325pseudo-device ipfilter: ifnet 326 327# kernel sources 328file adosfs/adlookup.c adosfs 329file adosfs/adutil.c adosfs 330file adosfs/advfsops.c adosfs 331file adosfs/advnops.c adosfs 332file cfs/cfs_namecache.c cfs 333file cfs/cfs_nbsd.c cfs 334file cfs/cfs_psdev.c vcfs needs-count 335file cfs/cfs_subr.c cfs 336file cfs/cfs_venus.c cfs 337file cfs/cfs_vfsops.c cfs 338file cfs/cfs_vnodeops.c cfs 339file ddb/db_access.c ddb | kgdb 340file ddb/db_aout.c ddb 341file ddb/db_break.c ddb 342file ddb/db_command.c ddb 343file ddb/db_elf.c ddb 344file ddb/db_examine.c ddb 345file ddb/db_expr.c ddb 346file ddb/db_input.c ddb 347file ddb/db_lex.c ddb 348file ddb/db_output.c ddb 349file ddb/db_print.c ddb 350file ddb/db_run.c ddb | kgdb 351file ddb/db_sym.c ddb 352file ddb/db_trap.c ddb 353file ddb/db_variables.c ddb 354file ddb/db_watch.c ddb 355file ddb/db_write_cmd.c ddb 356file ddb/db_xxx.c ddb 357file dev/auconv.c auconv 358file dev/audio.c audio needs-flag 359file dev/ccd.c ccd needs-flag 360file dev/md.c md needs-count 361file dev/mulaw.c mulaw 362file dev/vnd.c vnd needs-flag 363file dev/rnd.c rnd needs-flag 364file dev/rndpool.c rnd needs-flag 365file dev/i2c/i2c_bus.c i2c 366file dev/i2c/i2c_eeprom.c i2c_eeprom 367file isofs/cd9660/cd9660_bmap.c cd9660 368file isofs/cd9660/cd9660_lookup.c cd9660 369file isofs/cd9660/cd9660_node.c cd9660 370file isofs/cd9660/cd9660_rrip.c cd9660 371file isofs/cd9660/cd9660_util.c cd9660 372file isofs/cd9660/cd9660_vfsops.c cd9660 373file isofs/cd9660/cd9660_vnops.c cd9660 374file kern/exec_aout.c exec_aout 375file kern/exec_conf.c 376file kern/exec_ecoff.c exec_ecoff 377file kern/exec_elf32.c exec_elf32 378file kern/exec_elf64.c exec_elf64 379file kern/exec_elf_common.c exec_elf32 | exec_elf64 380file kern/exec_script.c exec_script 381file kern/exec_subr.c 382file kern/init_main.c 383file kern/init_sysent.c 384file kern/kern_acct.c 385file kern/kern_clock.c 386file kern/kern_descrip.c 387file kern/kern_exec.c 388file kern/kern_exit.c 389file kern/kern_fork.c 390file kern/kern_fthread.c 391file kern/kern_ktrace.c ktrace 392file kern/kern_lkm.c lkm 393file kern/kern_lock.c 394file kern/kern_malloc.c 395file kern/kern_ntptime.c 396file kern/kern_physio.c 397file kern/kern_proc.c 398file kern/kern_prot.c 399file kern/kern_resource.c 400file kern/kern_sig.c 401file kern/kern_subr.c 402file kern/kern_synch.c 403file kern/kern_sysctl.c 404file kern/kern_time.c 405file kern/kern_xxx.c 406file kern/kgdb_stub.c kgdb 407file kern/subr_autoconf.c 408file kern/subr_disk.c 409file kern/subr_extent.c 410file kern/subr_log.c 411file kern/subr_pool.c 412file kern/subr_prf.c 413file kern/subr_prof.c 414file kern/subr_rmap.c 415file kern/subr_xxx.c 416file kern/sys_generic.c 417file kern/sys_process.c 418file kern/sys_socket.c 419file kern/syscalls.c syscall_debug 420file kern/sysv_ipc.c sysvshm | sysvsem | sysvmsg 421file kern/sysv_msg.c sysvmsg 422file kern/sysv_sem.c sysvsem 423file kern/sysv_shm.c sysvshm 424file kern/tty.c 425file kern/tty_conf.c 426file kern/tty_pty.c pty needs-count 427file kern/tty_subr.c 428file kern/tty_tb.c tb needs-count 429file kern/tty_tty.c 430file kern/uipc_domain.c 431file kern/uipc_mbuf.c 432file kern/uipc_proto.c 433file kern/uipc_socket.c 434file kern/uipc_socket2.c 435file kern/uipc_syscalls.c 436file kern/uipc_usrreq.c 437file kern/vfs_bio.c 438file kern/vfs_cache.c 439file kern/vfs_cluster.c 440file kern/vfs_init.c 441file kern/vfs_lockf.c 442file kern/vfs_lookup.c 443file kern/vfs_subr.c 444file kern/vfs_syscalls.c 445file kern/vfs_vnops.c 446file kern/vnode_if.c 447file miscfs/deadfs/dead_vnops.c 448file miscfs/fdesc/fdesc_vfsops.c fdesc 449file miscfs/fdesc/fdesc_vnops.c fdesc 450file miscfs/fifofs/fifo_vnops.c 451file miscfs/genfs/genfs_vnops.c 452file miscfs/kernfs/kernfs_vfsops.c kernfs 453file miscfs/kernfs/kernfs_vnops.c kernfs 454file miscfs/nullfs/null_subr.c nullfs 455file miscfs/nullfs/null_vfsops.c nullfs 456file miscfs/nullfs/null_vnops.c nullfs 457file miscfs/portal/portal_vfsops.c portal 458file miscfs/portal/portal_vnops.c portal 459file miscfs/procfs/procfs_ctl.c procfs 460file miscfs/procfs/procfs_fpregs.c 461file miscfs/procfs/procfs_mem.c 462file miscfs/procfs/procfs_note.c procfs 463file miscfs/procfs/procfs_regs.c 464file miscfs/procfs/procfs_status.c procfs 465file miscfs/procfs/procfs_subr.c procfs 466file miscfs/procfs/procfs_vfsops.c procfs 467file miscfs/procfs/procfs_vnops.c procfs 468file miscfs/specfs/spec_vnops.c 469file miscfs/umapfs/umap_subr.c umapfs 470file miscfs/umapfs/umap_vfsops.c umapfs 471file miscfs/umapfs/umap_vnops.c umapfs 472file miscfs/union/union_subr.c union 473file miscfs/union/union_vfsops.c union 474file miscfs/union/union_vnops.c union 475file msdosfs/msdosfs_conv.c msdosfs 476file msdosfs/msdosfs_denode.c msdosfs 477file msdosfs/msdosfs_fat.c msdosfs 478file msdosfs/msdosfs_lookup.c msdosfs 479file msdosfs/msdosfs_vfsops.c msdosfs 480file msdosfs/msdosfs_vnops.c msdosfs 481file net/bpf.c bpfilter needs-count 482file net/bpf_filter.c bpfilter | ppp 483file net/bsd-comp.c ppp & ppp_bsdcomp 484file net/if.c 485file net/if_arcsubr.c arc 486file net/if_atmsubr.c atm 487file net/if_ethersubr.c ether | fddi 488file net/if_fddisubr.c fddi 489file net/if_hippisubr.c hippi needs-flag 490file net/if_loop.c loop needs-count 491file net/if_media.c 492file net/if_sl.c sl needs-count 493file net/if_strip.c strip needs-count 494file net/if_ppp.c ppp needs-count 495file net/if_tun.c tun needs-count 496file net/pfil.c pfil_hooks | ipfilter 497file net/ppp-deflate.c ppp & ppp_deflate 498file net/ppp_tty.c ppp 499file net/radix.c 500file net/raw_cb.c 501file net/raw_usrreq.c 502file net/route.c 503file net/rtsock.c 504file net/slcompress.c sl | ppp | strip 505file net/zlib.c ppp & ppp_deflate 506file netccitt/ccitt_proto.c ccitt 507file netccitt/hd_debug.c hdlc 508file netccitt/hd_input.c hdlc 509file netccitt/hd_output.c hdlc 510file netccitt/hd_subr.c hdlc 511file netccitt/hd_timer.c hdlc 512file netccitt/if_x25subr.c ccitt 513file netccitt/llc_input.c llc 514file netccitt/llc_output.c llc 515file netccitt/llc_subr.c llc 516file netccitt/llc_timer.c llc 517file netccitt/pk_acct.c ccitt 518file netccitt/pk_debug.c ccitt 519file netccitt/pk_input.c ccitt 520file netccitt/pk_llcsubr.c llc | hdlc 521file netccitt/pk_output.c ccitt 522file netccitt/pk_subr.c ccitt 523file netccitt/pk_timer.c ccitt 524file netccitt/pk_usrreq.c ccitt 525file netinet/if_arp.c arp needs-flag 526file netinet/if_atm.c atm 527file netinet/igmp.c inet 528file netinet/in.c inet 529file netinet/in_pcb.c inet 530file netinet/in_proto.c inet 531file netinet/ip_flow.c inet & gateway 532file netinet/ip_icmp.c inet 533file netinet/ip_input.c inet 534file netinet/ip_mroute.c inet & mrouting 535file netinet/ip_output.c inet 536file netinet/raw_ip.c inet 537file netinet/tcp_debug.c inet 538file netinet/tcp_input.c inet 539file netinet/tcp_output.c inet 540file netinet/tcp_subr.c inet 541file netinet/tcp_timer.c inet 542file netinet/tcp_usrreq.c inet 543file netinet/udp_usrreq.c inet 544file netinet/ip_auth.c ipfilter needs-flag 545file netinet/ip_fil.c ipfilter 546file netinet/fil.c ipfilter 547file netinet/ip_nat.c ipfilter 548file netinet/ip_frag.c ipfilter 549file netinet/ip_log.c ipfilter & ipfilter_log 550file netinet/ip_proxy.c ipfilter 551file netinet/ip_state.c ipfilter 552file netatalk/aarp.c netatalk 553file netatalk/at_control.c netatalk 554file netatalk/at_proto.c netatalk 555file netatalk/at_rmx.c netatalkdebug 556file netatalk/ddp_input.c netatalk 557file netatalk/ddp_output.c netatalk 558file netatalk/ddp_usrreq.c netatalk 559file netiso/clnp_debug.c iso 560file netiso/clnp_er.c iso 561file netiso/clnp_frag.c iso 562file netiso/clnp_input.c iso 563file netiso/clnp_options.c iso 564file netiso/clnp_output.c iso 565file netiso/clnp_raw.c iso 566file netiso/clnp_subr.c iso 567file netiso/clnp_timer.c iso 568file netiso/cltp_usrreq.c iso 569file netiso/esis.c iso 570file netiso/idrp_usrreq.c iso 571file netiso/if_cons.c iso 572file netiso/if_eon.c eon 573file netiso/iso.c iso 574file netiso/iso_chksum.c iso 575file netiso/iso_pcb.c iso 576file netiso/iso_proto.c iso 577file netiso/iso_snpac.c iso 578file netiso/tp_astring.c iso | tpip 579file netiso/tp_cons.c iso 580file netiso/tp_driver.c iso | tpip 581file netiso/tp_emit.c iso | tpip 582file netiso/tp_inet.c iso | tpip 583file netiso/tp_input.c iso | tpip 584file netiso/tp_iso.c iso 585file netiso/tp_meas.c iso | tpip 586file netiso/tp_output.c iso | tpip 587file netiso/tp_pcb.c iso | tpip 588file netiso/tp_subr.c iso | tpip 589file netiso/tp_subr2.c iso | tpip 590file netiso/tp_timer.c iso | tpip 591file netiso/tp_trace.c iso | tpip 592file netiso/tp_usrreq.c iso | tpip 593file netnatm/natm.c natm 594file netnatm/natm_pcb.c natm 595file netnatm/natm_proto.c natm 596file netns/idp_usrreq.c ns 597file netns/ns.c ns 598file netns/ns_error.c ns 599file netns/ns_input.c ns 600file netns/ns_ip.c ns 601file netns/ns_output.c ns 602file netns/ns_pcb.c ns 603file netns/ns_proto.c ns 604file netns/spp_debug.c ns 605file netns/spp_usrreq.c ns 606file nfs/krpc_subr.c nfs 607file nfs/nfs_bio.c nfs 608file nfs/nfs_boot.c nfs 609file nfs/nfs_bootdhcp.c nfs & (nfs_boot_bootp | nfs_boot_dhcp) 610file nfs/nfs_bootparam.c nfs & nfs_boot_bootparam 611file nfs/nfs_node.c nfs 612file nfs/nfs_nqlease.c nfsserver | nfs 613file nfs/nfs_serv.c nfsserver 614file nfs/nfs_socket.c nfsserver | nfs 615file nfs/nfs_srvcache.c nfsserver 616file nfs/nfs_subs.c nfsserver | nfs 617file nfs/nfs_syscalls.c nfsserver | nfs 618file nfs/nfs_vfsops.c nfs 619file nfs/nfs_vnops.c nfs 620file ufs/ext2fs/ext2fs_alloc.c ext2fs 621file ufs/ext2fs/ext2fs_balloc.c ext2fs 622file ufs/ext2fs/ext2fs_bmap.c ext2fs 623file ufs/ext2fs/ext2fs_bswap.c ext2fs 624file ufs/ext2fs/ext2fs_inode.c ext2fs 625file ufs/ext2fs/ext2fs_lookup.c ext2fs 626file ufs/ext2fs/ext2fs_readwrite.c ext2fs 627file ufs/ext2fs/ext2fs_subr.c ext2fs 628file ufs/ext2fs/ext2fs_vfsops.c ext2fs 629file ufs/ext2fs/ext2fs_vnops.c ext2fs 630file ufs/ffs/ffs_alloc.c ffs | mfs 631file ufs/ffs/ffs_balloc.c ffs | mfs 632file ufs/ffs/ffs_bswap.c (ffs | mfs | lfs) & ffs_ei 633file ufs/ffs/ffs_inode.c ffs | mfs 634file ufs/ffs/ffs_subr.c ffs | mfs 635file ufs/ffs/ffs_tables.c ffs | mfs 636file ufs/ffs/ffs_vfsops.c ffs | mfs 637file ufs/ffs/ffs_vnops.c ffs | mfs 638file ufs/lfs/lfs_alloc.c lfs 639file ufs/lfs/lfs_bio.c lfs 640file ufs/lfs/lfs_balloc.c lfs 641file ufs/lfs/lfs_cksum.c lfs 642file ufs/lfs/lfs_debug.c lfs 643file ufs/lfs/lfs_inode.c lfs 644file ufs/lfs/lfs_segment.c lfs 645file ufs/lfs/lfs_subr.c lfs 646file ufs/lfs/lfs_syscalls.c lfs 647file ufs/lfs/lfs_vfsops.c lfs 648file ufs/lfs/lfs_vnops.c lfs 649file ufs/mfs/mfs_vfsops.c mfs 650file ufs/mfs/mfs_vnops.c mfs 651file ufs/ufs/ufs_bmap.c ffs | lfs | mfs | ext2fs 652file ufs/ufs/ufs_ihash.c ffs | lfs | mfs | ext2fs 653file ufs/ufs/ufs_inode.c ffs | lfs | mfs 654file ufs/ufs/ufs_lookup.c ffs | lfs | mfs | ext2fs 655file ufs/ufs/ufs_quota.c quota & (ffs | lfs | mfs) 656file ufs/ufs/ufs_vfsops.c ffs | lfs | mfs | ext2fs 657file ufs/ufs/ufs_vnops.c ffs | lfs | mfs | ext2fs 658file vm/device_pager.c !uvm & devpager 659file vm/swap_pager.c !uvm & swappager 660file vm/vm_fault.c !uvm 661file vm/vm_glue.c !uvm 662file vm/vm_init.c !uvm 663file vm/vm_kern.c !uvm 664file vm/vm_map.c !uvm 665file vm/vm_meter.c !uvm 666file vm/vm_mmap.c !uvm 667file vm/vm_object.c !uvm 668file vm/vm_page.c !uvm 669file vm/vm_pageout.c !uvm 670file vm/vm_pager.c !uvm 671file vm/vm_swap.c !uvm 672file vm/vm_unix.c !uvm 673file vm/vm_user.c !uvm 674file vm/vnode_pager.c !uvm & vnodepager 675file uvm/uvm_amap.c uvm 676file uvm/uvm_aobj.c uvm 677file uvm/uvm_device.c uvm 678file uvm/uvm_fault.c uvm 679file uvm/uvm_glue.c uvm 680file uvm/uvm_init.c uvm 681file uvm/uvm_io.c uvm 682file uvm/uvm_km.c uvm 683file uvm/uvm_loan.c uvm 684file uvm/uvm_map.c uvm 685file uvm/uvm_meter.c uvm 686file uvm/uvm_mmap.c uvm 687file uvm/uvm_page.c uvm 688file uvm/uvm_pager.c uvm 689file uvm/uvm_pdaemon.c uvm 690file uvm/uvm_pglist.c uvm 691file uvm/uvm_stat.c uvm 692file uvm/uvm_swap.c uvm 693file uvm/uvm_unix.c uvm 694file uvm/uvm_user.c uvm 695file uvm/uvm_vnode.c uvm 696