files revision 1.227
1# $NetBSD: files,v 1.227 1998/07/26 03:29:12 explorer 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# Hitachi HD64570 serial controller 220define hd64570 221file dev/ic/hd64570.c hd64570 222 223# Intel 82586 Ethernet Controller 224define i82586 225file dev/ic/i82586.c i82586 226 227# SMC 91Cxx Ethernet Controller 228device sm: arp, ether, ifnet 229file dev/ic/smc91cxx.c sm 230 231# SMC 83C170 EPIC/100 Fast Ethernet Controller 232device epic: arp, ether, ifnet, miibus 233file dev/ic/smc83c170.c epic 234 235# MB8696x Ethernet Controller 236define mb86960 237file dev/ic/mb86960.c mb86960 238 239# Generic MB8696x Ethernet Controller driver 240device mbe: arp, ether, ifnet, mb86960 241 242# Interwave Am78C201 audio driver 243define interwave 244file dev/ic/interwave.c interwave 245 246# TMS 320av110 MPEG2/audio driver 247define tms320av110 248file dev/ic/tms320av110.c tms320av110 249 250# Novell NE2000-compatible Ethernet cards, based on the 251# National Semiconductor DS8390. 252device ne: ether, ifnet, arp, dp8390nic 253file dev/ic/ne2000.c ne 254 255# 8250/16[45]50-based "com" ports 256# XXX In a perfect world, this would be done with attributes 257device com: tty 258file dev/ic/com.c com needs-flag 259 260# Device description for i2c bus and i2c eeprom 261define i2c 262define i2c_eeprom 263 264# Essential Communications Corp. HIPPI Interface 265device esh: hippi, ifnet 266file dev/ic/rrunner.c esh 267 268# XXX THE FOLLOWING BLOCK SHOULD BE UNCOMMENTED, BUT CANNOT 269# XXX BECAUSE NOT ALL PORTS USE THE MI wdc DRIVER YET. 270# 271# # ESDI/IDE/etc. controllers 272# device wdc: ata, atapi 273# file dev/ic/wdc.c 274# wdc & (wd | !wd) needs-flag # XXX 275 276# Definitions for wscons 277# device attributes: display, display with emulator, keyboard, and mouse 278define wsdisplaydev { } 279define wsemuldisplaydev {[console = -1]} 280define wskbddev {[console = -1]} 281define wsmousedev { } 282# attribute to pull in raster support 283define wsrasteremulops 284# common PC display functions 285define pcdisplayops 286file dev/ic/pcdisplay_subr.c pcdisplayops 287file dev/ic/pcdisplay_chars.c pcdisplayops 288# VGA graphics 289device vga: wsemuldisplaydev, pcdisplayops 290file dev/ic/vga.c vga needs-flag 291file dev/ic/vga_subr.c vga 292 293# Attributes which machine-independent bus support can be attached to. 294# These should be defined here, because some of these busses can have 295# devices which provide these attributes, and we'd like to avoid hairy 296# ordering constraints on inclusion of the busses' "files" files. 297define isabus { } # ISA attachment 298define eisabus { } # EISA attachment 299define pcibus {[bus = -1]} # PCI attachment 300define tcbus { } # TurboChannel attachment 301define usbus { } # USB attachment 302 303# We need the USB bus controllers here so different busses can 304# use them in an 'attach-with'. 305# UHCI USB controller 306device uhci: usbus 307file dev/usb/uhci.c uhci 308 309# OHCI USB controller 310device ohci: usbus 311file dev/usb/ohci.c ohci 312 313# legitimate pseudo-devices 314pseudo-device vnd: disk 315pseudo-device ccd: disk 316pseudo-device md: disk 317pseudo-device vcfs 318 319pseudo-device pty: tty 320pseudo-device tb: tty 321pseudo-device rnd 322 323pseudo-device loop: ifnet 324pseudo-device sl: ifnet 325pseudo-device ppp: ifnet 326pseudo-device tun: ifnet 327pseudo-device bpfilter: ifnet 328pseudo-device strip: ifnet 329pseudo-device ipfilter: ifnet 330 331# kernel sources 332file adosfs/adlookup.c adosfs 333file adosfs/adutil.c adosfs 334file adosfs/advfsops.c adosfs 335file adosfs/advnops.c adosfs 336file cfs/cfs_namecache.c cfs 337file cfs/cfs_nbsd.c cfs 338file cfs/cfs_psdev.c vcfs needs-count 339file cfs/cfs_subr.c cfs 340file cfs/cfs_venus.c cfs 341file cfs/cfs_vfsops.c cfs 342file cfs/cfs_vnodeops.c cfs 343file ddb/db_access.c ddb | kgdb 344file ddb/db_aout.c ddb 345file ddb/db_break.c ddb 346file ddb/db_command.c ddb 347file ddb/db_elf.c ddb 348file ddb/db_examine.c ddb 349file ddb/db_expr.c ddb 350file ddb/db_input.c ddb 351file ddb/db_lex.c ddb 352file ddb/db_output.c ddb 353file ddb/db_print.c ddb 354file ddb/db_run.c ddb | kgdb 355file ddb/db_sym.c ddb 356file ddb/db_trap.c ddb 357file ddb/db_variables.c ddb 358file ddb/db_watch.c ddb 359file ddb/db_write_cmd.c ddb 360file ddb/db_xxx.c ddb 361file dev/auconv.c auconv 362file dev/audio.c audio needs-flag 363file dev/ccd.c ccd needs-flag 364file dev/md.c md needs-count 365file dev/mulaw.c mulaw 366file dev/vnd.c vnd needs-flag 367file dev/rnd.c rnd needs-flag 368file dev/rndpool.c rnd needs-flag 369file dev/i2c/i2c_bus.c i2c 370file dev/i2c/i2c_eeprom.c i2c_eeprom 371file isofs/cd9660/cd9660_bmap.c cd9660 372file isofs/cd9660/cd9660_lookup.c cd9660 373file isofs/cd9660/cd9660_node.c cd9660 374file isofs/cd9660/cd9660_rrip.c cd9660 375file isofs/cd9660/cd9660_util.c cd9660 376file isofs/cd9660/cd9660_vfsops.c cd9660 377file isofs/cd9660/cd9660_vnops.c cd9660 378file kern/exec_aout.c exec_aout 379file kern/exec_conf.c 380file kern/exec_ecoff.c exec_ecoff 381file kern/exec_elf32.c exec_elf32 382file kern/exec_elf64.c exec_elf64 383file kern/exec_elf_common.c exec_elf32 | exec_elf64 384file kern/exec_script.c exec_script 385file kern/exec_subr.c 386file kern/init_main.c 387file kern/init_sysent.c 388file kern/kern_acct.c 389file kern/kern_clock.c 390file kern/kern_descrip.c 391file kern/kern_exec.c 392file kern/kern_exit.c 393file kern/kern_fork.c 394file kern/kern_fthread.c 395file kern/kern_ktrace.c ktrace 396file kern/kern_lkm.c lkm 397file kern/kern_lock.c 398file kern/kern_malloc.c 399file kern/kern_ntptime.c 400file kern/kern_physio.c 401file kern/kern_proc.c 402file kern/kern_prot.c 403file kern/kern_resource.c 404file kern/kern_sig.c 405file kern/kern_subr.c 406file kern/kern_synch.c 407file kern/kern_sysctl.c 408file kern/kern_time.c 409file kern/kern_xxx.c 410file kern/kgdb_stub.c kgdb 411file kern/subr_autoconf.c 412file kern/subr_disk.c 413file kern/subr_extent.c 414file kern/subr_log.c 415file kern/subr_pool.c 416file kern/subr_prf.c 417file kern/subr_prof.c 418file kern/subr_rmap.c 419file kern/subr_xxx.c 420file kern/sys_generic.c 421file kern/sys_process.c 422file kern/sys_socket.c 423file kern/syscalls.c syscall_debug 424file kern/sysv_ipc.c sysvshm | sysvsem | sysvmsg 425file kern/sysv_msg.c sysvmsg 426file kern/sysv_sem.c sysvsem 427file kern/sysv_shm.c sysvshm 428file kern/tty.c 429file kern/tty_conf.c 430file kern/tty_pty.c pty needs-count 431file kern/tty_subr.c 432file kern/tty_tb.c tb needs-count 433file kern/tty_tty.c 434file kern/uipc_domain.c 435file kern/uipc_mbuf.c 436file kern/uipc_proto.c 437file kern/uipc_socket.c 438file kern/uipc_socket2.c 439file kern/uipc_syscalls.c 440file kern/uipc_usrreq.c 441file kern/vfs_bio.c 442file kern/vfs_cache.c 443file kern/vfs_cluster.c 444file kern/vfs_init.c 445file kern/vfs_lockf.c 446file kern/vfs_lookup.c 447file kern/vfs_subr.c 448file kern/vfs_syscalls.c 449file kern/vfs_vnops.c 450file kern/vnode_if.c 451file miscfs/deadfs/dead_vnops.c 452file miscfs/fdesc/fdesc_vfsops.c fdesc 453file miscfs/fdesc/fdesc_vnops.c fdesc 454file miscfs/fifofs/fifo_vnops.c 455file miscfs/genfs/genfs_vnops.c 456file miscfs/kernfs/kernfs_vfsops.c kernfs 457file miscfs/kernfs/kernfs_vnops.c kernfs 458file miscfs/nullfs/null_subr.c nullfs 459file miscfs/nullfs/null_vfsops.c nullfs 460file miscfs/nullfs/null_vnops.c nullfs 461file miscfs/portal/portal_vfsops.c portal 462file miscfs/portal/portal_vnops.c portal 463file miscfs/procfs/procfs_ctl.c procfs 464file miscfs/procfs/procfs_fpregs.c 465file miscfs/procfs/procfs_mem.c 466file miscfs/procfs/procfs_note.c procfs 467file miscfs/procfs/procfs_regs.c 468file miscfs/procfs/procfs_status.c procfs 469file miscfs/procfs/procfs_subr.c procfs 470file miscfs/procfs/procfs_vfsops.c procfs 471file miscfs/procfs/procfs_vnops.c procfs 472file miscfs/specfs/spec_vnops.c 473file miscfs/umapfs/umap_subr.c umapfs 474file miscfs/umapfs/umap_vfsops.c umapfs 475file miscfs/umapfs/umap_vnops.c umapfs 476file miscfs/union/union_subr.c union 477file miscfs/union/union_vfsops.c union 478file miscfs/union/union_vnops.c union 479file msdosfs/msdosfs_conv.c msdosfs 480file msdosfs/msdosfs_denode.c msdosfs 481file msdosfs/msdosfs_fat.c msdosfs 482file msdosfs/msdosfs_lookup.c msdosfs 483file msdosfs/msdosfs_vfsops.c msdosfs 484file msdosfs/msdosfs_vnops.c msdosfs 485file net/bpf.c bpfilter needs-count 486file net/bpf_filter.c bpfilter | ppp 487file net/bsd-comp.c ppp & ppp_bsdcomp 488file net/if.c 489file net/if_arcsubr.c arc 490file net/if_atmsubr.c atm 491file net/if_ethersubr.c ether | fddi 492file net/if_fddisubr.c fddi 493file net/if_hippisubr.c hippi needs-flag 494file net/if_loop.c loop needs-count 495file net/if_media.c 496file net/if_sl.c sl needs-count 497file net/if_strip.c strip needs-count 498file net/if_ppp.c ppp needs-count 499file net/if_tun.c tun needs-count 500file net/pfil.c pfil_hooks | ipfilter 501file net/ppp-deflate.c ppp & ppp_deflate 502file net/ppp_tty.c ppp 503file net/radix.c 504file net/raw_cb.c 505file net/raw_usrreq.c 506file net/route.c 507file net/rtsock.c 508file net/slcompress.c sl | ppp | strip 509file net/zlib.c ppp & ppp_deflate 510file netccitt/ccitt_proto.c ccitt 511file netccitt/hd_debug.c hdlc 512file netccitt/hd_input.c hdlc 513file netccitt/hd_output.c hdlc 514file netccitt/hd_subr.c hdlc 515file netccitt/hd_timer.c hdlc 516file netccitt/if_x25subr.c ccitt 517file netccitt/llc_input.c llc 518file netccitt/llc_output.c llc 519file netccitt/llc_subr.c llc 520file netccitt/llc_timer.c llc 521file netccitt/pk_acct.c ccitt 522file netccitt/pk_debug.c ccitt 523file netccitt/pk_input.c ccitt 524file netccitt/pk_llcsubr.c llc | hdlc 525file netccitt/pk_output.c ccitt 526file netccitt/pk_subr.c ccitt 527file netccitt/pk_timer.c ccitt 528file netccitt/pk_usrreq.c ccitt 529file netinet/if_arp.c arp needs-flag 530file netinet/if_atm.c atm 531file netinet/igmp.c inet 532file netinet/in.c inet 533file netinet/in_pcb.c inet 534file netinet/in_proto.c inet 535file netinet/ip_flow.c inet & gateway 536file netinet/ip_icmp.c inet 537file netinet/ip_input.c inet 538file netinet/ip_mroute.c inet & mrouting 539file netinet/ip_output.c inet 540file netinet/raw_ip.c inet 541file netinet/tcp_debug.c inet 542file netinet/tcp_input.c inet 543file netinet/tcp_output.c inet 544file netinet/tcp_subr.c inet 545file netinet/tcp_timer.c inet 546file netinet/tcp_usrreq.c inet 547file netinet/udp_usrreq.c inet 548file netinet/ip_auth.c ipfilter needs-flag 549file netinet/ip_fil.c ipfilter 550file netinet/fil.c ipfilter 551file netinet/ip_nat.c ipfilter 552file netinet/ip_frag.c ipfilter 553file netinet/ip_log.c ipfilter & ipfilter_log 554file netinet/ip_proxy.c ipfilter 555file netinet/ip_state.c ipfilter 556file netatalk/aarp.c netatalk 557file netatalk/at_control.c netatalk 558file netatalk/at_proto.c netatalk 559file netatalk/at_rmx.c netatalkdebug 560file netatalk/ddp_input.c netatalk 561file netatalk/ddp_output.c netatalk 562file netatalk/ddp_usrreq.c netatalk 563file netiso/clnp_debug.c iso 564file netiso/clnp_er.c iso 565file netiso/clnp_frag.c iso 566file netiso/clnp_input.c iso 567file netiso/clnp_options.c iso 568file netiso/clnp_output.c iso 569file netiso/clnp_raw.c iso 570file netiso/clnp_subr.c iso 571file netiso/clnp_timer.c iso 572file netiso/cltp_usrreq.c iso 573file netiso/esis.c iso 574file netiso/idrp_usrreq.c iso 575file netiso/if_cons.c iso 576file netiso/if_eon.c eon 577file netiso/iso.c iso 578file netiso/iso_chksum.c iso 579file netiso/iso_pcb.c iso 580file netiso/iso_proto.c iso 581file netiso/iso_snpac.c iso 582file netiso/tp_astring.c iso | tpip 583file netiso/tp_cons.c iso 584file netiso/tp_driver.c iso | tpip 585file netiso/tp_emit.c iso | tpip 586file netiso/tp_inet.c iso | tpip 587file netiso/tp_input.c iso | tpip 588file netiso/tp_iso.c iso 589file netiso/tp_meas.c iso | tpip 590file netiso/tp_output.c iso | tpip 591file netiso/tp_pcb.c iso | tpip 592file netiso/tp_subr.c iso | tpip 593file netiso/tp_subr2.c iso | tpip 594file netiso/tp_timer.c iso | tpip 595file netiso/tp_trace.c iso | tpip 596file netiso/tp_usrreq.c iso | tpip 597file netnatm/natm.c natm 598file netnatm/natm_pcb.c natm 599file netnatm/natm_proto.c natm 600file netns/idp_usrreq.c ns 601file netns/ns.c ns 602file netns/ns_error.c ns 603file netns/ns_input.c ns 604file netns/ns_ip.c ns 605file netns/ns_output.c ns 606file netns/ns_pcb.c ns 607file netns/ns_proto.c ns 608file netns/spp_debug.c ns 609file netns/spp_usrreq.c ns 610file nfs/krpc_subr.c nfs 611file nfs/nfs_bio.c nfs 612file nfs/nfs_boot.c nfs 613file nfs/nfs_bootdhcp.c nfs & (nfs_boot_bootp | nfs_boot_dhcp) 614file nfs/nfs_bootparam.c nfs & nfs_boot_bootparam 615file nfs/nfs_node.c nfs 616file nfs/nfs_nqlease.c nfsserver | nfs 617file nfs/nfs_serv.c nfsserver 618file nfs/nfs_socket.c nfsserver | nfs 619file nfs/nfs_srvcache.c nfsserver 620file nfs/nfs_subs.c nfsserver | nfs 621file nfs/nfs_syscalls.c nfsserver | nfs 622file nfs/nfs_vfsops.c nfs 623file nfs/nfs_vnops.c nfs 624file ufs/ext2fs/ext2fs_alloc.c ext2fs 625file ufs/ext2fs/ext2fs_balloc.c ext2fs 626file ufs/ext2fs/ext2fs_bmap.c ext2fs 627file ufs/ext2fs/ext2fs_bswap.c ext2fs 628file ufs/ext2fs/ext2fs_inode.c ext2fs 629file ufs/ext2fs/ext2fs_lookup.c ext2fs 630file ufs/ext2fs/ext2fs_readwrite.c ext2fs 631file ufs/ext2fs/ext2fs_subr.c ext2fs 632file ufs/ext2fs/ext2fs_vfsops.c ext2fs 633file ufs/ext2fs/ext2fs_vnops.c ext2fs 634file ufs/ffs/ffs_alloc.c ffs | mfs 635file ufs/ffs/ffs_balloc.c ffs | mfs 636file ufs/ffs/ffs_bswap.c (ffs | mfs | lfs) & ffs_ei 637file ufs/ffs/ffs_inode.c ffs | mfs 638file ufs/ffs/ffs_subr.c ffs | mfs 639file ufs/ffs/ffs_tables.c ffs | mfs 640file ufs/ffs/ffs_vfsops.c ffs | mfs 641file ufs/ffs/ffs_vnops.c ffs | mfs 642file ufs/lfs/lfs_alloc.c lfs 643file ufs/lfs/lfs_bio.c lfs 644file ufs/lfs/lfs_balloc.c lfs 645file ufs/lfs/lfs_cksum.c lfs 646file ufs/lfs/lfs_debug.c lfs 647file ufs/lfs/lfs_inode.c lfs 648file ufs/lfs/lfs_segment.c lfs 649file ufs/lfs/lfs_subr.c lfs 650file ufs/lfs/lfs_syscalls.c lfs 651file ufs/lfs/lfs_vfsops.c lfs 652file ufs/lfs/lfs_vnops.c lfs 653file ufs/mfs/mfs_vfsops.c mfs 654file ufs/mfs/mfs_vnops.c mfs 655file ufs/ufs/ufs_bmap.c ffs | lfs | mfs | ext2fs 656file ufs/ufs/ufs_ihash.c ffs | lfs | mfs | ext2fs 657file ufs/ufs/ufs_inode.c ffs | lfs | mfs 658file ufs/ufs/ufs_lookup.c ffs | lfs | mfs | ext2fs 659file ufs/ufs/ufs_quota.c quota & (ffs | lfs | mfs) 660file ufs/ufs/ufs_vfsops.c ffs | lfs | mfs | ext2fs 661file ufs/ufs/ufs_vnops.c ffs | lfs | mfs | ext2fs 662file vm/device_pager.c !uvm & devpager 663file vm/swap_pager.c !uvm & swappager 664file vm/vm_fault.c !uvm 665file vm/vm_glue.c !uvm 666file vm/vm_init.c !uvm 667file vm/vm_kern.c !uvm 668file vm/vm_map.c !uvm 669file vm/vm_meter.c !uvm 670file vm/vm_mmap.c !uvm 671file vm/vm_object.c !uvm 672file vm/vm_page.c !uvm 673file vm/vm_pageout.c !uvm 674file vm/vm_pager.c !uvm 675file vm/vm_swap.c !uvm 676file vm/vm_unix.c !uvm 677file vm/vm_user.c !uvm 678file vm/vnode_pager.c !uvm & vnodepager 679file uvm/uvm_amap.c uvm 680file uvm/uvm_aobj.c uvm 681file uvm/uvm_device.c uvm 682file uvm/uvm_fault.c uvm 683file uvm/uvm_glue.c uvm 684file uvm/uvm_init.c uvm 685file uvm/uvm_io.c uvm 686file uvm/uvm_km.c uvm 687file uvm/uvm_loan.c uvm 688file uvm/uvm_map.c uvm 689file uvm/uvm_meter.c uvm 690file uvm/uvm_mmap.c uvm 691file uvm/uvm_page.c uvm 692file uvm/uvm_pager.c uvm 693file uvm/uvm_pdaemon.c uvm 694file uvm/uvm_pglist.c uvm 695file uvm/uvm_stat.c uvm 696file uvm/uvm_swap.c uvm 697file uvm/uvm_unix.c uvm 698file uvm/uvm_user.c uvm 699file uvm/uvm_vnode.c uvm 700