History log of /freebsd-11-stable/lib/csu/
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
361047 14-May-2020 dim

MFC r360915:

Use -fno-asynchronous-unwind-tables to compile lib/csu

Summary:
In r209294 kib added -fno-asynchronous-unwind-tables to the compile
flags for the GNU C startup components. This was done to work around a
BFD ld assertion, "no .eh_frame_hdr table will be created", which is
produced because of the layout of the startup objects.

Add the same flag to lib/csu too, for the same reason. And similarly to
r209294, also add -fno-omit-frame-pointer.

This is primarily meant to quickly MFC to stable/11, so it can end up in
the 11.4 release, as a fix for https://bugs.freebsd.org/246322.

PR: 246322
Differential Revision: https://reviews.freebsd.org/D24797

339300 11-Oct-2018 emaste

MFC r339181: crt: switch to standard note type definitions from elf_common.h

This makes it easier to grep the source tree for these notes, and
ensures that they will remain in sync.

Sponsored by: The FreeBSD Foundation

331722 29-Mar-2018 eadler

Revert r330897:

This was intended to be a non-functional change. It wasn't. The commit
message was thus wrong. In addition it broke arm, and merged crypto
related code.

Revert with prejudice.

This revert skips files touched in r316370 since that commit was since
MFCed. This revert also skips files that require $FreeBSD$ property
changes.

Thank you to those who helped me get out of this mess including but not
limited to gonzo, kevans, rgrimes.

Requested by: gjb (re)


/freebsd-11-stable/bin/cat/cat.c
/freebsd-11-stable/bin/chflags/chflags.c
/freebsd-11-stable/bin/chmod/chmod.c
/freebsd-11-stable/bin/cp/cp.c
/freebsd-11-stable/bin/cp/extern.h
/freebsd-11-stable/bin/cp/utils.c
/freebsd-11-stable/bin/date/date.c
/freebsd-11-stable/bin/date/extern.h
/freebsd-11-stable/bin/date/netdate.c
/freebsd-11-stable/bin/dd/args.c
/freebsd-11-stable/bin/dd/conv.c
/freebsd-11-stable/bin/dd/conv_tab.c
/freebsd-11-stable/bin/dd/dd.c
/freebsd-11-stable/bin/dd/dd.h
/freebsd-11-stable/bin/dd/extern.h
/freebsd-11-stable/bin/dd/misc.c
/freebsd-11-stable/bin/dd/position.c
/freebsd-11-stable/bin/df/df.c
/freebsd-11-stable/bin/domainname/domainname.c
/freebsd-11-stable/bin/echo/echo.c
/freebsd-11-stable/bin/ed/cbc.c
/freebsd-11-stable/bin/hostname/hostname.c
/freebsd-11-stable/bin/kill/kill.c
/freebsd-11-stable/bin/ln/ln.c
/freebsd-11-stable/bin/ls/cmp.c
/freebsd-11-stable/bin/ls/extern.h
/freebsd-11-stable/bin/ls/ls.c
/freebsd-11-stable/bin/ls/ls.h
/freebsd-11-stable/bin/ls/print.c
/freebsd-11-stable/bin/ls/util.c
/freebsd-11-stable/bin/mkdir/mkdir.c
/freebsd-11-stable/bin/mv/mv.c
/freebsd-11-stable/bin/pax/ar_io.c
/freebsd-11-stable/bin/pax/ar_subs.c
/freebsd-11-stable/bin/pax/buf_subs.c
/freebsd-11-stable/bin/pax/cache.c
/freebsd-11-stable/bin/pax/cache.h
/freebsd-11-stable/bin/pax/cpio.c
/freebsd-11-stable/bin/pax/cpio.h
/freebsd-11-stable/bin/pax/extern.h
/freebsd-11-stable/bin/pax/file_subs.c
/freebsd-11-stable/bin/pax/ftree.c
/freebsd-11-stable/bin/pax/ftree.h
/freebsd-11-stable/bin/pax/gen_subs.c
/freebsd-11-stable/bin/pax/options.c
/freebsd-11-stable/bin/pax/options.h
/freebsd-11-stable/bin/pax/pat_rep.c
/freebsd-11-stable/bin/pax/pat_rep.h
/freebsd-11-stable/bin/pax/pax.c
/freebsd-11-stable/bin/pax/pax.h
/freebsd-11-stable/bin/pax/sel_subs.c
/freebsd-11-stable/bin/pax/sel_subs.h
/freebsd-11-stable/bin/pax/tables.c
/freebsd-11-stable/bin/pax/tables.h
/freebsd-11-stable/bin/pax/tar.c
/freebsd-11-stable/bin/pax/tar.h
/freebsd-11-stable/bin/pax/tty_subs.c
/freebsd-11-stable/bin/ps/extern.h
/freebsd-11-stable/bin/ps/fmt.c
/freebsd-11-stable/bin/ps/keyword.c
/freebsd-11-stable/bin/ps/nlist.c
/freebsd-11-stable/bin/ps/print.c
/freebsd-11-stable/bin/ps/ps.c
/freebsd-11-stable/bin/ps/ps.h
/freebsd-11-stable/bin/pwd/pwd.c
/freebsd-11-stable/bin/realpath/realpath.c
/freebsd-11-stable/bin/rm/rm.c
/freebsd-11-stable/bin/rmdir/rmdir.c
/freebsd-11-stable/bin/sh/bltin/bltin.h
/freebsd-11-stable/bin/sh/bltin/echo.c
/freebsd-11-stable/bin/sh/mail.h
/freebsd-11-stable/bin/sh/main.c
/freebsd-11-stable/bin/sh/main.h
/freebsd-11-stable/bin/sh/memalloc.c
/freebsd-11-stable/bin/sh/memalloc.h
/freebsd-11-stable/bin/sh/miscbltin.c
/freebsd-11-stable/bin/sh/mknodes.c
/freebsd-11-stable/bin/sh/mksyntax.c
/freebsd-11-stable/bin/sh/myhistedit.h
/freebsd-11-stable/bin/sh/mystring.c
/freebsd-11-stable/bin/sh/mystring.h
/freebsd-11-stable/bin/sh/options.c
/freebsd-11-stable/bin/sh/options.h
/freebsd-11-stable/bin/sh/output.c
/freebsd-11-stable/bin/sh/output.h
/freebsd-11-stable/bin/sh/parser.c
/freebsd-11-stable/bin/sh/parser.h
/freebsd-11-stable/bin/sh/redir.c
/freebsd-11-stable/bin/sh/redir.h
/freebsd-11-stable/bin/sh/shell.h
/freebsd-11-stable/bin/sh/show.c
/freebsd-11-stable/bin/sh/show.h
/freebsd-11-stable/bin/sh/trap.c
/freebsd-11-stable/bin/sh/trap.h
/freebsd-11-stable/bin/sh/var.c
/freebsd-11-stable/bin/sh/var.h
/freebsd-11-stable/include/_ctype.h
/freebsd-11-stable/include/a.out.h
/freebsd-11-stable/include/ar.h
/freebsd-11-stable/include/arpa/ftp.h
/freebsd-11-stable/include/arpa/inet.h
/freebsd-11-stable/include/arpa/nameser.h
/freebsd-11-stable/include/arpa/nameser_compat.h
/freebsd-11-stable/include/arpa/telnet.h
/freebsd-11-stable/include/arpa/tftp.h
/freebsd-11-stable/include/assert.h
/freebsd-11-stable/include/bitstring.h
/freebsd-11-stable/include/complex.h
/freebsd-11-stable/include/cpio.h
/freebsd-11-stable/include/ctype.h
/freebsd-11-stable/include/db.h
/freebsd-11-stable/include/dirent.h
/freebsd-11-stable/include/dlfcn.h
/freebsd-11-stable/include/elf-hints.h
/freebsd-11-stable/include/elf.h
/freebsd-11-stable/include/err.h
/freebsd-11-stable/include/fmtmsg.h
/freebsd-11-stable/include/fnmatch.h
/freebsd-11-stable/include/fstab.h
/freebsd-11-stable/include/fts.h
/freebsd-11-stable/include/getopt.h
/freebsd-11-stable/include/glob.h
/freebsd-11-stable/include/grp.h
/freebsd-11-stable/include/hesiod.h
/freebsd-11-stable/include/iconv.h
/freebsd-11-stable/include/inttypes.h
/freebsd-11-stable/include/iso646.h
/freebsd-11-stable/include/kenv.h
/freebsd-11-stable/include/langinfo.h
/freebsd-11-stable/include/libgen.h
/freebsd-11-stable/include/limits.h
/freebsd-11-stable/include/link.h
/freebsd-11-stable/include/locale.h
/freebsd-11-stable/include/malloc_np.h
/freebsd-11-stable/include/memory.h
/freebsd-11-stable/include/mk-osreldate.sh
/freebsd-11-stable/include/monetary.h
/freebsd-11-stable/include/mpool.h
/freebsd-11-stable/include/mqueue.h
/freebsd-11-stable/include/ndbm.h
/freebsd-11-stable/include/netdb.h
/freebsd-11-stable/include/nl_types.h
/freebsd-11-stable/include/nlist.h
/freebsd-11-stable/include/nss.h
/freebsd-11-stable/include/nsswitch.h
/freebsd-11-stable/include/paths.h
/freebsd-11-stable/include/printf.h
/freebsd-11-stable/include/proc_service.h
/freebsd-11-stable/include/protocols/dumprestore.h
/freebsd-11-stable/include/protocols/routed.h
/freebsd-11-stable/include/protocols/rwhod.h
/freebsd-11-stable/include/protocols/talkd.h
/freebsd-11-stable/include/protocols/timed.h
/freebsd-11-stable/include/pthread.h
/freebsd-11-stable/include/pthread_np.h
/freebsd-11-stable/include/pwd.h
/freebsd-11-stable/include/ranlib.h
/freebsd-11-stable/include/regex.h
/freebsd-11-stable/include/resolv.h
/freebsd-11-stable/include/rpc/auth.h
/freebsd-11-stable/include/rpc/auth_des.h
/freebsd-11-stable/include/rpc/auth_kerb.h
/freebsd-11-stable/include/rpc/auth_unix.h
/freebsd-11-stable/include/rpc/clnt.h
/freebsd-11-stable/include/rpc/clnt_soc.h
/freebsd-11-stable/include/rpc/des.h
/freebsd-11-stable/include/rpc/des_crypt.h
/freebsd-11-stable/include/rpc/nettype.h
/freebsd-11-stable/include/rpc/pmap_clnt.h
/freebsd-11-stable/include/rpc/pmap_prot.h
/freebsd-11-stable/include/rpc/pmap_rmt.h
/freebsd-11-stable/include/rpc/raw.h
/freebsd-11-stable/include/rpc/rpc.h
/freebsd-11-stable/include/rpc/rpc_com.h
/freebsd-11-stable/include/rpc/rpc_msg.h
/freebsd-11-stable/include/rpc/rpcb_clnt.h
/freebsd-11-stable/include/rpc/rpcent.h
/freebsd-11-stable/include/rpc/rpcsec_gss.h
/freebsd-11-stable/include/rpc/svc.h
/freebsd-11-stable/include/rpc/svc_auth.h
/freebsd-11-stable/include/rpc/svc_dg.h
/freebsd-11-stable/include/rpc/svc_soc.h
/freebsd-11-stable/include/rpc/xdr.h
/freebsd-11-stable/include/rpcsvc/nis_tags.h
/freebsd-11-stable/include/rpcsvc/yp_prot.h
/freebsd-11-stable/include/rpcsvc/ypclnt.h
/freebsd-11-stable/include/runetype.h
/freebsd-11-stable/include/semaphore.h
/freebsd-11-stable/include/setjmp.h
/freebsd-11-stable/include/signal.h
/freebsd-11-stable/include/spawn.h
/freebsd-11-stable/include/stab.h
/freebsd-11-stable/include/stdalign.h
/freebsd-11-stable/include/stdbool.h
/freebsd-11-stable/include/stddef.h
/freebsd-11-stable/include/stdio.h
/freebsd-11-stable/include/stdlib.h
/freebsd-11-stable/include/stdnoreturn.h
/freebsd-11-stable/include/string.h
/freebsd-11-stable/include/stringlist.h
/freebsd-11-stable/include/strings.h
/freebsd-11-stable/include/sysexits.h
/freebsd-11-stable/include/tar.h
/freebsd-11-stable/include/termios.h
/freebsd-11-stable/include/tgmath.h
/freebsd-11-stable/include/time.h
/freebsd-11-stable/include/timeconv.h
/freebsd-11-stable/include/timers.h
/freebsd-11-stable/include/ttyent.h
/freebsd-11-stable/include/uchar.h
/freebsd-11-stable/include/ulimit.h
/freebsd-11-stable/include/unistd.h
/freebsd-11-stable/include/utime.h
/freebsd-11-stable/include/utmpx.h
/freebsd-11-stable/include/uuid.h
/freebsd-11-stable/include/varargs.h
/freebsd-11-stable/include/wchar.h
/freebsd-11-stable/include/wctype.h
/freebsd-11-stable/include/wordexp.h
/freebsd-11-stable/include/xlocale.h
/freebsd-11-stable/include/xlocale/_ctype.h
/freebsd-11-stable/include/xlocale/_inttypes.h
/freebsd-11-stable/include/xlocale/_langinfo.h
/freebsd-11-stable/include/xlocale/_locale.h
/freebsd-11-stable/include/xlocale/_monetary.h
/freebsd-11-stable/include/xlocale/_stdio.h
/freebsd-11-stable/include/xlocale/_stdlib.h
/freebsd-11-stable/include/xlocale/_string.h
/freebsd-11-stable/include/xlocale/_time.h
/freebsd-11-stable/include/xlocale/_uchar.h
/freebsd-11-stable/include/xlocale/_wchar.h
amd64/crt1.c
arm/crt1.c
common/crtbrand.c
common/ignore_init.c
common/notes.h
mips/crt1.c
powerpc/crt1.c
powerpc64/crt1.c
sparc64/crt1.c
/freebsd-11-stable/lib/libarchive/config_freebsd.h
/freebsd-11-stable/lib/libbluetooth/bluetooth.c
/freebsd-11-stable/lib/libbluetooth/bluetooth.h
/freebsd-11-stable/lib/libbluetooth/dev.c
/freebsd-11-stable/lib/libbluetooth/hci.c
/freebsd-11-stable/lib/libbsdstat/bsdstat.c
/freebsd-11-stable/lib/libbsdstat/bsdstat.h
/freebsd-11-stable/lib/libc/amd64/SYS.h
/freebsd-11-stable/lib/libc/amd64/_fpmath.h
/freebsd-11-stable/lib/libc/amd64/gen/_set_tp.c
/freebsd-11-stable/lib/libc/amd64/gen/getcontextx.c
/freebsd-11-stable/lib/libc/amd64/gen/makecontext.c
/freebsd-11-stable/lib/libc/amd64/gen/signalcontext.c
/freebsd-11-stable/lib/libc/amd64/string/strcpy.c
/freebsd-11-stable/lib/libc/amd64/sys/amd64_get_fsbase.c
/freebsd-11-stable/lib/libc/amd64/sys/amd64_get_gsbase.c
/freebsd-11-stable/lib/libc/amd64/sys/amd64_set_fsbase.c
/freebsd-11-stable/lib/libc/amd64/sys/amd64_set_gsbase.c
/freebsd-11-stable/lib/libc/arm/SYS.h
/freebsd-11-stable/lib/libc/arm/_fpmath.h
/freebsd-11-stable/lib/libc/arm/aeabi/aeabi_atexit.c
/freebsd-11-stable/lib/libc/arm/aeabi/aeabi_double.c
/freebsd-11-stable/lib/libc/arm/aeabi/aeabi_float.c
/freebsd-11-stable/lib/libc/arm/aeabi/aeabi_unwind_cpp.c
/freebsd-11-stable/lib/libc/arm/gen/_set_tp.c
/freebsd-11-stable/lib/libc/arm/gen/arm_initfini.c
/freebsd-11-stable/lib/libc/arm/gen/fabs.c
/freebsd-11-stable/lib/libc/arm/gen/flt_rounds.c
/freebsd-11-stable/lib/libc/arm/gen/getcontextx.c
/freebsd-11-stable/lib/libc/arm/gen/makecontext.c
/freebsd-11-stable/lib/libc/arm/gen/signalcontext.c
/freebsd-11-stable/lib/libc/arm/sys/__vdso_gettc.c
/freebsd-11-stable/lib/libc/compat-43/creat.c
/freebsd-11-stable/lib/libc/compat-43/gethostid.c
/freebsd-11-stable/lib/libc/compat-43/getwd.c
/freebsd-11-stable/lib/libc/compat-43/killpg.c
/freebsd-11-stable/lib/libc/compat-43/sethostid.c
/freebsd-11-stable/lib/libc/compat-43/setpgrp.c
/freebsd-11-stable/lib/libc/compat-43/setrgid.c
/freebsd-11-stable/lib/libc/compat-43/setruid.c
/freebsd-11-stable/lib/libc/compat-43/sigcompat.c
/freebsd-11-stable/lib/libc/db/btree/bt_close.c
/freebsd-11-stable/lib/libc/db/btree/bt_conv.c
/freebsd-11-stable/lib/libc/db/btree/bt_debug.c
/freebsd-11-stable/lib/libc/db/btree/bt_delete.c
/freebsd-11-stable/lib/libc/db/btree/bt_get.c
/freebsd-11-stable/lib/libc/db/btree/bt_open.c
/freebsd-11-stable/lib/libc/db/btree/bt_overflow.c
/freebsd-11-stable/lib/libc/db/btree/bt_page.c
/freebsd-11-stable/lib/libc/db/btree/bt_put.c
/freebsd-11-stable/lib/libc/db/btree/bt_search.c
/freebsd-11-stable/lib/libc/db/btree/bt_seq.c
/freebsd-11-stable/lib/libc/db/btree/bt_split.c
/freebsd-11-stable/lib/libc/db/btree/bt_utils.c
/freebsd-11-stable/lib/libc/db/btree/btree.h
/freebsd-11-stable/lib/libc/db/btree/extern.h
/freebsd-11-stable/lib/libc/db/db/db.c
/freebsd-11-stable/lib/libc/db/hash/extern.h
/freebsd-11-stable/lib/libc/db/hash/hash.c
/freebsd-11-stable/lib/libc/db/hash/hash.h
/freebsd-11-stable/lib/libc/db/hash/hash_bigkey.c
/freebsd-11-stable/lib/libc/db/hash/hash_buf.c
/freebsd-11-stable/lib/libc/db/hash/hash_func.c
/freebsd-11-stable/lib/libc/db/hash/hash_log2.c
/freebsd-11-stable/lib/libc/db/hash/hash_page.c
/freebsd-11-stable/lib/libc/db/hash/ndbm.c
/freebsd-11-stable/lib/libc/db/hash/page.h
/freebsd-11-stable/lib/libc/db/mpool/mpool-compat.c
/freebsd-11-stable/lib/libc/db/mpool/mpool.c
/freebsd-11-stable/lib/libc/db/recno/extern.h
/freebsd-11-stable/lib/libc/db/recno/rec_close.c
/freebsd-11-stable/lib/libc/db/recno/rec_delete.c
/freebsd-11-stable/lib/libc/db/recno/rec_get.c
/freebsd-11-stable/lib/libc/db/recno/rec_open.c
/freebsd-11-stable/lib/libc/db/recno/rec_put.c
/freebsd-11-stable/lib/libc/db/recno/rec_search.c
/freebsd-11-stable/lib/libc/db/recno/rec_seq.c
/freebsd-11-stable/lib/libc/db/recno/rec_utils.c
/freebsd-11-stable/lib/libc/db/recno/recno.h
/freebsd-11-stable/lib/libc/db/test/btree.tests/main.c
/freebsd-11-stable/lib/libc/db/test/dbtest.c
/freebsd-11-stable/lib/libc/db/test/hash.tests/driver2.c
/freebsd-11-stable/lib/libc/db/test/hash.tests/tcreat3.c
/freebsd-11-stable/lib/libc/db/test/hash.tests/tdel.c
/freebsd-11-stable/lib/libc/db/test/hash.tests/thash4.c
/freebsd-11-stable/lib/libc/db/test/hash.tests/tread2.c
/freebsd-11-stable/lib/libc/db/test/hash.tests/tseq.c
/freebsd-11-stable/lib/libc/db/test/hash.tests/tverify.c
/freebsd-11-stable/lib/libc/gdtoa/_hdtoa.c
/freebsd-11-stable/lib/libc/gdtoa/_hldtoa.c
/freebsd-11-stable/lib/libc/gdtoa/_ldtoa.c
/freebsd-11-stable/lib/libc/gdtoa/machdep_ldisQ.c
/freebsd-11-stable/lib/libc/gdtoa/machdep_ldisd.c
/freebsd-11-stable/lib/libc/gdtoa/machdep_ldisx.c
/freebsd-11-stable/lib/libc/gen/__getosreldate.c
/freebsd-11-stable/lib/libc/gen/__xuname.c
/freebsd-11-stable/lib/libc/gen/_once_stub.c
/freebsd-11-stable/lib/libc/gen/_pthread_stubs.c
/freebsd-11-stable/lib/libc/gen/_spinlock_stub.c
/freebsd-11-stable/lib/libc/gen/_thread_init.c
/freebsd-11-stable/lib/libc/gen/alarm.c
/freebsd-11-stable/lib/libc/gen/assert.c
/freebsd-11-stable/lib/libc/gen/auxv.c
/freebsd-11-stable/lib/libc/gen/cap_sandboxed.c
/freebsd-11-stable/lib/libc/gen/clock.c
/freebsd-11-stable/lib/libc/gen/clock_getcpuclockid.c
/freebsd-11-stable/lib/libc/gen/closedir.c
/freebsd-11-stable/lib/libc/gen/confstr.c
/freebsd-11-stable/lib/libc/gen/crypt.c
/freebsd-11-stable/lib/libc/gen/ctermid.c
/freebsd-11-stable/lib/libc/gen/daemon.c
/freebsd-11-stable/lib/libc/gen/devname.c
/freebsd-11-stable/lib/libc/gen/dirfd.c
/freebsd-11-stable/lib/libc/gen/disklabel.c
/freebsd-11-stable/lib/libc/gen/dlfcn.c
/freebsd-11-stable/lib/libc/gen/dup3.c
/freebsd-11-stable/lib/libc/gen/elf_utils.c
/freebsd-11-stable/lib/libc/gen/err.c
/freebsd-11-stable/lib/libc/gen/errlst.c
/freebsd-11-stable/lib/libc/gen/errno.c
/freebsd-11-stable/lib/libc/gen/exec.c
/freebsd-11-stable/lib/libc/gen/fdevname.c
/freebsd-11-stable/lib/libc/gen/feature_present.c
/freebsd-11-stable/lib/libc/gen/fmtcheck.c
/freebsd-11-stable/lib/libc/gen/fmtmsg.c
/freebsd-11-stable/lib/libc/gen/fnmatch.c
/freebsd-11-stable/lib/libc/gen/fpclassify.c
/freebsd-11-stable/lib/libc/gen/frexp.c
/freebsd-11-stable/lib/libc/gen/fstab.c
/freebsd-11-stable/lib/libc/gen/ftok.c
/freebsd-11-stable/lib/libc/gen/fts-compat.c
/freebsd-11-stable/lib/libc/gen/fts-compat.h
/freebsd-11-stable/lib/libc/gen/fts.c
/freebsd-11-stable/lib/libc/gen/gen-private.h
/freebsd-11-stable/lib/libc/gen/getbootfile.c
/freebsd-11-stable/lib/libc/gen/getbsize.c
/freebsd-11-stable/lib/libc/gen/getcap.c
/freebsd-11-stable/lib/libc/gen/getcwd.c
/freebsd-11-stable/lib/libc/gen/getdomainname.c
/freebsd-11-stable/lib/libc/gen/getgrent.c
/freebsd-11-stable/lib/libc/gen/getgrouplist.c
/freebsd-11-stable/lib/libc/gen/gethostname.c
/freebsd-11-stable/lib/libc/gen/getloadavg.c
/freebsd-11-stable/lib/libc/gen/getlogin.c
/freebsd-11-stable/lib/libc/gen/getmntinfo.c
/freebsd-11-stable/lib/libc/gen/getnetgrent.c
/freebsd-11-stable/lib/libc/gen/getosreldate.c
/freebsd-11-stable/lib/libc/gen/getpagesize.c
/freebsd-11-stable/lib/libc/gen/getpagesizes.c
/freebsd-11-stable/lib/libc/gen/getpeereid.c
/freebsd-11-stable/lib/libc/gen/getpwent.c
/freebsd-11-stable/lib/libc/gen/getttyent.c
/freebsd-11-stable/lib/libc/gen/getusershell.c
/freebsd-11-stable/lib/libc/gen/getutxent.c
/freebsd-11-stable/lib/libc/gen/getvfsbyname.c
/freebsd-11-stable/lib/libc/gen/glob.c
/freebsd-11-stable/lib/libc/gen/initgroups.c
/freebsd-11-stable/lib/libc/gen/isatty.c
/freebsd-11-stable/lib/libc/gen/isinf.c
/freebsd-11-stable/lib/libc/gen/isnan.c
/freebsd-11-stable/lib/libc/gen/libc_dlopen.c
/freebsd-11-stable/lib/libc/gen/lockf.c
/freebsd-11-stable/lib/libc/gen/nice.c
/freebsd-11-stable/lib/libc/gen/nlist.c
/freebsd-11-stable/lib/libc/gen/opendir.c
/freebsd-11-stable/lib/libc/gen/pause.c
/freebsd-11-stable/lib/libc/gen/popen.c
/freebsd-11-stable/lib/libc/gen/posix_spawn.c
/freebsd-11-stable/lib/libc/gen/psignal.c
/freebsd-11-stable/lib/libc/gen/pututxline.c
/freebsd-11-stable/lib/libc/gen/pw_scan.c
/freebsd-11-stable/lib/libc/gen/pw_scan.h
/freebsd-11-stable/lib/libc/gen/raise.c
/freebsd-11-stable/lib/libc/gen/readdir.c
/freebsd-11-stable/lib/libc/gen/rewinddir.c
/freebsd-11-stable/lib/libc/gen/scandir.c
/freebsd-11-stable/lib/libc/gen/seekdir.c
/freebsd-11-stable/lib/libc/gen/sem.c
/freebsd-11-stable/lib/libc/gen/sem_new.c
/freebsd-11-stable/lib/libc/gen/semctl.c
/freebsd-11-stable/lib/libc/gen/setdomainname.c
/freebsd-11-stable/lib/libc/gen/sethostname.c
/freebsd-11-stable/lib/libc/gen/setjmperr.c
/freebsd-11-stable/lib/libc/gen/setmode.c
/freebsd-11-stable/lib/libc/gen/siginterrupt.c
/freebsd-11-stable/lib/libc/gen/siglist.c
/freebsd-11-stable/lib/libc/gen/signal.c
/freebsd-11-stable/lib/libc/gen/sigsetops.c
/freebsd-11-stable/lib/libc/gen/sleep.c
/freebsd-11-stable/lib/libc/gen/stringlist.c
/freebsd-11-stable/lib/libc/gen/strtofflags.c
/freebsd-11-stable/lib/libc/gen/sysconf.c
/freebsd-11-stable/lib/libc/gen/sysctl.c
/freebsd-11-stable/lib/libc/gen/sysctlnametomib.c
/freebsd-11-stable/lib/libc/gen/syslog.c
/freebsd-11-stable/lib/libc/gen/telldir.c
/freebsd-11-stable/lib/libc/gen/telldir.h
/freebsd-11-stable/lib/libc/gen/termios.c
/freebsd-11-stable/lib/libc/gen/time.c
/freebsd-11-stable/lib/libc/gen/times.c
/freebsd-11-stable/lib/libc/gen/timezone.c
/freebsd-11-stable/lib/libc/gen/tls.c
/freebsd-11-stable/lib/libc/gen/ttyname.c
/freebsd-11-stable/lib/libc/gen/ttyslot.c
/freebsd-11-stable/lib/libc/gen/ualarm.c
/freebsd-11-stable/lib/libc/gen/ulimit.c
/freebsd-11-stable/lib/libc/gen/uname.c
/freebsd-11-stable/lib/libc/gen/unvis-compat.c
/freebsd-11-stable/lib/libc/gen/usleep.c
/freebsd-11-stable/lib/libc/gen/utime.c
/freebsd-11-stable/lib/libc/gen/utxdb.c
/freebsd-11-stable/lib/libc/gen/utxdb.h
/freebsd-11-stable/lib/libc/gen/valloc.c
/freebsd-11-stable/lib/libc/gen/wait.c
/freebsd-11-stable/lib/libc/gen/wait3.c
/freebsd-11-stable/lib/libc/gen/waitid.c
/freebsd-11-stable/lib/libc/gen/waitpid.c
/freebsd-11-stable/lib/libc/gen/wordexp.c
/freebsd-11-stable/lib/libc/gmon/gmon.c
/freebsd-11-stable/lib/libc/gmon/mcount.c
/freebsd-11-stable/lib/libc/i386/SYS.h
/freebsd-11-stable/lib/libc/i386/_fpmath.h
/freebsd-11-stable/lib/libc/i386/gen/_set_tp.c
/freebsd-11-stable/lib/libc/i386/gen/getcontextx.c
/freebsd-11-stable/lib/libc/i386/gen/makecontext.c
/freebsd-11-stable/lib/libc/i386/gen/signalcontext.c
/freebsd-11-stable/lib/libc/i386/sys/i386_clr_watch.c
/freebsd-11-stable/lib/libc/i386/sys/i386_get_fsbase.c
/freebsd-11-stable/lib/libc/i386/sys/i386_get_gsbase.c
/freebsd-11-stable/lib/libc/i386/sys/i386_get_ioperm.c
/freebsd-11-stable/lib/libc/i386/sys/i386_get_ldt.c
/freebsd-11-stable/lib/libc/i386/sys/i386_set_fsbase.c
/freebsd-11-stable/lib/libc/i386/sys/i386_set_gsbase.c
/freebsd-11-stable/lib/libc/i386/sys/i386_set_ioperm.c
/freebsd-11-stable/lib/libc/i386/sys/i386_set_ldt.c
/freebsd-11-stable/lib/libc/i386/sys/i386_set_watch.c
/freebsd-11-stable/lib/libc/i386/sys/i386_vm86.c
/freebsd-11-stable/lib/libc/iconv/__iconv.c
/freebsd-11-stable/lib/libc/iconv/__iconv_free_list.c
/freebsd-11-stable/lib/libc/iconv/__iconv_get_list.c
/freebsd-11-stable/lib/libc/iconv/_strtol.h
/freebsd-11-stable/lib/libc/iconv/_strtoul.h
/freebsd-11-stable/lib/libc/iconv/bsd_iconv.c
/freebsd-11-stable/lib/libc/iconv/citrus_aliasname_local.h
/freebsd-11-stable/lib/libc/iconv/citrus_bcs.c
/freebsd-11-stable/lib/libc/iconv/citrus_bcs.h
/freebsd-11-stable/lib/libc/iconv/citrus_bcs_strtol.c
/freebsd-11-stable/lib/libc/iconv/citrus_bcs_strtoul.c
/freebsd-11-stable/lib/libc/iconv/citrus_csmapper.c
/freebsd-11-stable/lib/libc/iconv/citrus_csmapper.h
/freebsd-11-stable/lib/libc/iconv/citrus_db.c
/freebsd-11-stable/lib/libc/iconv/citrus_db.h
/freebsd-11-stable/lib/libc/iconv/citrus_db_factory.c
/freebsd-11-stable/lib/libc/iconv/citrus_db_factory.h
/freebsd-11-stable/lib/libc/iconv/citrus_db_file.h
/freebsd-11-stable/lib/libc/iconv/citrus_db_hash.c
/freebsd-11-stable/lib/libc/iconv/citrus_db_hash.h
/freebsd-11-stable/lib/libc/iconv/citrus_esdb.c
/freebsd-11-stable/lib/libc/iconv/citrus_esdb.h
/freebsd-11-stable/lib/libc/iconv/citrus_esdb_file.h
/freebsd-11-stable/lib/libc/iconv/citrus_fix_grouping.h
/freebsd-11-stable/lib/libc/iconv/citrus_hash.c
/freebsd-11-stable/lib/libc/iconv/citrus_hash.h
/freebsd-11-stable/lib/libc/iconv/citrus_iconv.c
/freebsd-11-stable/lib/libc/iconv/citrus_iconv.h
/freebsd-11-stable/lib/libc/iconv/citrus_iconv_local.h
/freebsd-11-stable/lib/libc/iconv/citrus_lock.h
/freebsd-11-stable/lib/libc/iconv/citrus_lookup.c
/freebsd-11-stable/lib/libc/iconv/citrus_lookup.h
/freebsd-11-stable/lib/libc/iconv/citrus_lookup_factory.c
/freebsd-11-stable/lib/libc/iconv/citrus_lookup_factory.h
/freebsd-11-stable/lib/libc/iconv/citrus_lookup_file.h
/freebsd-11-stable/lib/libc/iconv/citrus_mapper.c
/freebsd-11-stable/lib/libc/iconv/citrus_mapper.h
/freebsd-11-stable/lib/libc/iconv/citrus_mapper_local.h
/freebsd-11-stable/lib/libc/iconv/citrus_memstream.c
/freebsd-11-stable/lib/libc/iconv/citrus_memstream.h
/freebsd-11-stable/lib/libc/iconv/citrus_mmap.c
/freebsd-11-stable/lib/libc/iconv/citrus_mmap.h
/freebsd-11-stable/lib/libc/iconv/citrus_module.c
/freebsd-11-stable/lib/libc/iconv/citrus_module.h
/freebsd-11-stable/lib/libc/iconv/citrus_namespace.h
/freebsd-11-stable/lib/libc/iconv/citrus_none.c
/freebsd-11-stable/lib/libc/iconv/citrus_none.h
/freebsd-11-stable/lib/libc/iconv/citrus_pivot_factory.c
/freebsd-11-stable/lib/libc/iconv/citrus_pivot_factory.h
/freebsd-11-stable/lib/libc/iconv/citrus_pivot_file.h
/freebsd-11-stable/lib/libc/iconv/citrus_prop.c
/freebsd-11-stable/lib/libc/iconv/citrus_prop.h
/freebsd-11-stable/lib/libc/iconv/citrus_region.h
/freebsd-11-stable/lib/libc/iconv/citrus_stdenc.c
/freebsd-11-stable/lib/libc/iconv/citrus_stdenc.h
/freebsd-11-stable/lib/libc/iconv/citrus_stdenc_local.h
/freebsd-11-stable/lib/libc/iconv/citrus_stdenc_template.h
/freebsd-11-stable/lib/libc/iconv/citrus_types.h
/freebsd-11-stable/lib/libc/iconv/iconv-internal.h
/freebsd-11-stable/lib/libc/iconv/iconv.c
/freebsd-11-stable/lib/libc/iconv/iconv_canonicalize.c
/freebsd-11-stable/lib/libc/iconv/iconv_close.c
/freebsd-11-stable/lib/libc/iconv/iconv_compat.c
/freebsd-11-stable/lib/libc/iconv/iconv_open.c
/freebsd-11-stable/lib/libc/iconv/iconv_open_into.c
/freebsd-11-stable/lib/libc/iconv/iconv_set_relocation_prefix.c
/freebsd-11-stable/lib/libc/iconv/iconvctl.c
/freebsd-11-stable/lib/libc/iconv/iconvlist.c
/freebsd-11-stable/lib/libc/include/compat.h
/freebsd-11-stable/lib/libc/include/errlst.h
/freebsd-11-stable/lib/libc/include/fpmath.h
/freebsd-11-stable/lib/libc/include/libc_private.h
/freebsd-11-stable/lib/libc/include/namespace.h
/freebsd-11-stable/lib/libc/include/nscache.h
/freebsd-11-stable/lib/libc/include/nscachedcli.h
/freebsd-11-stable/lib/libc/include/nss_tls.h
/freebsd-11-stable/lib/libc/include/reentrant.h
/freebsd-11-stable/lib/libc/include/spinlock.h
/freebsd-11-stable/lib/libc/include/un-namespace.h
/freebsd-11-stable/lib/libc/inet/inet_addr.c
/freebsd-11-stable/lib/libc/inet/inet_lnaof.c
/freebsd-11-stable/lib/libc/inet/inet_makeaddr.c
/freebsd-11-stable/lib/libc/inet/inet_netof.c
/freebsd-11-stable/lib/libc/inet/inet_network.c
/freebsd-11-stable/lib/libc/inet/inet_ntoa.c
/freebsd-11-stable/lib/libc/locale/ascii.c
/freebsd-11-stable/lib/libc/locale/btowc.c
/freebsd-11-stable/lib/libc/locale/c16rtomb.c
/freebsd-11-stable/lib/libc/locale/c32rtomb.c
/freebsd-11-stable/lib/libc/locale/cXXrtomb_iconv.h
/freebsd-11-stable/lib/libc/locale/collate.c
/freebsd-11-stable/lib/libc/locale/collate.h
/freebsd-11-stable/lib/libc/locale/collcmp.c
/freebsd-11-stable/lib/libc/locale/ctype.c
/freebsd-11-stable/lib/libc/locale/euc.c
/freebsd-11-stable/lib/libc/locale/fix_grouping.c
/freebsd-11-stable/lib/libc/locale/gb18030.c
/freebsd-11-stable/lib/libc/locale/gb2312.c
/freebsd-11-stable/lib/libc/locale/gbk.c
/freebsd-11-stable/lib/libc/locale/isctype.c
/freebsd-11-stable/lib/libc/locale/iswctype.c
/freebsd-11-stable/lib/libc/locale/ldpart.c
/freebsd-11-stable/lib/libc/locale/ldpart.h
/freebsd-11-stable/lib/libc/locale/lmessages.c
/freebsd-11-stable/lib/libc/locale/lmessages.h
/freebsd-11-stable/lib/libc/locale/lmonetary.c
/freebsd-11-stable/lib/libc/locale/lmonetary.h
/freebsd-11-stable/lib/libc/locale/lnumeric.c
/freebsd-11-stable/lib/libc/locale/lnumeric.h
/freebsd-11-stable/lib/libc/locale/localeconv.c
/freebsd-11-stable/lib/libc/locale/mblen.c
/freebsd-11-stable/lib/libc/locale/mblocal.h
/freebsd-11-stable/lib/libc/locale/mbrlen.c
/freebsd-11-stable/lib/libc/locale/mbrtoc16.c
/freebsd-11-stable/lib/libc/locale/mbrtoc32.c
/freebsd-11-stable/lib/libc/locale/mbrtocXX_iconv.h
/freebsd-11-stable/lib/libc/locale/mbrtowc.c
/freebsd-11-stable/lib/libc/locale/mbsinit.c
/freebsd-11-stable/lib/libc/locale/mbsnrtowcs.c
/freebsd-11-stable/lib/libc/locale/mbsrtowcs.c
/freebsd-11-stable/lib/libc/locale/mbstowcs.c
/freebsd-11-stable/lib/libc/locale/mbtowc.c
/freebsd-11-stable/lib/libc/locale/mskanji.c
/freebsd-11-stable/lib/libc/locale/nextwctype.c
/freebsd-11-stable/lib/libc/locale/nl_langinfo.c
/freebsd-11-stable/lib/libc/locale/none.c
/freebsd-11-stable/lib/libc/locale/rpmatch.c
/freebsd-11-stable/lib/libc/locale/rune.c
/freebsd-11-stable/lib/libc/locale/runefile.h
/freebsd-11-stable/lib/libc/locale/runetype.c
/freebsd-11-stable/lib/libc/locale/setlocale.c
/freebsd-11-stable/lib/libc/locale/setlocale.h
/freebsd-11-stable/lib/libc/locale/setrunelocale.c
/freebsd-11-stable/lib/libc/locale/table.c
/freebsd-11-stable/lib/libc/locale/tolower.c
/freebsd-11-stable/lib/libc/locale/toupper.c
/freebsd-11-stable/lib/libc/locale/utf8.c
/freebsd-11-stable/lib/libc/locale/wcrtomb.c
/freebsd-11-stable/lib/libc/locale/wcsftime.c
/freebsd-11-stable/lib/libc/locale/wcsnrtombs.c
/freebsd-11-stable/lib/libc/locale/wcsrtombs.c
/freebsd-11-stable/lib/libc/locale/wcstod.c
/freebsd-11-stable/lib/libc/locale/wcstof.c
/freebsd-11-stable/lib/libc/locale/wcstoimax.c
/freebsd-11-stable/lib/libc/locale/wcstol.c
/freebsd-11-stable/lib/libc/locale/wcstold.c
/freebsd-11-stable/lib/libc/locale/wcstoll.c
/freebsd-11-stable/lib/libc/locale/wcstombs.c
/freebsd-11-stable/lib/libc/locale/wcstoul.c
/freebsd-11-stable/lib/libc/locale/wcstoull.c
/freebsd-11-stable/lib/libc/locale/wcstoumax.c
/freebsd-11-stable/lib/libc/locale/wctob.c
/freebsd-11-stable/lib/libc/locale/wctomb.c
/freebsd-11-stable/lib/libc/locale/wctrans.c
/freebsd-11-stable/lib/libc/locale/wctype.c
/freebsd-11-stable/lib/libc/locale/wcwidth.c
/freebsd-11-stable/lib/libc/locale/xlocale.c
/freebsd-11-stable/lib/libc/locale/xlocale_private.h
/freebsd-11-stable/lib/libc/mips/SYS.h
/freebsd-11-stable/lib/libc/mips/_fpmath.h
/freebsd-11-stable/lib/libc/mips/gen/_set_tp.c
/freebsd-11-stable/lib/libc/mips/gen/fabs.c
/freebsd-11-stable/lib/libc/mips/gen/longjmp.c
/freebsd-11-stable/lib/libc/mips/gen/makecontext.c
/freebsd-11-stable/lib/libc/mips/gen/signalcontext.c
/freebsd-11-stable/lib/libc/net/ether_addr.c
/freebsd-11-stable/lib/libc/net/gai_strerror.c
/freebsd-11-stable/lib/libc/net/getaddrinfo.c
/freebsd-11-stable/lib/libc/net/gethostbydns.c
/freebsd-11-stable/lib/libc/net/gethostbyht.c
/freebsd-11-stable/lib/libc/net/gethostbynis.c
/freebsd-11-stable/lib/libc/net/gethostnamadr.c
/freebsd-11-stable/lib/libc/net/getifmaddrs.c
/freebsd-11-stable/lib/libc/net/getnameinfo.c
/freebsd-11-stable/lib/libc/net/getnetbydns.c
/freebsd-11-stable/lib/libc/net/getnetbyht.c
/freebsd-11-stable/lib/libc/net/getnetbynis.c
/freebsd-11-stable/lib/libc/net/getnetnamadr.c
/freebsd-11-stable/lib/libc/net/getproto.c
/freebsd-11-stable/lib/libc/net/getprotoent.c
/freebsd-11-stable/lib/libc/net/getprotoname.c
/freebsd-11-stable/lib/libc/net/getservent.c
/freebsd-11-stable/lib/libc/net/ip6opt.c
/freebsd-11-stable/lib/libc/net/linkaddr.c
/freebsd-11-stable/lib/libc/net/map_v4v6.c
/freebsd-11-stable/lib/libc/net/name6.c
/freebsd-11-stable/lib/libc/net/netdb_private.h
/freebsd-11-stable/lib/libc/net/nscache.c
/freebsd-11-stable/lib/libc/net/nscachedcli.c
/freebsd-11-stable/lib/libc/net/nsdispatch.c
/freebsd-11-stable/lib/libc/net/nslexer.l
/freebsd-11-stable/lib/libc/net/nsparser.y
/freebsd-11-stable/lib/libc/net/nss_backends.h
/freebsd-11-stable/lib/libc/net/nss_compat.c
/freebsd-11-stable/lib/libc/net/ntoh.c
/freebsd-11-stable/lib/libc/net/rcmd.c
/freebsd-11-stable/lib/libc/net/rcmdsh.c
/freebsd-11-stable/lib/libc/net/recv.c
/freebsd-11-stable/lib/libc/net/rthdr.c
/freebsd-11-stable/lib/libc/net/sctp_sys_calls.c
/freebsd-11-stable/lib/libc/net/send.c
/freebsd-11-stable/lib/libc/net/sockatmark.c
/freebsd-11-stable/lib/libc/net/sourcefilter.c
/freebsd-11-stable/lib/libc/net/vars.c
/freebsd-11-stable/lib/libc/posix1e/acl_branding.c
/freebsd-11-stable/lib/libc/posix1e/acl_calc_mask.c
/freebsd-11-stable/lib/libc/posix1e/acl_compat.c
/freebsd-11-stable/lib/libc/posix1e/acl_copy.c
/freebsd-11-stable/lib/libc/posix1e/acl_delete.c
/freebsd-11-stable/lib/libc/posix1e/acl_delete_entry.c
/freebsd-11-stable/lib/libc/posix1e/acl_entry.c
/freebsd-11-stable/lib/libc/posix1e/acl_flag.c
/freebsd-11-stable/lib/libc/posix1e/acl_free.c
/freebsd-11-stable/lib/libc/posix1e/acl_from_text.c
/freebsd-11-stable/lib/libc/posix1e/acl_from_text_nfs4.c
/freebsd-11-stable/lib/libc/posix1e/acl_get.c
/freebsd-11-stable/lib/libc/posix1e/acl_id_to_name.c
/freebsd-11-stable/lib/libc/posix1e/acl_init.c
/freebsd-11-stable/lib/libc/posix1e/acl_perm.c
/freebsd-11-stable/lib/libc/posix1e/acl_set.c
/freebsd-11-stable/lib/libc/posix1e/acl_strip.c
/freebsd-11-stable/lib/libc/posix1e/acl_support.c
/freebsd-11-stable/lib/libc/posix1e/acl_support.h
/freebsd-11-stable/lib/libc/posix1e/acl_support_nfs4.c
/freebsd-11-stable/lib/libc/posix1e/acl_to_text.c
/freebsd-11-stable/lib/libc/posix1e/acl_to_text_nfs4.c
/freebsd-11-stable/lib/libc/posix1e/acl_valid.c
/freebsd-11-stable/lib/libc/posix1e/extattr.c
/freebsd-11-stable/lib/libc/posix1e/mac.c
/freebsd-11-stable/lib/libc/posix1e/mac_exec.c
/freebsd-11-stable/lib/libc/posix1e/mac_get.c
/freebsd-11-stable/lib/libc/posix1e/mac_set.c
/freebsd-11-stable/lib/libc/powerpc/SYS.h
/freebsd-11-stable/lib/libc/powerpc/_fpmath.h
/freebsd-11-stable/lib/libc/powerpc/gen/_set_tp.c
/freebsd-11-stable/lib/libc/powerpc/gen/flt_rounds.c
/freebsd-11-stable/lib/libc/powerpc/gen/fpgetmask.c
/freebsd-11-stable/lib/libc/powerpc/gen/fpgetround.c
/freebsd-11-stable/lib/libc/powerpc/gen/fpgetsticky.c
/freebsd-11-stable/lib/libc/powerpc/gen/fpsetmask.c
/freebsd-11-stable/lib/libc/powerpc/gen/fpsetround.c
/freebsd-11-stable/lib/libc/powerpc/gen/makecontext.c
/freebsd-11-stable/lib/libc/powerpc/gen/signalcontext.c
/freebsd-11-stable/lib/libc/powerpc/gen/syncicache.c
/freebsd-11-stable/lib/libc/powerpc64/SYS.h
/freebsd-11-stable/lib/libc/powerpc64/_fpmath.h
/freebsd-11-stable/lib/libc/powerpc64/gen/_set_tp.c
/freebsd-11-stable/lib/libc/powerpc64/gen/flt_rounds.c
/freebsd-11-stable/lib/libc/powerpc64/gen/fpgetmask.c
/freebsd-11-stable/lib/libc/powerpc64/gen/fpgetround.c
/freebsd-11-stable/lib/libc/powerpc64/gen/fpgetsticky.c
/freebsd-11-stable/lib/libc/powerpc64/gen/fpsetmask.c
/freebsd-11-stable/lib/libc/powerpc64/gen/fpsetround.c
/freebsd-11-stable/lib/libc/powerpc64/gen/makecontext.c
/freebsd-11-stable/lib/libc/powerpc64/gen/signalcontext.c
/freebsd-11-stable/lib/libc/powerpc64/gen/syncicache.c
/freebsd-11-stable/lib/libc/quad/TESTS/divrem.c
/freebsd-11-stable/lib/libc/quad/TESTS/mul.c
/freebsd-11-stable/lib/libc/quad/adddi3.c
/freebsd-11-stable/lib/libc/quad/anddi3.c
/freebsd-11-stable/lib/libc/quad/ashldi3.c
/freebsd-11-stable/lib/libc/quad/ashrdi3.c
/freebsd-11-stable/lib/libc/quad/cmpdi2.c
/freebsd-11-stable/lib/libc/quad/divdi3.c
/freebsd-11-stable/lib/libc/quad/fixdfdi.c
/freebsd-11-stable/lib/libc/quad/fixsfdi.c
/freebsd-11-stable/lib/libc/quad/fixunsdfdi.c
/freebsd-11-stable/lib/libc/quad/fixunssfdi.c
/freebsd-11-stable/lib/libc/quad/floatdidf.c
/freebsd-11-stable/lib/libc/quad/floatdisf.c
/freebsd-11-stable/lib/libc/quad/floatunsdidf.c
/freebsd-11-stable/lib/libc/quad/iordi3.c
/freebsd-11-stable/lib/libc/quad/lshldi3.c
/freebsd-11-stable/lib/libc/quad/lshrdi3.c
/freebsd-11-stable/lib/libc/quad/moddi3.c
/freebsd-11-stable/lib/libc/quad/muldi3.c
/freebsd-11-stable/lib/libc/quad/negdi2.c
/freebsd-11-stable/lib/libc/quad/notdi2.c
/freebsd-11-stable/lib/libc/quad/qdivrem.c
/freebsd-11-stable/lib/libc/quad/quad.h
/freebsd-11-stable/lib/libc/quad/subdi3.c
/freebsd-11-stable/lib/libc/quad/ucmpdi2.c
/freebsd-11-stable/lib/libc/quad/udivdi3.c
/freebsd-11-stable/lib/libc/quad/umoddi3.c
/freebsd-11-stable/lib/libc/quad/xordi3.c
/freebsd-11-stable/lib/libc/regex/cname.h
/freebsd-11-stable/lib/libc/regex/engine.c
/freebsd-11-stable/lib/libc/regex/regcomp.c
/freebsd-11-stable/lib/libc/regex/regerror.c
/freebsd-11-stable/lib/libc/regex/regex2.h
/freebsd-11-stable/lib/libc/regex/regexec.c
/freebsd-11-stable/lib/libc/regex/regfree.c
/freebsd-11-stable/lib/libc/regex/utils.h
/freebsd-11-stable/lib/libc/resolv/h_errno.c
/freebsd-11-stable/lib/libc/resolv/herror.c
/freebsd-11-stable/lib/libc/resolv/res_comp.c
/freebsd-11-stable/lib/libc/resolv/res_debug.c
/freebsd-11-stable/lib/libc/resolv/res_init.c
/freebsd-11-stable/lib/libc/resolv/res_mkquery.c
/freebsd-11-stable/lib/libc/resolv/res_query.c
/freebsd-11-stable/lib/libc/resolv/res_send.c
/freebsd-11-stable/lib/libc/resolv/res_state.c
/freebsd-11-stable/lib/libc/rpc/auth_des.c
/freebsd-11-stable/lib/libc/rpc/auth_none.c
/freebsd-11-stable/lib/libc/rpc/auth_unix.c
/freebsd-11-stable/lib/libc/rpc/authdes_prot.c
/freebsd-11-stable/lib/libc/rpc/authunix_prot.c
/freebsd-11-stable/lib/libc/rpc/bindresvport.c
/freebsd-11-stable/lib/libc/rpc/clnt_bcast.c
/freebsd-11-stable/lib/libc/rpc/clnt_dg.c
/freebsd-11-stable/lib/libc/rpc/clnt_generic.c
/freebsd-11-stable/lib/libc/rpc/clnt_perror.c
/freebsd-11-stable/lib/libc/rpc/clnt_raw.c
/freebsd-11-stable/lib/libc/rpc/clnt_simple.c
/freebsd-11-stable/lib/libc/rpc/clnt_vc.c
/freebsd-11-stable/lib/libc/rpc/crypt_client.c
/freebsd-11-stable/lib/libc/rpc/des_crypt.c
/freebsd-11-stable/lib/libc/rpc/des_soft.c
/freebsd-11-stable/lib/libc/rpc/getnetconfig.c
/freebsd-11-stable/lib/libc/rpc/getnetpath.c
/freebsd-11-stable/lib/libc/rpc/getpublickey.c
/freebsd-11-stable/lib/libc/rpc/getrpcent.c
/freebsd-11-stable/lib/libc/rpc/getrpcport.c
/freebsd-11-stable/lib/libc/rpc/key_call.c
/freebsd-11-stable/lib/libc/rpc/key_prot_xdr.c
/freebsd-11-stable/lib/libc/rpc/mt_misc.h
/freebsd-11-stable/lib/libc/rpc/netname.c
/freebsd-11-stable/lib/libc/rpc/netnamer.c
/freebsd-11-stable/lib/libc/rpc/pmap_clnt.c
/freebsd-11-stable/lib/libc/rpc/pmap_getmaps.c
/freebsd-11-stable/lib/libc/rpc/pmap_getport.c
/freebsd-11-stable/lib/libc/rpc/pmap_prot.c
/freebsd-11-stable/lib/libc/rpc/pmap_prot2.c
/freebsd-11-stable/lib/libc/rpc/pmap_rmt.c
/freebsd-11-stable/lib/libc/rpc/rpc_callmsg.c
/freebsd-11-stable/lib/libc/rpc/rpc_com.h
/freebsd-11-stable/lib/libc/rpc/rpc_commondata.c
/freebsd-11-stable/lib/libc/rpc/rpc_dtablesize.c
/freebsd-11-stable/lib/libc/rpc/rpc_generic.c
/freebsd-11-stable/lib/libc/rpc/rpc_prot.c
/freebsd-11-stable/lib/libc/rpc/rpc_soc.c
/freebsd-11-stable/lib/libc/rpc/rpcb_clnt.c
/freebsd-11-stable/lib/libc/rpc/rpcb_prot.c
/freebsd-11-stable/lib/libc/rpc/rpcb_st_xdr.c
/freebsd-11-stable/lib/libc/rpc/rpcdname.c
/freebsd-11-stable/lib/libc/rpc/rpcsec_gss_stub.c
/freebsd-11-stable/lib/libc/rpc/rtime.c
/freebsd-11-stable/lib/libc/rpc/svc.c
/freebsd-11-stable/lib/libc/rpc/svc_auth.c
/freebsd-11-stable/lib/libc/rpc/svc_auth_des.c
/freebsd-11-stable/lib/libc/rpc/svc_auth_unix.c
/freebsd-11-stable/lib/libc/rpc/svc_dg.c
/freebsd-11-stable/lib/libc/rpc/svc_generic.c
/freebsd-11-stable/lib/libc/rpc/svc_raw.c
/freebsd-11-stable/lib/libc/rpc/svc_run.c
/freebsd-11-stable/lib/libc/rpc/svc_simple.c
/freebsd-11-stable/lib/libc/rpc/svc_vc.c
/freebsd-11-stable/lib/libc/softfloat/fpgetmask.c
/freebsd-11-stable/lib/libc/softfloat/fpgetround.c
/freebsd-11-stable/lib/libc/softfloat/fpgetsticky.c
/freebsd-11-stable/lib/libc/softfloat/fpsetmask.c
/freebsd-11-stable/lib/libc/softfloat/fpsetround.c
/freebsd-11-stable/lib/libc/softfloat/fpsetsticky.c
/freebsd-11-stable/lib/libc/sparc64/SYS.h
/freebsd-11-stable/lib/libc/sparc64/_fpmath.h
/freebsd-11-stable/lib/libc/sparc64/fpu/fpu.c
/freebsd-11-stable/lib/libc/sparc64/fpu/fpu_add.c
/freebsd-11-stable/lib/libc/sparc64/fpu/fpu_arith.h
/freebsd-11-stable/lib/libc/sparc64/fpu/fpu_compare.c
/freebsd-11-stable/lib/libc/sparc64/fpu/fpu_emu.h
/freebsd-11-stable/lib/libc/sparc64/fpu/fpu_extern.h
/freebsd-11-stable/lib/libc/sparc64/fpu/fpu_qp.c
/freebsd-11-stable/lib/libc/sparc64/fpu/fpu_reg.h
/freebsd-11-stable/lib/libc/sparc64/gen/_set_tp.c
/freebsd-11-stable/lib/libc/sparc64/gen/makecontext.c
/freebsd-11-stable/lib/libc/sparc64/gen/signalcontext.c
/freebsd-11-stable/lib/libc/sparc64/sys/__sparc_sigtramp_setup.c
/freebsd-11-stable/lib/libc/sparc64/sys/__sparc_utrap.c
/freebsd-11-stable/lib/libc/sparc64/sys/__sparc_utrap_align.c
/freebsd-11-stable/lib/libc/sparc64/sys/__sparc_utrap_emul.c
/freebsd-11-stable/lib/libc/sparc64/sys/__sparc_utrap_install.c
/freebsd-11-stable/lib/libc/sparc64/sys/__sparc_utrap_private.h
/freebsd-11-stable/lib/libc/sparc64/sys/__sparc_utrap_setup.c
/freebsd-11-stable/lib/libc/stdio/_flock_stub.c
/freebsd-11-stable/lib/libc/stdio/asprintf.c
/freebsd-11-stable/lib/libc/stdio/clrerr.c
/freebsd-11-stable/lib/libc/stdio/dprintf.c
/freebsd-11-stable/lib/libc/stdio/fclose.c
/freebsd-11-stable/lib/libc/stdio/fcloseall.c
/freebsd-11-stable/lib/libc/stdio/fdopen.c
/freebsd-11-stable/lib/libc/stdio/feof.c
/freebsd-11-stable/lib/libc/stdio/ferror.c
/freebsd-11-stable/lib/libc/stdio/fflush.c
/freebsd-11-stable/lib/libc/stdio/fgetc.c
/freebsd-11-stable/lib/libc/stdio/fgetln.c
/freebsd-11-stable/lib/libc/stdio/fgetpos.c
/freebsd-11-stable/lib/libc/stdio/fgets.c
/freebsd-11-stable/lib/libc/stdio/fgetwc.c
/freebsd-11-stable/lib/libc/stdio/fgetwln.c
/freebsd-11-stable/lib/libc/stdio/fgetws.c
/freebsd-11-stable/lib/libc/stdio/fileno.c
/freebsd-11-stable/lib/libc/stdio/findfp.c
/freebsd-11-stable/lib/libc/stdio/flags.c
/freebsd-11-stable/lib/libc/stdio/floatio.h
/freebsd-11-stable/lib/libc/stdio/fmemopen.c
/freebsd-11-stable/lib/libc/stdio/fopen.c
/freebsd-11-stable/lib/libc/stdio/fprintf.c
/freebsd-11-stable/lib/libc/stdio/fpurge.c
/freebsd-11-stable/lib/libc/stdio/fputc.c
/freebsd-11-stable/lib/libc/stdio/fputs.c
/freebsd-11-stable/lib/libc/stdio/fputwc.c
/freebsd-11-stable/lib/libc/stdio/fputws.c
/freebsd-11-stable/lib/libc/stdio/fread.c
/freebsd-11-stable/lib/libc/stdio/freopen.c
/freebsd-11-stable/lib/libc/stdio/fscanf.c
/freebsd-11-stable/lib/libc/stdio/fseek.c
/freebsd-11-stable/lib/libc/stdio/fsetpos.c
/freebsd-11-stable/lib/libc/stdio/ftell.c
/freebsd-11-stable/lib/libc/stdio/funopen.c
/freebsd-11-stable/lib/libc/stdio/fvwrite.c
/freebsd-11-stable/lib/libc/stdio/fvwrite.h
/freebsd-11-stable/lib/libc/stdio/fwalk.c
/freebsd-11-stable/lib/libc/stdio/fwide.c
/freebsd-11-stable/lib/libc/stdio/fwprintf.c
/freebsd-11-stable/lib/libc/stdio/fwrite.c
/freebsd-11-stable/lib/libc/stdio/fwscanf.c
/freebsd-11-stable/lib/libc/stdio/getc.c
/freebsd-11-stable/lib/libc/stdio/getchar.c
/freebsd-11-stable/lib/libc/stdio/getdelim.c
/freebsd-11-stable/lib/libc/stdio/getline.c
/freebsd-11-stable/lib/libc/stdio/gets.c
/freebsd-11-stable/lib/libc/stdio/getw.c
/freebsd-11-stable/lib/libc/stdio/getwc.c
/freebsd-11-stable/lib/libc/stdio/getwchar.c
/freebsd-11-stable/lib/libc/stdio/glue.h
/freebsd-11-stable/lib/libc/stdio/local.h
/freebsd-11-stable/lib/libc/stdio/makebuf.c
/freebsd-11-stable/lib/libc/stdio/mktemp.c
/freebsd-11-stable/lib/libc/stdio/open_memstream.c
/freebsd-11-stable/lib/libc/stdio/open_wmemstream.c
/freebsd-11-stable/lib/libc/stdio/perror.c
/freebsd-11-stable/lib/libc/stdio/printf-pos.c
/freebsd-11-stable/lib/libc/stdio/printf.c
/freebsd-11-stable/lib/libc/stdio/printfcommon.h
/freebsd-11-stable/lib/libc/stdio/printflocal.h
/freebsd-11-stable/lib/libc/stdio/putc.c
/freebsd-11-stable/lib/libc/stdio/putchar.c
/freebsd-11-stable/lib/libc/stdio/puts.c
/freebsd-11-stable/lib/libc/stdio/putw.c
/freebsd-11-stable/lib/libc/stdio/putwc.c
/freebsd-11-stable/lib/libc/stdio/putwchar.c
/freebsd-11-stable/lib/libc/stdio/refill.c
/freebsd-11-stable/lib/libc/stdio/remove.c
/freebsd-11-stable/lib/libc/stdio/rewind.c
/freebsd-11-stable/lib/libc/stdio/rget.c
/freebsd-11-stable/lib/libc/stdio/scanf.c
/freebsd-11-stable/lib/libc/stdio/setbuf.c
/freebsd-11-stable/lib/libc/stdio/setbuffer.c
/freebsd-11-stable/lib/libc/stdio/setvbuf.c
/freebsd-11-stable/lib/libc/stdio/snprintf.c
/freebsd-11-stable/lib/libc/stdio/sprintf.c
/freebsd-11-stable/lib/libc/stdio/sscanf.c
/freebsd-11-stable/lib/libc/stdio/stdio.c
/freebsd-11-stable/lib/libc/stdio/swprintf.c
/freebsd-11-stable/lib/libc/stdio/swscanf.c
/freebsd-11-stable/lib/libc/stdio/tempnam.c
/freebsd-11-stable/lib/libc/stdio/tmpfile.c
/freebsd-11-stable/lib/libc/stdio/tmpnam.c
/freebsd-11-stable/lib/libc/stdio/ungetc.c
/freebsd-11-stable/lib/libc/stdio/ungetwc.c
/freebsd-11-stable/lib/libc/stdio/vasprintf.c
/freebsd-11-stable/lib/libc/stdio/vdprintf.c
/freebsd-11-stable/lib/libc/stdio/vfprintf.c
/freebsd-11-stable/lib/libc/stdio/vfscanf.c
/freebsd-11-stable/lib/libc/stdio/vfwprintf.c
/freebsd-11-stable/lib/libc/stdio/vfwscanf.c
/freebsd-11-stable/lib/libc/stdio/vprintf.c
/freebsd-11-stable/lib/libc/stdio/vscanf.c
/freebsd-11-stable/lib/libc/stdio/vsnprintf.c
/freebsd-11-stable/lib/libc/stdio/vsprintf.c
/freebsd-11-stable/lib/libc/stdio/vsscanf.c
/freebsd-11-stable/lib/libc/stdio/vswprintf.c
/freebsd-11-stable/lib/libc/stdio/vswscanf.c
/freebsd-11-stable/lib/libc/stdio/vwprintf.c
/freebsd-11-stable/lib/libc/stdio/vwscanf.c
/freebsd-11-stable/lib/libc/stdio/wbuf.c
/freebsd-11-stable/lib/libc/stdio/wprintf.c
/freebsd-11-stable/lib/libc/stdio/wscanf.c
/freebsd-11-stable/lib/libc/stdio/wsetup.c
/freebsd-11-stable/lib/libc/stdio/xprintf.c
/freebsd-11-stable/lib/libc/stdio/xprintf_errno.c
/freebsd-11-stable/lib/libc/stdio/xprintf_float.c
/freebsd-11-stable/lib/libc/stdio/xprintf_hexdump.c
/freebsd-11-stable/lib/libc/stdio/xprintf_int.c
/freebsd-11-stable/lib/libc/stdio/xprintf_quote.c
/freebsd-11-stable/lib/libc/stdio/xprintf_str.c
/freebsd-11-stable/lib/libc/stdio/xprintf_time.c
/freebsd-11-stable/lib/libc/stdio/xprintf_vis.c
/freebsd-11-stable/lib/libc/stdlib/abort.c
/freebsd-11-stable/lib/libc/stdlib/abs.c
/freebsd-11-stable/lib/libc/stdlib/atexit.c
/freebsd-11-stable/lib/libc/stdlib/atexit.h
/freebsd-11-stable/lib/libc/stdlib/atof.c
/freebsd-11-stable/lib/libc/stdlib/atoi.c
/freebsd-11-stable/lib/libc/stdlib/atol.c
/freebsd-11-stable/lib/libc/stdlib/atoll.c
/freebsd-11-stable/lib/libc/stdlib/bsearch.c
/freebsd-11-stable/lib/libc/stdlib/div.c
/freebsd-11-stable/lib/libc/stdlib/exit.c
/freebsd-11-stable/lib/libc/stdlib/getenv.c
/freebsd-11-stable/lib/libc/stdlib/getopt.c
/freebsd-11-stable/lib/libc/stdlib/getsubopt.c
/freebsd-11-stable/lib/libc/stdlib/hcreate.c
/freebsd-11-stable/lib/libc/stdlib/heapsort.c
/freebsd-11-stable/lib/libc/stdlib/imaxabs.c
/freebsd-11-stable/lib/libc/stdlib/imaxdiv.c
/freebsd-11-stable/lib/libc/stdlib/labs.c
/freebsd-11-stable/lib/libc/stdlib/ldiv.c
/freebsd-11-stable/lib/libc/stdlib/llabs.c
/freebsd-11-stable/lib/libc/stdlib/lldiv.c
/freebsd-11-stable/lib/libc/stdlib/merge.c
/freebsd-11-stable/lib/libc/stdlib/ptsname.c
/freebsd-11-stable/lib/libc/stdlib/qsort.c
/freebsd-11-stable/lib/libc/stdlib/quick_exit.c
/freebsd-11-stable/lib/libc/stdlib/radixsort.c
/freebsd-11-stable/lib/libc/stdlib/rand.c
/freebsd-11-stable/lib/libc/stdlib/random.c
/freebsd-11-stable/lib/libc/stdlib/reallocf.c
/freebsd-11-stable/lib/libc/stdlib/realpath.c
/freebsd-11-stable/lib/libc/stdlib/strfmon.c
/freebsd-11-stable/lib/libc/stdlib/strtoimax.c
/freebsd-11-stable/lib/libc/stdlib/strtol.c
/freebsd-11-stable/lib/libc/stdlib/strtoll.c
/freebsd-11-stable/lib/libc/stdlib/strtoq.c
/freebsd-11-stable/lib/libc/stdlib/strtoul.c
/freebsd-11-stable/lib/libc/stdlib/strtoull.c
/freebsd-11-stable/lib/libc/stdlib/strtoumax.c
/freebsd-11-stable/lib/libc/stdlib/strtouq.c
/freebsd-11-stable/lib/libc/stdlib/system.c
/freebsd-11-stable/lib/libc/stdtime/strptime.c
/freebsd-11-stable/lib/libc/stdtime/timelocal.c
/freebsd-11-stable/lib/libc/stdtime/timelocal.h
/freebsd-11-stable/lib/libc/string/bcmp.c
/freebsd-11-stable/lib/libc/string/bcopy.c
/freebsd-11-stable/lib/libc/string/ffs.c
/freebsd-11-stable/lib/libc/string/ffsl.c
/freebsd-11-stable/lib/libc/string/ffsll.c
/freebsd-11-stable/lib/libc/string/fls.c
/freebsd-11-stable/lib/libc/string/flsl.c
/freebsd-11-stable/lib/libc/string/flsll.c
/freebsd-11-stable/lib/libc/string/memccpy.c
/freebsd-11-stable/lib/libc/string/memchr.c
/freebsd-11-stable/lib/libc/string/memcmp.c
/freebsd-11-stable/lib/libc/string/memmem.c
/freebsd-11-stable/lib/libc/string/memset.c
/freebsd-11-stable/lib/libc/string/stpcpy.c
/freebsd-11-stable/lib/libc/string/stpncpy.c
/freebsd-11-stable/lib/libc/string/strcasecmp.c
/freebsd-11-stable/lib/libc/string/strcasestr.c
/freebsd-11-stable/lib/libc/string/strcat.c
/freebsd-11-stable/lib/libc/string/strchr.c
/freebsd-11-stable/lib/libc/string/strchrnul.c
/freebsd-11-stable/lib/libc/string/strcmp.c
/freebsd-11-stable/lib/libc/string/strcoll.c
/freebsd-11-stable/lib/libc/string/strcpy.c
/freebsd-11-stable/lib/libc/string/strcspn.c
/freebsd-11-stable/lib/libc/string/strdup.c
/freebsd-11-stable/lib/libc/string/strerror.c
/freebsd-11-stable/lib/libc/string/strlen.c
/freebsd-11-stable/lib/libc/string/strmode.c
/freebsd-11-stable/lib/libc/string/strncat.c
/freebsd-11-stable/lib/libc/string/strncmp.c
/freebsd-11-stable/lib/libc/string/strncpy.c
/freebsd-11-stable/lib/libc/string/strnlen.c
/freebsd-11-stable/lib/libc/string/strnstr.c
/freebsd-11-stable/lib/libc/string/strpbrk.c
/freebsd-11-stable/lib/libc/string/strrchr.c
/freebsd-11-stable/lib/libc/string/strsep.c
/freebsd-11-stable/lib/libc/string/strsignal.c
/freebsd-11-stable/lib/libc/string/strspn.c
/freebsd-11-stable/lib/libc/string/strstr.c
/freebsd-11-stable/lib/libc/string/strtok.c
/freebsd-11-stable/lib/libc/string/strxfrm.c
/freebsd-11-stable/lib/libc/string/swab.c
/freebsd-11-stable/lib/libc/string/wcpcpy.c
/freebsd-11-stable/lib/libc/string/wcpncpy.c
/freebsd-11-stable/lib/libc/string/wcscasecmp.c
/freebsd-11-stable/lib/libc/string/wcscat.c
/freebsd-11-stable/lib/libc/string/wcschr.c
/freebsd-11-stable/lib/libc/string/wcscmp.c
/freebsd-11-stable/lib/libc/string/wcscoll.c
/freebsd-11-stable/lib/libc/string/wcscpy.c
/freebsd-11-stable/lib/libc/string/wcscspn.c
/freebsd-11-stable/lib/libc/string/wcsdup.c
/freebsd-11-stable/lib/libc/string/wcslcat.c
/freebsd-11-stable/lib/libc/string/wcslcpy.c
/freebsd-11-stable/lib/libc/string/wcslen.c
/freebsd-11-stable/lib/libc/string/wcsncasecmp.c
/freebsd-11-stable/lib/libc/string/wcsncat.c
/freebsd-11-stable/lib/libc/string/wcsncmp.c
/freebsd-11-stable/lib/libc/string/wcsncpy.c
/freebsd-11-stable/lib/libc/string/wcsnlen.c
/freebsd-11-stable/lib/libc/string/wcspbrk.c
/freebsd-11-stable/lib/libc/string/wcsrchr.c
/freebsd-11-stable/lib/libc/string/wcsspn.c
/freebsd-11-stable/lib/libc/string/wcsstr.c
/freebsd-11-stable/lib/libc/string/wcstok.c
/freebsd-11-stable/lib/libc/string/wcswidth.c
/freebsd-11-stable/lib/libc/string/wcsxfrm.c
/freebsd-11-stable/lib/libc/string/wmemchr.c
/freebsd-11-stable/lib/libc/string/wmemcmp.c
/freebsd-11-stable/lib/libc/string/wmemcpy.c
/freebsd-11-stable/lib/libc/string/wmemmove.c
/freebsd-11-stable/lib/libc/string/wmemset.c
/freebsd-11-stable/lib/libc/sys/__error.c
/freebsd-11-stable/lib/libc/sys/__vdso_gettimeofday.c
/freebsd-11-stable/lib/libc/sys/clock_gettime.c
/freebsd-11-stable/lib/libc/sys/fcntl.c
/freebsd-11-stable/lib/libc/sys/gettimeofday.c
/freebsd-11-stable/lib/libc/sys/sigwait.c
/freebsd-11-stable/lib/libc/uuid/uuid_compare.c
/freebsd-11-stable/lib/libc/uuid/uuid_create.c
/freebsd-11-stable/lib/libc/uuid/uuid_create_nil.c
/freebsd-11-stable/lib/libc/uuid/uuid_equal.c
/freebsd-11-stable/lib/libc/uuid/uuid_from_string.c
/freebsd-11-stable/lib/libc/uuid/uuid_hash.c
/freebsd-11-stable/lib/libc/uuid/uuid_is_nil.c
/freebsd-11-stable/lib/libc/uuid/uuid_stream.c
/freebsd-11-stable/lib/libc/uuid/uuid_to_string.c
/freebsd-11-stable/lib/libc/xdr/xdr.c
/freebsd-11-stable/lib/libc/xdr/xdr_array.c
/freebsd-11-stable/lib/libc/xdr/xdr_float.c
/freebsd-11-stable/lib/libc/xdr/xdr_mem.c
/freebsd-11-stable/lib/libc/xdr/xdr_rec.c
/freebsd-11-stable/lib/libc/xdr/xdr_reference.c
/freebsd-11-stable/lib/libc/xdr/xdr_sizeof.c
/freebsd-11-stable/lib/libc/xdr/xdr_stdio.c
/freebsd-11-stable/lib/libc/yp/xdryp.c
/freebsd-11-stable/lib/libc/yp/yplib.c
/freebsd-11-stable/lib/libc_nonshared/__stub.c
/freebsd-11-stable/lib/libcalendar/calendar.c
/freebsd-11-stable/lib/libcalendar/calendar.h
/freebsd-11-stable/lib/libcalendar/easter.c
/freebsd-11-stable/lib/libcam/camlib.c
/freebsd-11-stable/lib/libcam/camlib.h
/freebsd-11-stable/lib/libcam/scsi_cmdparse.c
/freebsd-11-stable/lib/libcompat/4.1/ftime.c
/freebsd-11-stable/lib/libcompat/4.3/re_comp.c
/freebsd-11-stable/lib/libcompat/4.3/rexec.c
/freebsd-11-stable/lib/libcompat/4.4/cuserid.c
/freebsd-11-stable/lib/libcrypt/crypt-md5.c
/freebsd-11-stable/lib/libcrypt/crypt-nthash.c
/freebsd-11-stable/lib/libcrypt/crypt-sha256.c
/freebsd-11-stable/lib/libcrypt/crypt-sha512.c
/freebsd-11-stable/lib/libcrypt/crypt.c
/freebsd-11-stable/lib/libcrypt/crypt.h
/freebsd-11-stable/lib/libcrypt/misc.c
/freebsd-11-stable/lib/libdevinfo/devinfo.c
/freebsd-11-stable/lib/libdevinfo/devinfo.h
/freebsd-11-stable/lib/libdevinfo/devinfo_var.h
/freebsd-11-stable/lib/libdevstat/devstat.c
/freebsd-11-stable/lib/libdevstat/devstat.h
/freebsd-11-stable/lib/libfetch/common.c
/freebsd-11-stable/lib/libfetch/common.h
/freebsd-11-stable/lib/libfetch/fetch.c
/freebsd-11-stable/lib/libfetch/fetch.h
/freebsd-11-stable/lib/libfetch/file.c
/freebsd-11-stable/lib/libfetch/ftp.c
/freebsd-11-stable/lib/libfetch/http.c
/freebsd-11-stable/lib/libgeom/geom_ctl.c
/freebsd-11-stable/lib/libgeom/geom_getxml.c
/freebsd-11-stable/lib/libgeom/geom_stats.c
/freebsd-11-stable/lib/libgeom/geom_util.c
/freebsd-11-stable/lib/libgeom/geom_xml2tree.c
/freebsd-11-stable/lib/libgeom/libgeom.h
/freebsd-11-stable/lib/libgssapi/context.h
/freebsd-11-stable/lib/libgssapi/cred.h
/freebsd-11-stable/lib/libgssapi/gss_accept_sec_context.c
/freebsd-11-stable/lib/libgssapi/gss_acquire_cred.c
/freebsd-11-stable/lib/libgssapi/gss_add_cred.c
/freebsd-11-stable/lib/libgssapi/gss_add_oid_set_member.c
/freebsd-11-stable/lib/libgssapi/gss_buffer_set.c
/freebsd-11-stable/lib/libgssapi/gss_canonicalize_name.c
/freebsd-11-stable/lib/libgssapi/gss_compare_name.c
/freebsd-11-stable/lib/libgssapi/gss_context_time.c
/freebsd-11-stable/lib/libgssapi/gss_create_empty_oid_set.c
/freebsd-11-stable/lib/libgssapi/gss_decapsulate_token.c
/freebsd-11-stable/lib/libgssapi/gss_delete_sec_context.c
/freebsd-11-stable/lib/libgssapi/gss_display_name.c
/freebsd-11-stable/lib/libgssapi/gss_display_status.c
/freebsd-11-stable/lib/libgssapi/gss_duplicate_name.c
/freebsd-11-stable/lib/libgssapi/gss_duplicate_oid.c
/freebsd-11-stable/lib/libgssapi/gss_encapsulate_token.c
/freebsd-11-stable/lib/libgssapi/gss_export_name.c
/freebsd-11-stable/lib/libgssapi/gss_export_sec_context.c
/freebsd-11-stable/lib/libgssapi/gss_get_mic.c
/freebsd-11-stable/lib/libgssapi/gss_import_name.c
/freebsd-11-stable/lib/libgssapi/gss_import_sec_context.c
/freebsd-11-stable/lib/libgssapi/gss_indicate_mechs.c
/freebsd-11-stable/lib/libgssapi/gss_init_sec_context.c
/freebsd-11-stable/lib/libgssapi/gss_inquire_context.c
/freebsd-11-stable/lib/libgssapi/gss_inquire_cred.c
/freebsd-11-stable/lib/libgssapi/gss_inquire_cred_by_mech.c
/freebsd-11-stable/lib/libgssapi/gss_inquire_cred_by_oid.c
/freebsd-11-stable/lib/libgssapi/gss_inquire_mechs_for_name.c
/freebsd-11-stable/lib/libgssapi/gss_inquire_names_for_mech.c
/freebsd-11-stable/lib/libgssapi/gss_inquire_sec_context_by_oid.c
/freebsd-11-stable/lib/libgssapi/gss_krb5.c
/freebsd-11-stable/lib/libgssapi/gss_mech_switch.c
/freebsd-11-stable/lib/libgssapi/gss_names.c
/freebsd-11-stable/lib/libgssapi/gss_oid_to_str.c
/freebsd-11-stable/lib/libgssapi/gss_pname_to_uid.c
/freebsd-11-stable/lib/libgssapi/gss_process_context_token.c
/freebsd-11-stable/lib/libgssapi/gss_pseudo_random.c
/freebsd-11-stable/lib/libgssapi/gss_release_buffer.c
/freebsd-11-stable/lib/libgssapi/gss_release_cred.c
/freebsd-11-stable/lib/libgssapi/gss_release_name.c
/freebsd-11-stable/lib/libgssapi/gss_release_oid.c
/freebsd-11-stable/lib/libgssapi/gss_release_oid_set.c
/freebsd-11-stable/lib/libgssapi/gss_seal.c
/freebsd-11-stable/lib/libgssapi/gss_set_cred_option.c
/freebsd-11-stable/lib/libgssapi/gss_set_sec_context_option.c
/freebsd-11-stable/lib/libgssapi/gss_sign.c
/freebsd-11-stable/lib/libgssapi/gss_test_oid_set_member.c
/freebsd-11-stable/lib/libgssapi/gss_unseal.c
/freebsd-11-stable/lib/libgssapi/gss_unwrap.c
/freebsd-11-stable/lib/libgssapi/gss_utils.c
/freebsd-11-stable/lib/libgssapi/gss_verify.c
/freebsd-11-stable/lib/libgssapi/gss_verify_mic.c
/freebsd-11-stable/lib/libgssapi/gss_wrap.c
/freebsd-11-stable/lib/libgssapi/gss_wrap_size_limit.c
/freebsd-11-stable/lib/libgssapi/mech_switch.h
/freebsd-11-stable/lib/libgssapi/name.h
/freebsd-11-stable/lib/libgssapi/spnego.h
/freebsd-11-stable/lib/libgssapi/utils.h
/freebsd-11-stable/lib/libiconv_modules/BIG5/citrus_big5.c
/freebsd-11-stable/lib/libiconv_modules/BIG5/citrus_big5.h
/freebsd-11-stable/lib/libiconv_modules/DECHanyu/citrus_dechanyu.c
/freebsd-11-stable/lib/libiconv_modules/DECHanyu/citrus_dechanyu.h
/freebsd-11-stable/lib/libiconv_modules/EUC/citrus_euc.c
/freebsd-11-stable/lib/libiconv_modules/EUC/citrus_euc.h
/freebsd-11-stable/lib/libiconv_modules/EUCTW/citrus_euctw.c
/freebsd-11-stable/lib/libiconv_modules/EUCTW/citrus_euctw.h
/freebsd-11-stable/lib/libiconv_modules/GBK2K/citrus_gbk2k.c
/freebsd-11-stable/lib/libiconv_modules/GBK2K/citrus_gbk2k.h
/freebsd-11-stable/lib/libiconv_modules/HZ/citrus_hz.c
/freebsd-11-stable/lib/libiconv_modules/HZ/citrus_hz.h
/freebsd-11-stable/lib/libiconv_modules/ISO2022/citrus_iso2022.c
/freebsd-11-stable/lib/libiconv_modules/ISO2022/citrus_iso2022.h
/freebsd-11-stable/lib/libiconv_modules/JOHAB/citrus_johab.c
/freebsd-11-stable/lib/libiconv_modules/JOHAB/citrus_johab.h
/freebsd-11-stable/lib/libiconv_modules/MSKanji/citrus_mskanji.c
/freebsd-11-stable/lib/libiconv_modules/MSKanji/citrus_mskanji.h
/freebsd-11-stable/lib/libiconv_modules/UES/citrus_ues.c
/freebsd-11-stable/lib/libiconv_modules/UES/citrus_ues.h
/freebsd-11-stable/lib/libiconv_modules/UTF1632/citrus_utf1632.c
/freebsd-11-stable/lib/libiconv_modules/UTF1632/citrus_utf1632.h
/freebsd-11-stable/lib/libiconv_modules/UTF7/citrus_utf7.c
/freebsd-11-stable/lib/libiconv_modules/UTF7/citrus_utf7.h
/freebsd-11-stable/lib/libiconv_modules/UTF8/citrus_utf8.c
/freebsd-11-stable/lib/libiconv_modules/UTF8/citrus_utf8.h
/freebsd-11-stable/lib/libiconv_modules/VIQR/citrus_viqr.c
/freebsd-11-stable/lib/libiconv_modules/VIQR/citrus_viqr.h
/freebsd-11-stable/lib/libiconv_modules/ZW/citrus_zw.c
/freebsd-11-stable/lib/libiconv_modules/ZW/citrus_zw.h
/freebsd-11-stable/lib/libiconv_modules/iconv_none/citrus_iconv_none.c
/freebsd-11-stable/lib/libiconv_modules/iconv_none/citrus_iconv_none.h
/freebsd-11-stable/lib/libiconv_modules/iconv_std/citrus_iconv_std.c
/freebsd-11-stable/lib/libiconv_modules/iconv_std/citrus_iconv_std.h
/freebsd-11-stable/lib/libiconv_modules/iconv_std/citrus_iconv_std_local.h
/freebsd-11-stable/lib/libiconv_modules/mapper_646/citrus_mapper_646.c
/freebsd-11-stable/lib/libiconv_modules/mapper_646/citrus_mapper_646.h
/freebsd-11-stable/lib/libiconv_modules/mapper_none/citrus_mapper_none.c
/freebsd-11-stable/lib/libiconv_modules/mapper_none/citrus_mapper_none.h
/freebsd-11-stable/lib/libiconv_modules/mapper_serial/citrus_mapper_serial.c
/freebsd-11-stable/lib/libiconv_modules/mapper_serial/citrus_mapper_serial.h
/freebsd-11-stable/lib/libiconv_modules/mapper_std/citrus_mapper_std.c
/freebsd-11-stable/lib/libiconv_modules/mapper_std/citrus_mapper_std.h
/freebsd-11-stable/lib/libiconv_modules/mapper_std/citrus_mapper_std_file.h
/freebsd-11-stable/lib/libiconv_modules/mapper_std/citrus_mapper_std_local.h
/freebsd-11-stable/lib/libiconv_modules/mapper_zone/citrus_mapper_zone.c
/freebsd-11-stable/lib/libiconv_modules/mapper_zone/citrus_mapper_zone.h
/freebsd-11-stable/lib/libipsec/ipsec_dump_policy.c
/freebsd-11-stable/lib/libipsec/ipsec_get_policylen.c
/freebsd-11-stable/lib/libipsec/ipsec_strerror.c
/freebsd-11-stable/lib/libipsec/ipsec_strerror.h
/freebsd-11-stable/lib/libipsec/libpfkey.h
/freebsd-11-stable/lib/libipsec/pfkey.c
/freebsd-11-stable/lib/libipsec/pfkey_dump.c
/freebsd-11-stable/lib/libipsec/policy_parse.y
/freebsd-11-stable/lib/libipsec/policy_token.l
/freebsd-11-stable/lib/libipsec/test-policy.c
/freebsd-11-stable/lib/libjail/jail.c
/freebsd-11-stable/lib/libjail/jail.h
/freebsd-11-stable/lib/libjail/jail_getid.c
/freebsd-11-stable/lib/libkiconv/kiconv_sysctl.c
/freebsd-11-stable/lib/libkiconv/quirks.c
/freebsd-11-stable/lib/libkiconv/quirks.h
/freebsd-11-stable/lib/libkiconv/xlat16_iconv.c
/freebsd-11-stable/lib/libkiconv/xlat16_sysctl.c
/freebsd-11-stable/lib/libkvm/kvm.c
/freebsd-11-stable/lib/libkvm/kvm.h
/freebsd-11-stable/lib/libkvm/kvm_amd64.c
/freebsd-11-stable/lib/libkvm/kvm_arm.c
/freebsd-11-stable/lib/libkvm/kvm_cptime.c
/freebsd-11-stable/lib/libkvm/kvm_getloadavg.c
/freebsd-11-stable/lib/libkvm/kvm_getswapinfo.c
/freebsd-11-stable/lib/libkvm/kvm_i386.c
/freebsd-11-stable/lib/libkvm/kvm_minidump_amd64.c
/freebsd-11-stable/lib/libkvm/kvm_minidump_arm.c
/freebsd-11-stable/lib/libkvm/kvm_minidump_i386.c
/freebsd-11-stable/lib/libkvm/kvm_minidump_mips.c
/freebsd-11-stable/lib/libkvm/kvm_pcpu.c
/freebsd-11-stable/lib/libkvm/kvm_powerpc.c
/freebsd-11-stable/lib/libkvm/kvm_powerpc64.c
/freebsd-11-stable/lib/libkvm/kvm_private.h
/freebsd-11-stable/lib/libkvm/kvm_proc.c
/freebsd-11-stable/lib/libkvm/kvm_sparc64.c
/freebsd-11-stable/lib/libkvm/kvm_vnet.c
/freebsd-11-stable/lib/libmemstat/memstat.c
/freebsd-11-stable/lib/libmemstat/memstat.h
/freebsd-11-stable/lib/libmemstat/memstat_all.c
/freebsd-11-stable/lib/libmemstat/memstat_internal.h
/freebsd-11-stable/lib/libmemstat/memstat_malloc.c
/freebsd-11-stable/lib/libmemstat/memstat_uma.c
/freebsd-11-stable/lib/libmp/mpasbn.c
/freebsd-11-stable/lib/libnandfs/libnandfs.h
/freebsd-11-stable/lib/libnandfs/nandfs.c
/freebsd-11-stable/lib/libnetbsd/rmd160.h
/freebsd-11-stable/lib/libnetbsd/sha1.h
/freebsd-11-stable/lib/libnetbsd/sha2.h
/freebsd-11-stable/lib/libnetbsd/stdlib.h
/freebsd-11-stable/lib/libnetbsd/strsuftoll.c
/freebsd-11-stable/lib/libnetbsd/sys/cdefs.h
/freebsd-11-stable/lib/libnetbsd/util.c
/freebsd-11-stable/lib/libnetbsd/util.h
/freebsd-11-stable/lib/libnv/common_impl.h
/freebsd-11-stable/lib/libnv/msgio.c
/freebsd-11-stable/lib/libnv/msgio.h
/freebsd-11-stable/lib/libpam/libpam/security/pam_mod_misc.h
/freebsd-11-stable/lib/libpam/modules/pam_chroot/pam_chroot.c
/freebsd-11-stable/lib/libpam/modules/pam_deny/pam_deny.c
/freebsd-11-stable/lib/libpam/modules/pam_echo/pam_echo.c
/freebsd-11-stable/lib/libpam/modules/pam_exec/pam_exec.c
/freebsd-11-stable/lib/libpam/modules/pam_ftpusers/pam_ftpusers.c
/freebsd-11-stable/lib/libpam/modules/pam_group/pam_group.c
/freebsd-11-stable/lib/libpam/modules/pam_guest/pam_guest.c
/freebsd-11-stable/lib/libpam/modules/pam_ksu/pam_ksu.c
/freebsd-11-stable/lib/libpam/modules/pam_lastlog/pam_lastlog.c
/freebsd-11-stable/lib/libpam/modules/pam_login_access/pam_login_access.c
/freebsd-11-stable/lib/libpam/modules/pam_login_access/pam_login_access.h
/freebsd-11-stable/lib/libpam/modules/pam_nologin/pam_nologin.c
/freebsd-11-stable/lib/libpam/modules/pam_opie/pam_opie.c
/freebsd-11-stable/lib/libpam/modules/pam_opieaccess/pam_opieaccess.c
/freebsd-11-stable/lib/libpam/modules/pam_permit/pam_permit.c
/freebsd-11-stable/lib/libpam/modules/pam_radius/pam_radius.c
/freebsd-11-stable/lib/libpam/modules/pam_rhosts/pam_rhosts.c
/freebsd-11-stable/lib/libpam/modules/pam_rootok/pam_rootok.c
/freebsd-11-stable/lib/libpam/modules/pam_securetty/pam_securetty.c
/freebsd-11-stable/lib/libpam/modules/pam_self/pam_self.c
/freebsd-11-stable/lib/libpam/modules/pam_ssh/pam_ssh.c
/freebsd-11-stable/lib/libpam/modules/pam_tacplus/pam_tacplus.c
/freebsd-11-stable/lib/libpam/modules/pam_unix/pam_unix.c
/freebsd-11-stable/lib/libpjdlog/pjdlog.c
/freebsd-11-stable/lib/libpjdlog/pjdlog.h
/freebsd-11-stable/lib/libpmc/libpmc.c
/freebsd-11-stable/lib/libpmc/libpmcinternal.h
/freebsd-11-stable/lib/libpmc/pmc.h
/freebsd-11-stable/lib/libpmc/pmclog.c
/freebsd-11-stable/lib/libpmc/pmclog.h
/freebsd-11-stable/lib/libprocstat/cd9660.c
/freebsd-11-stable/lib/libprocstat/common_kvm.c
/freebsd-11-stable/lib/libprocstat/common_kvm.h
/freebsd-11-stable/lib/libprocstat/core.c
/freebsd-11-stable/lib/libprocstat/core.h
/freebsd-11-stable/lib/libprocstat/libprocstat.c
/freebsd-11-stable/lib/libprocstat/libprocstat.h
/freebsd-11-stable/lib/libprocstat/libprocstat_internal.h
/freebsd-11-stable/lib/libprocstat/msdosfs.c
/freebsd-11-stable/lib/libprocstat/smbfs.c
/freebsd-11-stable/lib/libprocstat/udf.c
/freebsd-11-stable/lib/libprocstat/zfs.c
/freebsd-11-stable/lib/libradius/radlib.c
/freebsd-11-stable/lib/libradius/radlib.h
/freebsd-11-stable/lib/libradius/radlib_private.h
/freebsd-11-stable/lib/libradius/radlib_vs.h
/freebsd-11-stable/lib/librpcsec_gss/rpcsec_gss.c
/freebsd-11-stable/lib/librpcsec_gss/rpcsec_gss_conf.c
/freebsd-11-stable/lib/librpcsec_gss/rpcsec_gss_int.h
/freebsd-11-stable/lib/librpcsec_gss/rpcsec_gss_misc.c
/freebsd-11-stable/lib/librpcsec_gss/rpcsec_gss_prot.c
/freebsd-11-stable/lib/librpcsec_gss/svc_rpcsec_gss.c
/freebsd-11-stable/lib/librpcsvc/yp_passwd.c
/freebsd-11-stable/lib/librpcsvc/yp_update.c
/freebsd-11-stable/lib/librt/aio.c
/freebsd-11-stable/lib/librt/mq.c
/freebsd-11-stable/lib/librt/sigev_thread.c
/freebsd-11-stable/lib/librt/sigev_thread.h
/freebsd-11-stable/lib/librt/timer.c
/freebsd-11-stable/lib/librtld_db/rtld_db.c
/freebsd-11-stable/lib/librtld_db/rtld_db.h
/freebsd-11-stable/lib/libsdp/sdp-int.h
/freebsd-11-stable/lib/libsdp/sdp.h
/freebsd-11-stable/lib/libsdp/search.c
/freebsd-11-stable/lib/libsdp/service.c
/freebsd-11-stable/lib/libsdp/session.c
/freebsd-11-stable/lib/libsdp/util.c
/freebsd-11-stable/lib/libstdbuf/stdbuf.c
/freebsd-11-stable/lib/libstdthreads/call_once.c
/freebsd-11-stable/lib/libstdthreads/cnd.c
/freebsd-11-stable/lib/libstdthreads/mtx.c
/freebsd-11-stable/lib/libstdthreads/thrd.c
/freebsd-11-stable/lib/libstdthreads/threads.h
/freebsd-11-stable/lib/libstdthreads/tss.c
/freebsd-11-stable/lib/libtacplus/taclib.c
/freebsd-11-stable/lib/libtacplus/taclib.h
/freebsd-11-stable/lib/libtacplus/taclib_private.h
/freebsd-11-stable/lib/libthr/arch/amd64/include/pthread_md.h
/freebsd-11-stable/lib/libthr/arch/arm/include/pthread_md.h
/freebsd-11-stable/lib/libthr/arch/i386/include/pthread_md.h
/freebsd-11-stable/lib/libthr/arch/mips/include/pthread_md.h
/freebsd-11-stable/lib/libthr/arch/powerpc/include/pthread_md.h
/freebsd-11-stable/lib/libthr/arch/sparc64/include/pthread_md.h
/freebsd-11-stable/lib/libthr/sys/thr_error.c
/freebsd-11-stable/lib/libthr/thread/thr_affinity.c
/freebsd-11-stable/lib/libthr/thread/thr_attr.c
/freebsd-11-stable/lib/libthr/thread/thr_autoinit.c
/freebsd-11-stable/lib/libthr/thread/thr_barrier.c
/freebsd-11-stable/lib/libthr/thread/thr_barrierattr.c
/freebsd-11-stable/lib/libthr/thread/thr_cancel.c
/freebsd-11-stable/lib/libthr/thread/thr_clean.c
/freebsd-11-stable/lib/libthr/thread/thr_concurrency.c
/freebsd-11-stable/lib/libthr/thread/thr_cond.c
/freebsd-11-stable/lib/libthr/thread/thr_condattr.c
/freebsd-11-stable/lib/libthr/thread/thr_create.c
/freebsd-11-stable/lib/libthr/thread/thr_detach.c
/freebsd-11-stable/lib/libthr/thread/thr_equal.c
/freebsd-11-stable/lib/libthr/thread/thr_event.c
/freebsd-11-stable/lib/libthr/thread/thr_exit.c
/freebsd-11-stable/lib/libthr/thread/thr_fork.c
/freebsd-11-stable/lib/libthr/thread/thr_getcpuclockid.c
/freebsd-11-stable/lib/libthr/thread/thr_getprio.c
/freebsd-11-stable/lib/libthr/thread/thr_getschedparam.c
/freebsd-11-stable/lib/libthr/thread/thr_getthreadid_np.c
/freebsd-11-stable/lib/libthr/thread/thr_info.c
/freebsd-11-stable/lib/libthr/thread/thr_init.c
/freebsd-11-stable/lib/libthr/thread/thr_join.c
/freebsd-11-stable/lib/libthr/thread/thr_kern.c
/freebsd-11-stable/lib/libthr/thread/thr_kill.c
/freebsd-11-stable/lib/libthr/thread/thr_list.c
/freebsd-11-stable/lib/libthr/thread/thr_main_np.c
/freebsd-11-stable/lib/libthr/thread/thr_multi_np.c
/freebsd-11-stable/lib/libthr/thread/thr_mutex.c
/freebsd-11-stable/lib/libthr/thread/thr_mutexattr.c
/freebsd-11-stable/lib/libthr/thread/thr_once.c
/freebsd-11-stable/lib/libthr/thread/thr_printf.c
/freebsd-11-stable/lib/libthr/thread/thr_private.h
/freebsd-11-stable/lib/libthr/thread/thr_pspinlock.c
/freebsd-11-stable/lib/libthr/thread/thr_resume_np.c
/freebsd-11-stable/lib/libthr/thread/thr_rtld.c
/freebsd-11-stable/lib/libthr/thread/thr_rwlock.c
/freebsd-11-stable/lib/libthr/thread/thr_rwlockattr.c
/freebsd-11-stable/lib/libthr/thread/thr_self.c
/freebsd-11-stable/lib/libthr/thread/thr_sem.c
/freebsd-11-stable/lib/libthr/thread/thr_setprio.c
/freebsd-11-stable/lib/libthr/thread/thr_setschedparam.c
/freebsd-11-stable/lib/libthr/thread/thr_sig.c
/freebsd-11-stable/lib/libthr/thread/thr_single_np.c
/freebsd-11-stable/lib/libthr/thread/thr_sleepq.c
/freebsd-11-stable/lib/libthr/thread/thr_spec.c
/freebsd-11-stable/lib/libthr/thread/thr_spinlock.c
/freebsd-11-stable/lib/libthr/thread/thr_stack.c
/freebsd-11-stable/lib/libthr/thread/thr_suspend_np.c
/freebsd-11-stable/lib/libthr/thread/thr_switch_np.c
/freebsd-11-stable/lib/libthr/thread/thr_symbols.c
/freebsd-11-stable/lib/libthr/thread/thr_syscalls.c
/freebsd-11-stable/lib/libthr/thread/thr_umtx.c
/freebsd-11-stable/lib/libthr/thread/thr_umtx.h
/freebsd-11-stable/lib/libthr/thread/thr_yield.c
/freebsd-11-stable/lib/libthread_db/arch/amd64/libpthread_md.c
/freebsd-11-stable/lib/libthread_db/arch/arm/libpthread_md.c
/freebsd-11-stable/lib/libthread_db/arch/i386/libpthread_md.c
/freebsd-11-stable/lib/libthread_db/arch/mips/libpthread_md.c
/freebsd-11-stable/lib/libthread_db/arch/powerpc/libpthread_md.c
/freebsd-11-stable/lib/libthread_db/arch/sparc64/libpthread_md.c
/freebsd-11-stable/lib/libthread_db/kse.h
/freebsd-11-stable/lib/libthread_db/libpthread_db.c
/freebsd-11-stable/lib/libthread_db/libpthread_db.h
/freebsd-11-stable/lib/libthread_db/libthr_db.c
/freebsd-11-stable/lib/libthread_db/thread_db.c
/freebsd-11-stable/lib/libthread_db/thread_db.h
/freebsd-11-stable/lib/libthread_db/thread_db_int.h
/freebsd-11-stable/lib/libufs/block.c
/freebsd-11-stable/lib/libufs/cgroup.c
/freebsd-11-stable/lib/libufs/inode.c
/freebsd-11-stable/lib/libufs/libufs.h
/freebsd-11-stable/lib/libufs/sblock.c
/freebsd-11-stable/lib/libufs/type.c
/freebsd-11-stable/lib/libugidfw/ugidfw.c
/freebsd-11-stable/lib/libugidfw/ugidfw.h
/freebsd-11-stable/lib/libulog/ulog.h
/freebsd-11-stable/lib/libulog/ulog_login.c
/freebsd-11-stable/lib/libulog/ulog_login_pseudo.c
/freebsd-11-stable/lib/libulog/utempter.c
/freebsd-11-stable/lib/libulog/utempter.h
/freebsd-11-stable/lib/libusb/libusb.h
/freebsd-11-stable/lib/libusb/libusb01.c
/freebsd-11-stable/lib/libusb/libusb10.c
/freebsd-11-stable/lib/libusb/libusb10.h
/freebsd-11-stable/lib/libusb/libusb10_desc.c
/freebsd-11-stable/lib/libusb/libusb10_io.c
/freebsd-11-stable/lib/libusb/libusb20.c
/freebsd-11-stable/lib/libusb/libusb20.h
/freebsd-11-stable/lib/libusb/libusb20_desc.c
/freebsd-11-stable/lib/libusb/libusb20_desc.h
/freebsd-11-stable/lib/libusb/libusb20_int.h
/freebsd-11-stable/lib/libusb/libusb20_ugen20.c
/freebsd-11-stable/lib/libusb/libusb_global_linux.h
/freebsd-11-stable/lib/libusb/usb.h
/freebsd-11-stable/lib/libusbhid/data.c
/freebsd-11-stable/lib/libusbhid/descr.c
/freebsd-11-stable/lib/libusbhid/descr_compat.c
/freebsd-11-stable/lib/libusbhid/parse.c
/freebsd-11-stable/lib/libusbhid/usage.c
/freebsd-11-stable/lib/libusbhid/usbhid.h
/freebsd-11-stable/lib/libusbhid/usbvar.h
/freebsd-11-stable/lib/libutil/auth.c
/freebsd-11-stable/lib/libutil/expand_number.c
/freebsd-11-stable/lib/libutil/fparseln.c
/freebsd-11-stable/lib/libutil/gr_util.c
/freebsd-11-stable/lib/libutil/hexdump.c
/freebsd-11-stable/lib/libutil/humanize_number.c
/freebsd-11-stable/lib/libutil/kinfo_getallproc.c
/freebsd-11-stable/lib/libutil/kinfo_getproc.c
/freebsd-11-stable/lib/libutil/kld.c
/freebsd-11-stable/lib/libutil/libutil.h
/freebsd-11-stable/lib/libutil/login_crypt.c
/freebsd-11-stable/lib/libutil/login_tty.c
/freebsd-11-stable/lib/libutil/pidfile.c
/freebsd-11-stable/lib/libutil/property.c
/freebsd-11-stable/lib/libutil/pty.c
/freebsd-11-stable/lib/libutil/pw_util.c
/freebsd-11-stable/lib/libutil/quotafile.c
/freebsd-11-stable/lib/libutil/realhostname.c
/freebsd-11-stable/lib/libutil/stub.c
/freebsd-11-stable/lib/libutil/trimdomain.c
/freebsd-11-stable/lib/libutil/uucplock.c
/freebsd-11-stable/lib/libvgl/bitmap.c
/freebsd-11-stable/lib/libvgl/keyboard.c
/freebsd-11-stable/lib/libvgl/main.c
/freebsd-11-stable/lib/libvgl/mouse.c
/freebsd-11-stable/lib/libvgl/simple.c
/freebsd-11-stable/lib/libvgl/text.c
/freebsd-11-stable/lib/libvgl/vgl.h
/freebsd-11-stable/lib/libvmmapi/vmmapi.c
/freebsd-11-stable/lib/libvmmapi/vmmapi.h
/freebsd-11-stable/lib/libvmmapi/vmmapi_freebsd.c
/freebsd-11-stable/lib/liby/main.c
/freebsd-11-stable/lib/liby/yyerror.c
/freebsd-11-stable/lib/libypclnt/ypclnt.h
/freebsd-11-stable/lib/libypclnt/ypclnt_connect.c
/freebsd-11-stable/lib/libypclnt/ypclnt_error.c
/freebsd-11-stable/lib/libypclnt/ypclnt_free.c
/freebsd-11-stable/lib/libypclnt/ypclnt_get.c
/freebsd-11-stable/lib/libypclnt/ypclnt_new.c
/freebsd-11-stable/lib/libypclnt/ypclnt_passwd.c
/freebsd-11-stable/lib/msun/amd64/fenv.c
/freebsd-11-stable/lib/msun/arm/fenv.c
/freebsd-11-stable/lib/msun/arm/fenv.h
/freebsd-11-stable/lib/msun/bsdsrc/b_exp.c
/freebsd-11-stable/lib/msun/bsdsrc/b_log.c
/freebsd-11-stable/lib/msun/bsdsrc/b_tgamma.c
/freebsd-11-stable/lib/msun/bsdsrc/mathimpl.h
/freebsd-11-stable/lib/msun/i387/fenv.c
/freebsd-11-stable/lib/msun/i387/invtrig.c
/freebsd-11-stable/lib/msun/ld128/invtrig.c
/freebsd-11-stable/lib/msun/ld128/invtrig.h
/freebsd-11-stable/lib/msun/ld128/k_expl.h
/freebsd-11-stable/lib/msun/ld128/s_exp2l.c
/freebsd-11-stable/lib/msun/ld128/s_expl.c
/freebsd-11-stable/lib/msun/ld128/s_logl.c
/freebsd-11-stable/lib/msun/ld128/s_nanl.c
/freebsd-11-stable/lib/msun/ld80/invtrig.c
/freebsd-11-stable/lib/msun/ld80/invtrig.h
/freebsd-11-stable/lib/msun/ld80/k_expl.h
/freebsd-11-stable/lib/msun/ld80/s_exp2l.c
/freebsd-11-stable/lib/msun/ld80/s_expl.c
/freebsd-11-stable/lib/msun/ld80/s_logl.c
/freebsd-11-stable/lib/msun/ld80/s_nanl.c
/freebsd-11-stable/lib/msun/mips/fenv.c
/freebsd-11-stable/lib/msun/mips/fenv.h
/freebsd-11-stable/lib/msun/powerpc/fenv.c
/freebsd-11-stable/lib/msun/powerpc/fenv.h
/freebsd-11-stable/lib/msun/sparc64/fenv.c
/freebsd-11-stable/lib/msun/sparc64/fenv.h
/freebsd-11-stable/lib/msun/src/catrig.c
/freebsd-11-stable/lib/msun/src/catrigf.c
/freebsd-11-stable/lib/msun/src/e_remainderl.c
/freebsd-11-stable/lib/msun/src/e_sqrtl.c
/freebsd-11-stable/lib/msun/src/fenv-softfloat.h
/freebsd-11-stable/lib/msun/src/imprecise.c
/freebsd-11-stable/lib/msun/src/k_exp.c
/freebsd-11-stable/lib/msun/src/k_expf.c
/freebsd-11-stable/lib/msun/src/s_carg.c
/freebsd-11-stable/lib/msun/src/s_cargf.c
/freebsd-11-stable/lib/msun/src/s_cargl.c
/freebsd-11-stable/lib/msun/src/s_ccosh.c
/freebsd-11-stable/lib/msun/src/s_ccoshf.c
/freebsd-11-stable/lib/msun/src/s_cexp.c
/freebsd-11-stable/lib/msun/src/s_cexpf.c
/freebsd-11-stable/lib/msun/src/s_cimag.c
/freebsd-11-stable/lib/msun/src/s_cimagf.c
/freebsd-11-stable/lib/msun/src/s_cimagl.c
/freebsd-11-stable/lib/msun/src/s_conj.c
/freebsd-11-stable/lib/msun/src/s_conjf.c
/freebsd-11-stable/lib/msun/src/s_conjl.c
/freebsd-11-stable/lib/msun/src/s_copysignl.c
/freebsd-11-stable/lib/msun/src/s_cosl.c
/freebsd-11-stable/lib/msun/src/s_cproj.c
/freebsd-11-stable/lib/msun/src/s_cprojf.c
/freebsd-11-stable/lib/msun/src/s_cprojl.c
/freebsd-11-stable/lib/msun/src/s_creal.c
/freebsd-11-stable/lib/msun/src/s_crealf.c
/freebsd-11-stable/lib/msun/src/s_creall.c
/freebsd-11-stable/lib/msun/src/s_csinh.c
/freebsd-11-stable/lib/msun/src/s_csinhf.c
/freebsd-11-stable/lib/msun/src/s_csqrt.c
/freebsd-11-stable/lib/msun/src/s_csqrtf.c
/freebsd-11-stable/lib/msun/src/s_csqrtl.c
/freebsd-11-stable/lib/msun/src/s_ctanh.c
/freebsd-11-stable/lib/msun/src/s_ctanhf.c
/freebsd-11-stable/lib/msun/src/s_exp2.c
/freebsd-11-stable/lib/msun/src/s_exp2f.c
/freebsd-11-stable/lib/msun/src/s_fabsl.c
/freebsd-11-stable/lib/msun/src/s_fdim.c
/freebsd-11-stable/lib/msun/src/s_fma.c
/freebsd-11-stable/lib/msun/src/s_fmaf.c
/freebsd-11-stable/lib/msun/src/s_fmal.c
/freebsd-11-stable/lib/msun/src/s_fmax.c
/freebsd-11-stable/lib/msun/src/s_fmaxf.c
/freebsd-11-stable/lib/msun/src/s_fmaxl.c
/freebsd-11-stable/lib/msun/src/s_fmin.c
/freebsd-11-stable/lib/msun/src/s_fminf.c
/freebsd-11-stable/lib/msun/src/s_fminl.c
/freebsd-11-stable/lib/msun/src/s_frexpl.c
/freebsd-11-stable/lib/msun/src/s_isfinite.c
/freebsd-11-stable/lib/msun/src/s_isnan.c
/freebsd-11-stable/lib/msun/src/s_isnormal.c
/freebsd-11-stable/lib/msun/src/s_lrint.c
/freebsd-11-stable/lib/msun/src/s_lround.c
/freebsd-11-stable/lib/msun/src/s_modfl.c
/freebsd-11-stable/lib/msun/src/s_nan.c
/freebsd-11-stable/lib/msun/src/s_nearbyint.c
/freebsd-11-stable/lib/msun/src/s_rintl.c
/freebsd-11-stable/lib/msun/src/s_round.c
/freebsd-11-stable/lib/msun/src/s_roundf.c
/freebsd-11-stable/lib/msun/src/s_roundl.c
/freebsd-11-stable/lib/msun/src/s_scalbln.c
/freebsd-11-stable/lib/msun/src/s_signbit.c
/freebsd-11-stable/lib/msun/src/s_sinl.c
/freebsd-11-stable/lib/msun/src/s_tanl.c
/freebsd-11-stable/lib/msun/src/s_tgammaf.c
/freebsd-11-stable/lib/msun/x86/fenv.h
/freebsd-11-stable/lib/ncurses/ncurses/pathnames.h
/freebsd-11-stable/lib/ncurses/ncurses/termcap.c
/freebsd-11-stable/libexec/bootpd/rtmsg.c
/freebsd-11-stable/libexec/comsat/comsat.c
/freebsd-11-stable/libexec/fingerd/fingerd.c
/freebsd-11-stable/libexec/fingerd/pathnames.h
/freebsd-11-stable/libexec/ftpd/extern.h
/freebsd-11-stable/libexec/ftpd/ftpcmd.y
/freebsd-11-stable/libexec/ftpd/ftpd.c
/freebsd-11-stable/libexec/ftpd/logwtmp.c
/freebsd-11-stable/libexec/ftpd/pathnames.h
/freebsd-11-stable/libexec/ftpd/popen.c
/freebsd-11-stable/libexec/getty/extern.h
/freebsd-11-stable/libexec/getty/gettytab.h
/freebsd-11-stable/libexec/getty/init.c
/freebsd-11-stable/libexec/getty/main.c
/freebsd-11-stable/libexec/getty/pathnames.h
/freebsd-11-stable/libexec/getty/subr.c
/freebsd-11-stable/libexec/mknetid/hash.c
/freebsd-11-stable/libexec/mknetid/hash.h
/freebsd-11-stable/libexec/mknetid/mknetid.c
/freebsd-11-stable/libexec/mknetid/parse_group.c
/freebsd-11-stable/libexec/rbootd/bpf.c
/freebsd-11-stable/libexec/rbootd/conf.c
/freebsd-11-stable/libexec/rbootd/defs.h
/freebsd-11-stable/libexec/rbootd/parseconf.c
/freebsd-11-stable/libexec/rbootd/pathnames.h
/freebsd-11-stable/libexec/rbootd/rbootd.c
/freebsd-11-stable/libexec/rbootd/rmp.h
/freebsd-11-stable/libexec/rbootd/rmp_var.h
/freebsd-11-stable/libexec/rbootd/rmpproto.c
/freebsd-11-stable/libexec/rbootd/utils.c
/freebsd-11-stable/libexec/revnetgroup/hash.c
/freebsd-11-stable/libexec/revnetgroup/hash.h
/freebsd-11-stable/libexec/revnetgroup/parse_netgroup.c
/freebsd-11-stable/libexec/revnetgroup/revnetgroup.c
/freebsd-11-stable/libexec/rpc.rstatd/rstatd.c
/freebsd-11-stable/libexec/rpc.rusersd/extern.h
/freebsd-11-stable/libexec/rpc.rusersd/rusers_proc.c
/freebsd-11-stable/libexec/rpc.rusersd/rusersd.c
/freebsd-11-stable/libexec/rtld-elf/malloc.c
/freebsd-11-stable/libexec/rtld-elf/rtld_printf.c
/freebsd-11-stable/libexec/talkd/announce.c
/freebsd-11-stable/libexec/talkd/print.c
/freebsd-11-stable/libexec/talkd/process.c
/freebsd-11-stable/libexec/talkd/table.c
/freebsd-11-stable/libexec/talkd/talkd.c
/freebsd-11-stable/libexec/tftpd/tftpd.c
/freebsd-11-stable/libexec/ypxfr/yp_dbwrite.c
/freebsd-11-stable/libexec/ypxfr/ypxfr_extern.h
/freebsd-11-stable/libexec/ypxfr/ypxfr_getmap.c
/freebsd-11-stable/libexec/ypxfr/ypxfr_main.c
/freebsd-11-stable/libexec/ypxfr/ypxfr_misc.c
/freebsd-11-stable/libexec/ypxfr/ypxfrd_getmap.c
/freebsd-11-stable/release/picobsd/tinyware/login/pathnames.h
/freebsd-11-stable/release/picobsd/tinyware/login/pico-login.c
/freebsd-11-stable/release/picobsd/tinyware/passwd/extern.h
/freebsd-11-stable/release/picobsd/tinyware/passwd/local_passwd.c
/freebsd-11-stable/release/picobsd/tinyware/passwd/passwd.c
/freebsd-11-stable/release/picobsd/tinyware/passwd/pw_copy.c
/freebsd-11-stable/release/picobsd/tinyware/passwd/pw_util.c
/freebsd-11-stable/release/picobsd/tinyware/passwd/pw_util.h
/freebsd-11-stable/sbin/bsdlabel/bsdlabel.c
/freebsd-11-stable/sbin/bsdlabel/pathnames.h
/freebsd-11-stable/sbin/clri/clri.c
/freebsd-11-stable/sbin/devd/devd.cc
/freebsd-11-stable/sbin/dhclient/alloc.c
/freebsd-11-stable/sbin/dhclient/bpf.c
/freebsd-11-stable/sbin/dhclient/clparse.c
/freebsd-11-stable/sbin/dhclient/conflex.c
/freebsd-11-stable/sbin/dhclient/convert.c
/freebsd-11-stable/sbin/dhclient/dhclient.c
/freebsd-11-stable/sbin/dhclient/dhcp.h
/freebsd-11-stable/sbin/dhclient/dhcpd.h
/freebsd-11-stable/sbin/dhclient/dispatch.c
/freebsd-11-stable/sbin/dhclient/errwarn.c
/freebsd-11-stable/sbin/dhclient/hash.c
/freebsd-11-stable/sbin/dhclient/inet.c
/freebsd-11-stable/sbin/dhclient/options.c
/freebsd-11-stable/sbin/dhclient/packet.c
/freebsd-11-stable/sbin/dhclient/parse.c
/freebsd-11-stable/sbin/dhclient/tables.c
/freebsd-11-stable/sbin/dhclient/tree.c
/freebsd-11-stable/sbin/dmesg/dmesg.c
/freebsd-11-stable/sbin/dump/dump.h
/freebsd-11-stable/sbin/dump/dumprmt.c
/freebsd-11-stable/sbin/dump/itime.c
/freebsd-11-stable/sbin/dump/main.c
/freebsd-11-stable/sbin/dump/optr.c
/freebsd-11-stable/sbin/dump/pathnames.h
/freebsd-11-stable/sbin/dump/tape.c
/freebsd-11-stable/sbin/dump/traverse.c
/freebsd-11-stable/sbin/dump/unctime.c
/freebsd-11-stable/sbin/dumpfs/dumpfs.c
/freebsd-11-stable/sbin/dumpon/dumpon.c
/freebsd-11-stable/sbin/etherswitchcfg/ifmedia.c
/freebsd-11-stable/sbin/ffsinfo/ffsinfo.c
/freebsd-11-stable/sbin/fsck/fsck.c
/freebsd-11-stable/sbin/fsck/fsutil.c
/freebsd-11-stable/sbin/fsck/preen.c
/freebsd-11-stable/sbin/fsck_ffs/dir.c
/freebsd-11-stable/sbin/fsck_ffs/fsck.h
/freebsd-11-stable/sbin/fsck_ffs/fsutil.c
/freebsd-11-stable/sbin/fsck_ffs/gjournal.c
/freebsd-11-stable/sbin/fsck_ffs/globs.c
/freebsd-11-stable/sbin/fsck_ffs/inode.c
/freebsd-11-stable/sbin/fsck_ffs/main.c
/freebsd-11-stable/sbin/fsck_ffs/pass1.c
/freebsd-11-stable/sbin/fsck_ffs/pass1b.c
/freebsd-11-stable/sbin/fsck_ffs/pass2.c
/freebsd-11-stable/sbin/fsck_ffs/pass3.c
/freebsd-11-stable/sbin/fsck_ffs/pass4.c
/freebsd-11-stable/sbin/fsck_ffs/pass5.c
/freebsd-11-stable/sbin/fsck_ffs/setup.c
/freebsd-11-stable/sbin/fsck_ffs/utilities.c
/freebsd-11-stable/sbin/growfs/debug.c
/freebsd-11-stable/sbin/growfs/debug.h
/freebsd-11-stable/sbin/growfs/growfs.c
/freebsd-11-stable/sbin/gvinum/gvinum.h
/freebsd-11-stable/sbin/ifconfig/af_inet.c
/freebsd-11-stable/sbin/ifconfig/af_inet6.c
/freebsd-11-stable/sbin/ifconfig/af_link.c
/freebsd-11-stable/sbin/ifconfig/ifclone.c
/freebsd-11-stable/sbin/ifconfig/ifconfig.c
/freebsd-11-stable/sbin/ifconfig/ifmedia.c
/freebsd-11-stable/sbin/ifconfig/ifvlan.c
/freebsd-11-stable/sbin/init/init.c
/freebsd-11-stable/sbin/init/pathnames.h
/freebsd-11-stable/sbin/mknod/mknod.c
/freebsd-11-stable/sbin/mount/getmntopts.c
/freebsd-11-stable/sbin/mount/mntopts.h
/freebsd-11-stable/sbin/mount/mount.c
/freebsd-11-stable/sbin/mount/mount_fs.c
/freebsd-11-stable/sbin/mount/pathnames.h
/freebsd-11-stable/sbin/mount/vfslist.c
/freebsd-11-stable/sbin/mount_cd9660/mount_cd9660.c
/freebsd-11-stable/sbin/mount_nfs/mount_nfs.c
/freebsd-11-stable/sbin/mount_nullfs/mount_nullfs.c
/freebsd-11-stable/sbin/mount_udf/mount_udf.c
/freebsd-11-stable/sbin/mount_unionfs/mount_unionfs.c
/freebsd-11-stable/sbin/newfs/mkfs.c
/freebsd-11-stable/sbin/newfs/newfs.c
/freebsd-11-stable/sbin/newfs/newfs.h
/freebsd-11-stable/sbin/nfsiod/nfsiod.c
/freebsd-11-stable/sbin/ping/ping.c
/freebsd-11-stable/sbin/ping6/ping6.c
/freebsd-11-stable/sbin/quotacheck/preen.c
/freebsd-11-stable/sbin/quotacheck/quotacheck.c
/freebsd-11-stable/sbin/quotacheck/quotacheck.h
/freebsd-11-stable/sbin/rcorder/ealloc.c
/freebsd-11-stable/sbin/rcorder/hash.c
/freebsd-11-stable/sbin/rcorder/hash.h
/freebsd-11-stable/sbin/reboot/reboot.c
/freebsd-11-stable/sbin/restore/dirs.c
/freebsd-11-stable/sbin/restore/extern.h
/freebsd-11-stable/sbin/restore/interactive.c
/freebsd-11-stable/sbin/restore/main.c
/freebsd-11-stable/sbin/restore/restore.c
/freebsd-11-stable/sbin/restore/restore.h
/freebsd-11-stable/sbin/restore/symtab.c
/freebsd-11-stable/sbin/restore/tape.c
/freebsd-11-stable/sbin/restore/utilities.c
/freebsd-11-stable/sbin/route/route.c
/freebsd-11-stable/sbin/routed/defs.h
/freebsd-11-stable/sbin/routed/if.c
/freebsd-11-stable/sbin/routed/input.c
/freebsd-11-stable/sbin/routed/main.c
/freebsd-11-stable/sbin/routed/output.c
/freebsd-11-stable/sbin/routed/parms.c
/freebsd-11-stable/sbin/routed/pathnames.h
/freebsd-11-stable/sbin/routed/radix.c
/freebsd-11-stable/sbin/routed/radix.h
/freebsd-11-stable/sbin/routed/rdisc.c
/freebsd-11-stable/sbin/routed/rtquery/rtquery.c
/freebsd-11-stable/sbin/routed/table.c
/freebsd-11-stable/sbin/routed/trace.c
/freebsd-11-stable/sbin/savecore/savecore.c
/freebsd-11-stable/sbin/setkey/parse.y
/freebsd-11-stable/sbin/setkey/setkey.c
/freebsd-11-stable/sbin/setkey/test-pfkey.c
/freebsd-11-stable/sbin/setkey/test-policy.c
/freebsd-11-stable/sbin/setkey/token.l
/freebsd-11-stable/sbin/setkey/vchar.h
/freebsd-11-stable/sbin/shutdown/shutdown.c
/freebsd-11-stable/sbin/sunlabel/sunlabel.c
/freebsd-11-stable/sbin/swapon/swapon.c
/freebsd-11-stable/sbin/sysctl/sysctl.c
/freebsd-11-stable/sbin/tunefs/tunefs.c
/freebsd-11-stable/sbin/umount/umount.c
/freebsd-11-stable/share/examples/tests/tests/atf/cp_test.sh
/freebsd-11-stable/share/examples/tests/tests/atf/printf_test.c
/freebsd-11-stable/share/examples/tests/tests/plain/printf_test.c
/freebsd-11-stable/sys/amd64/acpica/acpi_machdep.c
/freebsd-11-stable/sys/amd64/amd64/atomic.c
/freebsd-11-stable/sys/amd64/amd64/bios.c
/freebsd-11-stable/sys/amd64/amd64/bpf_jit_machdep.c
/freebsd-11-stable/sys/amd64/amd64/bpf_jit_machdep.h
/freebsd-11-stable/sys/amd64/amd64/elf_machdep.c
/freebsd-11-stable/sys/amd64/amd64/fpu.c
/freebsd-11-stable/sys/amd64/amd64/gdb_machdep.c
/freebsd-11-stable/sys/amd64/amd64/genassym.c
/freebsd-11-stable/sys/amd64/amd64/in_cksum.c
/freebsd-11-stable/sys/amd64/amd64/initcpu.c
/freebsd-11-stable/sys/amd64/amd64/io.c
/freebsd-11-stable/sys/amd64/amd64/machdep.c
/freebsd-11-stable/sys/amd64/amd64/mem.c
/freebsd-11-stable/sys/amd64/amd64/minidump_machdep.c
/freebsd-11-stable/sys/amd64/amd64/mp_machdep.c
/freebsd-11-stable/sys/amd64/amd64/pmap.c
/freebsd-11-stable/sys/amd64/amd64/prof_machdep.c
/freebsd-11-stable/sys/amd64/amd64/ptrace_machdep.c
/freebsd-11-stable/sys/amd64/amd64/sys_machdep.c
/freebsd-11-stable/sys/amd64/amd64/trap.c
/freebsd-11-stable/sys/amd64/amd64/uio_machdep.c
/freebsd-11-stable/sys/amd64/amd64/uma_machdep.c
/freebsd-11-stable/sys/amd64/amd64/vm_machdep.c
/freebsd-11-stable/sys/amd64/ia32/ia32_misc.c
/freebsd-11-stable/sys/amd64/ia32/ia32_reg.c
/freebsd-11-stable/sys/amd64/ia32/ia32_signal.c
/freebsd-11-stable/sys/amd64/ia32/ia32_syscall.c
/freebsd-11-stable/sys/amd64/include/_bus.h
/freebsd-11-stable/sys/amd64/include/asm.h
/freebsd-11-stable/sys/amd64/include/asmacros.h
/freebsd-11-stable/sys/amd64/include/atomic.h
/freebsd-11-stable/sys/amd64/include/bus_dma.h
/freebsd-11-stable/sys/amd64/include/counter.h
/freebsd-11-stable/sys/amd64/include/cpu.h
/freebsd-11-stable/sys/amd64/include/cpufunc.h
/freebsd-11-stable/sys/amd64/include/exec.h
/freebsd-11-stable/sys/amd64/include/floatingpoint.h
/freebsd-11-stable/sys/amd64/include/fpu.h
/freebsd-11-stable/sys/amd64/include/gdb_machdep.h
/freebsd-11-stable/sys/amd64/include/ieeefp.h
/freebsd-11-stable/sys/amd64/include/in_cksum.h
/freebsd-11-stable/sys/amd64/include/intr_machdep.h
/freebsd-11-stable/sys/amd64/include/iodev.h
/freebsd-11-stable/sys/amd64/include/kdb.h
/freebsd-11-stable/sys/amd64/include/limits.h
/freebsd-11-stable/sys/amd64/include/md_var.h
/freebsd-11-stable/sys/amd64/include/memdev.h
/freebsd-11-stable/sys/amd64/include/minidump.h
/freebsd-11-stable/sys/amd64/include/mp_watchdog.h
/freebsd-11-stable/sys/amd64/include/param.h
/freebsd-11-stable/sys/amd64/include/pc/bios.h
/freebsd-11-stable/sys/amd64/include/pcb.h
/freebsd-11-stable/sys/amd64/include/pcpu.h
/freebsd-11-stable/sys/amd64/include/pmap.h
/freebsd-11-stable/sys/amd64/include/pmc_mdep.h
/freebsd-11-stable/sys/amd64/include/ppireg.h
/freebsd-11-stable/sys/amd64/include/proc.h
/freebsd-11-stable/sys/amd64/include/profile.h
/freebsd-11-stable/sys/amd64/include/reloc.h
/freebsd-11-stable/sys/amd64/include/runq.h
/freebsd-11-stable/sys/amd64/include/segments.h
/freebsd-11-stable/sys/amd64/include/sf_buf.h
/freebsd-11-stable/sys/amd64/include/timerreg.h
/freebsd-11-stable/sys/amd64/include/tss.h
/freebsd-11-stable/sys/amd64/include/varargs.h
/freebsd-11-stable/sys/amd64/include/vm.h
/freebsd-11-stable/sys/amd64/include/vmm.h
/freebsd-11-stable/sys/amd64/include/vmm_dev.h
/freebsd-11-stable/sys/amd64/include/vmm_instruction_emul.h
/freebsd-11-stable/sys/amd64/include/vmparam.h
/freebsd-11-stable/sys/amd64/linux32/linux.h
/freebsd-11-stable/sys/amd64/linux32/linux32_dummy.c
/freebsd-11-stable/sys/amd64/linux32/linux32_machdep.c
/freebsd-11-stable/sys/amd64/linux32/linux32_sysvec.c
/freebsd-11-stable/sys/amd64/pci/pci_cfgreg.c
/freebsd-11-stable/sys/amd64/vmm/amd/amdv.c
/freebsd-11-stable/sys/amd64/vmm/intel/ept.c
/freebsd-11-stable/sys/amd64/vmm/intel/ept.h
/freebsd-11-stable/sys/amd64/vmm/intel/vmcs.c
/freebsd-11-stable/sys/amd64/vmm/intel/vmcs.h
/freebsd-11-stable/sys/amd64/vmm/intel/vmx.c
/freebsd-11-stable/sys/amd64/vmm/intel/vmx.h
/freebsd-11-stable/sys/amd64/vmm/intel/vmx_controls.h
/freebsd-11-stable/sys/amd64/vmm/intel/vmx_cpufunc.h
/freebsd-11-stable/sys/amd64/vmm/intel/vmx_genassym.c
/freebsd-11-stable/sys/amd64/vmm/intel/vmx_msr.c
/freebsd-11-stable/sys/amd64/vmm/intel/vmx_msr.h
/freebsd-11-stable/sys/amd64/vmm/intel/vtd.c
/freebsd-11-stable/sys/amd64/vmm/io/iommu.c
/freebsd-11-stable/sys/amd64/vmm/io/iommu.h
/freebsd-11-stable/sys/amd64/vmm/io/ppt.c
/freebsd-11-stable/sys/amd64/vmm/io/ppt.h
/freebsd-11-stable/sys/amd64/vmm/io/vhpet.c
/freebsd-11-stable/sys/amd64/vmm/io/vhpet.h
/freebsd-11-stable/sys/amd64/vmm/io/vioapic.c
/freebsd-11-stable/sys/amd64/vmm/io/vioapic.h
/freebsd-11-stable/sys/amd64/vmm/io/vlapic.c
/freebsd-11-stable/sys/amd64/vmm/io/vlapic.h
/freebsd-11-stable/sys/amd64/vmm/io/vlapic_priv.h
/freebsd-11-stable/sys/amd64/vmm/vmm.c
/freebsd-11-stable/sys/amd64/vmm/vmm_dev.c
/freebsd-11-stable/sys/amd64/vmm/vmm_host.c
/freebsd-11-stable/sys/amd64/vmm/vmm_host.h
/freebsd-11-stable/sys/amd64/vmm/vmm_instruction_emul.c
/freebsd-11-stable/sys/amd64/vmm/vmm_ktr.h
/freebsd-11-stable/sys/amd64/vmm/vmm_lapic.c
/freebsd-11-stable/sys/amd64/vmm/vmm_lapic.h
/freebsd-11-stable/sys/amd64/vmm/vmm_mem.c
/freebsd-11-stable/sys/amd64/vmm/vmm_mem.h
/freebsd-11-stable/sys/amd64/vmm/vmm_stat.c
/freebsd-11-stable/sys/amd64/vmm/vmm_stat.h
/freebsd-11-stable/sys/amd64/vmm/vmm_util.c
/freebsd-11-stable/sys/amd64/vmm/vmm_util.h
/freebsd-11-stable/sys/amd64/vmm/x86.c
/freebsd-11-stable/sys/amd64/vmm/x86.h
/freebsd-11-stable/sys/arm/allwinner/a10_ehci.c
/freebsd-11-stable/sys/arm/allwinner/a10_gpio.c
/freebsd-11-stable/sys/arm/allwinner/a10_sramc.c
/freebsd-11-stable/sys/arm/allwinner/a10_sramc.h
/freebsd-11-stable/sys/arm/allwinner/a20/a20_cpu_cfg.c
/freebsd-11-stable/sys/arm/allwinner/a20/a20_cpu_cfg.h
/freebsd-11-stable/sys/arm/allwinner/if_emac.c
/freebsd-11-stable/sys/arm/allwinner/if_emacreg.h
/freebsd-11-stable/sys/arm/arm/autoconf.c
/freebsd-11-stable/sys/arm/arm/bus_space_generic.c
/freebsd-11-stable/sys/arm/arm/busdma_machdep-v6.c
/freebsd-11-stable/sys/arm/arm/cpufunc.c
/freebsd-11-stable/sys/arm/arm/db_disasm.c
/freebsd-11-stable/sys/arm/arm/disassem.c
/freebsd-11-stable/sys/arm/arm/dump_machdep.c
/freebsd-11-stable/sys/arm/arm/elf_machdep.c
/freebsd-11-stable/sys/arm/arm/elf_trampoline.c
/freebsd-11-stable/sys/arm/arm/fiq.c
/freebsd-11-stable/sys/arm/arm/gdb_machdep.c
/freebsd-11-stable/sys/arm/arm/genassym.c
/freebsd-11-stable/sys/arm/arm/generic_timer.c
/freebsd-11-stable/sys/arm/arm/gic.c
/freebsd-11-stable/sys/arm/arm/in_cksum.c
/freebsd-11-stable/sys/arm/arm/intr.c
/freebsd-11-stable/sys/arm/arm/machdep.c
/freebsd-11-stable/sys/arm/arm/mem.c
/freebsd-11-stable/sys/arm/arm/minidump_machdep.c
/freebsd-11-stable/sys/arm/arm/mp_machdep.c
/freebsd-11-stable/sys/arm/arm/mpcore_timer.c
/freebsd-11-stable/sys/arm/arm/physmem.c
/freebsd-11-stable/sys/arm/arm/pl310.c
/freebsd-11-stable/sys/arm/arm/pmap-v6.c
/freebsd-11-stable/sys/arm/arm/sc_machdep.c
/freebsd-11-stable/sys/arm/arm/stack_machdep.c
/freebsd-11-stable/sys/arm/arm/stdatomic.c
/freebsd-11-stable/sys/arm/arm/sys_machdep.c
/freebsd-11-stable/sys/arm/arm/uio_machdep.c
/freebsd-11-stable/sys/arm/arm/undefined.c
/freebsd-11-stable/sys/arm/arm/vfp.c
/freebsd-11-stable/sys/arm/arm/vm_machdep.c
/freebsd-11-stable/sys/arm/at91/at91.c
/freebsd-11-stable/sys/arm/at91/at91_aic.c
/freebsd-11-stable/sys/arm/at91/at91_aicreg.h
/freebsd-11-stable/sys/arm/at91/at91_cfata.c
/freebsd-11-stable/sys/arm/at91/at91_gpio.h
/freebsd-11-stable/sys/arm/at91/at91_machdep.c
/freebsd-11-stable/sys/arm/at91/at91_mci.c
/freebsd-11-stable/sys/arm/at91/at91_mcireg.h
/freebsd-11-stable/sys/arm/at91/at91_pdcreg.h
/freebsd-11-stable/sys/arm/at91/at91_pio.c
/freebsd-11-stable/sys/arm/at91/at91_pio_sam9g45.h
/freebsd-11-stable/sys/arm/at91/at91_pioreg.h
/freebsd-11-stable/sys/arm/at91/at91_piovar.h
/freebsd-11-stable/sys/arm/at91/at91_pit.c
/freebsd-11-stable/sys/arm/at91/at91_pitreg.h
/freebsd-11-stable/sys/arm/at91/at91_pmc.c
/freebsd-11-stable/sys/arm/at91/at91_pmcreg.h
/freebsd-11-stable/sys/arm/at91/at91_pmcvar.h
/freebsd-11-stable/sys/arm/at91/at91_rst.c
/freebsd-11-stable/sys/arm/at91/at91_rstreg.h
/freebsd-11-stable/sys/arm/at91/at91_rtc.c
/freebsd-11-stable/sys/arm/at91/at91_rtcreg.h
/freebsd-11-stable/sys/arm/at91/at91_sdramc.c
/freebsd-11-stable/sys/arm/at91/at91_shdwc.c
/freebsd-11-stable/sys/arm/at91/at91_smc.c
/freebsd-11-stable/sys/arm/at91/at91_smc.h
/freebsd-11-stable/sys/arm/at91/at91_spi.c
/freebsd-11-stable/sys/arm/at91/at91_spireg.h
/freebsd-11-stable/sys/arm/at91/at91_ssc.c
/freebsd-11-stable/sys/arm/at91/at91_sscreg.h
/freebsd-11-stable/sys/arm/at91/at91_st.c
/freebsd-11-stable/sys/arm/at91/at91_streg.h
/freebsd-11-stable/sys/arm/at91/at91_tcb.c
/freebsd-11-stable/sys/arm/at91/at91_twi.c
/freebsd-11-stable/sys/arm/at91/at91_twiio.h
/freebsd-11-stable/sys/arm/at91/at91_twireg.h
/freebsd-11-stable/sys/arm/at91/at91_usartreg.h
/freebsd-11-stable/sys/arm/at91/at91_wdt.c
/freebsd-11-stable/sys/arm/at91/at91_wdtreg.h
/freebsd-11-stable/sys/arm/at91/at91board.h
/freebsd-11-stable/sys/arm/at91/at91reg.h
/freebsd-11-stable/sys/arm/at91/at91rm9200.c
/freebsd-11-stable/sys/arm/at91/at91rm9200_devices.c
/freebsd-11-stable/sys/arm/at91/at91rm9200var.h
/freebsd-11-stable/sys/arm/at91/at91rm92reg.h
/freebsd-11-stable/sys/arm/at91/at91sam9260.c
/freebsd-11-stable/sys/arm/at91/at91sam9260reg.h
/freebsd-11-stable/sys/arm/at91/at91sam9g20.c
/freebsd-11-stable/sys/arm/at91/at91sam9g20reg.h
/freebsd-11-stable/sys/arm/at91/at91sam9g45.c
/freebsd-11-stable/sys/arm/at91/at91sam9g45reg.h
/freebsd-11-stable/sys/arm/at91/at91sam9x5.c
/freebsd-11-stable/sys/arm/at91/at91sam9x5reg.h
/freebsd-11-stable/sys/arm/at91/at91soc.c
/freebsd-11-stable/sys/arm/at91/at91soc.h
/freebsd-11-stable/sys/arm/at91/at91var.h
/freebsd-11-stable/sys/arm/at91/board_bwct.c
/freebsd-11-stable/sys/arm/at91/board_eb9200.c
/freebsd-11-stable/sys/arm/at91/board_ethernut5.c
/freebsd-11-stable/sys/arm/at91/board_hl200.c
/freebsd-11-stable/sys/arm/at91/board_hl201.c
/freebsd-11-stable/sys/arm/at91/board_kb920x.c
/freebsd-11-stable/sys/arm/at91/board_qila9g20.c
/freebsd-11-stable/sys/arm/at91/board_sam9260ek.c
/freebsd-11-stable/sys/arm/at91/board_sam9g20ek.c
/freebsd-11-stable/sys/arm/at91/board_sam9x25ek.c
/freebsd-11-stable/sys/arm/at91/board_sn9g45.c
/freebsd-11-stable/sys/arm/at91/board_tsc4370.c
/freebsd-11-stable/sys/arm/at91/if_ate.c
/freebsd-11-stable/sys/arm/at91/if_atereg.h
/freebsd-11-stable/sys/arm/at91/if_macb.c
/freebsd-11-stable/sys/arm/at91/uart_bus_at91usart.c
/freebsd-11-stable/sys/arm/at91/uart_cpu_at91usart.c
/freebsd-11-stable/sys/arm/at91/uart_dev_at91usart.c
/freebsd-11-stable/sys/arm/broadcom/bcm2835/bcm2835_bsc.c
/freebsd-11-stable/sys/arm/broadcom/bcm2835/bcm2835_bscreg.h
/freebsd-11-stable/sys/arm/broadcom/bcm2835/bcm2835_bscvar.h
/freebsd-11-stable/sys/arm/broadcom/bcm2835/bcm2835_dma.c
/freebsd-11-stable/sys/arm/broadcom/bcm2835/bcm2835_dma.h
/freebsd-11-stable/sys/arm/broadcom/bcm2835/bcm2835_fb.c
/freebsd-11-stable/sys/arm/broadcom/bcm2835/bcm2835_fbd.c
/freebsd-11-stable/sys/arm/broadcom/bcm2835/bcm2835_gpio.c
/freebsd-11-stable/sys/arm/broadcom/bcm2835/bcm2835_gpio.h
/freebsd-11-stable/sys/arm/broadcom/bcm2835/bcm2835_intr.c
/freebsd-11-stable/sys/arm/broadcom/bcm2835/bcm2835_machdep.c
/freebsd-11-stable/sys/arm/broadcom/bcm2835/bcm2835_mbox.c
/freebsd-11-stable/sys/arm/broadcom/bcm2835/bcm2835_mbox.h
/freebsd-11-stable/sys/arm/broadcom/bcm2835/bcm2835_sdhci.c
/freebsd-11-stable/sys/arm/broadcom/bcm2835/bcm2835_spi.c
/freebsd-11-stable/sys/arm/broadcom/bcm2835/bcm2835_spireg.h
/freebsd-11-stable/sys/arm/broadcom/bcm2835/bcm2835_spivar.h
/freebsd-11-stable/sys/arm/broadcom/bcm2835/bcm2835_systimer.c
/freebsd-11-stable/sys/arm/broadcom/bcm2835/bcm2835_vcbus.h
/freebsd-11-stable/sys/arm/broadcom/bcm2835/bcm2835_wdog.c
/freebsd-11-stable/sys/arm/broadcom/bcm2835/bcm2835_wdog.h
/freebsd-11-stable/sys/arm/conf/genboardid.awk
/freebsd-11-stable/sys/arm/freescale/fsl_ocotp.c
/freebsd-11-stable/sys/arm/freescale/fsl_ocotpreg.h
/freebsd-11-stable/sys/arm/freescale/fsl_ocotpvar.h
/freebsd-11-stable/sys/arm/freescale/imx/imx51_ccm.c
/freebsd-11-stable/sys/arm/freescale/imx/imx51_ccmreg.h
/freebsd-11-stable/sys/arm/freescale/imx/imx51_ccmvar.h
/freebsd-11-stable/sys/arm/freescale/imx/imx51_dpllreg.h
/freebsd-11-stable/sys/arm/freescale/imx/imx51_ipuv3.c
/freebsd-11-stable/sys/arm/freescale/imx/imx51_ipuv3_fbd.c
/freebsd-11-stable/sys/arm/freescale/imx/imx51_ipuv3reg.h
/freebsd-11-stable/sys/arm/freescale/imx/imx51_machdep.c
/freebsd-11-stable/sys/arm/freescale/imx/imx51_sdmareg.h
/freebsd-11-stable/sys/arm/freescale/imx/imx51_ssireg.h
/freebsd-11-stable/sys/arm/freescale/imx/imx51_tzicreg.h
/freebsd-11-stable/sys/arm/freescale/imx/imx53_machdep.c
/freebsd-11-stable/sys/arm/freescale/imx/imx6_anatop.c
/freebsd-11-stable/sys/arm/freescale/imx/imx6_anatopreg.h
/freebsd-11-stable/sys/arm/freescale/imx/imx6_anatopvar.h
/freebsd-11-stable/sys/arm/freescale/imx/imx6_ccm.c
/freebsd-11-stable/sys/arm/freescale/imx/imx6_ccmreg.h
/freebsd-11-stable/sys/arm/freescale/imx/imx6_machdep.c
/freebsd-11-stable/sys/arm/freescale/imx/imx6_mp.c
/freebsd-11-stable/sys/arm/freescale/imx/imx6_pl310.c
/freebsd-11-stable/sys/arm/freescale/imx/imx6_usbphy.c
/freebsd-11-stable/sys/arm/freescale/imx/imx_common.c
/freebsd-11-stable/sys/arm/freescale/imx/imx_gpt.c
/freebsd-11-stable/sys/arm/freescale/imx/imx_gptreg.h
/freebsd-11-stable/sys/arm/freescale/imx/imx_machdep.c
/freebsd-11-stable/sys/arm/freescale/imx/imx_machdep.h
/freebsd-11-stable/sys/arm/freescale/imx/imx_nop_usbphy.c
/freebsd-11-stable/sys/arm/freescale/imx/imx_wdog.c
/freebsd-11-stable/sys/arm/freescale/imx/imx_wdogreg.h
/freebsd-11-stable/sys/arm/freescale/imx/tzic.c
/freebsd-11-stable/sys/arm/freescale/vybrid/vf_anadig.c
/freebsd-11-stable/sys/arm/freescale/vybrid/vf_ccm.c
/freebsd-11-stable/sys/arm/freescale/vybrid/vf_common.h
/freebsd-11-stable/sys/arm/freescale/vybrid/vf_dcu4.c
/freebsd-11-stable/sys/arm/freescale/vybrid/vf_dmamux.c
/freebsd-11-stable/sys/arm/freescale/vybrid/vf_dmamux.h
/freebsd-11-stable/sys/arm/freescale/vybrid/vf_edma.c
/freebsd-11-stable/sys/arm/freescale/vybrid/vf_edma.h
/freebsd-11-stable/sys/arm/freescale/vybrid/vf_ehci.c
/freebsd-11-stable/sys/arm/freescale/vybrid/vf_gpio.c
/freebsd-11-stable/sys/arm/freescale/vybrid/vf_i2c.c
/freebsd-11-stable/sys/arm/freescale/vybrid/vf_iomuxc.c
/freebsd-11-stable/sys/arm/freescale/vybrid/vf_iomuxc.h
/freebsd-11-stable/sys/arm/freescale/vybrid/vf_machdep.c
/freebsd-11-stable/sys/arm/freescale/vybrid/vf_mscm.c
/freebsd-11-stable/sys/arm/freescale/vybrid/vf_nfc.c
/freebsd-11-stable/sys/arm/freescale/vybrid/vf_port.c
/freebsd-11-stable/sys/arm/freescale/vybrid/vf_port.h
/freebsd-11-stable/sys/arm/freescale/vybrid/vf_sai.c
/freebsd-11-stable/sys/arm/freescale/vybrid/vf_src.c
/freebsd-11-stable/sys/arm/freescale/vybrid/vf_src.h
/freebsd-11-stable/sys/arm/freescale/vybrid/vf_tcon.c
/freebsd-11-stable/sys/arm/freescale/vybrid/vf_uart.c
/freebsd-11-stable/sys/arm/include/_align.h
/freebsd-11-stable/sys/arm/include/_bus.h
/freebsd-11-stable/sys/arm/include/_inttypes.h
/freebsd-11-stable/sys/arm/include/_limits.h
/freebsd-11-stable/sys/arm/include/_stdint.h
/freebsd-11-stable/sys/arm/include/_types.h
/freebsd-11-stable/sys/arm/include/armreg.h
/freebsd-11-stable/sys/arm/include/asm.h
/freebsd-11-stable/sys/arm/include/asmacros.h
/freebsd-11-stable/sys/arm/include/at91_gpio.h
/freebsd-11-stable/sys/arm/include/atags.h
/freebsd-11-stable/sys/arm/include/atomic.h
/freebsd-11-stable/sys/arm/include/blockio.h
/freebsd-11-stable/sys/arm/include/board.h
/freebsd-11-stable/sys/arm/include/bus.h
/freebsd-11-stable/sys/arm/include/bus_dma.h
/freebsd-11-stable/sys/arm/include/clock.h
/freebsd-11-stable/sys/arm/include/counter.h
/freebsd-11-stable/sys/arm/include/cpufunc.h
/freebsd-11-stable/sys/arm/include/disassem.h
/freebsd-11-stable/sys/arm/include/elf.h
/freebsd-11-stable/sys/arm/include/endian.h
/freebsd-11-stable/sys/arm/include/exec.h
/freebsd-11-stable/sys/arm/include/fdt.h
/freebsd-11-stable/sys/arm/include/fiq.h
/freebsd-11-stable/sys/arm/include/float.h
/freebsd-11-stable/sys/arm/include/floatingpoint.h
/freebsd-11-stable/sys/arm/include/frame.h
/freebsd-11-stable/sys/arm/include/gdb_machdep.h
/freebsd-11-stable/sys/arm/include/ieee.h
/freebsd-11-stable/sys/arm/include/in_cksum.h
/freebsd-11-stable/sys/arm/include/intr.h
/freebsd-11-stable/sys/arm/include/kdb.h
/freebsd-11-stable/sys/arm/include/limits.h
/freebsd-11-stable/sys/arm/include/md_var.h
/freebsd-11-stable/sys/arm/include/memdev.h
/freebsd-11-stable/sys/arm/include/metadata.h
/freebsd-11-stable/sys/arm/include/minidump.h
/freebsd-11-stable/sys/arm/include/ofw_machdep.h
/freebsd-11-stable/sys/arm/include/param.h
/freebsd-11-stable/sys/arm/include/pcb.h
/freebsd-11-stable/sys/arm/include/pcpu.h
/freebsd-11-stable/sys/arm/include/physmem.h
/freebsd-11-stable/sys/arm/include/pl310.h
/freebsd-11-stable/sys/arm/include/pmap.h
/freebsd-11-stable/sys/arm/include/pmc_mdep.h
/freebsd-11-stable/sys/arm/include/proc.h
/freebsd-11-stable/sys/arm/include/profile.h
/freebsd-11-stable/sys/arm/include/psl.h
/freebsd-11-stable/sys/arm/include/reloc.h
/freebsd-11-stable/sys/arm/include/runq.h
/freebsd-11-stable/sys/arm/include/sc_machdep.h
/freebsd-11-stable/sys/arm/include/sf_buf.h
/freebsd-11-stable/sys/arm/include/signal.h
/freebsd-11-stable/sys/arm/include/stdarg.h
/freebsd-11-stable/sys/arm/include/sysarch.h
/freebsd-11-stable/sys/arm/include/ucontext.h
/freebsd-11-stable/sys/arm/include/undefined.h
/freebsd-11-stable/sys/arm/include/utrap.h
/freebsd-11-stable/sys/arm/include/vdso.h
/freebsd-11-stable/sys/arm/include/vfp.h
/freebsd-11-stable/sys/arm/include/vm.h
/freebsd-11-stable/sys/arm/include/vmparam.h
/freebsd-11-stable/sys/arm/lpc/if_lpe.c
/freebsd-11-stable/sys/arm/lpc/if_lpereg.h
/freebsd-11-stable/sys/arm/lpc/lpc_dmac.c
/freebsd-11-stable/sys/arm/lpc/lpc_fb.c
/freebsd-11-stable/sys/arm/lpc/lpc_gpio.c
/freebsd-11-stable/sys/arm/lpc/lpc_intc.c
/freebsd-11-stable/sys/arm/lpc/lpc_machdep.c
/freebsd-11-stable/sys/arm/lpc/lpc_mmc.c
/freebsd-11-stable/sys/arm/lpc/lpc_ohci.c
/freebsd-11-stable/sys/arm/lpc/lpc_pll.c
/freebsd-11-stable/sys/arm/lpc/lpc_pwr.c
/freebsd-11-stable/sys/arm/lpc/lpc_rtc.c
/freebsd-11-stable/sys/arm/lpc/lpc_spi.c
/freebsd-11-stable/sys/arm/lpc/lpc_timer.c
/freebsd-11-stable/sys/arm/lpc/lpcreg.h
/freebsd-11-stable/sys/arm/lpc/lpcvar.h
/freebsd-11-stable/sys/arm/lpc/ssd1289.c
/freebsd-11-stable/sys/arm/mv/armadaxp/armadaxp.c
/freebsd-11-stable/sys/arm/mv/armadaxp/armadaxp_mp.c
/freebsd-11-stable/sys/arm/mv/discovery/discovery.c
/freebsd-11-stable/sys/arm/mv/gpio.c
/freebsd-11-stable/sys/arm/mv/ic.c
/freebsd-11-stable/sys/arm/mv/kirkwood/kirkwood.c
/freebsd-11-stable/sys/arm/mv/mpic.c
/freebsd-11-stable/sys/arm/mv/mv_common.c
/freebsd-11-stable/sys/arm/mv/mv_localbus.c
/freebsd-11-stable/sys/arm/mv/mv_machdep.c
/freebsd-11-stable/sys/arm/mv/mv_pci.c
/freebsd-11-stable/sys/arm/mv/mv_ts.c
/freebsd-11-stable/sys/arm/mv/mvreg.h
/freebsd-11-stable/sys/arm/mv/mvvar.h
/freebsd-11-stable/sys/arm/mv/mvwin.h
/freebsd-11-stable/sys/arm/mv/orion/db88f5xxx.c
/freebsd-11-stable/sys/arm/mv/orion/orion.c
/freebsd-11-stable/sys/arm/mv/rtc.c
/freebsd-11-stable/sys/arm/mv/timer.c
/freebsd-11-stable/sys/arm/rockchip/rk30xx_gpio.c
/freebsd-11-stable/sys/arm/rockchip/rk30xx_grf.c
/freebsd-11-stable/sys/arm/rockchip/rk30xx_grf.h
/freebsd-11-stable/sys/arm/rockchip/rk30xx_machdep.c
/freebsd-11-stable/sys/arm/rockchip/rk30xx_pmu.c
/freebsd-11-stable/sys/arm/rockchip/rk30xx_pmu.h
/freebsd-11-stable/sys/arm/rockchip/rk30xx_wdog.c
/freebsd-11-stable/sys/arm/rockchip/rk30xx_wdog.h
/freebsd-11-stable/sys/arm/samsung/exynos/exynos5_machdep.c
/freebsd-11-stable/sys/arm/samsung/exynos/exynos5_mp.c
/freebsd-11-stable/sys/arm/ti/aintc.c
/freebsd-11-stable/sys/arm/ti/am335x/am335x_dmtimer.c
/freebsd-11-stable/sys/arm/ti/am335x/am335x_lcd.c
/freebsd-11-stable/sys/arm/ti/am335x/am335x_lcd.h
/freebsd-11-stable/sys/arm/ti/am335x/am335x_lcd_syscons.c
/freebsd-11-stable/sys/arm/ti/am335x/am335x_pmic.c
/freebsd-11-stable/sys/arm/ti/am335x/am335x_prcm.c
/freebsd-11-stable/sys/arm/ti/am335x/am335x_pwm.h
/freebsd-11-stable/sys/arm/ti/am335x/am335x_reg.h
/freebsd-11-stable/sys/arm/ti/am335x/am335x_scm.h
/freebsd-11-stable/sys/arm/ti/am335x/am335x_scm_padconf.c
/freebsd-11-stable/sys/arm/ti/am335x/am335x_usbss.c
/freebsd-11-stable/sys/arm/ti/cpsw/if_cpsw.c
/freebsd-11-stable/sys/arm/ti/cpsw/if_cpswreg.h
/freebsd-11-stable/sys/arm/ti/cpsw/if_cpswvar.h
/freebsd-11-stable/sys/arm/ti/omap4/omap4_l2cache.c
/freebsd-11-stable/sys/arm/ti/omap4/omap4_mp.c
/freebsd-11-stable/sys/arm/ti/omap4/omap4_prcm_clks.c
/freebsd-11-stable/sys/arm/ti/omap4/omap4_reg.h
/freebsd-11-stable/sys/arm/ti/omap4/omap4_scm_padconf.c
/freebsd-11-stable/sys/arm/ti/omap4/omap4_smc.h
/freebsd-11-stable/sys/arm/ti/omap4/pandaboard/pandaboard.c
/freebsd-11-stable/sys/arm/ti/ti_cpuid.c
/freebsd-11-stable/sys/arm/ti/ti_cpuid.h
/freebsd-11-stable/sys/arm/ti/ti_edma3.c
/freebsd-11-stable/sys/arm/ti/ti_edma3.h
/freebsd-11-stable/sys/arm/ti/ti_gpio.c
/freebsd-11-stable/sys/arm/ti/ti_i2c.c
/freebsd-11-stable/sys/arm/ti/ti_i2c.h
/freebsd-11-stable/sys/arm/ti/ti_machdep.c
/freebsd-11-stable/sys/arm/ti/ti_mbox.c
/freebsd-11-stable/sys/arm/ti/ti_mbox.h
/freebsd-11-stable/sys/arm/ti/ti_prcm.c
/freebsd-11-stable/sys/arm/ti/ti_prcm.h
/freebsd-11-stable/sys/arm/ti/ti_pruss.c
/freebsd-11-stable/sys/arm/ti/ti_pruss.h
/freebsd-11-stable/sys/arm/ti/ti_scm.c
/freebsd-11-stable/sys/arm/ti/ti_scm.h
/freebsd-11-stable/sys/arm/ti/ti_sdhci.c
/freebsd-11-stable/sys/arm/ti/ti_sdma.c
/freebsd-11-stable/sys/arm/ti/ti_sdma.h
/freebsd-11-stable/sys/arm/ti/ti_sdmareg.h
/freebsd-11-stable/sys/arm/ti/ti_smc.h
/freebsd-11-stable/sys/arm/ti/tivar.h
/freebsd-11-stable/sys/arm/ti/twl/twl.c
/freebsd-11-stable/sys/arm/ti/twl/twl.h
/freebsd-11-stable/sys/arm/ti/twl/twl_clks.c
/freebsd-11-stable/sys/arm/ti/twl/twl_clks.h
/freebsd-11-stable/sys/arm/ti/twl/twl_vreg.c
/freebsd-11-stable/sys/arm/ti/twl/twl_vreg.h
/freebsd-11-stable/sys/arm/ti/usb/omap_ehci.c
/freebsd-11-stable/sys/arm/ti/usb/omap_usb.h
/freebsd-11-stable/sys/arm/xilinx/uart_dev_cdnc.c
/freebsd-11-stable/sys/arm/xilinx/zy7_devcfg.c
/freebsd-11-stable/sys/arm/xilinx/zy7_ehci.c
/freebsd-11-stable/sys/arm/xilinx/zy7_gpio.c
/freebsd-11-stable/sys/arm/xilinx/zy7_l2cache.c
/freebsd-11-stable/sys/arm/xilinx/zy7_machdep.c
/freebsd-11-stable/sys/arm/xilinx/zy7_reg.h
/freebsd-11-stable/sys/arm/xilinx/zy7_slcr.c
/freebsd-11-stable/sys/arm/xilinx/zy7_slcr.h
/freebsd-11-stable/sys/arm/xscale/i8134x/crb_machdep.c
/freebsd-11-stable/sys/arm/xscale/i8134x/i81342.c
/freebsd-11-stable/sys/arm/xscale/i8134x/i81342_mcu.c
/freebsd-11-stable/sys/arm/xscale/i8134x/i81342_pci.c
/freebsd-11-stable/sys/arm/xscale/i8134x/i81342_space.c
/freebsd-11-stable/sys/arm/xscale/i8134x/i81342reg.h
/freebsd-11-stable/sys/arm/xscale/i8134x/i81342var.h
/freebsd-11-stable/sys/arm/xscale/i8134x/iq81342_7seg.c
/freebsd-11-stable/sys/arm/xscale/i8134x/iq81342reg.h
/freebsd-11-stable/sys/arm/xscale/i8134x/iq81342var.h
/freebsd-11-stable/sys/arm/xscale/i8134x/obio.c
/freebsd-11-stable/sys/arm/xscale/i8134x/obiovar.h
/freebsd-11-stable/sys/arm/xscale/i8134x/uart_bus_i81342.c
/freebsd-11-stable/sys/arm/xscale/i8134x/uart_cpu_i81342.c
/freebsd-11-stable/sys/arm/xscale/ixp425/avila_ata.c
/freebsd-11-stable/sys/arm/xscale/ixp425/avila_gpio.c
/freebsd-11-stable/sys/arm/xscale/ixp425/avila_led.c
/freebsd-11-stable/sys/arm/xscale/ixp425/avila_machdep.c
/freebsd-11-stable/sys/arm/xscale/ixp425/cambria_exp_space.c
/freebsd-11-stable/sys/arm/xscale/ixp425/cambria_fled.c
/freebsd-11-stable/sys/arm/xscale/ixp425/cambria_gpio.c
/freebsd-11-stable/sys/arm/xscale/ixp425/cambria_led.c
/freebsd-11-stable/sys/arm/xscale/ixp425/if_npe.c
/freebsd-11-stable/sys/arm/xscale/ixp425/if_npereg.h
/freebsd-11-stable/sys/arm/xscale/ixp425/ixdp425_pci.c
/freebsd-11-stable/sys/arm/xscale/ixp425/ixdp425reg.h
/freebsd-11-stable/sys/arm/xscale/ixp425/ixp425.c
/freebsd-11-stable/sys/arm/xscale/ixp425/ixp425_a4x_space.c
/freebsd-11-stable/sys/arm/xscale/ixp425/ixp425_iic.c
/freebsd-11-stable/sys/arm/xscale/ixp425/ixp425_intr.h
/freebsd-11-stable/sys/arm/xscale/ixp425/ixp425_mem.c
/freebsd-11-stable/sys/arm/xscale/ixp425/ixp425_npe.c
/freebsd-11-stable/sys/arm/xscale/ixp425/ixp425_npereg.h
/freebsd-11-stable/sys/arm/xscale/ixp425/ixp425_npevar.h
/freebsd-11-stable/sys/arm/xscale/ixp425/ixp425_pci.c
/freebsd-11-stable/sys/arm/xscale/ixp425/ixp425_pci_space.c
/freebsd-11-stable/sys/arm/xscale/ixp425/ixp425_qmgr.c
/freebsd-11-stable/sys/arm/xscale/ixp425/ixp425_qmgr.h
/freebsd-11-stable/sys/arm/xscale/ixp425/ixp425_space.c
/freebsd-11-stable/sys/arm/xscale/ixp425/ixp425_timer.c
/freebsd-11-stable/sys/arm/xscale/ixp425/ixp425_wdog.c
/freebsd-11-stable/sys/arm/xscale/ixp425/ixp425reg.h
/freebsd-11-stable/sys/arm/xscale/ixp425/ixp425var.h
/freebsd-11-stable/sys/arm/xscale/ixp425/uart_bus_ixp425.c
/freebsd-11-stable/sys/arm/xscale/ixp425/uart_cpu_ixp425.c
/freebsd-11-stable/sys/arm/xscale/pxa/if_smc_smi.c
/freebsd-11-stable/sys/arm/xscale/pxa/pxa_gpio.c
/freebsd-11-stable/sys/arm/xscale/pxa/pxa_icu.c
/freebsd-11-stable/sys/arm/xscale/pxa/pxa_machdep.c
/freebsd-11-stable/sys/arm/xscale/pxa/pxa_obio.c
/freebsd-11-stable/sys/arm/xscale/pxa/pxa_smi.c
/freebsd-11-stable/sys/arm/xscale/pxa/pxa_space.c
/freebsd-11-stable/sys/arm/xscale/pxa/pxa_timer.c
/freebsd-11-stable/sys/arm/xscale/pxa/pxareg.h
/freebsd-11-stable/sys/arm/xscale/pxa/pxavar.h
/freebsd-11-stable/sys/arm/xscale/pxa/uart_bus_pxa.c
/freebsd-11-stable/sys/arm/xscale/pxa/uart_cpu_pxa.c
/freebsd-11-stable/sys/bsm/audit.h
/freebsd-11-stable/sys/bsm/audit_domain.h
/freebsd-11-stable/sys/bsm/audit_errno.h
/freebsd-11-stable/sys/bsm/audit_fcntl.h
/freebsd-11-stable/sys/bsm/audit_internal.h
/freebsd-11-stable/sys/bsm/audit_kevents.h
/freebsd-11-stable/sys/bsm/audit_record.h
/freebsd-11-stable/sys/bsm/audit_socket_type.h
/freebsd-11-stable/sys/compat/freebsd32/freebsd32_ioctl.c
/freebsd-11-stable/sys/compat/freebsd32/freebsd32_ioctl.h
/freebsd-11-stable/sys/compat/linprocfs/linprocfs.c
/freebsd-11-stable/sys/compat/ndis/cfg_var.h
/freebsd-11-stable/sys/compat/ndis/hal_var.h
/freebsd-11-stable/sys/compat/ndis/kern_ndis.c
/freebsd-11-stable/sys/compat/ndis/kern_windrv.c
/freebsd-11-stable/sys/compat/ndis/ndis_var.h
/freebsd-11-stable/sys/compat/ndis/ntoskrnl_var.h
/freebsd-11-stable/sys/compat/ndis/pe_var.h
/freebsd-11-stable/sys/compat/ndis/resource_var.h
/freebsd-11-stable/sys/compat/ndis/subr_hal.c
/freebsd-11-stable/sys/compat/ndis/subr_ndis.c
/freebsd-11-stable/sys/compat/ndis/subr_ntoskrnl.c
/freebsd-11-stable/sys/compat/ndis/subr_pe.c
/freebsd-11-stable/sys/compat/ndis/subr_usbd.c
/freebsd-11-stable/sys/compat/ndis/usbd_var.h
/freebsd-11-stable/sys/conf/newvers.sh
/freebsd-11-stable/sys/conf/systags.sh
/freebsd-11-stable/sys/crypto/sha1.c
/freebsd-11-stable/sys/crypto/sha1.h
/freebsd-11-stable/sys/ddb/db_ps.c
/freebsd-11-stable/sys/ddb/ddb.h
/freebsd-11-stable/sys/dev/aac/aac.c
/freebsd-11-stable/sys/dev/aac/aac_cam.c
/freebsd-11-stable/sys/dev/aac/aac_debug.c
/freebsd-11-stable/sys/dev/aac/aac_disk.c
/freebsd-11-stable/sys/dev/aac/aac_linux.c
/freebsd-11-stable/sys/dev/aac/aac_pci.c
/freebsd-11-stable/sys/dev/aac/aac_tables.h
/freebsd-11-stable/sys/dev/aac/aacreg.h
/freebsd-11-stable/sys/dev/aac/aacvar.h
/freebsd-11-stable/sys/dev/aacraid/aacraid.c
/freebsd-11-stable/sys/dev/aacraid/aacraid_cam.c
/freebsd-11-stable/sys/dev/aacraid/aacraid_debug.c
/freebsd-11-stable/sys/dev/aacraid/aacraid_debug.h
/freebsd-11-stable/sys/dev/aacraid/aacraid_linux.c
/freebsd-11-stable/sys/dev/aacraid/aacraid_pci.c
/freebsd-11-stable/sys/dev/aacraid/aacraid_reg.h
/freebsd-11-stable/sys/dev/aacraid/aacraid_var.h
/freebsd-11-stable/sys/dev/adb/adb.h
/freebsd-11-stable/sys/dev/adb/adb_bus.c
/freebsd-11-stable/sys/dev/adb/adb_buttons.c
/freebsd-11-stable/sys/dev/adb/adb_kbd.c
/freebsd-11-stable/sys/dev/adb/adb_mouse.c
/freebsd-11-stable/sys/dev/adb/adbvar.h
/freebsd-11-stable/sys/dev/adlink/adlink.c
/freebsd-11-stable/sys/dev/advansys/adv_isa.c
/freebsd-11-stable/sys/dev/advansys/adv_pci.c
/freebsd-11-stable/sys/dev/advansys/advansys.c
/freebsd-11-stable/sys/dev/advansys/advansys.h
/freebsd-11-stable/sys/dev/advansys/advlib.c
/freebsd-11-stable/sys/dev/advansys/advlib.h
/freebsd-11-stable/sys/dev/advansys/adw_pci.c
/freebsd-11-stable/sys/dev/advansys/adwcam.c
/freebsd-11-stable/sys/dev/advansys/adwlib.c
/freebsd-11-stable/sys/dev/advansys/adwlib.h
/freebsd-11-stable/sys/dev/advansys/adwvar.h
/freebsd-11-stable/sys/dev/ae/if_ae.c
/freebsd-11-stable/sys/dev/ae/if_aereg.h
/freebsd-11-stable/sys/dev/ae/if_aevar.h
/freebsd-11-stable/sys/dev/age/if_age.c
/freebsd-11-stable/sys/dev/age/if_agereg.h
/freebsd-11-stable/sys/dev/age/if_agevar.h
/freebsd-11-stable/sys/dev/agp/agp.c
/freebsd-11-stable/sys/dev/agp/agp_ali.c
/freebsd-11-stable/sys/dev/agp/agp_amd.c
/freebsd-11-stable/sys/dev/agp/agp_amd64.c
/freebsd-11-stable/sys/dev/agp/agp_apple.c
/freebsd-11-stable/sys/dev/agp/agp_ati.c
/freebsd-11-stable/sys/dev/agp/agp_i810.c
/freebsd-11-stable/sys/dev/agp/agp_i810.h
/freebsd-11-stable/sys/dev/agp/agp_intel.c
/freebsd-11-stable/sys/dev/agp/agp_nvidia.c
/freebsd-11-stable/sys/dev/agp/agp_sis.c
/freebsd-11-stable/sys/dev/agp/agp_via.c
/freebsd-11-stable/sys/dev/agp/agppriv.h
/freebsd-11-stable/sys/dev/agp/agpreg.h
/freebsd-11-stable/sys/dev/agp/agpvar.h
/freebsd-11-stable/sys/dev/aha/aha.c
/freebsd-11-stable/sys/dev/aha/aha_isa.c
/freebsd-11-stable/sys/dev/aha/ahareg.h
/freebsd-11-stable/sys/dev/ahci/ahci.c
/freebsd-11-stable/sys/dev/ahci/ahci.h
/freebsd-11-stable/sys/dev/ahci/ahciem.c
/freebsd-11-stable/sys/dev/aic/aic.c
/freebsd-11-stable/sys/dev/aic/aic6360reg.h
/freebsd-11-stable/sys/dev/aic/aic_isa.c
/freebsd-11-stable/sys/dev/aic/aic_pccard.c
/freebsd-11-stable/sys/dev/aic/aicvar.h
/freebsd-11-stable/sys/dev/aic7xxx/ahc_isa.c
/freebsd-11-stable/sys/dev/aic7xxx/aic7770.c
/freebsd-11-stable/sys/dev/aic7xxx/aic79xx.c
/freebsd-11-stable/sys/dev/aic7xxx/aic79xx.h
/freebsd-11-stable/sys/dev/aic7xxx/aic79xx_inline.h
/freebsd-11-stable/sys/dev/aic7xxx/aic79xx_pci.c
/freebsd-11-stable/sys/dev/aic7xxx/aic7xxx.c
/freebsd-11-stable/sys/dev/aic7xxx/aic7xxx.h
/freebsd-11-stable/sys/dev/aic7xxx/aic7xxx_93cx6.h
/freebsd-11-stable/sys/dev/aic7xxx/aic7xxx_inline.h
/freebsd-11-stable/sys/dev/aic7xxx/aic7xxx_pci.c
/freebsd-11-stable/sys/dev/aic7xxx/aicasm/aicasm.c
/freebsd-11-stable/sys/dev/aic7xxx/aicasm/aicasm.h
/freebsd-11-stable/sys/dev/aic7xxx/aicasm/aicasm_gram.y
/freebsd-11-stable/sys/dev/aic7xxx/aicasm/aicasm_insformat.h
/freebsd-11-stable/sys/dev/aic7xxx/aicasm/aicasm_macro_gram.y
/freebsd-11-stable/sys/dev/aic7xxx/aicasm/aicasm_macro_scan.l
/freebsd-11-stable/sys/dev/aic7xxx/aicasm/aicasm_scan.l
/freebsd-11-stable/sys/dev/aic7xxx/aicasm/aicasm_symbol.c
/freebsd-11-stable/sys/dev/aic7xxx/aicasm/aicasm_symbol.h
/freebsd-11-stable/sys/dev/alc/if_alc.c
/freebsd-11-stable/sys/dev/alc/if_alcreg.h
/freebsd-11-stable/sys/dev/alc/if_alcvar.h
/freebsd-11-stable/sys/dev/ale/if_ale.c
/freebsd-11-stable/sys/dev/ale/if_alereg.h
/freebsd-11-stable/sys/dev/ale/if_alevar.h
/freebsd-11-stable/sys/dev/altera/atse/a_api.h
/freebsd-11-stable/sys/dev/altera/atse/if_atse.c
/freebsd-11-stable/sys/dev/altera/atse/if_atse_fdt.c
/freebsd-11-stable/sys/dev/altera/atse/if_atse_nexus.c
/freebsd-11-stable/sys/dev/altera/atse/if_atsereg.h
/freebsd-11-stable/sys/dev/altera/avgen/altera_avgen.c
/freebsd-11-stable/sys/dev/altera/avgen/altera_avgen.h
/freebsd-11-stable/sys/dev/altera/avgen/altera_avgen_fdt.c
/freebsd-11-stable/sys/dev/altera/avgen/altera_avgen_nexus.c
/freebsd-11-stable/sys/dev/altera/jtag_uart/altera_jtag_uart.h
/freebsd-11-stable/sys/dev/altera/jtag_uart/altera_jtag_uart_cons.c
/freebsd-11-stable/sys/dev/altera/jtag_uart/altera_jtag_uart_fdt.c
/freebsd-11-stable/sys/dev/altera/jtag_uart/altera_jtag_uart_nexus.c
/freebsd-11-stable/sys/dev/altera/jtag_uart/altera_jtag_uart_tty.c
/freebsd-11-stable/sys/dev/altera/sdcard/altera_sdcard.c
/freebsd-11-stable/sys/dev/altera/sdcard/altera_sdcard.h
/freebsd-11-stable/sys/dev/altera/sdcard/altera_sdcard_disk.c
/freebsd-11-stable/sys/dev/altera/sdcard/altera_sdcard_fdt.c
/freebsd-11-stable/sys/dev/altera/sdcard/altera_sdcard_io.c
/freebsd-11-stable/sys/dev/altera/sdcard/altera_sdcard_nexus.c
/freebsd-11-stable/sys/dev/amdsbwd/amdsbwd.c
/freebsd-11-stable/sys/dev/amdtemp/amdtemp.c
/freebsd-11-stable/sys/dev/amr/amr.c
/freebsd-11-stable/sys/dev/amr/amr_cam.c
/freebsd-11-stable/sys/dev/amr/amr_disk.c
/freebsd-11-stable/sys/dev/amr/amr_linux.c
/freebsd-11-stable/sys/dev/amr/amr_pci.c
/freebsd-11-stable/sys/dev/amr/amr_tables.h
/freebsd-11-stable/sys/dev/amr/amrio.h
/freebsd-11-stable/sys/dev/amr/amrreg.h
/freebsd-11-stable/sys/dev/amr/amrvar.h
/freebsd-11-stable/sys/dev/an/if_aironet_ieee.h
/freebsd-11-stable/sys/dev/an/if_an.c
/freebsd-11-stable/sys/dev/an/if_an_isa.c
/freebsd-11-stable/sys/dev/an/if_an_pccard.c
/freebsd-11-stable/sys/dev/an/if_an_pci.c
/freebsd-11-stable/sys/dev/an/if_anreg.h
/freebsd-11-stable/sys/dev/arcmsr/arcmsr.c
/freebsd-11-stable/sys/dev/arcmsr/arcmsr.h
/freebsd-11-stable/sys/dev/asmc/asmc.c
/freebsd-11-stable/sys/dev/asmc/asmcvar.h
/freebsd-11-stable/sys/dev/ata/ata-all.c
/freebsd-11-stable/sys/dev/ata/ata-all.h
/freebsd-11-stable/sys/dev/ata/ata-card.c
/freebsd-11-stable/sys/dev/ata/ata-dma.c
/freebsd-11-stable/sys/dev/ata/ata-isa.c
/freebsd-11-stable/sys/dev/ata/ata-lowlevel.c
/freebsd-11-stable/sys/dev/ata/ata-pci.c
/freebsd-11-stable/sys/dev/ata/ata-pci.h
/freebsd-11-stable/sys/dev/ata/ata-sata.c
/freebsd-11-stable/sys/dev/ata/chipsets/ata-acard.c
/freebsd-11-stable/sys/dev/ata/chipsets/ata-acerlabs.c
/freebsd-11-stable/sys/dev/ata/chipsets/ata-amd.c
/freebsd-11-stable/sys/dev/ata/chipsets/ata-ati.c
/freebsd-11-stable/sys/dev/ata/chipsets/ata-cenatek.c
/freebsd-11-stable/sys/dev/ata/chipsets/ata-cypress.c
/freebsd-11-stable/sys/dev/ata/chipsets/ata-cyrix.c
/freebsd-11-stable/sys/dev/ata/chipsets/ata-fsl.c
/freebsd-11-stable/sys/dev/ata/chipsets/ata-highpoint.c
/freebsd-11-stable/sys/dev/ata/chipsets/ata-intel.c
/freebsd-11-stable/sys/dev/ata/chipsets/ata-ite.c
/freebsd-11-stable/sys/dev/ata/chipsets/ata-jmicron.c
/freebsd-11-stable/sys/dev/ata/chipsets/ata-marvell.c
/freebsd-11-stable/sys/dev/ata/chipsets/ata-micron.c
/freebsd-11-stable/sys/dev/ata/chipsets/ata-national.c
/freebsd-11-stable/sys/dev/ata/chipsets/ata-netcell.c
/freebsd-11-stable/sys/dev/ata/chipsets/ata-nvidia.c
/freebsd-11-stable/sys/dev/ata/chipsets/ata-promise.c
/freebsd-11-stable/sys/dev/ata/chipsets/ata-serverworks.c
/freebsd-11-stable/sys/dev/ata/chipsets/ata-siliconimage.c
/freebsd-11-stable/sys/dev/ata/chipsets/ata-sis.c
/freebsd-11-stable/sys/dev/ata/chipsets/ata-via.c
/freebsd-11-stable/sys/dev/ath/ah_osdep.c
/freebsd-11-stable/sys/dev/ath/ah_osdep.h
/freebsd-11-stable/sys/dev/ath/ath_dfs/null/dfs_null.c
/freebsd-11-stable/sys/dev/ath/ath_hal/ar9002/ar9002phy.h
/freebsd-11-stable/sys/dev/ath/ath_hal/ar9002/ar9280_olc.c
/freebsd-11-stable/sys/dev/ath/ath_hal/ar9002/ar9280_olc.h
/freebsd-11-stable/sys/dev/ath/ath_hal/ar9002/ar9285_cal.c
/freebsd-11-stable/sys/dev/ath/ath_hal/ar9002/ar9285_cal.h
/freebsd-11-stable/sys/dev/ath/ath_hal/ar9002/ar9285_diversity.c
/freebsd-11-stable/sys/dev/ath/ath_hal/ar9002/ar9285_diversity.h
/freebsd-11-stable/sys/dev/ath/ath_hal/ar9002/ar9285_phy.c
/freebsd-11-stable/sys/dev/ath/ath_hal/ar9002/ar9285_phy.h
/freebsd-11-stable/sys/dev/ath/ath_hal/ar9002/ar9285phy.h
/freebsd-11-stable/sys/dev/ath/ath_hal/ar9002/ar9287_cal.c
/freebsd-11-stable/sys/dev/ath/ath_hal/ar9002/ar9287_cal.h
/freebsd-11-stable/sys/dev/ath/ath_hal/ar9002/ar9287_olc.c
/freebsd-11-stable/sys/dev/ath/ath_hal/ar9003/ar9300_devid.h
/freebsd-11-stable/sys/dev/ath/ath_rate/amrr/amrr.c
/freebsd-11-stable/sys/dev/ath/ath_rate/amrr/amrr.h
/freebsd-11-stable/sys/dev/ath/ath_rate/onoe/onoe.c
/freebsd-11-stable/sys/dev/ath/ath_rate/onoe/onoe.h
/freebsd-11-stable/sys/dev/ath/ath_rate/sample/sample.c
/freebsd-11-stable/sys/dev/ath/ath_rate/sample/sample.h
/freebsd-11-stable/sys/dev/ath/ath_rate/sample/tx_schedules.h
/freebsd-11-stable/sys/dev/ath/if_ath.c
/freebsd-11-stable/sys/dev/ath/if_ath_ahb.c
/freebsd-11-stable/sys/dev/ath/if_ath_alq.c
/freebsd-11-stable/sys/dev/ath/if_ath_alq.h
/freebsd-11-stable/sys/dev/ath/if_ath_beacon.c
/freebsd-11-stable/sys/dev/ath/if_ath_beacon.h
/freebsd-11-stable/sys/dev/ath/if_ath_btcoex.c
/freebsd-11-stable/sys/dev/ath/if_ath_btcoex.h
/freebsd-11-stable/sys/dev/ath/if_ath_debug.c
/freebsd-11-stable/sys/dev/ath/if_ath_debug.h
/freebsd-11-stable/sys/dev/ath/if_ath_keycache.c
/freebsd-11-stable/sys/dev/ath/if_ath_keycache.h
/freebsd-11-stable/sys/dev/ath/if_ath_led.c
/freebsd-11-stable/sys/dev/ath/if_ath_led.h
/freebsd-11-stable/sys/dev/ath/if_ath_lna_div.c
/freebsd-11-stable/sys/dev/ath/if_ath_lna_div.h
/freebsd-11-stable/sys/dev/ath/if_ath_misc.h
/freebsd-11-stable/sys/dev/ath/if_ath_pci.c
/freebsd-11-stable/sys/dev/ath/if_ath_rx.c
/freebsd-11-stable/sys/dev/ath/if_ath_rx.h
/freebsd-11-stable/sys/dev/ath/if_ath_rx_edma.c
/freebsd-11-stable/sys/dev/ath/if_ath_rx_edma.h
/freebsd-11-stable/sys/dev/ath/if_ath_spectral.c
/freebsd-11-stable/sys/dev/ath/if_ath_spectral.h
/freebsd-11-stable/sys/dev/ath/if_ath_sysctl.c
/freebsd-11-stable/sys/dev/ath/if_ath_sysctl.h
/freebsd-11-stable/sys/dev/ath/if_ath_tdma.c
/freebsd-11-stable/sys/dev/ath/if_ath_tdma.h
/freebsd-11-stable/sys/dev/ath/if_ath_tsf.h
/freebsd-11-stable/sys/dev/ath/if_ath_tx.c
/freebsd-11-stable/sys/dev/ath/if_ath_tx.h
/freebsd-11-stable/sys/dev/ath/if_ath_tx_edma.c
/freebsd-11-stable/sys/dev/ath/if_ath_tx_edma.h
/freebsd-11-stable/sys/dev/ath/if_ath_tx_ht.c
/freebsd-11-stable/sys/dev/ath/if_ath_tx_ht.h
/freebsd-11-stable/sys/dev/ath/if_athdfs.h
/freebsd-11-stable/sys/dev/ath/if_athioctl.h
/freebsd-11-stable/sys/dev/ath/if_athrate.h
/freebsd-11-stable/sys/dev/ath/if_athvar.h
/freebsd-11-stable/sys/dev/atkbdc/atkbd.c
/freebsd-11-stable/sys/dev/atkbdc/atkbd_atkbdc.c
/freebsd-11-stable/sys/dev/atkbdc/atkbdc.c
/freebsd-11-stable/sys/dev/atkbdc/atkbdc_ebus.c
/freebsd-11-stable/sys/dev/atkbdc/atkbdc_isa.c
/freebsd-11-stable/sys/dev/atkbdc/atkbdc_subr.c
/freebsd-11-stable/sys/dev/atkbdc/atkbdc_subr.h
/freebsd-11-stable/sys/dev/atkbdc/atkbdcreg.h
/freebsd-11-stable/sys/dev/atkbdc/atkbdreg.h
/freebsd-11-stable/sys/dev/auxio/auxio.c
/freebsd-11-stable/sys/dev/auxio/auxioreg.h
/freebsd-11-stable/sys/dev/bce/if_bce.c
/freebsd-11-stable/sys/dev/bce/if_bcefw.h
/freebsd-11-stable/sys/dev/bce/if_bcereg.h
/freebsd-11-stable/sys/dev/bfe/if_bfe.c
/freebsd-11-stable/sys/dev/bfe/if_bfereg.h
/freebsd-11-stable/sys/dev/bge/if_bge.c
/freebsd-11-stable/sys/dev/bge/if_bgereg.h
/freebsd-11-stable/sys/dev/bktr/bktr_audio.c
/freebsd-11-stable/sys/dev/bktr/bktr_audio.h
/freebsd-11-stable/sys/dev/bktr/bktr_card.c
/freebsd-11-stable/sys/dev/bktr/bktr_card.h
/freebsd-11-stable/sys/dev/bktr/bktr_core.c
/freebsd-11-stable/sys/dev/bktr/bktr_core.h
/freebsd-11-stable/sys/dev/bktr/bktr_i2c.c
/freebsd-11-stable/sys/dev/bktr/bktr_i2c.h
/freebsd-11-stable/sys/dev/bktr/bktr_mem.c
/freebsd-11-stable/sys/dev/bktr/bktr_mem.h
/freebsd-11-stable/sys/dev/bktr/bktr_os.c
/freebsd-11-stable/sys/dev/bktr/bktr_os.h
/freebsd-11-stable/sys/dev/bktr/bktr_reg.h
/freebsd-11-stable/sys/dev/bktr/bktr_tuner.c
/freebsd-11-stable/sys/dev/bktr/bktr_tuner.h
/freebsd-11-stable/sys/dev/bktr/ioctl_meteor.h
/freebsd-11-stable/sys/dev/bktr/msp34xx.c
/freebsd-11-stable/sys/dev/bm/if_bm.c
/freebsd-11-stable/sys/dev/bm/if_bmreg.h
/freebsd-11-stable/sys/dev/bm/if_bmvar.h
/freebsd-11-stable/sys/dev/buslogic/bt.c
/freebsd-11-stable/sys/dev/buslogic/bt_isa.c
/freebsd-11-stable/sys/dev/buslogic/bt_pci.c
/freebsd-11-stable/sys/dev/buslogic/btreg.h
/freebsd-11-stable/sys/dev/bvm/bvm_console.c
/freebsd-11-stable/sys/dev/bvm/bvm_dbg.c
/freebsd-11-stable/sys/dev/bwi/bitops.h
/freebsd-11-stable/sys/dev/bwi/bwimac.c
/freebsd-11-stable/sys/dev/bwi/bwimac.h
/freebsd-11-stable/sys/dev/bwi/bwiphy.c
/freebsd-11-stable/sys/dev/bwi/bwiphy.h
/freebsd-11-stable/sys/dev/bwi/bwirf.c
/freebsd-11-stable/sys/dev/bwi/bwirf.h
/freebsd-11-stable/sys/dev/bwi/if_bwi.c
/freebsd-11-stable/sys/dev/bwi/if_bwi_pci.c
/freebsd-11-stable/sys/dev/bwi/if_bwireg.h
/freebsd-11-stable/sys/dev/bwi/if_bwivar.h
/freebsd-11-stable/sys/dev/bwn/if_bwn.c
/freebsd-11-stable/sys/dev/bwn/if_bwnreg.h
/freebsd-11-stable/sys/dev/bwn/if_bwnvar.h
/freebsd-11-stable/sys/dev/bxe/57710_init_values.c
/freebsd-11-stable/sys/dev/bxe/57710_int_offsets.h
/freebsd-11-stable/sys/dev/bxe/57711_init_values.c
/freebsd-11-stable/sys/dev/bxe/57711_int_offsets.h
/freebsd-11-stable/sys/dev/bxe/57712_init_values.c
/freebsd-11-stable/sys/dev/bxe/57712_int_offsets.h
/freebsd-11-stable/sys/dev/bxe/bxe.c
/freebsd-11-stable/sys/dev/bxe/bxe.h
/freebsd-11-stable/sys/dev/bxe/bxe_dcb.h
/freebsd-11-stable/sys/dev/bxe/bxe_debug.c
/freebsd-11-stable/sys/dev/bxe/bxe_elink.c
/freebsd-11-stable/sys/dev/bxe/bxe_elink.h
/freebsd-11-stable/sys/dev/bxe/bxe_stats.c
/freebsd-11-stable/sys/dev/bxe/bxe_stats.h
/freebsd-11-stable/sys/dev/bxe/ecore_fw_defs.h
/freebsd-11-stable/sys/dev/bxe/ecore_hsi.h
/freebsd-11-stable/sys/dev/bxe/ecore_init.h
/freebsd-11-stable/sys/dev/bxe/ecore_init_ops.h
/freebsd-11-stable/sys/dev/bxe/ecore_mfw_req.h
/freebsd-11-stable/sys/dev/bxe/ecore_reg.h
/freebsd-11-stable/sys/dev/bxe/ecore_sp.c
/freebsd-11-stable/sys/dev/bxe/ecore_sp.h
/freebsd-11-stable/sys/dev/cadence/if_cgem.c
/freebsd-11-stable/sys/dev/cadence/if_cgem_hw.h
/freebsd-11-stable/sys/dev/cardbus/cardbus.c
/freebsd-11-stable/sys/dev/cardbus/cardbus_cis.c
/freebsd-11-stable/sys/dev/cardbus/cardbus_cis.h
/freebsd-11-stable/sys/dev/cardbus/cardbus_device.c
/freebsd-11-stable/sys/dev/cardbus/cardbusreg.h
/freebsd-11-stable/sys/dev/cardbus/cardbusvar.h
/freebsd-11-stable/sys/dev/cas/if_cas.c
/freebsd-11-stable/sys/dev/cas/if_casreg.h
/freebsd-11-stable/sys/dev/cas/if_casvar.h
/freebsd-11-stable/sys/dev/cesa/cesa.c
/freebsd-11-stable/sys/dev/cesa/cesa.h
/freebsd-11-stable/sys/dev/cfe/cfe_api.c
/freebsd-11-stable/sys/dev/cfe/cfe_api.h
/freebsd-11-stable/sys/dev/cfe/cfe_api_int.h
/freebsd-11-stable/sys/dev/cfe/cfe_console.c
/freebsd-11-stable/sys/dev/cfe/cfe_env.c
/freebsd-11-stable/sys/dev/cfe/cfe_error.h
/freebsd-11-stable/sys/dev/cfe/cfe_ioctl.h
/freebsd-11-stable/sys/dev/cfe/cfe_resource.c
/freebsd-11-stable/sys/dev/cfi/cfi_bus_fdt.c
/freebsd-11-stable/sys/dev/cfi/cfi_bus_ixp4xx.c
/freebsd-11-stable/sys/dev/cfi/cfi_bus_nexus.c
/freebsd-11-stable/sys/dev/cfi/cfi_core.c
/freebsd-11-stable/sys/dev/cfi/cfi_dev.c
/freebsd-11-stable/sys/dev/cfi/cfi_disk.c
/freebsd-11-stable/sys/dev/cfi/cfi_reg.h
/freebsd-11-stable/sys/dev/cfi/cfi_var.h
/freebsd-11-stable/sys/dev/ciss/ciss.c
/freebsd-11-stable/sys/dev/ciss/cissio.h
/freebsd-11-stable/sys/dev/ciss/cissreg.h
/freebsd-11-stable/sys/dev/ciss/cissvar.h
/freebsd-11-stable/sys/dev/cm/if_cm_isa.c
/freebsd-11-stable/sys/dev/cm/smc90cx6.c
/freebsd-11-stable/sys/dev/cm/smc90cx6reg.h
/freebsd-11-stable/sys/dev/cm/smc90cx6var.h
/freebsd-11-stable/sys/dev/cmx/cmx_pccard.c
/freebsd-11-stable/sys/dev/cmx/cmxreg.h
/freebsd-11-stable/sys/dev/cmx/cmxvar.h
/freebsd-11-stable/sys/dev/coretemp/coretemp.c
/freebsd-11-stable/sys/dev/cpuctl/cpuctl.c
/freebsd-11-stable/sys/dev/cpufreq/ichss.c
/freebsd-11-stable/sys/dev/cs/if_cs.c
/freebsd-11-stable/sys/dev/cs/if_cs_isa.c
/freebsd-11-stable/sys/dev/cs/if_cs_pccard.c
/freebsd-11-stable/sys/dev/cs/if_csreg.h
/freebsd-11-stable/sys/dev/cs/if_csvar.h
/freebsd-11-stable/sys/dev/cxgb/bin2h.pl
/freebsd-11-stable/sys/dev/cxgb/common/cxgb_ael1002.c
/freebsd-11-stable/sys/dev/cxgb/common/cxgb_aq100x.c
/freebsd-11-stable/sys/dev/cxgb/common/cxgb_common.h
/freebsd-11-stable/sys/dev/cxgb/common/cxgb_firmware_exports.h
/freebsd-11-stable/sys/dev/cxgb/common/cxgb_mc5.c
/freebsd-11-stable/sys/dev/cxgb/common/cxgb_mv88e1xxx.c
/freebsd-11-stable/sys/dev/cxgb/common/cxgb_regs.h
/freebsd-11-stable/sys/dev/cxgb/common/cxgb_sge_defs.h
/freebsd-11-stable/sys/dev/cxgb/common/cxgb_t3_cpl.h
/freebsd-11-stable/sys/dev/cxgb/common/cxgb_t3_hw.c
/freebsd-11-stable/sys/dev/cxgb/common/cxgb_tcb.h
/freebsd-11-stable/sys/dev/cxgb/common/cxgb_tn1010.c
/freebsd-11-stable/sys/dev/cxgb/common/cxgb_vsc7323.c
/freebsd-11-stable/sys/dev/cxgb/common/cxgb_vsc8211.c
/freebsd-11-stable/sys/dev/cxgb/common/cxgb_xgmac.c
/freebsd-11-stable/sys/dev/cxgb/cxgb_adapter.h
/freebsd-11-stable/sys/dev/cxgb/cxgb_ioctl.h
/freebsd-11-stable/sys/dev/cxgb/cxgb_main.c
/freebsd-11-stable/sys/dev/cxgb/cxgb_offload.h
/freebsd-11-stable/sys/dev/cxgb/cxgb_osdep.h
/freebsd-11-stable/sys/dev/cxgb/cxgb_sge.c
/freebsd-11-stable/sys/dev/cxgb/cxgb_t3fw.h
/freebsd-11-stable/sys/dev/cxgb/sys/mvec.h
/freebsd-11-stable/sys/dev/cxgb/sys/uipc_mvec.c
/freebsd-11-stable/sys/dev/cxgb/t3b_protocol_sram.h
/freebsd-11-stable/sys/dev/cxgb/t3b_tp_eeprom.h
/freebsd-11-stable/sys/dev/cxgb/t3c_protocol_sram.h
/freebsd-11-stable/sys/dev/cxgb/t3c_tp_eeprom.h
/freebsd-11-stable/sys/dev/cxgbe/adapter.h
/freebsd-11-stable/sys/dev/cxgbe/common/common.h
/freebsd-11-stable/sys/dev/cxgbe/common/t4_hw.c
/freebsd-11-stable/sys/dev/cxgbe/common/t4_hw.h
/freebsd-11-stable/sys/dev/cxgbe/common/t4_msg.h
/freebsd-11-stable/sys/dev/cxgbe/common/t4_regs.h
/freebsd-11-stable/sys/dev/cxgbe/common/t4_regs_values.h
/freebsd-11-stable/sys/dev/cxgbe/common/t4_tcb.h
/freebsd-11-stable/sys/dev/cxgbe/iw_cxgbe/cm.c
/freebsd-11-stable/sys/dev/cxgbe/iw_cxgbe/cq.c
/freebsd-11-stable/sys/dev/cxgbe/iw_cxgbe/device.c
/freebsd-11-stable/sys/dev/cxgbe/iw_cxgbe/ev.c
/freebsd-11-stable/sys/dev/cxgbe/iw_cxgbe/id_table.c
/freebsd-11-stable/sys/dev/cxgbe/iw_cxgbe/iw_cxgbe.h
/freebsd-11-stable/sys/dev/cxgbe/iw_cxgbe/mem.c
/freebsd-11-stable/sys/dev/cxgbe/iw_cxgbe/provider.c
/freebsd-11-stable/sys/dev/cxgbe/iw_cxgbe/qp.c
/freebsd-11-stable/sys/dev/cxgbe/iw_cxgbe/resource.c
/freebsd-11-stable/sys/dev/cxgbe/iw_cxgbe/t4.h
/freebsd-11-stable/sys/dev/cxgbe/iw_cxgbe/user.h
/freebsd-11-stable/sys/dev/cxgbe/offload.h
/freebsd-11-stable/sys/dev/cxgbe/osdep.h
/freebsd-11-stable/sys/dev/cxgbe/t4_ioctl.h
/freebsd-11-stable/sys/dev/cxgbe/t4_l2t.c
/freebsd-11-stable/sys/dev/cxgbe/t4_l2t.h
/freebsd-11-stable/sys/dev/cxgbe/t4_main.c
/freebsd-11-stable/sys/dev/cxgbe/t4_sge.c
/freebsd-11-stable/sys/dev/cxgbe/t4_tracer.c
/freebsd-11-stable/sys/dev/cxgbe/tom/t4_connect.c
/freebsd-11-stable/sys/dev/cxgbe/tom/t4_cpl_io.c
/freebsd-11-stable/sys/dev/cxgbe/tom/t4_ddp.c
/freebsd-11-stable/sys/dev/cxgbe/tom/t4_listen.c
/freebsd-11-stable/sys/dev/cxgbe/tom/t4_tom.c
/freebsd-11-stable/sys/dev/cxgbe/tom/t4_tom.h
/freebsd-11-stable/sys/dev/cxgbe/tom/t4_tom_l2t.c
/freebsd-11-stable/sys/dev/cxgbe/tom/t4_tom_l2t.h
/freebsd-11-stable/sys/dev/cy/cy.c
/freebsd-11-stable/sys/dev/cy/cy_isa.c
/freebsd-11-stable/sys/dev/cy/cy_pci.c
/freebsd-11-stable/sys/dev/cy/cyreg.h
/freebsd-11-stable/sys/dev/cy/cyvar.h
/freebsd-11-stable/sys/dev/dc/dcphy.c
/freebsd-11-stable/sys/dev/dc/if_dc.c
/freebsd-11-stable/sys/dev/dc/if_dcreg.h
/freebsd-11-stable/sys/dev/dc/pnphy.c
/freebsd-11-stable/sys/dev/dcons/dcons.c
/freebsd-11-stable/sys/dev/dcons/dcons.h
/freebsd-11-stable/sys/dev/dcons/dcons_crom.c
/freebsd-11-stable/sys/dev/dcons/dcons_os.c
/freebsd-11-stable/sys/dev/dcons/dcons_os.h
/freebsd-11-stable/sys/dev/de/dc21040reg.h
/freebsd-11-stable/sys/dev/de/if_de.c
/freebsd-11-stable/sys/dev/de/if_devar.h
/freebsd-11-stable/sys/dev/dpms/dpms.c
/freebsd-11-stable/sys/dev/dpt/dpt.h
/freebsd-11-stable/sys/dev/dpt/dpt_pci.c
/freebsd-11-stable/sys/dev/dpt/dpt_scsi.c
/freebsd-11-stable/sys/dev/drm2/drm_gem.c
/freebsd-11-stable/sys/dev/drm2/drm_gem_names.c
/freebsd-11-stable/sys/dev/drm2/drm_gem_names.h
/freebsd-11-stable/sys/dev/drm2/drm_linux_list_sort.c
/freebsd-11-stable/sys/dev/drm2/i915/i915_gem.c
/freebsd-11-stable/sys/dev/e1000/e1000_80003es2lan.c
/freebsd-11-stable/sys/dev/e1000/e1000_80003es2lan.h
/freebsd-11-stable/sys/dev/e1000/e1000_82540.c
/freebsd-11-stable/sys/dev/e1000/e1000_82541.c
/freebsd-11-stable/sys/dev/e1000/e1000_82541.h
/freebsd-11-stable/sys/dev/e1000/e1000_82542.c
/freebsd-11-stable/sys/dev/e1000/e1000_82543.c
/freebsd-11-stable/sys/dev/e1000/e1000_82543.h
/freebsd-11-stable/sys/dev/e1000/e1000_82571.c
/freebsd-11-stable/sys/dev/e1000/e1000_82571.h
/freebsd-11-stable/sys/dev/e1000/e1000_82575.c
/freebsd-11-stable/sys/dev/e1000/e1000_82575.h
/freebsd-11-stable/sys/dev/e1000/e1000_api.c
/freebsd-11-stable/sys/dev/e1000/e1000_api.h
/freebsd-11-stable/sys/dev/e1000/e1000_defines.h
/freebsd-11-stable/sys/dev/e1000/e1000_hw.h
/freebsd-11-stable/sys/dev/e1000/e1000_i210.c
/freebsd-11-stable/sys/dev/e1000/e1000_i210.h
/freebsd-11-stable/sys/dev/e1000/e1000_ich8lan.c
/freebsd-11-stable/sys/dev/e1000/e1000_ich8lan.h
/freebsd-11-stable/sys/dev/e1000/e1000_mac.c
/freebsd-11-stable/sys/dev/e1000/e1000_mac.h
/freebsd-11-stable/sys/dev/e1000/e1000_manage.c
/freebsd-11-stable/sys/dev/e1000/e1000_manage.h
/freebsd-11-stable/sys/dev/e1000/e1000_mbx.c
/freebsd-11-stable/sys/dev/e1000/e1000_mbx.h
/freebsd-11-stable/sys/dev/e1000/e1000_nvm.c
/freebsd-11-stable/sys/dev/e1000/e1000_nvm.h
/freebsd-11-stable/sys/dev/e1000/e1000_osdep.c
/freebsd-11-stable/sys/dev/e1000/e1000_osdep.h
/freebsd-11-stable/sys/dev/e1000/e1000_phy.c
/freebsd-11-stable/sys/dev/e1000/e1000_phy.h
/freebsd-11-stable/sys/dev/e1000/e1000_regs.h
/freebsd-11-stable/sys/dev/e1000/e1000_vf.c
/freebsd-11-stable/sys/dev/e1000/e1000_vf.h
/freebsd-11-stable/sys/dev/e1000/if_em.c
/freebsd-11-stable/sys/dev/e1000/if_em.h
/freebsd-11-stable/sys/dev/ed/ax88x90reg.h
/freebsd-11-stable/sys/dev/ed/dl100xxreg.h
/freebsd-11-stable/sys/dev/ed/if_ed.c
/freebsd-11-stable/sys/dev/ed/if_ed_3c503.c
/freebsd-11-stable/sys/dev/ed/if_ed_hpp.c
/freebsd-11-stable/sys/dev/ed/if_ed_isa.c
/freebsd-11-stable/sys/dev/ed/if_ed_novell.c
/freebsd-11-stable/sys/dev/ed/if_ed_pccard.c
/freebsd-11-stable/sys/dev/ed/if_ed_pci.c
/freebsd-11-stable/sys/dev/ed/if_ed_rtl80x9.c
/freebsd-11-stable/sys/dev/ed/if_ed_sic.c
/freebsd-11-stable/sys/dev/ed/if_ed_wd80x3.c
/freebsd-11-stable/sys/dev/ed/if_edvar.h
/freebsd-11-stable/sys/dev/ed/rtl80x9reg.h
/freebsd-11-stable/sys/dev/ed/tc5299jreg.h
/freebsd-11-stable/sys/dev/ep/if_ep.c
/freebsd-11-stable/sys/dev/ep/if_ep_isa.c
/freebsd-11-stable/sys/dev/ep/if_ep_pccard.c
/freebsd-11-stable/sys/dev/ep/if_epreg.h
/freebsd-11-stable/sys/dev/ep/if_epvar.h
/freebsd-11-stable/sys/dev/esp/am53c974reg.h
/freebsd-11-stable/sys/dev/esp/esp_pci.c
/freebsd-11-stable/sys/dev/esp/esp_sbus.c
/freebsd-11-stable/sys/dev/esp/ncr53c9x.c
/freebsd-11-stable/sys/dev/esp/ncr53c9xreg.h
/freebsd-11-stable/sys/dev/esp/ncr53c9xvar.h
/freebsd-11-stable/sys/dev/et/if_et.c
/freebsd-11-stable/sys/dev/et/if_etreg.h
/freebsd-11-stable/sys/dev/et/if_etvar.h
/freebsd-11-stable/sys/dev/etherswitch/arswitch/arswitch.c
/freebsd-11-stable/sys/dev/etherswitch/arswitch/arswitch_7240.c
/freebsd-11-stable/sys/dev/etherswitch/arswitch/arswitch_7240.h
/freebsd-11-stable/sys/dev/etherswitch/arswitch/arswitch_8216.c
/freebsd-11-stable/sys/dev/etherswitch/arswitch/arswitch_8216.h
/freebsd-11-stable/sys/dev/etherswitch/arswitch/arswitch_8226.c
/freebsd-11-stable/sys/dev/etherswitch/arswitch/arswitch_8226.h
/freebsd-11-stable/sys/dev/etherswitch/arswitch/arswitch_8316.c
/freebsd-11-stable/sys/dev/etherswitch/arswitch/arswitch_8316.h
/freebsd-11-stable/sys/dev/etherswitch/arswitch/arswitch_8327.c
/freebsd-11-stable/sys/dev/etherswitch/arswitch/arswitch_8327.h
/freebsd-11-stable/sys/dev/etherswitch/arswitch/arswitch_9340.c
/freebsd-11-stable/sys/dev/etherswitch/arswitch/arswitch_9340.h
/freebsd-11-stable/sys/dev/etherswitch/arswitch/arswitch_phy.c
/freebsd-11-stable/sys/dev/etherswitch/arswitch/arswitch_phy.h
/freebsd-11-stable/sys/dev/etherswitch/arswitch/arswitch_reg.c
/freebsd-11-stable/sys/dev/etherswitch/arswitch/arswitch_reg.h
/freebsd-11-stable/sys/dev/etherswitch/arswitch/arswitch_vlans.c
/freebsd-11-stable/sys/dev/etherswitch/arswitch/arswitch_vlans.h
/freebsd-11-stable/sys/dev/etherswitch/arswitch/arswitchreg.h
/freebsd-11-stable/sys/dev/etherswitch/arswitch/arswitchvar.h
/freebsd-11-stable/sys/dev/etherswitch/etherswitch.c
/freebsd-11-stable/sys/dev/etherswitch/ip17x/ip175c.c
/freebsd-11-stable/sys/dev/etherswitch/ip17x/ip175c.h
/freebsd-11-stable/sys/dev/etherswitch/ip17x/ip175d.c
/freebsd-11-stable/sys/dev/etherswitch/ip17x/ip175d.h
/freebsd-11-stable/sys/dev/etherswitch/ip17x/ip17x.c
/freebsd-11-stable/sys/dev/etherswitch/ip17x/ip17x_phy.c
/freebsd-11-stable/sys/dev/etherswitch/ip17x/ip17x_phy.h
/freebsd-11-stable/sys/dev/etherswitch/ip17x/ip17x_reg.h
/freebsd-11-stable/sys/dev/etherswitch/ip17x/ip17x_var.h
/freebsd-11-stable/sys/dev/etherswitch/ip17x/ip17x_vlans.c
/freebsd-11-stable/sys/dev/etherswitch/ip17x/ip17x_vlans.h
/freebsd-11-stable/sys/dev/etherswitch/miiproxy.c
/freebsd-11-stable/sys/dev/etherswitch/miiproxy.h
/freebsd-11-stable/sys/dev/etherswitch/rtl8366/rtl8366rb.c
/freebsd-11-stable/sys/dev/etherswitch/rtl8366/rtl8366rbvar.h
/freebsd-11-stable/sys/dev/etherswitch/ukswitch/ukswitch.c
/freebsd-11-stable/sys/dev/ex/if_ex.c
/freebsd-11-stable/sys/dev/ex/if_ex_isa.c
/freebsd-11-stable/sys/dev/ex/if_ex_pccard.c
/freebsd-11-stable/sys/dev/ex/if_exreg.h
/freebsd-11-stable/sys/dev/ex/if_exvar.h
/freebsd-11-stable/sys/dev/exca/exca.c
/freebsd-11-stable/sys/dev/exca/excareg.h
/freebsd-11-stable/sys/dev/exca/excavar.h
/freebsd-11-stable/sys/dev/fb/creator.c
/freebsd-11-stable/sys/dev/fb/creatorreg.h
/freebsd-11-stable/sys/dev/fb/fb.c
/freebsd-11-stable/sys/dev/fb/fbd.c
/freebsd-11-stable/sys/dev/fb/fbreg.h
/freebsd-11-stable/sys/dev/fb/gallant12x22.c
/freebsd-11-stable/sys/dev/fb/machfb.c
/freebsd-11-stable/sys/dev/fb/s3_pci.c
/freebsd-11-stable/sys/dev/fb/splash.c
/freebsd-11-stable/sys/dev/fb/splash_bmp.c
/freebsd-11-stable/sys/dev/fb/splash_pcx.c
/freebsd-11-stable/sys/dev/fb/splash_txt.c
/freebsd-11-stable/sys/dev/fb/splashreg.h
/freebsd-11-stable/sys/dev/fb/vesa.c
/freebsd-11-stable/sys/dev/fb/vesa.h
/freebsd-11-stable/sys/dev/fb/vga.c
/freebsd-11-stable/sys/dev/fb/vgareg.h
/freebsd-11-stable/sys/dev/fdc/fdc.c
/freebsd-11-stable/sys/dev/fdc/fdc_acpi.c
/freebsd-11-stable/sys/dev/fdc/fdc_isa.c
/freebsd-11-stable/sys/dev/fdc/fdc_pccard.c
/freebsd-11-stable/sys/dev/fdc/fdcvar.h
/freebsd-11-stable/sys/dev/fdt/fdt_common.c
/freebsd-11-stable/sys/dev/fdt/fdt_common.h
/freebsd-11-stable/sys/dev/fdt/fdt_powerpc.c
/freebsd-11-stable/sys/dev/fdt/fdt_slicer.c
/freebsd-11-stable/sys/dev/fdt/simplebus.c
/freebsd-11-stable/sys/dev/ffec/if_ffec.c
/freebsd-11-stable/sys/dev/ffec/if_ffecreg.h
/freebsd-11-stable/sys/dev/filemon/filemon.c
/freebsd-11-stable/sys/dev/filemon/filemon.h
/freebsd-11-stable/sys/dev/filemon/filemon_wrapper.c
/freebsd-11-stable/sys/dev/firewire/firewire.c
/freebsd-11-stable/sys/dev/firewire/firewire.h
/freebsd-11-stable/sys/dev/firewire/firewire_phy.h
/freebsd-11-stable/sys/dev/firewire/firewirereg.h
/freebsd-11-stable/sys/dev/firewire/fwcrom.c
/freebsd-11-stable/sys/dev/firewire/fwdev.c
/freebsd-11-stable/sys/dev/firewire/fwdma.c
/freebsd-11-stable/sys/dev/firewire/fwdma.h
/freebsd-11-stable/sys/dev/firewire/fwmem.c
/freebsd-11-stable/sys/dev/firewire/fwmem.h
/freebsd-11-stable/sys/dev/firewire/fwohci.c
/freebsd-11-stable/sys/dev/firewire/fwohci_pci.c
/freebsd-11-stable/sys/dev/firewire/fwohcireg.h
/freebsd-11-stable/sys/dev/firewire/fwohcivar.h
/freebsd-11-stable/sys/dev/firewire/fwphyreg.h
/freebsd-11-stable/sys/dev/firewire/iec13213.h
/freebsd-11-stable/sys/dev/firewire/iec68113.h
/freebsd-11-stable/sys/dev/firewire/if_fwe.c
/freebsd-11-stable/sys/dev/firewire/if_fwevar.h
/freebsd-11-stable/sys/dev/firewire/if_fwip.c
/freebsd-11-stable/sys/dev/firewire/if_fwipvar.h
/freebsd-11-stable/sys/dev/firewire/sbp.c
/freebsd-11-stable/sys/dev/firewire/sbp.h
/freebsd-11-stable/sys/dev/firewire/sbp_targ.c
/freebsd-11-stable/sys/dev/flash/at45d.c
/freebsd-11-stable/sys/dev/flash/mx25l.c
/freebsd-11-stable/sys/dev/flash/mx25lreg.h
/freebsd-11-stable/sys/dev/fxp/if_fxp.c
/freebsd-11-stable/sys/dev/fxp/if_fxpreg.h
/freebsd-11-stable/sys/dev/fxp/if_fxpvar.h
/freebsd-11-stable/sys/dev/fxp/inphy.c
/freebsd-11-stable/sys/dev/fxp/inphyreg.h
/freebsd-11-stable/sys/dev/fxp/rcvbundl.h
/freebsd-11-stable/sys/dev/gem/if_gem.c
/freebsd-11-stable/sys/dev/gem/if_gem_pci.c
/freebsd-11-stable/sys/dev/gem/if_gem_sbus.c
/freebsd-11-stable/sys/dev/gem/if_gemreg.h
/freebsd-11-stable/sys/dev/gem/if_gemvar.h
/freebsd-11-stable/sys/dev/glxiic/glxiic.c
/freebsd-11-stable/sys/dev/glxsb/glxsb.h
/freebsd-11-stable/sys/dev/glxsb/glxsb_hash.c
/freebsd-11-stable/sys/dev/gpio/gpiobus.c
/freebsd-11-stable/sys/dev/gpio/gpiobusvar.h
/freebsd-11-stable/sys/dev/gpio/gpioc.c
/freebsd-11-stable/sys/dev/gpio/gpioiic.c
/freebsd-11-stable/sys/dev/gpio/gpioled.c
/freebsd-11-stable/sys/dev/gpio/ofw_gpiobus.c
/freebsd-11-stable/sys/dev/gxemul/cons/gxemul_cons.c
/freebsd-11-stable/sys/dev/gxemul/disk/gxemul_disk.c
/freebsd-11-stable/sys/dev/gxemul/disk/gxemul_diskreg.h
/freebsd-11-stable/sys/dev/gxemul/ether/gxreg.h
/freebsd-11-stable/sys/dev/gxemul/ether/if_gx.c
/freebsd-11-stable/sys/dev/hifn/hifn7751.c
/freebsd-11-stable/sys/dev/hifn/hifn7751reg.h
/freebsd-11-stable/sys/dev/hifn/hifn7751var.h
/freebsd-11-stable/sys/dev/hme/if_hme.c
/freebsd-11-stable/sys/dev/hme/if_hme_pci.c
/freebsd-11-stable/sys/dev/hme/if_hme_sbus.c
/freebsd-11-stable/sys/dev/hme/if_hmereg.h
/freebsd-11-stable/sys/dev/hme/if_hmevar.h
/freebsd-11-stable/sys/dev/hpt27xx/array.h
/freebsd-11-stable/sys/dev/hpt27xx/him.h
/freebsd-11-stable/sys/dev/hpt27xx/himfuncs.h
/freebsd-11-stable/sys/dev/hpt27xx/hpt27xx_config.c
/freebsd-11-stable/sys/dev/hpt27xx/hpt27xx_config.h
/freebsd-11-stable/sys/dev/hpt27xx/hpt27xx_os_bsd.c
/freebsd-11-stable/sys/dev/hpt27xx/hpt27xx_osm_bsd.c
/freebsd-11-stable/sys/dev/hpt27xx/hptintf.h
/freebsd-11-stable/sys/dev/hpt27xx/ldm.h
/freebsd-11-stable/sys/dev/hpt27xx/list.h
/freebsd-11-stable/sys/dev/hpt27xx/os_bsd.h
/freebsd-11-stable/sys/dev/hpt27xx/osm.h
/freebsd-11-stable/sys/dev/hpt27xx/wj.h
/freebsd-11-stable/sys/dev/hptiop/hptiop.c
/freebsd-11-stable/sys/dev/hptiop/hptiop.h
/freebsd-11-stable/sys/dev/hptmv/access601.h
/freebsd-11-stable/sys/dev/hptmv/array.h
/freebsd-11-stable/sys/dev/hptmv/atapi.h
/freebsd-11-stable/sys/dev/hptmv/command.h
/freebsd-11-stable/sys/dev/hptmv/entry.c
/freebsd-11-stable/sys/dev/hptmv/global.h
/freebsd-11-stable/sys/dev/hptmv/gui_lib.c
/freebsd-11-stable/sys/dev/hptmv/hptintf.h
/freebsd-11-stable/sys/dev/hptmv/hptproc.c
/freebsd-11-stable/sys/dev/hptmv/ioctl.c
/freebsd-11-stable/sys/dev/hptmv/mv.c
/freebsd-11-stable/sys/dev/hptmv/mvOs.h
/freebsd-11-stable/sys/dev/hptmv/mvSata.h
/freebsd-11-stable/sys/dev/hptmv/mvStorageDev.h
/freebsd-11-stable/sys/dev/hptmv/osbsd.h
/freebsd-11-stable/sys/dev/hptmv/raid5n.h
/freebsd-11-stable/sys/dev/hptmv/vdevice.h
/freebsd-11-stable/sys/dev/hptnr/array.h
/freebsd-11-stable/sys/dev/hptnr/him.h
/freebsd-11-stable/sys/dev/hptnr/himfuncs.h
/freebsd-11-stable/sys/dev/hptnr/hptintf.h
/freebsd-11-stable/sys/dev/hptnr/hptnr_config.c
/freebsd-11-stable/sys/dev/hptnr/hptnr_config.h
/freebsd-11-stable/sys/dev/hptnr/hptnr_os_bsd.c
/freebsd-11-stable/sys/dev/hptnr/hptnr_osm_bsd.c
/freebsd-11-stable/sys/dev/hptnr/ldm.h
/freebsd-11-stable/sys/dev/hptnr/list.h
/freebsd-11-stable/sys/dev/hptnr/os_bsd.h
/freebsd-11-stable/sys/dev/hptnr/osm.h
/freebsd-11-stable/sys/dev/hptnr/wj.h
/freebsd-11-stable/sys/dev/hptrr/array.h
/freebsd-11-stable/sys/dev/hptrr/him.h
/freebsd-11-stable/sys/dev/hptrr/himfuncs.h
/freebsd-11-stable/sys/dev/hptrr/hptintf.h
/freebsd-11-stable/sys/dev/hptrr/hptrr_config.c
/freebsd-11-stable/sys/dev/hptrr/hptrr_config.h
/freebsd-11-stable/sys/dev/hptrr/hptrr_os_bsd.c
/freebsd-11-stable/sys/dev/hptrr/hptrr_osm_bsd.c
/freebsd-11-stable/sys/dev/hptrr/ldm.h
/freebsd-11-stable/sys/dev/hptrr/list.h
/freebsd-11-stable/sys/dev/hptrr/os_bsd.h
/freebsd-11-stable/sys/dev/hptrr/osm.h
/freebsd-11-stable/sys/dev/hwpmc/hwpmc_amd.c
/freebsd-11-stable/sys/dev/hwpmc/hwpmc_amd.h
/freebsd-11-stable/sys/dev/hwpmc/hwpmc_arm.c
/freebsd-11-stable/sys/dev/hwpmc/hwpmc_core.c
/freebsd-11-stable/sys/dev/hwpmc/hwpmc_core.h
/freebsd-11-stable/sys/dev/hwpmc/hwpmc_intel.c
/freebsd-11-stable/sys/dev/hwpmc/hwpmc_logging.c
/freebsd-11-stable/sys/dev/hwpmc/hwpmc_mips.c
/freebsd-11-stable/sys/dev/hwpmc/hwpmc_mips24k.c
/freebsd-11-stable/sys/dev/hwpmc/hwpmc_mod.c
/freebsd-11-stable/sys/dev/hwpmc/hwpmc_mpc7xxx.c
/freebsd-11-stable/sys/dev/hwpmc/hwpmc_octeon.c
/freebsd-11-stable/sys/dev/hwpmc/hwpmc_pentium.c
/freebsd-11-stable/sys/dev/hwpmc/hwpmc_pentium.h
/freebsd-11-stable/sys/dev/hwpmc/hwpmc_piv.c
/freebsd-11-stable/sys/dev/hwpmc/hwpmc_piv.h
/freebsd-11-stable/sys/dev/hwpmc/hwpmc_powerpc.c
/freebsd-11-stable/sys/dev/hwpmc/hwpmc_powerpc.h
/freebsd-11-stable/sys/dev/hwpmc/hwpmc_ppc970.c
/freebsd-11-stable/sys/dev/hwpmc/hwpmc_ppro.c
/freebsd-11-stable/sys/dev/hwpmc/hwpmc_ppro.h
/freebsd-11-stable/sys/dev/hwpmc/hwpmc_soft.c
/freebsd-11-stable/sys/dev/hwpmc/hwpmc_soft.h
/freebsd-11-stable/sys/dev/hwpmc/hwpmc_sparc64.c
/freebsd-11-stable/sys/dev/hwpmc/hwpmc_tsc.c
/freebsd-11-stable/sys/dev/hwpmc/hwpmc_tsc.h
/freebsd-11-stable/sys/dev/hwpmc/hwpmc_uncore.c
/freebsd-11-stable/sys/dev/hwpmc/hwpmc_uncore.h
/freebsd-11-stable/sys/dev/hwpmc/hwpmc_x86.c
/freebsd-11-stable/sys/dev/hwpmc/hwpmc_xscale.c
/freebsd-11-stable/sys/dev/hwpmc/hwpmc_xscale.h
/freebsd-11-stable/sys/dev/hwpmc/pmc_events.h
/freebsd-11-stable/sys/dev/hyperv/include/hyperv.h
/freebsd-11-stable/sys/dev/hyperv/storvsc/hv_storvsc_drv_freebsd.c
/freebsd-11-stable/sys/dev/hyperv/storvsc/hv_vstorage.h
/freebsd-11-stable/sys/dev/hyperv/utilities/hv_kvp.h
/freebsd-11-stable/sys/dev/ic/cd1400.h
/freebsd-11-stable/sys/dev/ic/cd180.h
/freebsd-11-stable/sys/dev/ic/esp.h
/freebsd-11-stable/sys/dev/ic/i8253reg.h
/freebsd-11-stable/sys/dev/ic/i82586.h
/freebsd-11-stable/sys/dev/ic/i8259.h
/freebsd-11-stable/sys/dev/ic/nec765.h
/freebsd-11-stable/sys/dev/ic/ns16550.h
/freebsd-11-stable/sys/dev/ic/quicc.h
/freebsd-11-stable/sys/dev/ic/sab82532.h
/freebsd-11-stable/sys/dev/ic/via6522reg.h
/freebsd-11-stable/sys/dev/ic/z8530.h
/freebsd-11-stable/sys/dev/ichwd/ichwd.c
/freebsd-11-stable/sys/dev/ichwd/ichwd.h
/freebsd-11-stable/sys/dev/ida/ida.c
/freebsd-11-stable/sys/dev/ida/ida_disk.c
/freebsd-11-stable/sys/dev/ida/ida_pci.c
/freebsd-11-stable/sys/dev/ida/idareg.h
/freebsd-11-stable/sys/dev/ida/idavar.h
/freebsd-11-stable/sys/dev/if_ndis/if_ndis.c
/freebsd-11-stable/sys/dev/if_ndis/if_ndis_pccard.c
/freebsd-11-stable/sys/dev/if_ndis/if_ndis_pci.c
/freebsd-11-stable/sys/dev/if_ndis/if_ndis_usb.c
/freebsd-11-stable/sys/dev/if_ndis/if_ndisvar.h
/freebsd-11-stable/sys/dev/iicbus/ad7417.c
/freebsd-11-stable/sys/dev/iicbus/ad7418.c
/freebsd-11-stable/sys/dev/iicbus/adt746x.c
/freebsd-11-stable/sys/dev/iicbus/ds1631.c
/freebsd-11-stable/sys/dev/iicbus/ds1672.c
/freebsd-11-stable/sys/dev/iicbus/ds1775.c
/freebsd-11-stable/sys/dev/iicbus/icee.c
/freebsd-11-stable/sys/dev/iicbus/if_ic.c
/freebsd-11-stable/sys/dev/iicbus/iic.c
/freebsd-11-stable/sys/dev/iicbus/iic.h
/freebsd-11-stable/sys/dev/iicbus/iicbb.c
/freebsd-11-stable/sys/dev/iicbus/iicbus.c
/freebsd-11-stable/sys/dev/iicbus/iicbus.h
/freebsd-11-stable/sys/dev/iicbus/iicoc.c
/freebsd-11-stable/sys/dev/iicbus/iicoc.h
/freebsd-11-stable/sys/dev/iicbus/iiconf.c
/freebsd-11-stable/sys/dev/iicbus/iiconf.h
/freebsd-11-stable/sys/dev/iicbus/iicsmb.c
/freebsd-11-stable/sys/dev/iicbus/max6690.c
/freebsd-11-stable/sys/dev/iicbus/s35390a.c
/freebsd-11-stable/sys/dev/iir/iir.c
/freebsd-11-stable/sys/dev/iir/iir.h
/freebsd-11-stable/sys/dev/iir/iir_ctrl.c
/freebsd-11-stable/sys/dev/iir/iir_pci.c
/freebsd-11-stable/sys/dev/io/iodev.c
/freebsd-11-stable/sys/dev/io/iodev.h
/freebsd-11-stable/sys/dev/ipmi/ipmi.c
/freebsd-11-stable/sys/dev/ipmi/ipmi_acpi.c
/freebsd-11-stable/sys/dev/ipmi/ipmi_isa.c
/freebsd-11-stable/sys/dev/ipmi/ipmi_kcs.c
/freebsd-11-stable/sys/dev/ipmi/ipmi_linux.c
/freebsd-11-stable/sys/dev/ipmi/ipmi_pci.c
/freebsd-11-stable/sys/dev/ipmi/ipmi_smbios.c
/freebsd-11-stable/sys/dev/ipmi/ipmi_smbus.c
/freebsd-11-stable/sys/dev/ipmi/ipmi_smic.c
/freebsd-11-stable/sys/dev/ipmi/ipmi_ssif.c
/freebsd-11-stable/sys/dev/ipmi/ipmivars.h
/freebsd-11-stable/sys/dev/ips/ips.c
/freebsd-11-stable/sys/dev/ips/ips.h
/freebsd-11-stable/sys/dev/ips/ips_commands.c
/freebsd-11-stable/sys/dev/ips/ips_disk.c
/freebsd-11-stable/sys/dev/ips/ips_disk.h
/freebsd-11-stable/sys/dev/ips/ips_ioctl.c
/freebsd-11-stable/sys/dev/ips/ips_ioctl.h
/freebsd-11-stable/sys/dev/ips/ips_pci.c
/freebsd-11-stable/sys/dev/ips/ipsreg.h
/freebsd-11-stable/sys/dev/ipw/if_ipw.c
/freebsd-11-stable/sys/dev/ipw/if_ipwreg.h
/freebsd-11-stable/sys/dev/ipw/if_ipwvar.h
/freebsd-11-stable/sys/dev/isci/environment.h
/freebsd-11-stable/sys/dev/isci/isci.c
/freebsd-11-stable/sys/dev/isci/isci.h
/freebsd-11-stable/sys/dev/isci/isci_controller.c
/freebsd-11-stable/sys/dev/isci/isci_domain.c
/freebsd-11-stable/sys/dev/isci/isci_interrupt.c
/freebsd-11-stable/sys/dev/isci/isci_io_request.c
/freebsd-11-stable/sys/dev/isci/isci_logger.c
/freebsd-11-stable/sys/dev/isci/isci_oem_parameters.c
/freebsd-11-stable/sys/dev/isci/isci_remote_device.c
/freebsd-11-stable/sys/dev/isci/isci_sysctl.c
/freebsd-11-stable/sys/dev/isci/isci_task_request.c
/freebsd-11-stable/sys/dev/isci/isci_timer.c
/freebsd-11-stable/sys/dev/isci/scil/intel_ata.h
/freebsd-11-stable/sys/dev/isci/scil/intel_pci.h
/freebsd-11-stable/sys/dev/isci/scil/intel_sas.h
/freebsd-11-stable/sys/dev/isci/scil/intel_sat.h
/freebsd-11-stable/sys/dev/isci/scil/intel_sata.h
/freebsd-11-stable/sys/dev/isci/scil/intel_scsi.h
/freebsd-11-stable/sys/dev/isci/scil/sati.c
/freebsd-11-stable/sys/dev/isci/scil/sati.h
/freebsd-11-stable/sys/dev/isci/scil/sati_abort_task_set.c
/freebsd-11-stable/sys/dev/isci/scil/sati_abort_task_set.h
/freebsd-11-stable/sys/dev/isci/scil/sati_atapi.c
/freebsd-11-stable/sys/dev/isci/scil/sati_atapi.h
/freebsd-11-stable/sys/dev/isci/scil/sati_callbacks.h
/freebsd-11-stable/sys/dev/isci/scil/sati_design.h
/freebsd-11-stable/sys/dev/isci/scil/sati_device.c
/freebsd-11-stable/sys/dev/isci/scil/sati_device.h
/freebsd-11-stable/sys/dev/isci/scil/sati_inquiry.c
/freebsd-11-stable/sys/dev/isci/scil/sati_inquiry.h
/freebsd-11-stable/sys/dev/isci/scil/sati_log_sense.c
/freebsd-11-stable/sys/dev/isci/scil/sati_log_sense.h
/freebsd-11-stable/sys/dev/isci/scil/sati_lun_reset.c
/freebsd-11-stable/sys/dev/isci/scil/sati_lun_reset.h
/freebsd-11-stable/sys/dev/isci/scil/sati_mode_pages.c
/freebsd-11-stable/sys/dev/isci/scil/sati_mode_pages.h
/freebsd-11-stable/sys/dev/isci/scil/sati_mode_select.c
/freebsd-11-stable/sys/dev/isci/scil/sati_mode_select.h
/freebsd-11-stable/sys/dev/isci/scil/sati_mode_sense.c
/freebsd-11-stable/sys/dev/isci/scil/sati_mode_sense.h
/freebsd-11-stable/sys/dev/isci/scil/sati_mode_sense_10.c
/freebsd-11-stable/sys/dev/isci/scil/sati_mode_sense_10.h
/freebsd-11-stable/sys/dev/isci/scil/sati_mode_sense_6.c
/freebsd-11-stable/sys/dev/isci/scil/sati_mode_sense_6.h
/freebsd-11-stable/sys/dev/isci/scil/sati_move.c
/freebsd-11-stable/sys/dev/isci/scil/sati_move.h
/freebsd-11-stable/sys/dev/isci/scil/sati_passthrough.c
/freebsd-11-stable/sys/dev/isci/scil/sati_passthrough.h
/freebsd-11-stable/sys/dev/isci/scil/sati_read.c
/freebsd-11-stable/sys/dev/isci/scil/sati_read.h
/freebsd-11-stable/sys/dev/isci/scil/sati_read_buffer.c
/freebsd-11-stable/sys/dev/isci/scil/sati_read_buffer.h
/freebsd-11-stable/sys/dev/isci/scil/sati_read_capacity.c
/freebsd-11-stable/sys/dev/isci/scil/sati_read_capacity.h
/freebsd-11-stable/sys/dev/isci/scil/sati_reassign_blocks.c
/freebsd-11-stable/sys/dev/isci/scil/sati_reassign_blocks.h
/freebsd-11-stable/sys/dev/isci/scil/sati_report_luns.c
/freebsd-11-stable/sys/dev/isci/scil/sati_report_luns.h
/freebsd-11-stable/sys/dev/isci/scil/sati_request_sense.c
/freebsd-11-stable/sys/dev/isci/scil/sati_request_sense.h
/freebsd-11-stable/sys/dev/isci/scil/sati_start_stop_unit.c
/freebsd-11-stable/sys/dev/isci/scil/sati_start_stop_unit.h
/freebsd-11-stable/sys/dev/isci/scil/sati_synchronize_cache.c
/freebsd-11-stable/sys/dev/isci/scil/sati_synchronize_cache.h
/freebsd-11-stable/sys/dev/isci/scil/sati_test_unit_ready.c
/freebsd-11-stable/sys/dev/isci/scil/sati_test_unit_ready.h
/freebsd-11-stable/sys/dev/isci/scil/sati_translator_sequence.h
/freebsd-11-stable/sys/dev/isci/scil/sati_types.h
/freebsd-11-stable/sys/dev/isci/scil/sati_unmap.c
/freebsd-11-stable/sys/dev/isci/scil/sati_unmap.h
/freebsd-11-stable/sys/dev/isci/scil/sati_util.c
/freebsd-11-stable/sys/dev/isci/scil/sati_util.h
/freebsd-11-stable/sys/dev/isci/scil/sati_verify.c
/freebsd-11-stable/sys/dev/isci/scil/sati_verify.h
/freebsd-11-stable/sys/dev/isci/scil/sati_write.c
/freebsd-11-stable/sys/dev/isci/scil/sati_write.h
/freebsd-11-stable/sys/dev/isci/scil/sati_write_and_verify.c
/freebsd-11-stable/sys/dev/isci/scil/sati_write_and_verify.h
/freebsd-11-stable/sys/dev/isci/scil/sati_write_buffer.c
/freebsd-11-stable/sys/dev/isci/scil/sati_write_buffer.h
/freebsd-11-stable/sys/dev/isci/scil/sati_write_long.c
/freebsd-11-stable/sys/dev/isci/scil/sati_write_long.h
/freebsd-11-stable/sys/dev/isci/scil/sci_abstract_list.c
/freebsd-11-stable/sys/dev/isci/scil/sci_abstract_list.h
/freebsd-11-stable/sys/dev/isci/scil/sci_base_controller.c
/freebsd-11-stable/sys/dev/isci/scil/sci_base_controller.h
/freebsd-11-stable/sys/dev/isci/scil/sci_base_domain.c
/freebsd-11-stable/sys/dev/isci/scil/sci_base_domain.h
/freebsd-11-stable/sys/dev/isci/scil/sci_base_iterator.c
/freebsd-11-stable/sys/dev/isci/scil/sci_base_iterator.h
/freebsd-11-stable/sys/dev/isci/scil/sci_base_library.c
/freebsd-11-stable/sys/dev/isci/scil/sci_base_library.h
/freebsd-11-stable/sys/dev/isci/scil/sci_base_logger.c
/freebsd-11-stable/sys/dev/isci/scil/sci_base_logger.h
/freebsd-11-stable/sys/dev/isci/scil/sci_base_memory_descriptor_list.c
/freebsd-11-stable/sys/dev/isci/scil/sci_base_memory_descriptor_list.h
/freebsd-11-stable/sys/dev/isci/scil/sci_base_memory_descriptor_list_decorator.c
/freebsd-11-stable/sys/dev/isci/scil/sci_base_object.c
/freebsd-11-stable/sys/dev/isci/scil/sci_base_object.h
/freebsd-11-stable/sys/dev/isci/scil/sci_base_observer.c
/freebsd-11-stable/sys/dev/isci/scil/sci_base_observer.h
/freebsd-11-stable/sys/dev/isci/scil/sci_base_phy.c
/freebsd-11-stable/sys/dev/isci/scil/sci_base_phy.h
/freebsd-11-stable/sys/dev/isci/scil/sci_base_port.c
/freebsd-11-stable/sys/dev/isci/scil/sci_base_port.h
/freebsd-11-stable/sys/dev/isci/scil/sci_base_remote_device.c
/freebsd-11-stable/sys/dev/isci/scil/sci_base_remote_device.h
/freebsd-11-stable/sys/dev/isci/scil/sci_base_request.c
/freebsd-11-stable/sys/dev/isci/scil/sci_base_request.h
/freebsd-11-stable/sys/dev/isci/scil/sci_base_state.h
/freebsd-11-stable/sys/dev/isci/scil/sci_base_state_machine.c
/freebsd-11-stable/sys/dev/isci/scil/sci_base_state_machine.h
/freebsd-11-stable/sys/dev/isci/scil/sci_base_state_machine_logger.c
/freebsd-11-stable/sys/dev/isci/scil/sci_base_state_machine_logger.h
/freebsd-11-stable/sys/dev/isci/scil/sci_base_state_machine_observer.c
/freebsd-11-stable/sys/dev/isci/scil/sci_base_state_machine_observer.h
/freebsd-11-stable/sys/dev/isci/scil/sci_base_subject.c
/freebsd-11-stable/sys/dev/isci/scil/sci_base_subject.h
/freebsd-11-stable/sys/dev/isci/scil/sci_controller.h
/freebsd-11-stable/sys/dev/isci/scil/sci_controller_constants.h
/freebsd-11-stable/sys/dev/isci/scil/sci_fast_list.h
/freebsd-11-stable/sys/dev/isci/scil/sci_iterator.h
/freebsd-11-stable/sys/dev/isci/scil/sci_library.h
/freebsd-11-stable/sys/dev/isci/scil/sci_logger.h
/freebsd-11-stable/sys/dev/isci/scil/sci_memory_descriptor_list.h
/freebsd-11-stable/sys/dev/isci/scil/sci_memory_descriptor_list_decorator.h
/freebsd-11-stable/sys/dev/isci/scil/sci_object.h
/freebsd-11-stable/sys/dev/isci/scil/sci_overview.h
/freebsd-11-stable/sys/dev/isci/scil/sci_pool.h
/freebsd-11-stable/sys/dev/isci/scil/sci_simple_list.h
/freebsd-11-stable/sys/dev/isci/scil/sci_status.h
/freebsd-11-stable/sys/dev/isci/scil/sci_types.h
/freebsd-11-stable/sys/dev/isci/scil/sci_util.c
/freebsd-11-stable/sys/dev/isci/scil/sci_util.h
/freebsd-11-stable/sys/dev/isci/scil/scic_config_parameters.h
/freebsd-11-stable/sys/dev/isci/scil/scic_controller.h
/freebsd-11-stable/sys/dev/isci/scil/scic_io_request.h
/freebsd-11-stable/sys/dev/isci/scil/scic_library.h
/freebsd-11-stable/sys/dev/isci/scil/scic_logger.h
/freebsd-11-stable/sys/dev/isci/scil/scic_overview.h
/freebsd-11-stable/sys/dev/isci/scil/scic_phy.h
/freebsd-11-stable/sys/dev/isci/scil/scic_port.h
/freebsd-11-stable/sys/dev/isci/scil/scic_remote_device.h
/freebsd-11-stable/sys/dev/isci/scil/scic_sds_controller.c
/freebsd-11-stable/sys/dev/isci/scil/scic_sds_controller.h
/freebsd-11-stable/sys/dev/isci/scil/scic_sds_controller_registers.h
/freebsd-11-stable/sys/dev/isci/scil/scic_sds_library.c
/freebsd-11-stable/sys/dev/isci/scil/scic_sds_library.h
/freebsd-11-stable/sys/dev/isci/scil/scic_sds_logger.h
/freebsd-11-stable/sys/dev/isci/scil/scic_sds_pci.c
/freebsd-11-stable/sys/dev/isci/scil/scic_sds_pci.h
/freebsd-11-stable/sys/dev/isci/scil/scic_sds_phy.c
/freebsd-11-stable/sys/dev/isci/scil/scic_sds_phy.h
/freebsd-11-stable/sys/dev/isci/scil/scic_sds_phy_registers.h
/freebsd-11-stable/sys/dev/isci/scil/scic_sds_port.c
/freebsd-11-stable/sys/dev/isci/scil/scic_sds_port.h
/freebsd-11-stable/sys/dev/isci/scil/scic_sds_port_configuration_agent.c
/freebsd-11-stable/sys/dev/isci/scil/scic_sds_port_configuration_agent.h
/freebsd-11-stable/sys/dev/isci/scil/scic_sds_port_registers.h
/freebsd-11-stable/sys/dev/isci/scil/scic_sds_remote_device.c
/freebsd-11-stable/sys/dev/isci/scil/scic_sds_remote_device.h
/freebsd-11-stable/sys/dev/isci/scil/scic_sds_remote_node_context.c
/freebsd-11-stable/sys/dev/isci/scil/scic_sds_remote_node_context.h
/freebsd-11-stable/sys/dev/isci/scil/scic_sds_remote_node_table.c
/freebsd-11-stable/sys/dev/isci/scil/scic_sds_remote_node_table.h
/freebsd-11-stable/sys/dev/isci/scil/scic_sds_request.c
/freebsd-11-stable/sys/dev/isci/scil/scic_sds_request.h
/freebsd-11-stable/sys/dev/isci/scil/scic_sds_sgpio.c
/freebsd-11-stable/sys/dev/isci/scil/scic_sds_smp_remote_device.c
/freebsd-11-stable/sys/dev/isci/scil/scic_sds_smp_request.c
/freebsd-11-stable/sys/dev/isci/scil/scic_sds_smp_request.h
/freebsd-11-stable/sys/dev/isci/scil/scic_sds_ssp_request.c
/freebsd-11-stable/sys/dev/isci/scil/scic_sds_stp_packet_request.c
/freebsd-11-stable/sys/dev/isci/scil/scic_sds_stp_packet_request.h
/freebsd-11-stable/sys/dev/isci/scil/scic_sds_stp_pio_request.h
/freebsd-11-stable/sys/dev/isci/scil/scic_sds_stp_remote_device.c
/freebsd-11-stable/sys/dev/isci/scil/scic_sds_stp_request.c
/freebsd-11-stable/sys/dev/isci/scil/scic_sds_stp_request.h
/freebsd-11-stable/sys/dev/isci/scil/scic_sds_unsolicited_frame_control.c
/freebsd-11-stable/sys/dev/isci/scil/scic_sds_unsolicited_frame_control.h
/freebsd-11-stable/sys/dev/isci/scil/scic_sgpio.h
/freebsd-11-stable/sys/dev/isci/scil/scic_task_request.h
/freebsd-11-stable/sys/dev/isci/scil/scic_user_callback.h
/freebsd-11-stable/sys/dev/isci/scil/scif_config_parameters.h
/freebsd-11-stable/sys/dev/isci/scil/scif_controller.h
/freebsd-11-stable/sys/dev/isci/scil/scif_domain.h
/freebsd-11-stable/sys/dev/isci/scil/scif_io_request.h
/freebsd-11-stable/sys/dev/isci/scil/scif_library.h
/freebsd-11-stable/sys/dev/isci/scil/scif_logger.h
/freebsd-11-stable/sys/dev/isci/scil/scif_overview.h
/freebsd-11-stable/sys/dev/isci/scil/scif_remote_device.h
/freebsd-11-stable/sys/dev/isci/scil/scif_sas_constants.h
/freebsd-11-stable/sys/dev/isci/scil/scif_sas_controller.c
/freebsd-11-stable/sys/dev/isci/scil/scif_sas_controller.h
/freebsd-11-stable/sys/dev/isci/scil/scif_sas_controller_state_handlers.c
/freebsd-11-stable/sys/dev/isci/scil/scif_sas_controller_states.c
/freebsd-11-stable/sys/dev/isci/scil/scif_sas_design.h
/freebsd-11-stable/sys/dev/isci/scil/scif_sas_domain.c
/freebsd-11-stable/sys/dev/isci/scil/scif_sas_domain.h
/freebsd-11-stable/sys/dev/isci/scil/scif_sas_domain_state_handlers.c
/freebsd-11-stable/sys/dev/isci/scil/scif_sas_domain_states.c
/freebsd-11-stable/sys/dev/isci/scil/scif_sas_high_priority_request_queue.c
/freebsd-11-stable/sys/dev/isci/scil/scif_sas_high_priority_request_queue.h
/freebsd-11-stable/sys/dev/isci/scil/scif_sas_internal_io_request.c
/freebsd-11-stable/sys/dev/isci/scil/scif_sas_internal_io_request.h
/freebsd-11-stable/sys/dev/isci/scil/scif_sas_io_request.c
/freebsd-11-stable/sys/dev/isci/scil/scif_sas_io_request.h
/freebsd-11-stable/sys/dev/isci/scil/scif_sas_io_request_state_handlers.c
/freebsd-11-stable/sys/dev/isci/scil/scif_sas_io_request_states.c
/freebsd-11-stable/sys/dev/isci/scil/scif_sas_library.c
/freebsd-11-stable/sys/dev/isci/scil/scif_sas_library.h
/freebsd-11-stable/sys/dev/isci/scil/scif_sas_logger.h
/freebsd-11-stable/sys/dev/isci/scil/scif_sas_remote_device.c
/freebsd-11-stable/sys/dev/isci/scil/scif_sas_remote_device.h
/freebsd-11-stable/sys/dev/isci/scil/scif_sas_remote_device_ready_substate_handlers.c
/freebsd-11-stable/sys/dev/isci/scil/scif_sas_remote_device_ready_substates.c
/freebsd-11-stable/sys/dev/isci/scil/scif_sas_remote_device_starting_substate_handlers.c
/freebsd-11-stable/sys/dev/isci/scil/scif_sas_remote_device_starting_substates.c
/freebsd-11-stable/sys/dev/isci/scil/scif_sas_remote_device_state_handlers.c
/freebsd-11-stable/sys/dev/isci/scil/scif_sas_remote_device_states.c
/freebsd-11-stable/sys/dev/isci/scil/scif_sas_request.c
/freebsd-11-stable/sys/dev/isci/scil/scif_sas_request.h
/freebsd-11-stable/sys/dev/isci/scil/scif_sas_sati_binding.h
/freebsd-11-stable/sys/dev/isci/scil/scif_sas_smp_activity_clear_affiliation.c
/freebsd-11-stable/sys/dev/isci/scil/scif_sas_smp_io_request.c
/freebsd-11-stable/sys/dev/isci/scil/scif_sas_smp_io_request.h
/freebsd-11-stable/sys/dev/isci/scil/scif_sas_smp_phy.c
/freebsd-11-stable/sys/dev/isci/scil/scif_sas_smp_phy.h
/freebsd-11-stable/sys/dev/isci/scil/scif_sas_smp_remote_device.c
/freebsd-11-stable/sys/dev/isci/scil/scif_sas_smp_remote_device.h
/freebsd-11-stable/sys/dev/isci/scil/scif_sas_stp_io_request.c
/freebsd-11-stable/sys/dev/isci/scil/scif_sas_stp_io_request.h
/freebsd-11-stable/sys/dev/isci/scil/scif_sas_stp_remote_device.c
/freebsd-11-stable/sys/dev/isci/scil/scif_sas_stp_remote_device.h
/freebsd-11-stable/sys/dev/isci/scil/scif_sas_stp_task_request.c
/freebsd-11-stable/sys/dev/isci/scil/scif_sas_stp_task_request.h
/freebsd-11-stable/sys/dev/isci/scil/scif_sas_task_request.c
/freebsd-11-stable/sys/dev/isci/scil/scif_sas_task_request.h
/freebsd-11-stable/sys/dev/isci/scil/scif_sas_task_request_state_handlers.c
/freebsd-11-stable/sys/dev/isci/scil/scif_sas_task_request_states.c
/freebsd-11-stable/sys/dev/isci/scil/scif_sas_timer.c
/freebsd-11-stable/sys/dev/isci/scil/scif_task_request.h
/freebsd-11-stable/sys/dev/isci/scil/scif_user_callback.h
/freebsd-11-stable/sys/dev/isci/scil/scu_bios_definitions.h
/freebsd-11-stable/sys/dev/isci/scil/scu_completion_codes.h
/freebsd-11-stable/sys/dev/isci/scil/scu_constants.h
/freebsd-11-stable/sys/dev/isci/scil/scu_event_codes.h
/freebsd-11-stable/sys/dev/isci/scil/scu_registers.h
/freebsd-11-stable/sys/dev/isci/scil/scu_remote_node_context.h
/freebsd-11-stable/sys/dev/isci/scil/scu_task_context.h
/freebsd-11-stable/sys/dev/isci/scil/scu_unsolicited_frame.h
/freebsd-11-stable/sys/dev/isci/scil/scu_viit_data.h
/freebsd-11-stable/sys/dev/isci/types.h
/freebsd-11-stable/sys/dev/iscsi/icl.c
/freebsd-11-stable/sys/dev/iscsi/icl.h
/freebsd-11-stable/sys/dev/iscsi/iscsi.c
/freebsd-11-stable/sys/dev/iscsi/iscsi.h
/freebsd-11-stable/sys/dev/iscsi/iscsi_ioctl.h
/freebsd-11-stable/sys/dev/iscsi/iscsi_proto.h
/freebsd-11-stable/sys/dev/iscsi_initiator/isc_cam.c
/freebsd-11-stable/sys/dev/iscsi_initiator/isc_sm.c
/freebsd-11-stable/sys/dev/iscsi_initiator/isc_soc.c
/freebsd-11-stable/sys/dev/iscsi_initiator/isc_subr.c
/freebsd-11-stable/sys/dev/iscsi_initiator/iscsi.c
/freebsd-11-stable/sys/dev/iscsi_initiator/iscsi.h
/freebsd-11-stable/sys/dev/iscsi_initiator/iscsi_subr.c
/freebsd-11-stable/sys/dev/iscsi_initiator/iscsivar.h
/freebsd-11-stable/sys/dev/isp/isp_freebsd.c
/freebsd-11-stable/sys/dev/isp/isp_freebsd.h
/freebsd-11-stable/sys/dev/isp/isp_ioctl.h
/freebsd-11-stable/sys/dev/isp/isp_library.c
/freebsd-11-stable/sys/dev/isp/isp_library.h
/freebsd-11-stable/sys/dev/isp/isp_sbus.c
/freebsd-11-stable/sys/dev/isp/isp_stds.h
/freebsd-11-stable/sys/dev/isp/isp_target.c
/freebsd-11-stable/sys/dev/isp/isp_target.h
/freebsd-11-stable/sys/dev/isp/ispreg.h
/freebsd-11-stable/sys/dev/ispfw/asm_1000.h
/freebsd-11-stable/sys/dev/ispfw/asm_1040.h
/freebsd-11-stable/sys/dev/ispfw/asm_1080.h
/freebsd-11-stable/sys/dev/ispfw/asm_12160.h
/freebsd-11-stable/sys/dev/ispfw/asm_2100.h
/freebsd-11-stable/sys/dev/ispfw/asm_2200.h
/freebsd-11-stable/sys/dev/ispfw/asm_2300.h
/freebsd-11-stable/sys/dev/ispfw/asm_2322.h
/freebsd-11-stable/sys/dev/ispfw/asm_2400.h
/freebsd-11-stable/sys/dev/ispfw/asm_2500.h
/freebsd-11-stable/sys/dev/ispfw/ispfw.c
/freebsd-11-stable/sys/dev/iwi/if_iwi.c
/freebsd-11-stable/sys/dev/iwi/if_iwireg.h
/freebsd-11-stable/sys/dev/iwi/if_iwivar.h
/freebsd-11-stable/sys/dev/ixgb/if_ixgb.c
/freebsd-11-stable/sys/dev/ixgb/if_ixgb.h
/freebsd-11-stable/sys/dev/ixgb/if_ixgb_osdep.h
/freebsd-11-stable/sys/dev/ixgb/ixgb_ee.c
/freebsd-11-stable/sys/dev/ixgb/ixgb_ee.h
/freebsd-11-stable/sys/dev/ixgb/ixgb_hw.c
/freebsd-11-stable/sys/dev/ixgb/ixgb_hw.h
/freebsd-11-stable/sys/dev/ixgb/ixgb_ids.h
/freebsd-11-stable/sys/dev/ixgbe/ixgbe.h
/freebsd-11-stable/sys/dev/ixgbe/ixgbe_82598.c
/freebsd-11-stable/sys/dev/ixgbe/ixgbe_82598.h
/freebsd-11-stable/sys/dev/ixgbe/ixgbe_82599.c
/freebsd-11-stable/sys/dev/ixgbe/ixgbe_82599.h
/freebsd-11-stable/sys/dev/ixgbe/ixgbe_api.c
/freebsd-11-stable/sys/dev/ixgbe/ixgbe_api.h
/freebsd-11-stable/sys/dev/ixgbe/ixgbe_common.c
/freebsd-11-stable/sys/dev/ixgbe/ixgbe_common.h
/freebsd-11-stable/sys/dev/ixgbe/ixgbe_dcb.c
/freebsd-11-stable/sys/dev/ixgbe/ixgbe_dcb.h
/freebsd-11-stable/sys/dev/ixgbe/ixgbe_dcb_82598.c
/freebsd-11-stable/sys/dev/ixgbe/ixgbe_dcb_82598.h
/freebsd-11-stable/sys/dev/ixgbe/ixgbe_dcb_82599.c
/freebsd-11-stable/sys/dev/ixgbe/ixgbe_dcb_82599.h
/freebsd-11-stable/sys/dev/ixgbe/ixgbe_mbx.c
/freebsd-11-stable/sys/dev/ixgbe/ixgbe_mbx.h
/freebsd-11-stable/sys/dev/ixgbe/ixgbe_osdep.h
/freebsd-11-stable/sys/dev/ixgbe/ixgbe_phy.c
/freebsd-11-stable/sys/dev/ixgbe/ixgbe_phy.h
/freebsd-11-stable/sys/dev/ixgbe/ixgbe_type.h
/freebsd-11-stable/sys/dev/ixgbe/ixgbe_vf.c
/freebsd-11-stable/sys/dev/ixgbe/ixgbe_vf.h
/freebsd-11-stable/sys/dev/ixgbe/ixgbe_x540.c
/freebsd-11-stable/sys/dev/ixgbe/ixgbe_x540.h
/freebsd-11-stable/sys/dev/jme/if_jme.c
/freebsd-11-stable/sys/dev/jme/if_jmereg.h
/freebsd-11-stable/sys/dev/jme/if_jmevar.h
/freebsd-11-stable/sys/dev/joy/joy.c
/freebsd-11-stable/sys/dev/joy/joy_isa.c
/freebsd-11-stable/sys/dev/joy/joyvar.h
/freebsd-11-stable/sys/dev/kbd/kbd.c
/freebsd-11-stable/sys/dev/kbd/kbdreg.h
/freebsd-11-stable/sys/dev/kbd/kbdtables.h
/freebsd-11-stable/sys/dev/kbdmux/kbdmux.c
/freebsd-11-stable/sys/dev/ksyms/ksyms.c
/freebsd-11-stable/sys/dev/le/am7990.c
/freebsd-11-stable/sys/dev/le/am79900.c
/freebsd-11-stable/sys/dev/le/am79900reg.h
/freebsd-11-stable/sys/dev/le/am79900var.h
/freebsd-11-stable/sys/dev/le/am7990reg.h
/freebsd-11-stable/sys/dev/le/am7990var.h
/freebsd-11-stable/sys/dev/le/if_le_isa.c
/freebsd-11-stable/sys/dev/le/if_le_lebuffer.c
/freebsd-11-stable/sys/dev/le/if_le_ledma.c
/freebsd-11-stable/sys/dev/le/if_le_pci.c
/freebsd-11-stable/sys/dev/le/lance.c
/freebsd-11-stable/sys/dev/le/lancereg.h
/freebsd-11-stable/sys/dev/le/lancevar.h
/freebsd-11-stable/sys/dev/le/lebuffer_sbus.c
/freebsd-11-stable/sys/dev/lge/if_lge.c
/freebsd-11-stable/sys/dev/lge/if_lgereg.h
/freebsd-11-stable/sys/dev/lmc/if_lmc.c
/freebsd-11-stable/sys/dev/lmc/if_lmc.h
/freebsd-11-stable/sys/dev/malo/if_malo.c
/freebsd-11-stable/sys/dev/malo/if_malo.h
/freebsd-11-stable/sys/dev/malo/if_malo_pci.c
/freebsd-11-stable/sys/dev/malo/if_malohal.c
/freebsd-11-stable/sys/dev/malo/if_malohal.h
/freebsd-11-stable/sys/dev/malo/if_maloioctl.h
/freebsd-11-stable/sys/dev/mc146818/mc146818.c
/freebsd-11-stable/sys/dev/mc146818/mc146818var.h
/freebsd-11-stable/sys/dev/md/md.c
/freebsd-11-stable/sys/dev/mem/memdev.c
/freebsd-11-stable/sys/dev/mem/memutil.c
/freebsd-11-stable/sys/dev/mfi/mfi.c
/freebsd-11-stable/sys/dev/mfi/mfi_cam.c
/freebsd-11-stable/sys/dev/mfi/mfi_debug.c
/freebsd-11-stable/sys/dev/mfi/mfi_disk.c
/freebsd-11-stable/sys/dev/mfi/mfi_ioctl.h
/freebsd-11-stable/sys/dev/mfi/mfi_linux.c
/freebsd-11-stable/sys/dev/mfi/mfi_pci.c
/freebsd-11-stable/sys/dev/mfi/mfi_syspd.c
/freebsd-11-stable/sys/dev/mfi/mfi_tbolt.c
/freebsd-11-stable/sys/dev/mfi/mfireg.h
/freebsd-11-stable/sys/dev/mfi/mfivar.h
/freebsd-11-stable/sys/dev/mge/if_mge.c
/freebsd-11-stable/sys/dev/mge/if_mgevar.h
/freebsd-11-stable/sys/dev/mii/acphy.c
/freebsd-11-stable/sys/dev/mii/acphyreg.h
/freebsd-11-stable/sys/dev/mii/amphy.c
/freebsd-11-stable/sys/dev/mii/amphyreg.h
/freebsd-11-stable/sys/dev/mii/atphy.c
/freebsd-11-stable/sys/dev/mii/atphyreg.h
/freebsd-11-stable/sys/dev/mii/axphy.c
/freebsd-11-stable/sys/dev/mii/bmtphy.c
/freebsd-11-stable/sys/dev/mii/bmtphyreg.h
/freebsd-11-stable/sys/dev/mii/brgphy.c
/freebsd-11-stable/sys/dev/mii/brgphyreg.h
/freebsd-11-stable/sys/dev/mii/ciphy.c
/freebsd-11-stable/sys/dev/mii/ciphyreg.h
/freebsd-11-stable/sys/dev/mii/e1000phy.c
/freebsd-11-stable/sys/dev/mii/e1000phyreg.h
/freebsd-11-stable/sys/dev/mii/gentbi.c
/freebsd-11-stable/sys/dev/mii/icsphy.c
/freebsd-11-stable/sys/dev/mii/icsphyreg.h
/freebsd-11-stable/sys/dev/mii/ip1000phy.c
/freebsd-11-stable/sys/dev/mii/ip1000phyreg.h
/freebsd-11-stable/sys/dev/mii/jmphy.c
/freebsd-11-stable/sys/dev/mii/jmphyreg.h
/freebsd-11-stable/sys/dev/mii/lxtphy.c
/freebsd-11-stable/sys/dev/mii/lxtphyreg.h
/freebsd-11-stable/sys/dev/mii/mii.c
/freebsd-11-stable/sys/dev/mii/mii.h
/freebsd-11-stable/sys/dev/mii/mii_bitbang.c
/freebsd-11-stable/sys/dev/mii/mii_bitbang.h
/freebsd-11-stable/sys/dev/mii/mii_physubr.c
/freebsd-11-stable/sys/dev/mii/miivar.h
/freebsd-11-stable/sys/dev/mii/mlphy.c
/freebsd-11-stable/sys/dev/mii/nsgphy.c
/freebsd-11-stable/sys/dev/mii/nsgphyreg.h
/freebsd-11-stable/sys/dev/mii/nsphy.c
/freebsd-11-stable/sys/dev/mii/nsphyreg.h
/freebsd-11-stable/sys/dev/mii/nsphyter.c
/freebsd-11-stable/sys/dev/mii/nsphyterreg.h
/freebsd-11-stable/sys/dev/mii/pnaphy.c
/freebsd-11-stable/sys/dev/mii/qsphy.c
/freebsd-11-stable/sys/dev/mii/qsphyreg.h
/freebsd-11-stable/sys/dev/mii/rdcphy.c
/freebsd-11-stable/sys/dev/mii/rdcphyreg.h
/freebsd-11-stable/sys/dev/mii/rgephy.c
/freebsd-11-stable/sys/dev/mii/rgephyreg.h
/freebsd-11-stable/sys/dev/mii/rlphy.c
/freebsd-11-stable/sys/dev/mii/rlswitch.c
/freebsd-11-stable/sys/dev/mii/smcphy.c
/freebsd-11-stable/sys/dev/mii/smscphy.c
/freebsd-11-stable/sys/dev/mii/tdkphy.c
/freebsd-11-stable/sys/dev/mii/tdkphyreg.h
/freebsd-11-stable/sys/dev/mii/tlphy.c
/freebsd-11-stable/sys/dev/mii/tlphyreg.h
/freebsd-11-stable/sys/dev/mii/truephy.c
/freebsd-11-stable/sys/dev/mii/truephyreg.h
/freebsd-11-stable/sys/dev/mii/ukphy.c
/freebsd-11-stable/sys/dev/mii/ukphy_subr.c
/freebsd-11-stable/sys/dev/mii/xmphy.c
/freebsd-11-stable/sys/dev/mii/xmphyreg.h
/freebsd-11-stable/sys/dev/mk48txx/mk48txx.c
/freebsd-11-stable/sys/dev/mk48txx/mk48txxreg.h
/freebsd-11-stable/sys/dev/mk48txx/mk48txxvar.h
/freebsd-11-stable/sys/dev/mlx/mlx.c
/freebsd-11-stable/sys/dev/mlx/mlx_disk.c
/freebsd-11-stable/sys/dev/mlx/mlx_pci.c
/freebsd-11-stable/sys/dev/mlx/mlxio.h
/freebsd-11-stable/sys/dev/mlx/mlxreg.h
/freebsd-11-stable/sys/dev/mlx/mlxvar.h
/freebsd-11-stable/sys/dev/mly/mly.c
/freebsd-11-stable/sys/dev/mly/mly_tables.h
/freebsd-11-stable/sys/dev/mly/mlyio.h
/freebsd-11-stable/sys/dev/mly/mlyreg.h
/freebsd-11-stable/sys/dev/mly/mlyvar.h
/freebsd-11-stable/sys/dev/mmc/bridge.h
/freebsd-11-stable/sys/dev/mmc/mmc.c
/freebsd-11-stable/sys/dev/mmc/mmcbrvar.h
/freebsd-11-stable/sys/dev/mmc/mmcreg.h
/freebsd-11-stable/sys/dev/mmc/mmcsd.c
/freebsd-11-stable/sys/dev/mmc/mmcvar.h
/freebsd-11-stable/sys/dev/mps/mpi/mpi2.h
/freebsd-11-stable/sys/dev/mps/mpi/mpi2_cnfg.h
/freebsd-11-stable/sys/dev/mps/mpi/mpi2_hbd.h
/freebsd-11-stable/sys/dev/mps/mpi/mpi2_init.h
/freebsd-11-stable/sys/dev/mps/mpi/mpi2_ioc.h
/freebsd-11-stable/sys/dev/mps/mpi/mpi2_ra.h
/freebsd-11-stable/sys/dev/mps/mpi/mpi2_raid.h
/freebsd-11-stable/sys/dev/mps/mpi/mpi2_sas.h
/freebsd-11-stable/sys/dev/mps/mpi/mpi2_targ.h
/freebsd-11-stable/sys/dev/mps/mpi/mpi2_tool.h
/freebsd-11-stable/sys/dev/mps/mpi/mpi2_type.h
/freebsd-11-stable/sys/dev/mps/mps.c
/freebsd-11-stable/sys/dev/mps/mps_config.c
/freebsd-11-stable/sys/dev/mps/mps_ioctl.h
/freebsd-11-stable/sys/dev/mps/mps_mapping.c
/freebsd-11-stable/sys/dev/mps/mps_mapping.h
/freebsd-11-stable/sys/dev/mps/mps_pci.c
/freebsd-11-stable/sys/dev/mps/mps_sas.c
/freebsd-11-stable/sys/dev/mps/mps_sas.h
/freebsd-11-stable/sys/dev/mps/mps_sas_lsi.c
/freebsd-11-stable/sys/dev/mps/mps_table.c
/freebsd-11-stable/sys/dev/mps/mps_table.h
/freebsd-11-stable/sys/dev/mps/mps_user.c
/freebsd-11-stable/sys/dev/mps/mpsvar.h
/freebsd-11-stable/sys/dev/mpt/mpilib/mpi.h
/freebsd-11-stable/sys/dev/mpt/mpilib/mpi_cnfg.h
/freebsd-11-stable/sys/dev/mpt/mpilib/mpi_fc.h
/freebsd-11-stable/sys/dev/mpt/mpilib/mpi_init.h
/freebsd-11-stable/sys/dev/mpt/mpilib/mpi_ioc.h
/freebsd-11-stable/sys/dev/mpt/mpilib/mpi_lan.h
/freebsd-11-stable/sys/dev/mpt/mpilib/mpi_log_fc.h
/freebsd-11-stable/sys/dev/mpt/mpilib/mpi_log_sas.h
/freebsd-11-stable/sys/dev/mpt/mpilib/mpi_raid.h
/freebsd-11-stable/sys/dev/mpt/mpilib/mpi_sas.h
/freebsd-11-stable/sys/dev/mpt/mpilib/mpi_targ.h
/freebsd-11-stable/sys/dev/mpt/mpilib/mpi_tool.h
/freebsd-11-stable/sys/dev/mpt/mpilib/mpi_type.h
/freebsd-11-stable/sys/dev/mpt/mpt.c
/freebsd-11-stable/sys/dev/mpt/mpt.h
/freebsd-11-stable/sys/dev/mpt/mpt_cam.c
/freebsd-11-stable/sys/dev/mpt/mpt_cam.h
/freebsd-11-stable/sys/dev/mpt/mpt_debug.c
/freebsd-11-stable/sys/dev/mpt/mpt_pci.c
/freebsd-11-stable/sys/dev/mpt/mpt_raid.c
/freebsd-11-stable/sys/dev/mpt/mpt_raid.h
/freebsd-11-stable/sys/dev/mpt/mpt_reg.h
/freebsd-11-stable/sys/dev/mpt/mpt_user.c
/freebsd-11-stable/sys/dev/mse/mse.c
/freebsd-11-stable/sys/dev/mse/mse_isa.c
/freebsd-11-stable/sys/dev/mse/msevar.h
/freebsd-11-stable/sys/dev/msk/if_msk.c
/freebsd-11-stable/sys/dev/msk/if_mskreg.h
/freebsd-11-stable/sys/dev/mvs/mvs.c
/freebsd-11-stable/sys/dev/mvs/mvs.h
/freebsd-11-stable/sys/dev/mvs/mvs_pci.c
/freebsd-11-stable/sys/dev/mvs/mvs_soc.c
/freebsd-11-stable/sys/dev/mwl/if_mwl.c
/freebsd-11-stable/sys/dev/mwl/if_mwl_pci.c
/freebsd-11-stable/sys/dev/mwl/if_mwlioctl.h
/freebsd-11-stable/sys/dev/mwl/if_mwlvar.h
/freebsd-11-stable/sys/dev/mwl/mwldiag.h
/freebsd-11-stable/sys/dev/mwl/mwlhal.c
/freebsd-11-stable/sys/dev/mwl/mwlhal.h
/freebsd-11-stable/sys/dev/mwl/mwlreg.h
/freebsd-11-stable/sys/dev/mxge/eth_z8e.h
/freebsd-11-stable/sys/dev/mxge/ethp_z8e.h
/freebsd-11-stable/sys/dev/mxge/if_mxge.c
/freebsd-11-stable/sys/dev/mxge/if_mxge_var.h
/freebsd-11-stable/sys/dev/mxge/mcp_gen_header.h
/freebsd-11-stable/sys/dev/mxge/mxge_mcp.h
/freebsd-11-stable/sys/dev/mxge/rss_eth_z8e.h
/freebsd-11-stable/sys/dev/mxge/rss_ethp_z8e.h
/freebsd-11-stable/sys/dev/my/if_my.c
/freebsd-11-stable/sys/dev/my/if_myreg.h
/freebsd-11-stable/sys/dev/nand/nand.c
/freebsd-11-stable/sys/dev/nand/nand.h
/freebsd-11-stable/sys/dev/nand/nand_bbt.c
/freebsd-11-stable/sys/dev/nand/nand_cdev.c
/freebsd-11-stable/sys/dev/nand/nand_dev.h
/freebsd-11-stable/sys/dev/nand/nand_ecc_pos.h
/freebsd-11-stable/sys/dev/nand/nand_generic.c
/freebsd-11-stable/sys/dev/nand/nand_geom.c
/freebsd-11-stable/sys/dev/nand/nand_id.c
/freebsd-11-stable/sys/dev/nand/nandbus.c
/freebsd-11-stable/sys/dev/nand/nandbus.h
/freebsd-11-stable/sys/dev/nand/nandsim.c
/freebsd-11-stable/sys/dev/nand/nandsim.h
/freebsd-11-stable/sys/dev/nand/nandsim_chip.c
/freebsd-11-stable/sys/dev/nand/nandsim_chip.h
/freebsd-11-stable/sys/dev/nand/nandsim_ctrl.c
/freebsd-11-stable/sys/dev/nand/nandsim_log.c
/freebsd-11-stable/sys/dev/nand/nandsim_log.h
/freebsd-11-stable/sys/dev/nand/nandsim_swap.c
/freebsd-11-stable/sys/dev/nand/nandsim_swap.h
/freebsd-11-stable/sys/dev/nand/nfc_at91.c
/freebsd-11-stable/sys/dev/nand/nfc_at91.h
/freebsd-11-stable/sys/dev/nand/nfc_fsl.c
/freebsd-11-stable/sys/dev/nand/nfc_fsl.h
/freebsd-11-stable/sys/dev/nand/nfc_mv.c
/freebsd-11-stable/sys/dev/ncv/ncr53c500.c
/freebsd-11-stable/sys/dev/ncv/ncr53c500_pccard.c
/freebsd-11-stable/sys/dev/ncv/ncr53c500hw.h
/freebsd-11-stable/sys/dev/ncv/ncr53c500hwtab.h
/freebsd-11-stable/sys/dev/ncv/ncr53c500reg.h
/freebsd-11-stable/sys/dev/ncv/ncr53c500var.h
/freebsd-11-stable/sys/dev/netmap/if_em_netmap.h
/freebsd-11-stable/sys/dev/netmap/if_igb_netmap.h
/freebsd-11-stable/sys/dev/netmap/if_lem_netmap.h
/freebsd-11-stable/sys/dev/netmap/if_re_netmap.h
/freebsd-11-stable/sys/dev/netmap/ixgbe_netmap.h
/freebsd-11-stable/sys/dev/netmap/netmap.c
/freebsd-11-stable/sys/dev/netmap/netmap_freebsd.c
/freebsd-11-stable/sys/dev/netmap/netmap_generic.c
/freebsd-11-stable/sys/dev/netmap/netmap_kern.h
/freebsd-11-stable/sys/dev/netmap/netmap_mbq.c
/freebsd-11-stable/sys/dev/netmap/netmap_mbq.h
/freebsd-11-stable/sys/dev/netmap/netmap_mem2.c
/freebsd-11-stable/sys/dev/netmap/netmap_mem2.h
/freebsd-11-stable/sys/dev/netmap/netmap_offloadings.c
/freebsd-11-stable/sys/dev/netmap/netmap_pipe.c
/freebsd-11-stable/sys/dev/netmap/netmap_vale.c
/freebsd-11-stable/sys/dev/nge/if_nge.c
/freebsd-11-stable/sys/dev/nge/if_ngereg.h
/freebsd-11-stable/sys/dev/nmdm/nmdm.c
/freebsd-11-stable/sys/dev/nsp/nsp.c
/freebsd-11-stable/sys/dev/nsp/nsp_pccard.c
/freebsd-11-stable/sys/dev/nsp/nspreg.h
/freebsd-11-stable/sys/dev/nsp/nspvar.h
/freebsd-11-stable/sys/dev/null/null.c
/freebsd-11-stable/sys/dev/nvd/nvd.c
/freebsd-11-stable/sys/dev/nvme/nvme.c
/freebsd-11-stable/sys/dev/nvme/nvme.h
/freebsd-11-stable/sys/dev/nvme/nvme_ctrlr.c
/freebsd-11-stable/sys/dev/nvme/nvme_ctrlr_cmd.c
/freebsd-11-stable/sys/dev/nvme/nvme_ns.c
/freebsd-11-stable/sys/dev/nvme/nvme_ns_cmd.c
/freebsd-11-stable/sys/dev/nvme/nvme_private.h
/freebsd-11-stable/sys/dev/nvme/nvme_qpair.c
/freebsd-11-stable/sys/dev/nvme/nvme_sysctl.c
/freebsd-11-stable/sys/dev/nvme/nvme_test.c
/freebsd-11-stable/sys/dev/nvme/nvme_util.c
/freebsd-11-stable/sys/dev/nvram/nvram.c
/freebsd-11-stable/sys/dev/nvram2env/nvram2env.c
/freebsd-11-stable/sys/dev/nxge/if_nxge.c
/freebsd-11-stable/sys/dev/nxge/if_nxge.h
/freebsd-11-stable/sys/dev/nxge/include/version.h
/freebsd-11-stable/sys/dev/nxge/include/xge-debug.h
/freebsd-11-stable/sys/dev/nxge/include/xge-defs.h
/freebsd-11-stable/sys/dev/nxge/include/xge-list.h
/freebsd-11-stable/sys/dev/nxge/include/xge-os-pal.h
/freebsd-11-stable/sys/dev/nxge/include/xge-queue.h
/freebsd-11-stable/sys/dev/nxge/include/xgehal-channel.h
/freebsd-11-stable/sys/dev/nxge/include/xgehal-config.h
/freebsd-11-stable/sys/dev/nxge/include/xgehal-device.h
/freebsd-11-stable/sys/dev/nxge/include/xgehal-driver.h
/freebsd-11-stable/sys/dev/nxge/include/xgehal-event.h
/freebsd-11-stable/sys/dev/nxge/include/xgehal-fifo.h
/freebsd-11-stable/sys/dev/nxge/include/xgehal-mgmt.h
/freebsd-11-stable/sys/dev/nxge/include/xgehal-mgmtaux.h
/freebsd-11-stable/sys/dev/nxge/include/xgehal-mm.h
/freebsd-11-stable/sys/dev/nxge/include/xgehal-regs.h
/freebsd-11-stable/sys/dev/nxge/include/xgehal-ring.h
/freebsd-11-stable/sys/dev/nxge/include/xgehal-stats.h
/freebsd-11-stable/sys/dev/nxge/include/xgehal-types.h
/freebsd-11-stable/sys/dev/nxge/include/xgehal.h
/freebsd-11-stable/sys/dev/nxge/xge-osdep.h
/freebsd-11-stable/sys/dev/nxge/xgehal/xge-queue.c
/freebsd-11-stable/sys/dev/nxge/xgehal/xgehal-channel-fp.c
/freebsd-11-stable/sys/dev/nxge/xgehal/xgehal-channel.c
/freebsd-11-stable/sys/dev/nxge/xgehal/xgehal-config.c
/freebsd-11-stable/sys/dev/nxge/xgehal/xgehal-device-fp.c
/freebsd-11-stable/sys/dev/nxge/xgehal/xgehal-device.c
/freebsd-11-stable/sys/dev/nxge/xgehal/xgehal-driver.c
/freebsd-11-stable/sys/dev/nxge/xgehal/xgehal-fifo-fp.c
/freebsd-11-stable/sys/dev/nxge/xgehal/xgehal-fifo.c
/freebsd-11-stable/sys/dev/nxge/xgehal/xgehal-mgmt.c
/freebsd-11-stable/sys/dev/nxge/xgehal/xgehal-mgmtaux.c
/freebsd-11-stable/sys/dev/nxge/xgehal/xgehal-mm.c
/freebsd-11-stable/sys/dev/nxge/xgehal/xgehal-ring-fp.c
/freebsd-11-stable/sys/dev/nxge/xgehal/xgehal-ring.c
/freebsd-11-stable/sys/dev/nxge/xgehal/xgehal-stats.c
/freebsd-11-stable/sys/dev/nxge/xgell-version.h
/freebsd-11-stable/sys/dev/oce/oce_hw.c
/freebsd-11-stable/sys/dev/oce/oce_hw.h
/freebsd-11-stable/sys/dev/oce/oce_if.c
/freebsd-11-stable/sys/dev/oce/oce_if.h
/freebsd-11-stable/sys/dev/oce/oce_mbox.c
/freebsd-11-stable/sys/dev/oce/oce_queue.c
/freebsd-11-stable/sys/dev/oce/oce_sysctl.c
/freebsd-11-stable/sys/dev/oce/oce_util.c
/freebsd-11-stable/sys/dev/ofw/ofw_bus.h
/freebsd-11-stable/sys/dev/ofw/ofw_bus_subr.c
/freebsd-11-stable/sys/dev/ofw/ofw_bus_subr.h
/freebsd-11-stable/sys/dev/ofw/ofw_console.c
/freebsd-11-stable/sys/dev/ofw/ofw_disk.c
/freebsd-11-stable/sys/dev/ofw/ofw_fdt.c
/freebsd-11-stable/sys/dev/ofw/ofw_pci.h
/freebsd-11-stable/sys/dev/ofw/ofw_standard.c
/freebsd-11-stable/sys/dev/ofw/ofwvar.h
/freebsd-11-stable/sys/dev/ofw/openfirm.c
/freebsd-11-stable/sys/dev/ofw/openfirm.h
/freebsd-11-stable/sys/dev/ofw/openfirmio.c
/freebsd-11-stable/sys/dev/ofw/openfirmio.h
/freebsd-11-stable/sys/dev/ofw/openpromio.c
/freebsd-11-stable/sys/dev/ofw/openpromio.h
/freebsd-11-stable/sys/dev/pbio/pbio.c
/freebsd-11-stable/sys/dev/pbio/pbioio.h
/freebsd-11-stable/sys/dev/pccard/pccard.c
/freebsd-11-stable/sys/dev/pccard/pccard_cis.c
/freebsd-11-stable/sys/dev/pccard/pccard_cis.h
/freebsd-11-stable/sys/dev/pccard/pccard_cis_quirks.c
/freebsd-11-stable/sys/dev/pccard/pccard_device.c
/freebsd-11-stable/sys/dev/pccard/pccardreg.h
/freebsd-11-stable/sys/dev/pccard/pccardvar.h
/freebsd-11-stable/sys/dev/pccard/pccardvarp.h
/freebsd-11-stable/sys/dev/pccbb/pccbb.c
/freebsd-11-stable/sys/dev/pccbb/pccbb_isa.c
/freebsd-11-stable/sys/dev/pccbb/pccbb_pci.c
/freebsd-11-stable/sys/dev/pccbb/pccbbdevid.h
/freebsd-11-stable/sys/dev/pccbb/pccbbreg.h
/freebsd-11-stable/sys/dev/pccbb/pccbbvar.h
/freebsd-11-stable/sys/dev/pcf/envctrl.c
/freebsd-11-stable/sys/dev/pcf/pcf.c
/freebsd-11-stable/sys/dev/pcf/pcf_ebus.c
/freebsd-11-stable/sys/dev/pcf/pcf_isa.c
/freebsd-11-stable/sys/dev/pcf/pcfvar.h
/freebsd-11-stable/sys/dev/pci/fixup_pci.c
/freebsd-11-stable/sys/dev/pci/hostb_pci.c
/freebsd-11-stable/sys/dev/pci/ignore_pci.c
/freebsd-11-stable/sys/dev/pci/isa_pci.c
/freebsd-11-stable/sys/dev/pci/pci.c
/freebsd-11-stable/sys/dev/pci/pci_pci.c
/freebsd-11-stable/sys/dev/pci/pci_private.h
/freebsd-11-stable/sys/dev/pci/pci_subr.c
/freebsd-11-stable/sys/dev/pci/pci_user.c
/freebsd-11-stable/sys/dev/pci/pcib_private.h
/freebsd-11-stable/sys/dev/pci/pcireg.h
/freebsd-11-stable/sys/dev/pci/pcivar.h
/freebsd-11-stable/sys/dev/pci/vga_pci.c
/freebsd-11-stable/sys/dev/pcn/if_pcn.c
/freebsd-11-stable/sys/dev/pcn/if_pcnreg.h
/freebsd-11-stable/sys/dev/pdq/if_fpa.c
/freebsd-11-stable/sys/dev/pdq/pdq.c
/freebsd-11-stable/sys/dev/pdq/pdq_freebsd.h
/freebsd-11-stable/sys/dev/pdq/pdq_ifsubr.c
/freebsd-11-stable/sys/dev/pdq/pdqreg.h
/freebsd-11-stable/sys/dev/pdq/pdqvar.h
/freebsd-11-stable/sys/dev/powermac_nvram/powermac_nvram.c
/freebsd-11-stable/sys/dev/powermac_nvram/powermac_nvramvar.h
/freebsd-11-stable/sys/dev/ppbus/if_plip.c
/freebsd-11-stable/sys/dev/ppbus/immio.c
/freebsd-11-stable/sys/dev/ppbus/lpbb.c
/freebsd-11-stable/sys/dev/ppbus/lpt.c
/freebsd-11-stable/sys/dev/ppbus/lpt.h
/freebsd-11-stable/sys/dev/ppbus/pcfclock.c
/freebsd-11-stable/sys/dev/ppbus/ppb_1284.c
/freebsd-11-stable/sys/dev/ppbus/ppb_1284.h
/freebsd-11-stable/sys/dev/ppbus/ppb_base.c
/freebsd-11-stable/sys/dev/ppbus/ppb_msq.c
/freebsd-11-stable/sys/dev/ppbus/ppb_msq.h
/freebsd-11-stable/sys/dev/ppbus/ppbconf.c
/freebsd-11-stable/sys/dev/ppbus/ppbconf.h
/freebsd-11-stable/sys/dev/ppbus/ppbio.h
/freebsd-11-stable/sys/dev/ppbus/ppi.c
/freebsd-11-stable/sys/dev/ppbus/ppi.h
/freebsd-11-stable/sys/dev/ppbus/vpo.c
/freebsd-11-stable/sys/dev/ppbus/vpoio.c
/freebsd-11-stable/sys/dev/ppbus/vpoio.h
/freebsd-11-stable/sys/dev/ppc/ppc.c
/freebsd-11-stable/sys/dev/ppc/ppc_acpi.c
/freebsd-11-stable/sys/dev/ppc/ppc_isa.c
/freebsd-11-stable/sys/dev/ppc/ppc_pci.c
/freebsd-11-stable/sys/dev/ppc/ppc_puc.c
/freebsd-11-stable/sys/dev/ppc/ppcreg.h
/freebsd-11-stable/sys/dev/ppc/ppcvar.h
/freebsd-11-stable/sys/dev/pst/pst-iop.c
/freebsd-11-stable/sys/dev/pst/pst-iop.h
/freebsd-11-stable/sys/dev/pst/pst-pci.c
/freebsd-11-stable/sys/dev/pst/pst-raid.c
/freebsd-11-stable/sys/dev/pty/pty.c
/freebsd-11-stable/sys/dev/puc/puc.c
/freebsd-11-stable/sys/dev/puc/puc_bfe.h
/freebsd-11-stable/sys/dev/puc/puc_bus.h
/freebsd-11-stable/sys/dev/puc/puc_cfg.c
/freebsd-11-stable/sys/dev/puc/puc_cfg.h
/freebsd-11-stable/sys/dev/puc/puc_pccard.c
/freebsd-11-stable/sys/dev/puc/puc_pci.c
/freebsd-11-stable/sys/dev/puc/pucdata.c
/freebsd-11-stable/sys/dev/qlxgb/qla_dbg.c
/freebsd-11-stable/sys/dev/qlxgb/qla_dbg.h
/freebsd-11-stable/sys/dev/qlxgb/qla_def.h
/freebsd-11-stable/sys/dev/qlxgb/qla_glbl.h
/freebsd-11-stable/sys/dev/qlxgb/qla_hw.c
/freebsd-11-stable/sys/dev/qlxgb/qla_hw.h
/freebsd-11-stable/sys/dev/qlxgb/qla_inline.h
/freebsd-11-stable/sys/dev/qlxgb/qla_ioctl.c
/freebsd-11-stable/sys/dev/qlxgb/qla_ioctl.h
/freebsd-11-stable/sys/dev/qlxgb/qla_isr.c
/freebsd-11-stable/sys/dev/qlxgb/qla_misc.c
/freebsd-11-stable/sys/dev/qlxgb/qla_os.c
/freebsd-11-stable/sys/dev/qlxgb/qla_os.h
/freebsd-11-stable/sys/dev/qlxgb/qla_reg.h
/freebsd-11-stable/sys/dev/qlxgb/qla_ver.h
/freebsd-11-stable/sys/dev/qlxgbe/ql_dbg.c
/freebsd-11-stable/sys/dev/qlxgbe/ql_dbg.h
/freebsd-11-stable/sys/dev/qlxgbe/ql_def.h
/freebsd-11-stable/sys/dev/qlxgbe/ql_glbl.h
/freebsd-11-stable/sys/dev/qlxgbe/ql_hw.c
/freebsd-11-stable/sys/dev/qlxgbe/ql_hw.h
/freebsd-11-stable/sys/dev/qlxgbe/ql_inline.h
/freebsd-11-stable/sys/dev/qlxgbe/ql_ioctl.c
/freebsd-11-stable/sys/dev/qlxgbe/ql_ioctl.h
/freebsd-11-stable/sys/dev/qlxgbe/ql_isr.c
/freebsd-11-stable/sys/dev/qlxgbe/ql_misc.c
/freebsd-11-stable/sys/dev/qlxgbe/ql_os.c
/freebsd-11-stable/sys/dev/qlxgbe/ql_os.h
/freebsd-11-stable/sys/dev/qlxgbe/ql_reset.c
/freebsd-11-stable/sys/dev/qlxgbe/ql_tmplt.h
/freebsd-11-stable/sys/dev/qlxgbe/ql_ver.h
/freebsd-11-stable/sys/dev/qlxge/qls_dbg.c
/freebsd-11-stable/sys/dev/qlxge/qls_dbg.h
/freebsd-11-stable/sys/dev/qlxge/qls_def.h
/freebsd-11-stable/sys/dev/qlxge/qls_dump.c
/freebsd-11-stable/sys/dev/qlxge/qls_dump.h
/freebsd-11-stable/sys/dev/qlxge/qls_glbl.h
/freebsd-11-stable/sys/dev/qlxge/qls_hw.c
/freebsd-11-stable/sys/dev/qlxge/qls_hw.h
/freebsd-11-stable/sys/dev/qlxge/qls_inline.h
/freebsd-11-stable/sys/dev/qlxge/qls_ioctl.c
/freebsd-11-stable/sys/dev/qlxge/qls_ioctl.h
/freebsd-11-stable/sys/dev/qlxge/qls_isr.c
/freebsd-11-stable/sys/dev/qlxge/qls_os.c
/freebsd-11-stable/sys/dev/qlxge/qls_os.h
/freebsd-11-stable/sys/dev/qlxge/qls_ver.h
/freebsd-11-stable/sys/dev/quicc/quicc_bfe.h
/freebsd-11-stable/sys/dev/quicc/quicc_bfe_fdt.c
/freebsd-11-stable/sys/dev/quicc/quicc_bus.h
/freebsd-11-stable/sys/dev/quicc/quicc_core.c
/freebsd-11-stable/sys/dev/rc/rc.c
/freebsd-11-stable/sys/dev/rc/rcreg.h
/freebsd-11-stable/sys/dev/re/if_re.c
/freebsd-11-stable/sys/dev/rndtest/rndtest.c
/freebsd-11-stable/sys/dev/rndtest/rndtest.h
/freebsd-11-stable/sys/dev/rp/rp.c
/freebsd-11-stable/sys/dev/rp/rp_isa.c
/freebsd-11-stable/sys/dev/rp/rp_pci.c
/freebsd-11-stable/sys/dev/rp/rpreg.h
/freebsd-11-stable/sys/dev/rp/rpvar.h
/freebsd-11-stable/sys/dev/rt/if_rt.c
/freebsd-11-stable/sys/dev/rt/if_rtreg.h
/freebsd-11-stable/sys/dev/rt/if_rtvar.h
/freebsd-11-stable/sys/dev/safe/safe.c
/freebsd-11-stable/sys/dev/safe/safereg.h
/freebsd-11-stable/sys/dev/safe/safevar.h
/freebsd-11-stable/sys/dev/scc/scc_bfe.h
/freebsd-11-stable/sys/dev/scc/scc_bfe_ebus.c
/freebsd-11-stable/sys/dev/scc/scc_bfe_macio.c
/freebsd-11-stable/sys/dev/scc/scc_bfe_quicc.c
/freebsd-11-stable/sys/dev/scc/scc_bfe_sbus.c
/freebsd-11-stable/sys/dev/scc/scc_bus.h
/freebsd-11-stable/sys/dev/scc/scc_core.c
/freebsd-11-stable/sys/dev/scc/scc_dev_quicc.c
/freebsd-11-stable/sys/dev/scc/scc_dev_sab82532.c
/freebsd-11-stable/sys/dev/scc/scc_dev_z8530.c
/freebsd-11-stable/sys/dev/sdhci/sdhci.c
/freebsd-11-stable/sys/dev/sdhci/sdhci.h
/freebsd-11-stable/sys/dev/sdhci/sdhci_fdt.c
/freebsd-11-stable/sys/dev/sdhci/sdhci_pci.c
/freebsd-11-stable/sys/dev/sec/sec.c
/freebsd-11-stable/sys/dev/sec/sec.h
/freebsd-11-stable/sys/dev/sf/if_sf.c
/freebsd-11-stable/sys/dev/sf/if_sfreg.h
/freebsd-11-stable/sys/dev/sfxge/common/efsys.h
/freebsd-11-stable/sys/dev/sfxge/common/efx.h
/freebsd-11-stable/sys/dev/sfxge/common/efx_bootcfg.c
/freebsd-11-stable/sys/dev/sfxge/common/efx_ev.c
/freebsd-11-stable/sys/dev/sfxge/common/efx_filter.c
/freebsd-11-stable/sys/dev/sfxge/common/efx_impl.h
/freebsd-11-stable/sys/dev/sfxge/common/efx_intr.c
/freebsd-11-stable/sys/dev/sfxge/common/efx_mac.c
/freebsd-11-stable/sys/dev/sfxge/common/efx_mcdi.c
/freebsd-11-stable/sys/dev/sfxge/common/efx_mcdi.h
/freebsd-11-stable/sys/dev/sfxge/common/efx_mon.c
/freebsd-11-stable/sys/dev/sfxge/common/efx_nic.c
/freebsd-11-stable/sys/dev/sfxge/common/efx_nvram.c
/freebsd-11-stable/sys/dev/sfxge/common/efx_phy.c
/freebsd-11-stable/sys/dev/sfxge/common/efx_port.c
/freebsd-11-stable/sys/dev/sfxge/common/efx_regs.h
/freebsd-11-stable/sys/dev/sfxge/common/efx_regs_ef10.h
/freebsd-11-stable/sys/dev/sfxge/common/efx_regs_mcdi.h
/freebsd-11-stable/sys/dev/sfxge/common/efx_regs_pci.h
/freebsd-11-stable/sys/dev/sfxge/common/efx_rx.c
/freebsd-11-stable/sys/dev/sfxge/common/efx_sram.c
/freebsd-11-stable/sys/dev/sfxge/common/efx_tx.c
/freebsd-11-stable/sys/dev/sfxge/common/efx_types.h
/freebsd-11-stable/sys/dev/sfxge/common/efx_vpd.c
/freebsd-11-stable/sys/dev/sfxge/common/siena_flash.h
/freebsd-11-stable/sys/dev/sfxge/common/siena_impl.h
/freebsd-11-stable/sys/dev/sfxge/common/siena_mac.c
/freebsd-11-stable/sys/dev/sfxge/common/siena_nic.c
/freebsd-11-stable/sys/dev/sfxge/common/siena_nvram.c
/freebsd-11-stable/sys/dev/sfxge/common/siena_phy.c
/freebsd-11-stable/sys/dev/sfxge/common/siena_sram.c
/freebsd-11-stable/sys/dev/sfxge/common/siena_vpd.c
/freebsd-11-stable/sys/dev/sfxge/sfxge.c
/freebsd-11-stable/sys/dev/sfxge/sfxge.h
/freebsd-11-stable/sys/dev/sfxge/sfxge_dma.c
/freebsd-11-stable/sys/dev/sfxge/sfxge_ev.c
/freebsd-11-stable/sys/dev/sfxge/sfxge_intr.c
/freebsd-11-stable/sys/dev/sfxge/sfxge_mcdi.c
/freebsd-11-stable/sys/dev/sfxge/sfxge_port.c
/freebsd-11-stable/sys/dev/sfxge/sfxge_rx.c
/freebsd-11-stable/sys/dev/sfxge/sfxge_rx.h
/freebsd-11-stable/sys/dev/sfxge/sfxge_tx.c
/freebsd-11-stable/sys/dev/sfxge/sfxge_tx.h
/freebsd-11-stable/sys/dev/sge/if_sge.c
/freebsd-11-stable/sys/dev/sge/if_sgereg.h
/freebsd-11-stable/sys/dev/siba/siba_bwn.c
/freebsd-11-stable/sys/dev/siba/siba_core.c
/freebsd-11-stable/sys/dev/siba/siba_ids.h
/freebsd-11-stable/sys/dev/siba/sibareg.h
/freebsd-11-stable/sys/dev/siba/sibavar.h
/freebsd-11-stable/sys/dev/siis/siis.c
/freebsd-11-stable/sys/dev/siis/siis.h
/freebsd-11-stable/sys/dev/sio/sio.c
/freebsd-11-stable/sys/dev/sio/sio_isa.c
/freebsd-11-stable/sys/dev/sio/sio_pccard.c
/freebsd-11-stable/sys/dev/sio/sio_pci.c
/freebsd-11-stable/sys/dev/sio/sio_puc.c
/freebsd-11-stable/sys/dev/sio/sioreg.h
/freebsd-11-stable/sys/dev/sio/siovar.h
/freebsd-11-stable/sys/dev/sis/if_sis.c
/freebsd-11-stable/sys/dev/sis/if_sisreg.h
/freebsd-11-stable/sys/dev/sk/if_sk.c
/freebsd-11-stable/sys/dev/sk/if_skreg.h
/freebsd-11-stable/sys/dev/sk/xmaciireg.h
/freebsd-11-stable/sys/dev/smbus/smb.c
/freebsd-11-stable/sys/dev/smbus/smb.h
/freebsd-11-stable/sys/dev/smbus/smbconf.c
/freebsd-11-stable/sys/dev/smbus/smbconf.h
/freebsd-11-stable/sys/dev/smbus/smbus.c
/freebsd-11-stable/sys/dev/smbus/smbus.h
/freebsd-11-stable/sys/dev/smc/if_smc.c
/freebsd-11-stable/sys/dev/smc/if_smcreg.h
/freebsd-11-stable/sys/dev/smc/if_smcvar.h
/freebsd-11-stable/sys/dev/sn/if_sn.c
/freebsd-11-stable/sys/dev/sn/if_sn_isa.c
/freebsd-11-stable/sys/dev/sn/if_sn_pccard.c
/freebsd-11-stable/sys/dev/sn/if_snreg.h
/freebsd-11-stable/sys/dev/sn/if_snvar.h
/freebsd-11-stable/sys/dev/sn/ositech.h
/freebsd-11-stable/sys/dev/snp/snp.c
/freebsd-11-stable/sys/dev/sound/chip.h
/freebsd-11-stable/sys/dev/sound/clone.c
/freebsd-11-stable/sys/dev/sound/clone.h
/freebsd-11-stable/sys/dev/sound/driver.c
/freebsd-11-stable/sys/dev/sound/isa/ad1816.c
/freebsd-11-stable/sys/dev/sound/isa/ad1816.h
/freebsd-11-stable/sys/dev/sound/isa/ess.c
/freebsd-11-stable/sys/dev/sound/isa/gusc.c
/freebsd-11-stable/sys/dev/sound/isa/mss.c
/freebsd-11-stable/sys/dev/sound/isa/mss.h
/freebsd-11-stable/sys/dev/sound/isa/sb.h
/freebsd-11-stable/sys/dev/sound/isa/sb16.c
/freebsd-11-stable/sys/dev/sound/isa/sb8.c
/freebsd-11-stable/sys/dev/sound/isa/sbc.c
/freebsd-11-stable/sys/dev/sound/isa/sndbuf_dma.c
/freebsd-11-stable/sys/dev/sound/macio/aoa.c
/freebsd-11-stable/sys/dev/sound/macio/aoa.h
/freebsd-11-stable/sys/dev/sound/macio/davbus.c
/freebsd-11-stable/sys/dev/sound/macio/davbusreg.h
/freebsd-11-stable/sys/dev/sound/macio/i2s.c
/freebsd-11-stable/sys/dev/sound/macio/onyx.c
/freebsd-11-stable/sys/dev/sound/macio/snapper.c
/freebsd-11-stable/sys/dev/sound/macio/tumbler.c
/freebsd-11-stable/sys/dev/sound/midi/midi.c
/freebsd-11-stable/sys/dev/sound/midi/midi.h
/freebsd-11-stable/sys/dev/sound/midi/midiq.h
/freebsd-11-stable/sys/dev/sound/midi/mpu401.c
/freebsd-11-stable/sys/dev/sound/midi/mpu401.h
/freebsd-11-stable/sys/dev/sound/midi/sequencer.c
/freebsd-11-stable/sys/dev/sound/midi/sequencer.h
/freebsd-11-stable/sys/dev/sound/pci/allegro_code.h
/freebsd-11-stable/sys/dev/sound/pci/allegro_reg.h
/freebsd-11-stable/sys/dev/sound/pci/als4000.c
/freebsd-11-stable/sys/dev/sound/pci/als4000.h
/freebsd-11-stable/sys/dev/sound/pci/atiixp.c
/freebsd-11-stable/sys/dev/sound/pci/atiixp.h
/freebsd-11-stable/sys/dev/sound/pci/aureal.c
/freebsd-11-stable/sys/dev/sound/pci/aureal.h
/freebsd-11-stable/sys/dev/sound/pci/cmi.c
/freebsd-11-stable/sys/dev/sound/pci/cmireg.h
/freebsd-11-stable/sys/dev/sound/pci/cs4281.c
/freebsd-11-stable/sys/dev/sound/pci/cs4281.h
/freebsd-11-stable/sys/dev/sound/pci/cs461x_dsp.h
/freebsd-11-stable/sys/dev/sound/pci/csa.c
/freebsd-11-stable/sys/dev/sound/pci/csapcm.c
/freebsd-11-stable/sys/dev/sound/pci/csareg.h
/freebsd-11-stable/sys/dev/sound/pci/csavar.h
/freebsd-11-stable/sys/dev/sound/pci/ds1-fw.h
/freebsd-11-stable/sys/dev/sound/pci/ds1.c
/freebsd-11-stable/sys/dev/sound/pci/emu10k1.c
/freebsd-11-stable/sys/dev/sound/pci/emu10kx-midi.c
/freebsd-11-stable/sys/dev/sound/pci/emu10kx-pcm.c
/freebsd-11-stable/sys/dev/sound/pci/emu10kx.c
/freebsd-11-stable/sys/dev/sound/pci/emu10kx.h
/freebsd-11-stable/sys/dev/sound/pci/envy24.c
/freebsd-11-stable/sys/dev/sound/pci/envy24.h
/freebsd-11-stable/sys/dev/sound/pci/envy24ht.c
/freebsd-11-stable/sys/dev/sound/pci/envy24ht.h
/freebsd-11-stable/sys/dev/sound/pci/es137x.c
/freebsd-11-stable/sys/dev/sound/pci/es137x.h
/freebsd-11-stable/sys/dev/sound/pci/fm801.c
/freebsd-11-stable/sys/dev/sound/pci/hda/hda_reg.h
/freebsd-11-stable/sys/dev/sound/pci/hda/hdaa.c
/freebsd-11-stable/sys/dev/sound/pci/hda/hdaa.h
/freebsd-11-stable/sys/dev/sound/pci/hda/hdaa_patches.c
/freebsd-11-stable/sys/dev/sound/pci/hda/hdac.c
/freebsd-11-stable/sys/dev/sound/pci/hda/hdac.h
/freebsd-11-stable/sys/dev/sound/pci/hda/hdac_private.h
/freebsd-11-stable/sys/dev/sound/pci/hda/hdac_reg.h
/freebsd-11-stable/sys/dev/sound/pci/hda/hdacc.c
/freebsd-11-stable/sys/dev/sound/pci/hdspe-pcm.c
/freebsd-11-stable/sys/dev/sound/pci/hdspe.c
/freebsd-11-stable/sys/dev/sound/pci/hdspe.h
/freebsd-11-stable/sys/dev/sound/pci/ich.c
/freebsd-11-stable/sys/dev/sound/pci/ich.h
/freebsd-11-stable/sys/dev/sound/pci/maestro.c
/freebsd-11-stable/sys/dev/sound/pci/maestro3.c
/freebsd-11-stable/sys/dev/sound/pci/maestro_reg.h
/freebsd-11-stable/sys/dev/sound/pci/neomagic-coeff.h
/freebsd-11-stable/sys/dev/sound/pci/neomagic.c
/freebsd-11-stable/sys/dev/sound/pci/neomagic.h
/freebsd-11-stable/sys/dev/sound/pci/solo.c
/freebsd-11-stable/sys/dev/sound/pci/spicds.c
/freebsd-11-stable/sys/dev/sound/pci/spicds.h
/freebsd-11-stable/sys/dev/sound/pci/t4dwave.c
/freebsd-11-stable/sys/dev/sound/pci/t4dwave.h
/freebsd-11-stable/sys/dev/sound/pci/via8233.c
/freebsd-11-stable/sys/dev/sound/pci/via8233.h
/freebsd-11-stable/sys/dev/sound/pci/via82c686.c
/freebsd-11-stable/sys/dev/sound/pci/via82c686.h
/freebsd-11-stable/sys/dev/sound/pci/vibes.c
/freebsd-11-stable/sys/dev/sound/pci/vibes.h
/freebsd-11-stable/sys/dev/sound/pcm/ac97.c
/freebsd-11-stable/sys/dev/sound/pcm/ac97.h
/freebsd-11-stable/sys/dev/sound/pcm/ac97_patch.c
/freebsd-11-stable/sys/dev/sound/pcm/ac97_patch.h
/freebsd-11-stable/sys/dev/sound/pcm/buffer.c
/freebsd-11-stable/sys/dev/sound/pcm/buffer.h
/freebsd-11-stable/sys/dev/sound/pcm/channel.c
/freebsd-11-stable/sys/dev/sound/pcm/channel.h
/freebsd-11-stable/sys/dev/sound/pcm/dsp.c
/freebsd-11-stable/sys/dev/sound/pcm/dsp.h
/freebsd-11-stable/sys/dev/sound/pcm/feeder.c
/freebsd-11-stable/sys/dev/sound/pcm/feeder.h
/freebsd-11-stable/sys/dev/sound/pcm/feeder_chain.c
/freebsd-11-stable/sys/dev/sound/pcm/feeder_eq.c
/freebsd-11-stable/sys/dev/sound/pcm/feeder_format.c
/freebsd-11-stable/sys/dev/sound/pcm/feeder_matrix.c
/freebsd-11-stable/sys/dev/sound/pcm/feeder_mixer.c
/freebsd-11-stable/sys/dev/sound/pcm/feeder_rate.c
/freebsd-11-stable/sys/dev/sound/pcm/feeder_volume.c
/freebsd-11-stable/sys/dev/sound/pcm/g711.h
/freebsd-11-stable/sys/dev/sound/pcm/intpcm.h
/freebsd-11-stable/sys/dev/sound/pcm/matrix.h
/freebsd-11-stable/sys/dev/sound/pcm/matrix_map.h
/freebsd-11-stable/sys/dev/sound/pcm/mixer.c
/freebsd-11-stable/sys/dev/sound/pcm/mixer.h
/freebsd-11-stable/sys/dev/sound/pcm/pcm.h
/freebsd-11-stable/sys/dev/sound/pcm/sndstat.c
/freebsd-11-stable/sys/dev/sound/pcm/sndstat.h
/freebsd-11-stable/sys/dev/sound/pcm/sound.c
/freebsd-11-stable/sys/dev/sound/pcm/sound.h
/freebsd-11-stable/sys/dev/sound/pcm/vchan.c
/freebsd-11-stable/sys/dev/sound/pcm/vchan.h
/freebsd-11-stable/sys/dev/sound/sbus/apcdmareg.h
/freebsd-11-stable/sys/dev/sound/sbus/cs4231.c
/freebsd-11-stable/sys/dev/sound/sbus/cs4231.h
/freebsd-11-stable/sys/dev/sound/unit.c
/freebsd-11-stable/sys/dev/sound/unit.h
/freebsd-11-stable/sys/dev/sound/usb/uaudio.c
/freebsd-11-stable/sys/dev/sound/usb/uaudio.h
/freebsd-11-stable/sys/dev/sound/usb/uaudio_pcm.c
/freebsd-11-stable/sys/dev/sound/usb/uaudioreg.h
/freebsd-11-stable/sys/dev/sound/version.h
/freebsd-11-stable/sys/dev/spibus/ofw_spibus.c
/freebsd-11-stable/sys/dev/ste/if_ste.c
/freebsd-11-stable/sys/dev/ste/if_stereg.h
/freebsd-11-stable/sys/dev/stg/tmc18c30.c
/freebsd-11-stable/sys/dev/stg/tmc18c30_isa.c
/freebsd-11-stable/sys/dev/stg/tmc18c30_pccard.c
/freebsd-11-stable/sys/dev/stg/tmc18c30_pci.c
/freebsd-11-stable/sys/dev/stg/tmc18c30_subr.c
/freebsd-11-stable/sys/dev/stg/tmc18c30reg.h
/freebsd-11-stable/sys/dev/stg/tmc18c30var.h
/freebsd-11-stable/sys/dev/stge/if_stge.c
/freebsd-11-stable/sys/dev/stge/if_stgereg.h
/freebsd-11-stable/sys/dev/sym/sym_conf.h
/freebsd-11-stable/sys/dev/sym/sym_defs.h
/freebsd-11-stable/sys/dev/sym/sym_fw.h
/freebsd-11-stable/sys/dev/sym/sym_fw1.h
/freebsd-11-stable/sys/dev/sym/sym_fw2.h
/freebsd-11-stable/sys/dev/sym/sym_hipd.c
/freebsd-11-stable/sys/dev/syscons/apm/apm_saver.c
/freebsd-11-stable/sys/dev/syscons/blank/blank_saver.c
/freebsd-11-stable/sys/dev/syscons/daemon/daemon_saver.c
/freebsd-11-stable/sys/dev/syscons/dragon/dragon_saver.c
/freebsd-11-stable/sys/dev/syscons/fade/fade_saver.c
/freebsd-11-stable/sys/dev/syscons/fire/fire_saver.c
/freebsd-11-stable/sys/dev/syscons/green/green_saver.c
/freebsd-11-stable/sys/dev/syscons/logo/logo_saver.c
/freebsd-11-stable/sys/dev/syscons/rain/rain_saver.c
/freebsd-11-stable/sys/dev/syscons/scgfbrndr.c
/freebsd-11-stable/sys/dev/syscons/schistory.c
/freebsd-11-stable/sys/dev/syscons/scmouse.c
/freebsd-11-stable/sys/dev/syscons/scterm-teken.c
/freebsd-11-stable/sys/dev/syscons/scterm.c
/freebsd-11-stable/sys/dev/syscons/scvesactl.c
/freebsd-11-stable/sys/dev/syscons/scvgarndr.c
/freebsd-11-stable/sys/dev/syscons/scvidctl.c
/freebsd-11-stable/sys/dev/syscons/scvtb.c
/freebsd-11-stable/sys/dev/syscons/snake/snake_saver.c
/freebsd-11-stable/sys/dev/syscons/star/star_saver.c
/freebsd-11-stable/sys/dev/syscons/syscons.c
/freebsd-11-stable/sys/dev/syscons/syscons.h
/freebsd-11-stable/sys/dev/syscons/sysmouse.c
/freebsd-11-stable/sys/dev/syscons/warp/warp_saver.c
/freebsd-11-stable/sys/dev/tdfx/tdfx_io.h
/freebsd-11-stable/sys/dev/tdfx/tdfx_linux.c
/freebsd-11-stable/sys/dev/tdfx/tdfx_linux.h
/freebsd-11-stable/sys/dev/tdfx/tdfx_pci.c
/freebsd-11-stable/sys/dev/tdfx/tdfx_pci.h
/freebsd-11-stable/sys/dev/tdfx/tdfx_vars.h
/freebsd-11-stable/sys/dev/terasic/de4led/terasic_de4led.c
/freebsd-11-stable/sys/dev/terasic/de4led/terasic_de4led.h
/freebsd-11-stable/sys/dev/terasic/de4led/terasic_de4led_fdt.c
/freebsd-11-stable/sys/dev/terasic/de4led/terasic_de4led_nexus.c
/freebsd-11-stable/sys/dev/terasic/mtl/terasic_mtl.c
/freebsd-11-stable/sys/dev/terasic/mtl/terasic_mtl.h
/freebsd-11-stable/sys/dev/terasic/mtl/terasic_mtl_fdt.c
/freebsd-11-stable/sys/dev/terasic/mtl/terasic_mtl_nexus.c
/freebsd-11-stable/sys/dev/terasic/mtl/terasic_mtl_pixel.c
/freebsd-11-stable/sys/dev/terasic/mtl/terasic_mtl_reg.c
/freebsd-11-stable/sys/dev/terasic/mtl/terasic_mtl_syscons.c
/freebsd-11-stable/sys/dev/terasic/mtl/terasic_mtl_text.c
/freebsd-11-stable/sys/dev/ti/if_ti.c
/freebsd-11-stable/sys/dev/ti/if_tireg.h
/freebsd-11-stable/sys/dev/tl/if_tl.c
/freebsd-11-stable/sys/dev/tl/if_tlreg.h
/freebsd-11-stable/sys/dev/trm/trm.c
/freebsd-11-stable/sys/dev/trm/trm.h
/freebsd-11-stable/sys/dev/tsec/if_tsec.c
/freebsd-11-stable/sys/dev/tsec/if_tsec.h
/freebsd-11-stable/sys/dev/tsec/if_tsec_fdt.c
/freebsd-11-stable/sys/dev/tsec/if_tsecreg.h
/freebsd-11-stable/sys/dev/twa/tw_cl.h
/freebsd-11-stable/sys/dev/twa/tw_cl_externs.h
/freebsd-11-stable/sys/dev/twa/tw_cl_fwif.h
/freebsd-11-stable/sys/dev/twa/tw_cl_init.c
/freebsd-11-stable/sys/dev/twa/tw_cl_intr.c
/freebsd-11-stable/sys/dev/twa/tw_cl_io.c
/freebsd-11-stable/sys/dev/twa/tw_cl_ioctl.h
/freebsd-11-stable/sys/dev/twa/tw_cl_misc.c
/freebsd-11-stable/sys/dev/twa/tw_cl_share.h
/freebsd-11-stable/sys/dev/twa/tw_osl.h
/freebsd-11-stable/sys/dev/twa/tw_osl_cam.c
/freebsd-11-stable/sys/dev/twa/tw_osl_externs.h
/freebsd-11-stable/sys/dev/twa/tw_osl_freebsd.c
/freebsd-11-stable/sys/dev/twa/tw_osl_includes.h
/freebsd-11-stable/sys/dev/twa/tw_osl_inline.h
/freebsd-11-stable/sys/dev/twa/tw_osl_ioctl.h
/freebsd-11-stable/sys/dev/twa/tw_osl_share.h
/freebsd-11-stable/sys/dev/twa/tw_osl_types.h
/freebsd-11-stable/sys/dev/twe/twe.c
/freebsd-11-stable/sys/dev/twe/twe_compat.h
/freebsd-11-stable/sys/dev/twe/twe_freebsd.c
/freebsd-11-stable/sys/dev/twe/twe_tables.h
/freebsd-11-stable/sys/dev/twe/tweio.h
/freebsd-11-stable/sys/dev/twe/twereg.h
/freebsd-11-stable/sys/dev/twe/twevar.h
/freebsd-11-stable/sys/dev/tws/tws.c
/freebsd-11-stable/sys/dev/tws/tws.h
/freebsd-11-stable/sys/dev/tws/tws_cam.c
/freebsd-11-stable/sys/dev/tws/tws_hdm.c
/freebsd-11-stable/sys/dev/tws/tws_hdm.h
/freebsd-11-stable/sys/dev/tws/tws_services.c
/freebsd-11-stable/sys/dev/tws/tws_services.h
/freebsd-11-stable/sys/dev/tws/tws_user.c
/freebsd-11-stable/sys/dev/tws/tws_user.h
/freebsd-11-stable/sys/dev/tx/if_tx.c
/freebsd-11-stable/sys/dev/tx/if_txreg.h
/freebsd-11-stable/sys/dev/tx/if_txvar.h
/freebsd-11-stable/sys/dev/txp/3c990img.h
/freebsd-11-stable/sys/dev/txp/if_txp.c
/freebsd-11-stable/sys/dev/txp/if_txpreg.h
/freebsd-11-stable/sys/dev/uart/uart.h
/freebsd-11-stable/sys/dev/uart/uart_bus.h
/freebsd-11-stable/sys/dev/uart/uart_bus_acpi.c
/freebsd-11-stable/sys/dev/uart/uart_bus_ebus.c
/freebsd-11-stable/sys/dev/uart/uart_bus_fdt.c
/freebsd-11-stable/sys/dev/uart/uart_bus_isa.c
/freebsd-11-stable/sys/dev/uart/uart_bus_pccard.c
/freebsd-11-stable/sys/dev/uart/uart_bus_pci.c
/freebsd-11-stable/sys/dev/uart/uart_bus_puc.c
/freebsd-11-stable/sys/dev/uart/uart_bus_scc.c
/freebsd-11-stable/sys/dev/uart/uart_core.c
/freebsd-11-stable/sys/dev/uart/uart_cpu.h
/freebsd-11-stable/sys/dev/uart/uart_cpu_fdt.c
/freebsd-11-stable/sys/dev/uart/uart_cpu_powerpc.c
/freebsd-11-stable/sys/dev/uart/uart_cpu_sparc64.c
/freebsd-11-stable/sys/dev/uart/uart_cpu_x86.c
/freebsd-11-stable/sys/dev/uart/uart_dbg.c
/freebsd-11-stable/sys/dev/uart/uart_dev_imx.c
/freebsd-11-stable/sys/dev/uart/uart_dev_lpc.c
/freebsd-11-stable/sys/dev/uart/uart_dev_ns8250.c
/freebsd-11-stable/sys/dev/uart/uart_dev_ns8250.h
/freebsd-11-stable/sys/dev/uart/uart_dev_pl011.c
/freebsd-11-stable/sys/dev/uart/uart_dev_quicc.c
/freebsd-11-stable/sys/dev/uart/uart_dev_sab82532.c
/freebsd-11-stable/sys/dev/uart/uart_dev_ti8250.c
/freebsd-11-stable/sys/dev/uart/uart_dev_z8530.c
/freebsd-11-stable/sys/dev/uart/uart_kbd_sun.c
/freebsd-11-stable/sys/dev/uart/uart_kbd_sun.h
/freebsd-11-stable/sys/dev/uart/uart_subr.c
/freebsd-11-stable/sys/dev/uart/uart_tty.c
/freebsd-11-stable/sys/dev/ubsec/ubsec.c
/freebsd-11-stable/sys/dev/ubsec/ubsecreg.h
/freebsd-11-stable/sys/dev/ubsec/ubsecvar.h
/freebsd-11-stable/sys/dev/usb/controller/at91dci.c
/freebsd-11-stable/sys/dev/usb/controller/at91dci.h
/freebsd-11-stable/sys/dev/usb/controller/at91dci_atmelarm.c
/freebsd-11-stable/sys/dev/usb/controller/at91dci_fdt.c
/freebsd-11-stable/sys/dev/usb/controller/atmegadci.c
/freebsd-11-stable/sys/dev/usb/controller/atmegadci.h
/freebsd-11-stable/sys/dev/usb/controller/atmegadci_atmelarm.c
/freebsd-11-stable/sys/dev/usb/controller/avr32dci.c
/freebsd-11-stable/sys/dev/usb/controller/avr32dci.h
/freebsd-11-stable/sys/dev/usb/controller/dwc_otg.c
/freebsd-11-stable/sys/dev/usb/controller/dwc_otg.h
/freebsd-11-stable/sys/dev/usb/controller/dwc_otg_fdt.c
/freebsd-11-stable/sys/dev/usb/controller/dwc_otgreg.h
/freebsd-11-stable/sys/dev/usb/controller/ehci.c
/freebsd-11-stable/sys/dev/usb/controller/ehci.h
/freebsd-11-stable/sys/dev/usb/controller/ehci_fsl.c
/freebsd-11-stable/sys/dev/usb/controller/ehci_imx.c
/freebsd-11-stable/sys/dev/usb/controller/ehci_ixp4xx.c
/freebsd-11-stable/sys/dev/usb/controller/ehci_mv.c
/freebsd-11-stable/sys/dev/usb/controller/ehci_pci.c
/freebsd-11-stable/sys/dev/usb/controller/ehcireg.h
/freebsd-11-stable/sys/dev/usb/controller/musb_otg.c
/freebsd-11-stable/sys/dev/usb/controller/musb_otg.h
/freebsd-11-stable/sys/dev/usb/controller/musb_otg_atmelarm.c
/freebsd-11-stable/sys/dev/usb/controller/ohci.c
/freebsd-11-stable/sys/dev/usb/controller/ohci.h
/freebsd-11-stable/sys/dev/usb/controller/ohci_pci.c
/freebsd-11-stable/sys/dev/usb/controller/ohci_s3c24x0.c
/freebsd-11-stable/sys/dev/usb/controller/ohcireg.h
/freebsd-11-stable/sys/dev/usb/controller/uhci.c
/freebsd-11-stable/sys/dev/usb/controller/uhci.h
/freebsd-11-stable/sys/dev/usb/controller/uhci_pci.c
/freebsd-11-stable/sys/dev/usb/controller/uhcireg.h
/freebsd-11-stable/sys/dev/usb/controller/usb_controller.c
/freebsd-11-stable/sys/dev/usb/controller/uss820dci.c
/freebsd-11-stable/sys/dev/usb/controller/uss820dci.h
/freebsd-11-stable/sys/dev/usb/controller/uss820dci_atmelarm.c
/freebsd-11-stable/sys/dev/usb/controller/xhci.c
/freebsd-11-stable/sys/dev/usb/controller/xhci.h
/freebsd-11-stable/sys/dev/usb/controller/xhci_pci.c
/freebsd-11-stable/sys/dev/usb/controller/xhcireg.h
/freebsd-11-stable/sys/dev/usb/gadget/g_audio.c
/freebsd-11-stable/sys/dev/usb/gadget/g_audio.h
/freebsd-11-stable/sys/dev/usb/gadget/g_keyboard.c
/freebsd-11-stable/sys/dev/usb/gadget/g_keyboard.h
/freebsd-11-stable/sys/dev/usb/gadget/g_modem.c
/freebsd-11-stable/sys/dev/usb/gadget/g_modem.h
/freebsd-11-stable/sys/dev/usb/gadget/g_mouse.c
/freebsd-11-stable/sys/dev/usb/gadget/g_mouse.h
/freebsd-11-stable/sys/dev/usb/input/atp.c
/freebsd-11-stable/sys/dev/usb/input/uep.c
/freebsd-11-stable/sys/dev/usb/input/uhid.c
/freebsd-11-stable/sys/dev/usb/input/ukbd.c
/freebsd-11-stable/sys/dev/usb/input/ums.c
/freebsd-11-stable/sys/dev/usb/input/usb_rdesc.h
/freebsd-11-stable/sys/dev/usb/input/wsp.c
/freebsd-11-stable/sys/dev/usb/misc/udbp.c
/freebsd-11-stable/sys/dev/usb/misc/ufm.c
/freebsd-11-stable/sys/dev/usb/net/if_aue.c
/freebsd-11-stable/sys/dev/usb/net/if_auereg.h
/freebsd-11-stable/sys/dev/usb/net/if_axe.c
/freebsd-11-stable/sys/dev/usb/net/if_axereg.h
/freebsd-11-stable/sys/dev/usb/net/if_axge.c
/freebsd-11-stable/sys/dev/usb/net/if_axgereg.h
/freebsd-11-stable/sys/dev/usb/net/if_cdce.c
/freebsd-11-stable/sys/dev/usb/net/if_cdcereg.h
/freebsd-11-stable/sys/dev/usb/net/if_cue.c
/freebsd-11-stable/sys/dev/usb/net/if_cuereg.h
/freebsd-11-stable/sys/dev/usb/net/if_ipheth.c
/freebsd-11-stable/sys/dev/usb/net/if_iphethvar.h
/freebsd-11-stable/sys/dev/usb/net/if_kue.c
/freebsd-11-stable/sys/dev/usb/net/if_kuefw.h
/freebsd-11-stable/sys/dev/usb/net/if_kuereg.h
/freebsd-11-stable/sys/dev/usb/net/if_mos.c
/freebsd-11-stable/sys/dev/usb/net/if_mosreg.h
/freebsd-11-stable/sys/dev/usb/net/if_rue.c
/freebsd-11-stable/sys/dev/usb/net/if_ruereg.h
/freebsd-11-stable/sys/dev/usb/net/if_smsc.c
/freebsd-11-stable/sys/dev/usb/net/if_smscreg.h
/freebsd-11-stable/sys/dev/usb/net/if_udav.c
/freebsd-11-stable/sys/dev/usb/net/if_udavreg.h
/freebsd-11-stable/sys/dev/usb/net/if_usie.c
/freebsd-11-stable/sys/dev/usb/net/if_usievar.h
/freebsd-11-stable/sys/dev/usb/net/ruephy.c
/freebsd-11-stable/sys/dev/usb/net/ruephyreg.h
/freebsd-11-stable/sys/dev/usb/net/uhso.c
/freebsd-11-stable/sys/dev/usb/net/usb_ethernet.c
/freebsd-11-stable/sys/dev/usb/net/usb_ethernet.h
/freebsd-11-stable/sys/dev/usb/quirk/usb_quirk.c
/freebsd-11-stable/sys/dev/usb/quirk/usb_quirk.h
/freebsd-11-stable/sys/dev/usb/serial/ubsa.c
/freebsd-11-stable/sys/dev/usb/serial/ubser.c
/freebsd-11-stable/sys/dev/usb/serial/uchcom.c
/freebsd-11-stable/sys/dev/usb/serial/ucycom.c
/freebsd-11-stable/sys/dev/usb/serial/ufoma.c
/freebsd-11-stable/sys/dev/usb/serial/uftdi.c
/freebsd-11-stable/sys/dev/usb/serial/ugensa.c
/freebsd-11-stable/sys/dev/usb/serial/uipaq.c
/freebsd-11-stable/sys/dev/usb/serial/ulpt.c
/freebsd-11-stable/sys/dev/usb/serial/umcs.c
/freebsd-11-stable/sys/dev/usb/serial/umcs.h
/freebsd-11-stable/sys/dev/usb/serial/umct.c
/freebsd-11-stable/sys/dev/usb/serial/umodem.c
/freebsd-11-stable/sys/dev/usb/serial/uplcom.c
/freebsd-11-stable/sys/dev/usb/serial/usb_serial.c
/freebsd-11-stable/sys/dev/usb/serial/usb_serial.h
/freebsd-11-stable/sys/dev/usb/serial/uvisor.c
/freebsd-11-stable/sys/dev/usb/serial/uvscom.c
/freebsd-11-stable/sys/dev/usb/storage/umass.c
/freebsd-11-stable/sys/dev/usb/storage/urio.c
/freebsd-11-stable/sys/dev/usb/storage/ustorage_fs.c
/freebsd-11-stable/sys/dev/usb/template/usb_template.c
/freebsd-11-stable/sys/dev/usb/template/usb_template.h
/freebsd-11-stable/sys/dev/usb/template/usb_template_audio.c
/freebsd-11-stable/sys/dev/usb/template/usb_template_cdce.c
/freebsd-11-stable/sys/dev/usb/template/usb_template_kbd.c
/freebsd-11-stable/sys/dev/usb/template/usb_template_modem.c
/freebsd-11-stable/sys/dev/usb/template/usb_template_mouse.c
/freebsd-11-stable/sys/dev/usb/template/usb_template_msc.c
/freebsd-11-stable/sys/dev/usb/template/usb_template_mtp.c
/freebsd-11-stable/sys/dev/usb/ufm_ioctl.h
/freebsd-11-stable/sys/dev/usb/usb.h
/freebsd-11-stable/sys/dev/usb/usb_bus.h
/freebsd-11-stable/sys/dev/usb/usb_busdma.c
/freebsd-11-stable/sys/dev/usb/usb_busdma.h
/freebsd-11-stable/sys/dev/usb/usb_cdc.h
/freebsd-11-stable/sys/dev/usb/usb_controller.h
/freebsd-11-stable/sys/dev/usb/usb_core.c
/freebsd-11-stable/sys/dev/usb/usb_core.h
/freebsd-11-stable/sys/dev/usb/usb_debug.c
/freebsd-11-stable/sys/dev/usb/usb_debug.h
/freebsd-11-stable/sys/dev/usb/usb_dev.c
/freebsd-11-stable/sys/dev/usb/usb_dev.h
/freebsd-11-stable/sys/dev/usb/usb_device.c
/freebsd-11-stable/sys/dev/usb/usb_device.h
/freebsd-11-stable/sys/dev/usb/usb_dynamic.c
/freebsd-11-stable/sys/dev/usb/usb_dynamic.h
/freebsd-11-stable/sys/dev/usb/usb_endian.h
/freebsd-11-stable/sys/dev/usb/usb_error.c
/freebsd-11-stable/sys/dev/usb/usb_freebsd.h
/freebsd-11-stable/sys/dev/usb/usb_freebsd_loader.h
/freebsd-11-stable/sys/dev/usb/usb_generic.c
/freebsd-11-stable/sys/dev/usb/usb_generic.h
/freebsd-11-stable/sys/dev/usb/usb_handle_request.c
/freebsd-11-stable/sys/dev/usb/usb_hid.c
/freebsd-11-stable/sys/dev/usb/usb_hub.c
/freebsd-11-stable/sys/dev/usb/usb_hub.h
/freebsd-11-stable/sys/dev/usb/usb_ioctl.h
/freebsd-11-stable/sys/dev/usb/usb_lookup.c
/freebsd-11-stable/sys/dev/usb/usb_mbuf.c
/freebsd-11-stable/sys/dev/usb/usb_mbuf.h
/freebsd-11-stable/sys/dev/usb/usb_msctest.c
/freebsd-11-stable/sys/dev/usb/usb_msctest.h
/freebsd-11-stable/sys/dev/usb/usb_parse.c
/freebsd-11-stable/sys/dev/usb/usb_pci.h
/freebsd-11-stable/sys/dev/usb/usb_pf.c
/freebsd-11-stable/sys/dev/usb/usb_pf.h
/freebsd-11-stable/sys/dev/usb/usb_process.c
/freebsd-11-stable/sys/dev/usb/usb_process.h
/freebsd-11-stable/sys/dev/usb/usb_request.c
/freebsd-11-stable/sys/dev/usb/usb_request.h
/freebsd-11-stable/sys/dev/usb/usb_transfer.c
/freebsd-11-stable/sys/dev/usb/usb_transfer.h
/freebsd-11-stable/sys/dev/usb/usb_util.c
/freebsd-11-stable/sys/dev/usb/usb_util.h
/freebsd-11-stable/sys/dev/usb/usbdi.h
/freebsd-11-stable/sys/dev/usb/usbdi_util.h
/freebsd-11-stable/sys/dev/usb/usbhid.h
/freebsd-11-stable/sys/dev/usb/wlan/if_uath.c
/freebsd-11-stable/sys/dev/usb/wlan/if_zydfw.h
/freebsd-11-stable/sys/dev/vge/if_vge.c
/freebsd-11-stable/sys/dev/vge/if_vgereg.h
/freebsd-11-stable/sys/dev/vge/if_vgevar.h
/freebsd-11-stable/sys/dev/viawd/viawd.c
/freebsd-11-stable/sys/dev/viawd/viawd.h
/freebsd-11-stable/sys/dev/virtio/balloon/virtio_balloon.c
/freebsd-11-stable/sys/dev/virtio/balloon/virtio_balloon.h
/freebsd-11-stable/sys/dev/virtio/block/virtio_blk.c
/freebsd-11-stable/sys/dev/virtio/block/virtio_blk.h
/freebsd-11-stable/sys/dev/virtio/network/if_vtnet.c
/freebsd-11-stable/sys/dev/virtio/network/if_vtnetvar.h
/freebsd-11-stable/sys/dev/virtio/network/virtio_net.h
/freebsd-11-stable/sys/dev/virtio/pci/virtio_pci.c
/freebsd-11-stable/sys/dev/virtio/pci/virtio_pci.h
/freebsd-11-stable/sys/dev/virtio/random/virtio_random.c
/freebsd-11-stable/sys/dev/virtio/scsi/virtio_scsi.c
/freebsd-11-stable/sys/dev/virtio/scsi/virtio_scsi.h
/freebsd-11-stable/sys/dev/virtio/scsi/virtio_scsivar.h
/freebsd-11-stable/sys/dev/virtio/virtio.c
/freebsd-11-stable/sys/dev/virtio/virtio.h
/freebsd-11-stable/sys/dev/virtio/virtio_ring.h
/freebsd-11-stable/sys/dev/virtio/virtqueue.c
/freebsd-11-stable/sys/dev/virtio/virtqueue.h
/freebsd-11-stable/sys/dev/vkbd/vkbd.c
/freebsd-11-stable/sys/dev/vkbd/vkbd_var.h
/freebsd-11-stable/sys/dev/vr/if_vr.c
/freebsd-11-stable/sys/dev/vr/if_vrreg.h
/freebsd-11-stable/sys/dev/vt/colors/vt_termcolors.c
/freebsd-11-stable/sys/dev/vt/colors/vt_termcolors.h
/freebsd-11-stable/sys/dev/vt/font/vt_font_default.c
/freebsd-11-stable/sys/dev/vt/font/vt_mouse_cursor.c
/freebsd-11-stable/sys/dev/vt/hw/efifb/efifb.c
/freebsd-11-stable/sys/dev/vt/hw/fb/vt_early_fb.c
/freebsd-11-stable/sys/dev/vt/hw/fb/vt_fb.c
/freebsd-11-stable/sys/dev/vt/hw/fb/vt_fb.h
/freebsd-11-stable/sys/dev/vt/hw/ofwfb/ofwfb.c
/freebsd-11-stable/sys/dev/vt/logo/logo_freebsd.c
/freebsd-11-stable/sys/dev/vt/vt.h
/freebsd-11-stable/sys/dev/vt/vt_buf.c
/freebsd-11-stable/sys/dev/vt/vt_consolectl.c
/freebsd-11-stable/sys/dev/vt/vt_core.c
/freebsd-11-stable/sys/dev/vt/vt_font.c
/freebsd-11-stable/sys/dev/vt/vt_sysmouse.c
/freebsd-11-stable/sys/dev/vte/if_vte.c
/freebsd-11-stable/sys/dev/vte/if_vtereg.h
/freebsd-11-stable/sys/dev/vte/if_vtevar.h
/freebsd-11-stable/sys/dev/vx/if_vx.c
/freebsd-11-stable/sys/dev/vx/if_vx_pci.c
/freebsd-11-stable/sys/dev/vx/if_vxreg.h
/freebsd-11-stable/sys/dev/vx/if_vxvar.h
/freebsd-11-stable/sys/dev/vxge/include/vxge-debug.h
/freebsd-11-stable/sys/dev/vxge/include/vxge-defs.h
/freebsd-11-stable/sys/dev/vxge/include/vxge-list.h
/freebsd-11-stable/sys/dev/vxge/include/vxge-os-debug.h
/freebsd-11-stable/sys/dev/vxge/include/vxge-os-pal.h
/freebsd-11-stable/sys/dev/vxge/include/vxge-queue.h
/freebsd-11-stable/sys/dev/vxge/include/vxgehal-config.h
/freebsd-11-stable/sys/dev/vxge/include/vxgehal-ll.h
/freebsd-11-stable/sys/dev/vxge/include/vxgehal-mgmt.h
/freebsd-11-stable/sys/dev/vxge/include/vxgehal-mgmtaux.h
/freebsd-11-stable/sys/dev/vxge/include/vxgehal-stats.h
/freebsd-11-stable/sys/dev/vxge/include/vxgehal-status.h
/freebsd-11-stable/sys/dev/vxge/include/vxgehal-types.h
/freebsd-11-stable/sys/dev/vxge/include/vxgehal-version.h
/freebsd-11-stable/sys/dev/vxge/vxge-firmware.h
/freebsd-11-stable/sys/dev/vxge/vxge-osdep.h
/freebsd-11-stable/sys/dev/vxge/vxge.c
/freebsd-11-stable/sys/dev/vxge/vxge.h
/freebsd-11-stable/sys/dev/vxge/vxgehal/vxge-queue.c
/freebsd-11-stable/sys/dev/vxge/vxgehal/vxgehal-blockpool.c
/freebsd-11-stable/sys/dev/vxge/vxgehal/vxgehal-blockpool.h
/freebsd-11-stable/sys/dev/vxge/vxgehal/vxgehal-channel.c
/freebsd-11-stable/sys/dev/vxge/vxgehal/vxgehal-channel.h
/freebsd-11-stable/sys/dev/vxge/vxgehal/vxgehal-common-reg.h
/freebsd-11-stable/sys/dev/vxge/vxgehal/vxgehal-config-priv.h
/freebsd-11-stable/sys/dev/vxge/vxgehal/vxgehal-config.c
/freebsd-11-stable/sys/dev/vxge/vxgehal/vxgehal-debug.h
/freebsd-11-stable/sys/dev/vxge/vxgehal/vxgehal-device.c
/freebsd-11-stable/sys/dev/vxge/vxgehal/vxgehal-device.h
/freebsd-11-stable/sys/dev/vxge/vxgehal/vxgehal-doorbells.c
/freebsd-11-stable/sys/dev/vxge/vxgehal/vxgehal-doorbells.h
/freebsd-11-stable/sys/dev/vxge/vxgehal/vxgehal-driver.c
/freebsd-11-stable/sys/dev/vxge/vxgehal/vxgehal-driver.h
/freebsd-11-stable/sys/dev/vxge/vxgehal/vxgehal-fifo.c
/freebsd-11-stable/sys/dev/vxge/vxgehal/vxgehal-fifo.h
/freebsd-11-stable/sys/dev/vxge/vxgehal/vxgehal-ifmsg.c
/freebsd-11-stable/sys/dev/vxge/vxgehal/vxgehal-ifmsg.h
/freebsd-11-stable/sys/dev/vxge/vxgehal/vxgehal-legacy-reg.h
/freebsd-11-stable/sys/dev/vxge/vxgehal/vxgehal-memrepair-reg.h
/freebsd-11-stable/sys/dev/vxge/vxgehal/vxgehal-mgmt.c
/freebsd-11-stable/sys/dev/vxge/vxgehal/vxgehal-mgmtaux.c
/freebsd-11-stable/sys/dev/vxge/vxgehal/vxgehal-mm.c
/freebsd-11-stable/sys/dev/vxge/vxgehal/vxgehal-mm.h
/freebsd-11-stable/sys/dev/vxge/vxgehal/vxgehal-mrpcim-reg.h
/freebsd-11-stable/sys/dev/vxge/vxgehal/vxgehal-mrpcim.c
/freebsd-11-stable/sys/dev/vxge/vxgehal/vxgehal-mrpcim.h
/freebsd-11-stable/sys/dev/vxge/vxgehal/vxgehal-pcicfgmgmt-reg.h
/freebsd-11-stable/sys/dev/vxge/vxgehal/vxgehal-regdefs.h
/freebsd-11-stable/sys/dev/vxge/vxgehal/vxgehal-regs.h
/freebsd-11-stable/sys/dev/vxge/vxgehal/vxgehal-ring.c
/freebsd-11-stable/sys/dev/vxge/vxgehal/vxgehal-ring.h
/freebsd-11-stable/sys/dev/vxge/vxgehal/vxgehal-srpcim-reg.h
/freebsd-11-stable/sys/dev/vxge/vxgehal/vxgehal-srpcim.c
/freebsd-11-stable/sys/dev/vxge/vxgehal/vxgehal-srpcim.h
/freebsd-11-stable/sys/dev/vxge/vxgehal/vxgehal-swapper.c
/freebsd-11-stable/sys/dev/vxge/vxgehal/vxgehal-swapper.h
/freebsd-11-stable/sys/dev/vxge/vxgehal/vxgehal-toc-reg.h
/freebsd-11-stable/sys/dev/vxge/vxgehal/vxgehal-virtualpath.c
/freebsd-11-stable/sys/dev/vxge/vxgehal/vxgehal-virtualpath.h
/freebsd-11-stable/sys/dev/vxge/vxgehal/vxgehal-vpath-reg.h
/freebsd-11-stable/sys/dev/vxge/vxgehal/vxgehal-vpmgmt-reg.h
/freebsd-11-stable/sys/dev/vxge/vxgehal/vxgehal.h
/freebsd-11-stable/sys/dev/vxge/vxgell-version.h
/freebsd-11-stable/sys/dev/watchdog/watchdog.c
/freebsd-11-stable/sys/dev/wb/if_wb.c
/freebsd-11-stable/sys/dev/wb/if_wbreg.h
/freebsd-11-stable/sys/dev/wbwd/wbwd.c
/freebsd-11-stable/sys/dev/wi/if_wavelan_ieee.h
/freebsd-11-stable/sys/dev/wi/if_wi_macio.c
/freebsd-11-stable/sys/dev/wi/if_wi_pccard.c
/freebsd-11-stable/sys/dev/wi/if_wi_pci.c
/freebsd-11-stable/sys/dev/wi/if_wireg.h
/freebsd-11-stable/sys/dev/wi/if_wivar.h
/freebsd-11-stable/sys/dev/wtap/if_medium.c
/freebsd-11-stable/sys/dev/wtap/if_medium.h
/freebsd-11-stable/sys/dev/wtap/if_wtap.c
/freebsd-11-stable/sys/dev/wtap/if_wtap_module.c
/freebsd-11-stable/sys/dev/wtap/if_wtapioctl.h
/freebsd-11-stable/sys/dev/wtap/if_wtapvar.h
/freebsd-11-stable/sys/dev/wtap/plugins/visibility.c
/freebsd-11-stable/sys/dev/wtap/plugins/visibility.h
/freebsd-11-stable/sys/dev/wtap/plugins/visibility_ioctl.h
/freebsd-11-stable/sys/dev/wtap/plugins/wtap_plugin.h
/freebsd-11-stable/sys/dev/wtap/wtap_hal/hal.c
/freebsd-11-stable/sys/dev/wtap/wtap_hal/hal.h
/freebsd-11-stable/sys/dev/wtap/wtap_hal/handler.h
/freebsd-11-stable/sys/dev/xe/if_xe.c
/freebsd-11-stable/sys/dev/xe/if_xe_pccard.c
/freebsd-11-stable/sys/dev/xe/if_xereg.h
/freebsd-11-stable/sys/dev/xe/if_xevar.h
/freebsd-11-stable/sys/dev/xen/blkback/blkback.c
/freebsd-11-stable/sys/dev/xen/control/control.c
/freebsd-11-stable/sys/dev/xen/netback/netback.c
/freebsd-11-stable/sys/dev/xen/netback/netback_unit_tests.c
/freebsd-11-stable/sys/dev/xen/netfront/netfront.c
/freebsd-11-stable/sys/dev/xen/pcifront/pcifront.c
/freebsd-11-stable/sys/dev/xen/timer/timer.c
/freebsd-11-stable/sys/dev/xen/timer/timer.h
/freebsd-11-stable/sys/dev/xen/xenpci/xenpci.c
/freebsd-11-stable/sys/dev/xen/xenpci/xenpcivar.h
/freebsd-11-stable/sys/dev/xl/if_xl.c
/freebsd-11-stable/sys/dev/xl/if_xlreg.h
/freebsd-11-stable/sys/dev/xl/xlphy.c
/freebsd-11-stable/sys/fs/cd9660/cd9660_bmap.c
/freebsd-11-stable/sys/fs/cd9660/cd9660_lookup.c
/freebsd-11-stable/sys/fs/cd9660/cd9660_mount.h
/freebsd-11-stable/sys/fs/cd9660/cd9660_node.c
/freebsd-11-stable/sys/fs/cd9660/cd9660_node.h
/freebsd-11-stable/sys/fs/cd9660/cd9660_rrip.c
/freebsd-11-stable/sys/fs/cd9660/cd9660_rrip.h
/freebsd-11-stable/sys/fs/cd9660/cd9660_util.c
/freebsd-11-stable/sys/fs/cd9660/cd9660_vfsops.c
/freebsd-11-stable/sys/fs/cd9660/cd9660_vnops.c
/freebsd-11-stable/sys/fs/cd9660/iso.h
/freebsd-11-stable/sys/fs/cd9660/iso_rrip.h
/freebsd-11-stable/sys/fs/deadfs/dead_vnops.c
/freebsd-11-stable/sys/fs/ext2fs/ext2_alloc.c
/freebsd-11-stable/sys/fs/ext2fs/ext2_balloc.c
/freebsd-11-stable/sys/fs/ext2fs/ext2_bmap.c
/freebsd-11-stable/sys/fs/ext2fs/ext2_extern.h
/freebsd-11-stable/sys/fs/ext2fs/ext2_inode.c
/freebsd-11-stable/sys/fs/ext2fs/ext2_lookup.c
/freebsd-11-stable/sys/fs/ext2fs/ext2_mount.h
/freebsd-11-stable/sys/fs/ext2fs/ext2_subr.c
/freebsd-11-stable/sys/fs/ext2fs/ext2_vfsops.c
/freebsd-11-stable/sys/fs/ext2fs/ext2_vnops.c
/freebsd-11-stable/sys/fs/ext2fs/fs.h
/freebsd-11-stable/sys/fs/ext2fs/inode.h
/freebsd-11-stable/sys/fs/fdescfs/fdesc.h
/freebsd-11-stable/sys/fs/fdescfs/fdesc_vfsops.c
/freebsd-11-stable/sys/fs/fdescfs/fdesc_vnops.c
/freebsd-11-stable/sys/fs/fifofs/fifo_vnops.c
/freebsd-11-stable/sys/fs/fuse/fuse.h
/freebsd-11-stable/sys/fs/fuse/fuse_debug.h
/freebsd-11-stable/sys/fs/fuse/fuse_device.c
/freebsd-11-stable/sys/fs/fuse/fuse_file.c
/freebsd-11-stable/sys/fs/fuse/fuse_file.h
/freebsd-11-stable/sys/fs/fuse/fuse_internal.c
/freebsd-11-stable/sys/fs/fuse/fuse_internal.h
/freebsd-11-stable/sys/fs/fuse/fuse_io.c
/freebsd-11-stable/sys/fs/fuse/fuse_io.h
/freebsd-11-stable/sys/fs/fuse/fuse_ipc.c
/freebsd-11-stable/sys/fs/fuse/fuse_ipc.h
/freebsd-11-stable/sys/fs/fuse/fuse_kernel.h
/freebsd-11-stable/sys/fs/fuse/fuse_main.c
/freebsd-11-stable/sys/fs/fuse/fuse_node.c
/freebsd-11-stable/sys/fs/fuse/fuse_node.h
/freebsd-11-stable/sys/fs/fuse/fuse_param.h
/freebsd-11-stable/sys/fs/fuse/fuse_vfsops.c
/freebsd-11-stable/sys/fs/fuse/fuse_vnops.c
/freebsd-11-stable/sys/fs/nfs/nfs.h
/freebsd-11-stable/sys/fs/nfs/nfs_commonkrpc.c
/freebsd-11-stable/sys/fs/nfs/nfs_commonport.c
/freebsd-11-stable/sys/fs/nfs/nfs_commonsubs.c
/freebsd-11-stable/sys/fs/nfs/nfs_var.h
/freebsd-11-stable/sys/fs/nfs/nfsm_subs.h
/freebsd-11-stable/sys/fs/nfs/nfsport.h
/freebsd-11-stable/sys/fs/nfs/nfsproto.h
/freebsd-11-stable/sys/fs/nfs/nfsrvcache.h
/freebsd-11-stable/sys/fs/nfs/rpcv2.h
/freebsd-11-stable/sys/fs/nfs/xdr_subs.h
/freebsd-11-stable/sys/fs/nfsclient/nfs.h
/freebsd-11-stable/sys/fs/nfsclient/nfs_clbio.c
/freebsd-11-stable/sys/fs/nfsclient/nfs_clcomsubs.c
/freebsd-11-stable/sys/fs/nfsclient/nfs_clkrpc.c
/freebsd-11-stable/sys/fs/nfsclient/nfs_clnfsiod.c
/freebsd-11-stable/sys/fs/nfsclient/nfs_clnode.c
/freebsd-11-stable/sys/fs/nfsclient/nfs_clport.c
/freebsd-11-stable/sys/fs/nfsclient/nfs_clrpcops.c
/freebsd-11-stable/sys/fs/nfsclient/nfs_clsubs.c
/freebsd-11-stable/sys/fs/nfsclient/nfs_clvfsops.c
/freebsd-11-stable/sys/fs/nfsclient/nfs_clvnops.c
/freebsd-11-stable/sys/fs/nfsclient/nfsmount.h
/freebsd-11-stable/sys/fs/nfsclient/nfsnode.h
/freebsd-11-stable/sys/fs/nfsserver/nfs_nfsdcache.c
/freebsd-11-stable/sys/fs/nfsserver/nfs_nfsdkrpc.c
/freebsd-11-stable/sys/fs/nfsserver/nfs_nfsdport.c
/freebsd-11-stable/sys/fs/nfsserver/nfs_nfsdserv.c
/freebsd-11-stable/sys/fs/nfsserver/nfs_nfsdsocket.c
/freebsd-11-stable/sys/fs/nfsserver/nfs_nfsdsubs.c
/freebsd-11-stable/sys/fs/nullfs/null.h
/freebsd-11-stable/sys/fs/nullfs/null_subr.c
/freebsd-11-stable/sys/fs/nullfs/null_vfsops.c
/freebsd-11-stable/sys/fs/nullfs/null_vnops.c
/freebsd-11-stable/sys/fs/procfs/procfs.c
/freebsd-11-stable/sys/fs/procfs/procfs.h
/freebsd-11-stable/sys/fs/procfs/procfs_dbregs.c
/freebsd-11-stable/sys/fs/procfs/procfs_fpregs.c
/freebsd-11-stable/sys/fs/procfs/procfs_map.c
/freebsd-11-stable/sys/fs/procfs/procfs_mem.c
/freebsd-11-stable/sys/fs/procfs/procfs_note.c
/freebsd-11-stable/sys/fs/procfs/procfs_osrel.c
/freebsd-11-stable/sys/fs/procfs/procfs_regs.c
/freebsd-11-stable/sys/fs/procfs/procfs_rlimit.c
/freebsd-11-stable/sys/fs/procfs/procfs_status.c
/freebsd-11-stable/sys/fs/procfs/procfs_type.c
/freebsd-11-stable/sys/fs/unionfs/union.h
/freebsd-11-stable/sys/fs/unionfs/union_subr.c
/freebsd-11-stable/sys/fs/unionfs/union_vfsops.c
/freebsd-11-stable/sys/fs/unionfs/union_vnops.c
/freebsd-11-stable/sys/geom/vinum/geom_vinum_share.c
/freebsd-11-stable/sys/geom/vinum/geom_vinum_subr.c
/freebsd-11-stable/sys/geom/vinum/geom_vinum_var.h
/freebsd-11-stable/sys/i386/acpica/acpi_machdep.c
/freebsd-11-stable/sys/i386/bios/smapi.c
/freebsd-11-stable/sys/i386/i386/atomic.c
/freebsd-11-stable/sys/i386/i386/bios.c
/freebsd-11-stable/sys/i386/i386/bpf_jit_machdep.c
/freebsd-11-stable/sys/i386/i386/bpf_jit_machdep.h
/freebsd-11-stable/sys/i386/i386/elf_machdep.c
/freebsd-11-stable/sys/i386/i386/gdb_machdep.c
/freebsd-11-stable/sys/i386/i386/genassym.c
/freebsd-11-stable/sys/i386/i386/geode.c
/freebsd-11-stable/sys/i386/i386/in_cksum.c
/freebsd-11-stable/sys/i386/i386/initcpu.c
/freebsd-11-stable/sys/i386/i386/io.c
/freebsd-11-stable/sys/i386/i386/k6_mem.c
/freebsd-11-stable/sys/i386/i386/longrun.c
/freebsd-11-stable/sys/i386/i386/machdep.c
/freebsd-11-stable/sys/i386/i386/mem.c
/freebsd-11-stable/sys/i386/i386/minidump_machdep.c
/freebsd-11-stable/sys/i386/i386/mp_machdep.c
/freebsd-11-stable/sys/i386/i386/pmap.c
/freebsd-11-stable/sys/i386/i386/ptrace_machdep.c
/freebsd-11-stable/sys/i386/i386/sys_machdep.c
/freebsd-11-stable/sys/i386/i386/trap.c
/freebsd-11-stable/sys/i386/i386/uio_machdep.c
/freebsd-11-stable/sys/i386/i386/vm86.c
/freebsd-11-stable/sys/i386/i386/vm_machdep.c
/freebsd-11-stable/sys/i386/ibcs2/coff.h
/freebsd-11-stable/sys/i386/ibcs2/ibcs2_dirent.h
/freebsd-11-stable/sys/i386/ibcs2/ibcs2_errno.c
/freebsd-11-stable/sys/i386/ibcs2/ibcs2_errno.h
/freebsd-11-stable/sys/i386/ibcs2/ibcs2_fcntl.c
/freebsd-11-stable/sys/i386/ibcs2/ibcs2_fcntl.h
/freebsd-11-stable/sys/i386/ibcs2/ibcs2_ioctl.c
/freebsd-11-stable/sys/i386/ibcs2/ibcs2_ipc.c
/freebsd-11-stable/sys/i386/ibcs2/ibcs2_ipc.h
/freebsd-11-stable/sys/i386/ibcs2/ibcs2_isc.c
/freebsd-11-stable/sys/i386/ibcs2/ibcs2_misc.c
/freebsd-11-stable/sys/i386/ibcs2/ibcs2_mount.h
/freebsd-11-stable/sys/i386/ibcs2/ibcs2_msg.c
/freebsd-11-stable/sys/i386/ibcs2/ibcs2_other.c
/freebsd-11-stable/sys/i386/ibcs2/ibcs2_signal.c
/freebsd-11-stable/sys/i386/ibcs2/ibcs2_signal.h
/freebsd-11-stable/sys/i386/ibcs2/ibcs2_socksys.c
/freebsd-11-stable/sys/i386/ibcs2/ibcs2_socksys.h
/freebsd-11-stable/sys/i386/ibcs2/ibcs2_stat.c
/freebsd-11-stable/sys/i386/ibcs2/ibcs2_stat.h
/freebsd-11-stable/sys/i386/ibcs2/ibcs2_statfs.h
/freebsd-11-stable/sys/i386/ibcs2/ibcs2_stropts.h
/freebsd-11-stable/sys/i386/ibcs2/ibcs2_sysi86.c
/freebsd-11-stable/sys/i386/ibcs2/ibcs2_sysvec.c
/freebsd-11-stable/sys/i386/ibcs2/ibcs2_termios.h
/freebsd-11-stable/sys/i386/ibcs2/ibcs2_time.h
/freebsd-11-stable/sys/i386/ibcs2/ibcs2_types.h
/freebsd-11-stable/sys/i386/ibcs2/ibcs2_unistd.h
/freebsd-11-stable/sys/i386/ibcs2/ibcs2_ustat.h
/freebsd-11-stable/sys/i386/ibcs2/ibcs2_util.c
/freebsd-11-stable/sys/i386/ibcs2/ibcs2_util.h
/freebsd-11-stable/sys/i386/ibcs2/ibcs2_utime.h
/freebsd-11-stable/sys/i386/ibcs2/ibcs2_utsname.h
/freebsd-11-stable/sys/i386/ibcs2/ibcs2_xenix.c
/freebsd-11-stable/sys/i386/ibcs2/imgact_coff.c
/freebsd-11-stable/sys/i386/include/_bus.h
/freebsd-11-stable/sys/i386/include/asm.h
/freebsd-11-stable/sys/i386/include/asmacros.h
/freebsd-11-stable/sys/i386/include/atomic.h
/freebsd-11-stable/sys/i386/include/bootinfo.h
/freebsd-11-stable/sys/i386/include/bus_dma.h
/freebsd-11-stable/sys/i386/include/counter.h
/freebsd-11-stable/sys/i386/include/cpu.h
/freebsd-11-stable/sys/i386/include/cpufunc.h
/freebsd-11-stable/sys/i386/include/cputypes.h
/freebsd-11-stable/sys/i386/include/elan_mmcr.h
/freebsd-11-stable/sys/i386/include/exec.h
/freebsd-11-stable/sys/i386/include/floatingpoint.h
/freebsd-11-stable/sys/i386/include/gdb_machdep.h
/freebsd-11-stable/sys/i386/include/ieeefp.h
/freebsd-11-stable/sys/i386/include/if_wl_wavelan.h
/freebsd-11-stable/sys/i386/include/in_cksum.h
/freebsd-11-stable/sys/i386/include/intr_machdep.h
/freebsd-11-stable/sys/i386/include/ioctl_bt848.h
/freebsd-11-stable/sys/i386/include/ioctl_meteor.h
/freebsd-11-stable/sys/i386/include/iodev.h
/freebsd-11-stable/sys/i386/include/kdb.h
/freebsd-11-stable/sys/i386/include/limits.h
/freebsd-11-stable/sys/i386/include/md_var.h
/freebsd-11-stable/sys/i386/include/memdev.h
/freebsd-11-stable/sys/i386/include/minidump.h
/freebsd-11-stable/sys/i386/include/mp_watchdog.h
/freebsd-11-stable/sys/i386/include/npx.h
/freebsd-11-stable/sys/i386/include/param.h
/freebsd-11-stable/sys/i386/include/pc/bios.h
/freebsd-11-stable/sys/i386/include/pcaudioio.h
/freebsd-11-stable/sys/i386/include/pcb.h
/freebsd-11-stable/sys/i386/include/pcb_ext.h
/freebsd-11-stable/sys/i386/include/pcpu.h
/freebsd-11-stable/sys/i386/include/pmap.h
/freebsd-11-stable/sys/i386/include/pmc_mdep.h
/freebsd-11-stable/sys/i386/include/ppireg.h
/freebsd-11-stable/sys/i386/include/proc.h
/freebsd-11-stable/sys/i386/include/profile.h
/freebsd-11-stable/sys/i386/include/reloc.h
/freebsd-11-stable/sys/i386/include/runq.h
/freebsd-11-stable/sys/i386/include/segments.h
/freebsd-11-stable/sys/i386/include/sf_buf.h
/freebsd-11-stable/sys/i386/include/sigframe.h
/freebsd-11-stable/sys/i386/include/signal.h
/freebsd-11-stable/sys/i386/include/smapi.h
/freebsd-11-stable/sys/i386/include/timerreg.h
/freebsd-11-stable/sys/i386/include/tss.h
/freebsd-11-stable/sys/i386/include/ucontext.h
/freebsd-11-stable/sys/i386/include/varargs.h
/freebsd-11-stable/sys/i386/include/vm.h
/freebsd-11-stable/sys/i386/include/vm86.h
/freebsd-11-stable/sys/i386/include/vmparam.h
/freebsd-11-stable/sys/i386/isa/ccbque.h
/freebsd-11-stable/sys/i386/isa/elink.c
/freebsd-11-stable/sys/i386/isa/elink.h
/freebsd-11-stable/sys/i386/isa/pmtimer.c
/freebsd-11-stable/sys/i386/isa/prof_machdep.c
/freebsd-11-stable/sys/i386/linux/imgact_linux.c
/freebsd-11-stable/sys/i386/linux/linux.h
/freebsd-11-stable/sys/i386/linux/linux_dummy.c
/freebsd-11-stable/sys/i386/linux/linux_machdep.c
/freebsd-11-stable/sys/i386/linux/linux_ptrace.c
/freebsd-11-stable/sys/i386/linux/linux_sysvec.c
/freebsd-11-stable/sys/i386/pci/pci_cfgreg.c
/freebsd-11-stable/sys/i386/pci/pci_pir.c
/freebsd-11-stable/sys/isa/isareg.h
/freebsd-11-stable/sys/isa/pnpreg.h
/freebsd-11-stable/sys/isa/rtc.h
/freebsd-11-stable/sys/kern/init_main.c
/freebsd-11-stable/sys/kern/kern_acct.c
/freebsd-11-stable/sys/kern/kern_clock.c
/freebsd-11-stable/sys/kern/kern_cons.c
/freebsd-11-stable/sys/kern/kern_descrip.c
/freebsd-11-stable/sys/kern/kern_exit.c
/freebsd-11-stable/sys/kern/kern_fork.c
/freebsd-11-stable/sys/kern/kern_ktrace.c
/freebsd-11-stable/sys/kern/kern_lockf.c
/freebsd-11-stable/sys/kern/kern_malloc.c
/freebsd-11-stable/sys/kern/kern_mib.c
/freebsd-11-stable/sys/kern/kern_proc.c
/freebsd-11-stable/sys/kern/kern_prot.c
/freebsd-11-stable/sys/kern/kern_resource.c
/freebsd-11-stable/sys/kern/kern_rmlock.c
/freebsd-11-stable/sys/kern/kern_shutdown.c
/freebsd-11-stable/sys/kern/kern_sig.c
/freebsd-11-stable/sys/kern/kern_synch.c
/freebsd-11-stable/sys/kern/kern_sysctl.c
/freebsd-11-stable/sys/kern/kern_time.c
/freebsd-11-stable/sys/kern/kern_timeout.c
/freebsd-11-stable/sys/kern/kern_xxx.c
/freebsd-11-stable/sys/kern/ksched.c
/freebsd-11-stable/sys/kern/p1003_1b.c
/freebsd-11-stable/sys/kern/posix4_mib.c
/freebsd-11-stable/sys/kern/sched_4bsd.c
/freebsd-11-stable/sys/kern/subr_autoconf.c
/freebsd-11-stable/sys/kern/subr_blist.c
/freebsd-11-stable/sys/kern/subr_clock.c
/freebsd-11-stable/sys/kern/subr_hash.c
/freebsd-11-stable/sys/kern/subr_log.c
/freebsd-11-stable/sys/kern/subr_mchain.c
/freebsd-11-stable/sys/kern/subr_param.c
/freebsd-11-stable/sys/kern/subr_pcpu.c
/freebsd-11-stable/sys/kern/subr_prf.c
/freebsd-11-stable/sys/kern/subr_prof.c
/freebsd-11-stable/sys/kern/subr_rtc.c
/freebsd-11-stable/sys/kern/subr_scanf.c
/freebsd-11-stable/sys/kern/subr_sglist.c
/freebsd-11-stable/sys/kern/subr_syscall.c
/freebsd-11-stable/sys/kern/subr_trap.c
/freebsd-11-stable/sys/kern/subr_uio.c
/freebsd-11-stable/sys/kern/sys_generic.c
/freebsd-11-stable/sys/kern/sys_socket.c
/freebsd-11-stable/sys/kern/tty_compat.c
/freebsd-11-stable/sys/kern/tty_info.c
/freebsd-11-stable/sys/kern/uipc_domain.c
/freebsd-11-stable/sys/kern/uipc_mbuf.c
/freebsd-11-stable/sys/kern/uipc_mbuf2.c
/freebsd-11-stable/sys/kern/uipc_sockbuf.c
/freebsd-11-stable/sys/kern/uipc_socket.c
/freebsd-11-stable/sys/kern/uipc_syscalls.c
/freebsd-11-stable/sys/kern/uipc_usrreq.c
/freebsd-11-stable/sys/kern/vfs_cache.c
/freebsd-11-stable/sys/kern/vfs_cluster.c
/freebsd-11-stable/sys/kern/vfs_default.c
/freebsd-11-stable/sys/kern/vfs_export.c
/freebsd-11-stable/sys/kern/vfs_init.c
/freebsd-11-stable/sys/kern/vfs_lookup.c
/freebsd-11-stable/sys/kern/vfs_mount.c
/freebsd-11-stable/sys/kern/vfs_mountroot.c
/freebsd-11-stable/sys/kern/vfs_subr.c
/freebsd-11-stable/sys/kern/vfs_syscalls.c
/freebsd-11-stable/sys/kern/vfs_vnops.c
/freebsd-11-stable/sys/libkern/arm/muldi3.c
/freebsd-11-stable/sys/libkern/ashldi3.c
/freebsd-11-stable/sys/libkern/ashrdi3.c
/freebsd-11-stable/sys/libkern/bcmp.c
/freebsd-11-stable/sys/libkern/bsearch.c
/freebsd-11-stable/sys/libkern/cmpdi2.c
/freebsd-11-stable/sys/libkern/divdi3.c
/freebsd-11-stable/sys/libkern/ffs.c
/freebsd-11-stable/sys/libkern/ffsl.c
/freebsd-11-stable/sys/libkern/fls.c
/freebsd-11-stable/sys/libkern/flsl.c
/freebsd-11-stable/sys/libkern/flsll.c
/freebsd-11-stable/sys/libkern/fnmatch.c
/freebsd-11-stable/sys/libkern/lshrdi3.c
/freebsd-11-stable/sys/libkern/mcount.c
/freebsd-11-stable/sys/libkern/memchr.c
/freebsd-11-stable/sys/libkern/memcmp.c
/freebsd-11-stable/sys/libkern/moddi3.c
/freebsd-11-stable/sys/libkern/qdivrem.c
/freebsd-11-stable/sys/libkern/qsort.c
/freebsd-11-stable/sys/libkern/quad.h
/freebsd-11-stable/sys/libkern/random.c
/freebsd-11-stable/sys/libkern/scanc.c
/freebsd-11-stable/sys/libkern/strcasecmp.c
/freebsd-11-stable/sys/libkern/strcat.c
/freebsd-11-stable/sys/libkern/strchr.c
/freebsd-11-stable/sys/libkern/strcmp.c
/freebsd-11-stable/sys/libkern/strcpy.c
/freebsd-11-stable/sys/libkern/strncmp.c
/freebsd-11-stable/sys/libkern/strncpy.c
/freebsd-11-stable/sys/libkern/strrchr.c
/freebsd-11-stable/sys/libkern/strsep.c
/freebsd-11-stable/sys/libkern/strstr.c
/freebsd-11-stable/sys/libkern/strtol.c
/freebsd-11-stable/sys/libkern/strtoq.c
/freebsd-11-stable/sys/libkern/strtoul.c
/freebsd-11-stable/sys/libkern/strtouq.c
/freebsd-11-stable/sys/libkern/ucmpdi2.c
/freebsd-11-stable/sys/libkern/udivdi3.c
/freebsd-11-stable/sys/libkern/umoddi3.c
/freebsd-11-stable/sys/mips/adm5120/adm5120_machdep.c
/freebsd-11-stable/sys/mips/adm5120/adm5120reg.h
/freebsd-11-stable/sys/mips/adm5120/admpci.c
/freebsd-11-stable/sys/mips/adm5120/console.c
/freebsd-11-stable/sys/mips/adm5120/if_admsw.c
/freebsd-11-stable/sys/mips/adm5120/if_admswreg.h
/freebsd-11-stable/sys/mips/adm5120/if_admswvar.h
/freebsd-11-stable/sys/mips/adm5120/obio.c
/freebsd-11-stable/sys/mips/adm5120/obiovar.h
/freebsd-11-stable/sys/mips/adm5120/uart_bus_adm5120.c
/freebsd-11-stable/sys/mips/adm5120/uart_cpu_adm5120.c
/freebsd-11-stable/sys/mips/adm5120/uart_dev_adm5120.c
/freebsd-11-stable/sys/mips/adm5120/uart_dev_adm5120.h
/freebsd-11-stable/sys/mips/alchemy/alchemy_machdep.c
/freebsd-11-stable/sys/mips/alchemy/obio.c
/freebsd-11-stable/sys/mips/alchemy/uart_bus_alchemy.c
/freebsd-11-stable/sys/mips/alchemy/uart_cpu_alchemy.c
/freebsd-11-stable/sys/mips/atheros/apb.c
/freebsd-11-stable/sys/mips/atheros/apbvar.h
/freebsd-11-stable/sys/mips/atheros/ar71xx_bus_space_reversed.c
/freebsd-11-stable/sys/mips/atheros/ar71xx_chip.c
/freebsd-11-stable/sys/mips/atheros/ar71xx_chip.h
/freebsd-11-stable/sys/mips/atheros/ar71xx_cpudef.h
/freebsd-11-stable/sys/mips/atheros/ar71xx_ehci.c
/freebsd-11-stable/sys/mips/atheros/ar71xx_fixup.c
/freebsd-11-stable/sys/mips/atheros/ar71xx_fixup.h
/freebsd-11-stable/sys/mips/atheros/ar71xx_gpio.c
/freebsd-11-stable/sys/mips/atheros/ar71xx_gpiovar.h
/freebsd-11-stable/sys/mips/atheros/ar71xx_machdep.c
/freebsd-11-stable/sys/mips/atheros/ar71xx_ohci.c
/freebsd-11-stable/sys/mips/atheros/ar71xx_pci.c
/freebsd-11-stable/sys/mips/atheros/ar71xx_pci_bus_space.c
/freebsd-11-stable/sys/mips/atheros/ar71xx_setup.c
/freebsd-11-stable/sys/mips/atheros/ar71xx_setup.h
/freebsd-11-stable/sys/mips/atheros/ar71xx_spi.c
/freebsd-11-stable/sys/mips/atheros/ar71xx_wdog.c
/freebsd-11-stable/sys/mips/atheros/ar71xxreg.h
/freebsd-11-stable/sys/mips/atheros/ar724x_chip.c
/freebsd-11-stable/sys/mips/atheros/ar724x_chip.h
/freebsd-11-stable/sys/mips/atheros/ar724x_pci.c
/freebsd-11-stable/sys/mips/atheros/ar724xreg.h
/freebsd-11-stable/sys/mips/atheros/ar91xx_chip.c
/freebsd-11-stable/sys/mips/atheros/ar91xx_chip.h
/freebsd-11-stable/sys/mips/atheros/ar91xxreg.h
/freebsd-11-stable/sys/mips/atheros/ar933x_chip.c
/freebsd-11-stable/sys/mips/atheros/ar933x_chip.h
/freebsd-11-stable/sys/mips/atheros/ar933x_uart.h
/freebsd-11-stable/sys/mips/atheros/ar933xreg.h
/freebsd-11-stable/sys/mips/atheros/ar934x_chip.c
/freebsd-11-stable/sys/mips/atheros/ar934x_chip.h
/freebsd-11-stable/sys/mips/atheros/ar934xreg.h
/freebsd-11-stable/sys/mips/atheros/if_arge.c
/freebsd-11-stable/sys/mips/atheros/if_argevar.h
/freebsd-11-stable/sys/mips/atheros/pcf2123_rtc.c
/freebsd-11-stable/sys/mips/atheros/pcf2123reg.h
/freebsd-11-stable/sys/mips/atheros/uart_bus_ar71xx.c
/freebsd-11-stable/sys/mips/atheros/uart_bus_ar933x.c
/freebsd-11-stable/sys/mips/atheros/uart_cpu_ar71xx.c
/freebsd-11-stable/sys/mips/atheros/uart_cpu_ar933x.c
/freebsd-11-stable/sys/mips/atheros/uart_dev_ar933x.c
/freebsd-11-stable/sys/mips/atheros/uart_dev_ar933x.h
/freebsd-11-stable/sys/mips/beri/beri_machdep.c
/freebsd-11-stable/sys/mips/beri/beri_pic.c
/freebsd-11-stable/sys/mips/cavium/ciu.c
/freebsd-11-stable/sys/mips/cavium/cryptocteon/cavium_crypto.c
/freebsd-11-stable/sys/mips/cavium/cvmx_config.h
/freebsd-11-stable/sys/mips/cavium/if_octm.c
/freebsd-11-stable/sys/mips/cavium/obio.c
/freebsd-11-stable/sys/mips/cavium/obiovar.h
/freebsd-11-stable/sys/mips/cavium/octe/cavium-ethernet.h
/freebsd-11-stable/sys/mips/cavium/octe/ethernet-common.c
/freebsd-11-stable/sys/mips/cavium/octe/ethernet-common.h
/freebsd-11-stable/sys/mips/cavium/octe/ethernet-defines.h
/freebsd-11-stable/sys/mips/cavium/octe/ethernet-headers.h
/freebsd-11-stable/sys/mips/cavium/octe/ethernet-mdio.c
/freebsd-11-stable/sys/mips/cavium/octe/ethernet-mdio.h
/freebsd-11-stable/sys/mips/cavium/octe/ethernet-mem.c
/freebsd-11-stable/sys/mips/cavium/octe/ethernet-mem.h
/freebsd-11-stable/sys/mips/cavium/octe/ethernet-mv88e61xx.c
/freebsd-11-stable/sys/mips/cavium/octe/ethernet-mv88e61xx.h
/freebsd-11-stable/sys/mips/cavium/octe/ethernet-rgmii.c
/freebsd-11-stable/sys/mips/cavium/octe/ethernet-rx.c
/freebsd-11-stable/sys/mips/cavium/octe/ethernet-rx.h
/freebsd-11-stable/sys/mips/cavium/octe/ethernet-sgmii.c
/freebsd-11-stable/sys/mips/cavium/octe/ethernet-spi.c
/freebsd-11-stable/sys/mips/cavium/octe/ethernet-tx.c
/freebsd-11-stable/sys/mips/cavium/octe/ethernet-tx.h
/freebsd-11-stable/sys/mips/cavium/octe/ethernet-util.h
/freebsd-11-stable/sys/mips/cavium/octe/ethernet-xaui.c
/freebsd-11-stable/sys/mips/cavium/octe/ethernet.c
/freebsd-11-stable/sys/mips/cavium/octe/mv88e61xxphy.c
/freebsd-11-stable/sys/mips/cavium/octe/mv88e61xxphyreg.h
/freebsd-11-stable/sys/mips/cavium/octe/octe.c
/freebsd-11-stable/sys/mips/cavium/octe/octebus.c
/freebsd-11-stable/sys/mips/cavium/octe/octebusvar.h
/freebsd-11-stable/sys/mips/cavium/octe/wrapper-cvmx-includes.h
/freebsd-11-stable/sys/mips/cavium/octeon_cop2.h
/freebsd-11-stable/sys/mips/cavium/octeon_ds1337.c
/freebsd-11-stable/sys/mips/cavium/octeon_ebt3000_cf.c
/freebsd-11-stable/sys/mips/cavium/octeon_gpio.c
/freebsd-11-stable/sys/mips/cavium/octeon_gpiovar.h
/freebsd-11-stable/sys/mips/cavium/octeon_irq.h
/freebsd-11-stable/sys/mips/cavium/octeon_machdep.c
/freebsd-11-stable/sys/mips/cavium/octeon_mp.c
/freebsd-11-stable/sys/mips/cavium/octeon_pci_console.c
/freebsd-11-stable/sys/mips/cavium/octeon_pcmap_regs.h
/freebsd-11-stable/sys/mips/cavium/octeon_pmc.c
/freebsd-11-stable/sys/mips/cavium/octeon_rnd.c
/freebsd-11-stable/sys/mips/cavium/octeon_rtc.c
/freebsd-11-stable/sys/mips/cavium/octeon_wdog.c
/freebsd-11-stable/sys/mips/cavium/octopci.c
/freebsd-11-stable/sys/mips/cavium/octopci_bus_space.c
/freebsd-11-stable/sys/mips/cavium/octopcireg.h
/freebsd-11-stable/sys/mips/cavium/octopcivar.h
/freebsd-11-stable/sys/mips/cavium/uart_bus_octeonusart.c
/freebsd-11-stable/sys/mips/cavium/uart_cpu_octeonusart.c
/freebsd-11-stable/sys/mips/cavium/uart_dev_oct16550.c
/freebsd-11-stable/sys/mips/cavium/usb/octusb.c
/freebsd-11-stable/sys/mips/cavium/usb/octusb.h
/freebsd-11-stable/sys/mips/cavium/usb/octusb_octeon.c
/freebsd-11-stable/sys/mips/gxemul/gxemul_machdep.c
/freebsd-11-stable/sys/mips/gxemul/mpreg.h
/freebsd-11-stable/sys/mips/idt/idt_machdep.c
/freebsd-11-stable/sys/mips/idt/idtpci.c
/freebsd-11-stable/sys/mips/idt/idtreg.h
/freebsd-11-stable/sys/mips/idt/if_kr.c
/freebsd-11-stable/sys/mips/idt/if_krreg.h
/freebsd-11-stable/sys/mips/idt/obio.c
/freebsd-11-stable/sys/mips/idt/obiovar.h
/freebsd-11-stable/sys/mips/idt/uart_bus_rc32434.c
/freebsd-11-stable/sys/mips/idt/uart_cpu_rc32434.c
/freebsd-11-stable/sys/mips/include/_align.h
/freebsd-11-stable/sys/mips/include/_bus.h
/freebsd-11-stable/sys/mips/include/_inttypes.h
/freebsd-11-stable/sys/mips/include/_limits.h
/freebsd-11-stable/sys/mips/include/_stdint.h
/freebsd-11-stable/sys/mips/include/_types.h
/freebsd-11-stable/sys/mips/include/asm.h
/freebsd-11-stable/sys/mips/include/atomic.h
/freebsd-11-stable/sys/mips/include/bootinfo.h
/freebsd-11-stable/sys/mips/include/bus.h
/freebsd-11-stable/sys/mips/include/bus_dma.h
/freebsd-11-stable/sys/mips/include/cache.h
/freebsd-11-stable/sys/mips/include/cache_mipsNN.h
/freebsd-11-stable/sys/mips/include/cache_r4k.h
/freebsd-11-stable/sys/mips/include/counter.h
/freebsd-11-stable/sys/mips/include/cpu.h
/freebsd-11-stable/sys/mips/include/cpufunc.h
/freebsd-11-stable/sys/mips/include/cpuinfo.h
/freebsd-11-stable/sys/mips/include/cpuregs.h
/freebsd-11-stable/sys/mips/include/db_machdep.h
/freebsd-11-stable/sys/mips/include/elf.h
/freebsd-11-stable/sys/mips/include/endian.h
/freebsd-11-stable/sys/mips/include/exec.h
/freebsd-11-stable/sys/mips/include/fdt.h
/freebsd-11-stable/sys/mips/include/float.h
/freebsd-11-stable/sys/mips/include/floatingpoint.h
/freebsd-11-stable/sys/mips/include/frame.h
/freebsd-11-stable/sys/mips/include/gdb_machdep.h
/freebsd-11-stable/sys/mips/include/hwfunc.h
/freebsd-11-stable/sys/mips/include/ieee.h
/freebsd-11-stable/sys/mips/include/in_cksum.h
/freebsd-11-stable/sys/mips/include/intr_machdep.h
/freebsd-11-stable/sys/mips/include/kdb.h
/freebsd-11-stable/sys/mips/include/limits.h
/freebsd-11-stable/sys/mips/include/md_var.h
/freebsd-11-stable/sys/mips/include/memdev.h
/freebsd-11-stable/sys/mips/include/metadata.h
/freebsd-11-stable/sys/mips/include/minidump.h
/freebsd-11-stable/sys/mips/include/mips_opcode.h
/freebsd-11-stable/sys/mips/include/octeon_cop2.h
/freebsd-11-stable/sys/mips/include/ofw_machdep.h
/freebsd-11-stable/sys/mips/include/param.h
/freebsd-11-stable/sys/mips/include/pcb.h
/freebsd-11-stable/sys/mips/include/pcpu.h
/freebsd-11-stable/sys/mips/include/pmap.h
/freebsd-11-stable/sys/mips/include/proc.h
/freebsd-11-stable/sys/mips/include/profile.h
/freebsd-11-stable/sys/mips/include/pte.h
/freebsd-11-stable/sys/mips/include/ptrace.h
/freebsd-11-stable/sys/mips/include/reg.h
/freebsd-11-stable/sys/mips/include/regdef.h
/freebsd-11-stable/sys/mips/include/regnum.h
/freebsd-11-stable/sys/mips/include/reloc.h
/freebsd-11-stable/sys/mips/include/runq.h
/freebsd-11-stable/sys/mips/include/sc_machdep.h
/freebsd-11-stable/sys/mips/include/sf_buf.h
/freebsd-11-stable/sys/mips/include/sigframe.h
/freebsd-11-stable/sys/mips/include/signal.h
/freebsd-11-stable/sys/mips/include/sysarch.h
/freebsd-11-stable/sys/mips/include/tlb.h
/freebsd-11-stable/sys/mips/include/tls.h
/freebsd-11-stable/sys/mips/include/trap.h
/freebsd-11-stable/sys/mips/include/ucontext.h
/freebsd-11-stable/sys/mips/include/varargs.h
/freebsd-11-stable/sys/mips/include/vdso.h
/freebsd-11-stable/sys/mips/include/vm.h
/freebsd-11-stable/sys/mips/include/vmparam.h
/freebsd-11-stable/sys/mips/malta/gt.c
/freebsd-11-stable/sys/mips/malta/gt_pci.c
/freebsd-11-stable/sys/mips/malta/gt_pci_bus_space.c
/freebsd-11-stable/sys/mips/malta/gt_pci_bus_space.h
/freebsd-11-stable/sys/mips/malta/gtreg.h
/freebsd-11-stable/sys/mips/malta/gtvar.h
/freebsd-11-stable/sys/mips/malta/malta_machdep.c
/freebsd-11-stable/sys/mips/malta/maltareg.h
/freebsd-11-stable/sys/mips/malta/obio.c
/freebsd-11-stable/sys/mips/malta/obiovar.h
/freebsd-11-stable/sys/mips/malta/uart_bus_maltausart.c
/freebsd-11-stable/sys/mips/malta/uart_cpu_maltausart.c
/freebsd-11-stable/sys/mips/malta/yamon.c
/freebsd-11-stable/sys/mips/malta/yamon.h
/freebsd-11-stable/sys/mips/mips/autoconf.c
/freebsd-11-stable/sys/mips/mips/bus_space_generic.c
/freebsd-11-stable/sys/mips/mips/busdma_machdep.c
/freebsd-11-stable/sys/mips/mips/cache.c
/freebsd-11-stable/sys/mips/mips/cache_mipsNN.c
/freebsd-11-stable/sys/mips/mips/cpu.c
/freebsd-11-stable/sys/mips/mips/db_disasm.c
/freebsd-11-stable/sys/mips/mips/db_interface.c
/freebsd-11-stable/sys/mips/mips/db_trace.c
/freebsd-11-stable/sys/mips/mips/dump_machdep.c
/freebsd-11-stable/sys/mips/mips/elf_machdep.c
/freebsd-11-stable/sys/mips/mips/elf_trampoline.c
/freebsd-11-stable/sys/mips/mips/freebsd32_machdep.c
/freebsd-11-stable/sys/mips/mips/gdb_machdep.c
/freebsd-11-stable/sys/mips/mips/genassym.c
/freebsd-11-stable/sys/mips/mips/in_cksum.c
/freebsd-11-stable/sys/mips/mips/intr_machdep.c
/freebsd-11-stable/sys/mips/mips/libkern_machdep.c
/freebsd-11-stable/sys/mips/mips/machdep.c
/freebsd-11-stable/sys/mips/mips/mem.c
/freebsd-11-stable/sys/mips/mips/minidump_machdep.c
/freebsd-11-stable/sys/mips/mips/mp_machdep.c
/freebsd-11-stable/sys/mips/mips/octeon_cop2.c
/freebsd-11-stable/sys/mips/mips/pm_machdep.c
/freebsd-11-stable/sys/mips/mips/pmap.c
/freebsd-11-stable/sys/mips/mips/ptrace_machdep.c
/freebsd-11-stable/sys/mips/mips/sc_machdep.c
/freebsd-11-stable/sys/mips/mips/stack_machdep.c
/freebsd-11-stable/sys/mips/mips/stdatomic.c
/freebsd-11-stable/sys/mips/mips/sys_machdep.c
/freebsd-11-stable/sys/mips/mips/tick.c
/freebsd-11-stable/sys/mips/mips/tlb.c
/freebsd-11-stable/sys/mips/mips/trap.c
/freebsd-11-stable/sys/mips/mips/uio_machdep.c
/freebsd-11-stable/sys/mips/mips/uma_machdep.c
/freebsd-11-stable/sys/mips/mips/vm_machdep.c
/freebsd-11-stable/sys/mips/nlm/board.c
/freebsd-11-stable/sys/mips/nlm/board.h
/freebsd-11-stable/sys/mips/nlm/board_cpld.c
/freebsd-11-stable/sys/mips/nlm/board_eeprom.c
/freebsd-11-stable/sys/mips/nlm/bus_space_rmi.c
/freebsd-11-stable/sys/mips/nlm/bus_space_rmi_pci.c
/freebsd-11-stable/sys/mips/nlm/clock.h
/freebsd-11-stable/sys/mips/nlm/cms.c
/freebsd-11-stable/sys/mips/nlm/dev/net/mdio.c
/freebsd-11-stable/sys/mips/nlm/dev/net/nae.c
/freebsd-11-stable/sys/mips/nlm/dev/net/sgmii.c
/freebsd-11-stable/sys/mips/nlm/dev/net/ucore/ucore.h
/freebsd-11-stable/sys/mips/nlm/dev/net/ucore/ucore_app.c
/freebsd-11-stable/sys/mips/nlm/dev/net/xaui.c
/freebsd-11-stable/sys/mips/nlm/dev/net/xlpge.c
/freebsd-11-stable/sys/mips/nlm/dev/net/xlpge.h
/freebsd-11-stable/sys/mips/nlm/dev/sec/nlmrsa.c
/freebsd-11-stable/sys/mips/nlm/dev/sec/nlmrsalib.h
/freebsd-11-stable/sys/mips/nlm/dev/sec/nlmsec.c
/freebsd-11-stable/sys/mips/nlm/dev/sec/nlmseclib.c
/freebsd-11-stable/sys/mips/nlm/dev/sec/nlmseclib.h
/freebsd-11-stable/sys/mips/nlm/dev/sec/rsa_ucode.h
/freebsd-11-stable/sys/mips/nlm/hal/bridge.h
/freebsd-11-stable/sys/mips/nlm/hal/cop2.h
/freebsd-11-stable/sys/mips/nlm/hal/cpucontrol.h
/freebsd-11-stable/sys/mips/nlm/hal/fmn.c
/freebsd-11-stable/sys/mips/nlm/hal/fmn.h
/freebsd-11-stable/sys/mips/nlm/hal/gbu.h
/freebsd-11-stable/sys/mips/nlm/hal/haldefs.h
/freebsd-11-stable/sys/mips/nlm/hal/interlaken.h
/freebsd-11-stable/sys/mips/nlm/hal/iomap.h
/freebsd-11-stable/sys/mips/nlm/hal/mdio.h
/freebsd-11-stable/sys/mips/nlm/hal/mips-extns.h
/freebsd-11-stable/sys/mips/nlm/hal/mmu.h
/freebsd-11-stable/sys/mips/nlm/hal/nae.h
/freebsd-11-stable/sys/mips/nlm/hal/nlm_hal.c
/freebsd-11-stable/sys/mips/nlm/hal/nlmsaelib.h
/freebsd-11-stable/sys/mips/nlm/hal/pcibus.h
/freebsd-11-stable/sys/mips/nlm/hal/pic.h
/freebsd-11-stable/sys/mips/nlm/hal/poe.h
/freebsd-11-stable/sys/mips/nlm/hal/sgmii.h
/freebsd-11-stable/sys/mips/nlm/hal/sys.h
/freebsd-11-stable/sys/mips/nlm/hal/uart.h
/freebsd-11-stable/sys/mips/nlm/hal/ucore_loader.h
/freebsd-11-stable/sys/mips/nlm/hal/usb.h
/freebsd-11-stable/sys/mips/nlm/hal/xaui.h
/freebsd-11-stable/sys/mips/nlm/interrupt.h
/freebsd-11-stable/sys/mips/nlm/intr_machdep.c
/freebsd-11-stable/sys/mips/nlm/msgring.h
/freebsd-11-stable/sys/mips/nlm/tick.c
/freebsd-11-stable/sys/mips/nlm/uart_cpu_xlp.c
/freebsd-11-stable/sys/mips/nlm/usb_init.c
/freebsd-11-stable/sys/mips/nlm/xlp.h
/freebsd-11-stable/sys/mips/nlm/xlp_machdep.c
/freebsd-11-stable/sys/mips/nlm/xlp_pci.c
/freebsd-11-stable/sys/mips/rmi/board.c
/freebsd-11-stable/sys/mips/rmi/board.h
/freebsd-11-stable/sys/mips/rmi/bus_space_rmi.c
/freebsd-11-stable/sys/mips/rmi/bus_space_rmi_pci.c
/freebsd-11-stable/sys/mips/rmi/dev/iic/at24co2n.c
/freebsd-11-stable/sys/mips/rmi/dev/iic/max6657.c
/freebsd-11-stable/sys/mips/rmi/dev/nlge/if_nlge.c
/freebsd-11-stable/sys/mips/rmi/dev/nlge/if_nlge.h
/freebsd-11-stable/sys/mips/rmi/dev/sec/desc.h
/freebsd-11-stable/sys/mips/rmi/dev/sec/rmilib.c
/freebsd-11-stable/sys/mips/rmi/dev/sec/rmilib.h
/freebsd-11-stable/sys/mips/rmi/dev/sec/rmisec.c
/freebsd-11-stable/sys/mips/rmi/dev/xlr/debug.h
/freebsd-11-stable/sys/mips/rmi/fmn.c
/freebsd-11-stable/sys/mips/rmi/interrupt.h
/freebsd-11-stable/sys/mips/rmi/intr_machdep.c
/freebsd-11-stable/sys/mips/rmi/iodi.c
/freebsd-11-stable/sys/mips/rmi/iomap.h
/freebsd-11-stable/sys/mips/rmi/msgring.h
/freebsd-11-stable/sys/mips/rmi/pcibus.h
/freebsd-11-stable/sys/mips/rmi/pic.h
/freebsd-11-stable/sys/mips/rmi/rmi_boot_info.h
/freebsd-11-stable/sys/mips/rmi/rmi_mips_exts.h
/freebsd-11-stable/sys/mips/rmi/tick.c
/freebsd-11-stable/sys/mips/rmi/uart_bus_xlr_iodi.c
/freebsd-11-stable/sys/mips/rmi/uart_cpu_mips_xlr.c
/freebsd-11-stable/sys/mips/rmi/xlr_i2c.c
/freebsd-11-stable/sys/mips/rmi/xlr_machdep.c
/freebsd-11-stable/sys/mips/rmi/xlr_pci.c
/freebsd-11-stable/sys/mips/rmi/xlr_pcmcia.c
/freebsd-11-stable/sys/mips/rmi/xls_ehci.c
/freebsd-11-stable/sys/mips/rt305x/obio.c
/freebsd-11-stable/sys/mips/rt305x/obiovar.h
/freebsd-11-stable/sys/mips/rt305x/rt305x_dotg.c
/freebsd-11-stable/sys/mips/rt305x/rt305x_gpio.c
/freebsd-11-stable/sys/mips/rt305x/rt305x_gpio.h
/freebsd-11-stable/sys/mips/rt305x/rt305x_gpiovar.h
/freebsd-11-stable/sys/mips/rt305x/rt305x_ic.c
/freebsd-11-stable/sys/mips/rt305x/rt305x_icvar.h
/freebsd-11-stable/sys/mips/rt305x/rt305x_machdep.c
/freebsd-11-stable/sys/mips/rt305x/rt305x_sysctl.c
/freebsd-11-stable/sys/mips/rt305x/rt305x_sysctlvar.h
/freebsd-11-stable/sys/mips/rt305x/rt305xreg.h
/freebsd-11-stable/sys/mips/rt305x/rt_swreg.h
/freebsd-11-stable/sys/mips/rt305x/uart_bus_rt305x.c
/freebsd-11-stable/sys/mips/rt305x/uart_cpu_rt305x.c
/freebsd-11-stable/sys/mips/rt305x/uart_dev_rt305x.c
/freebsd-11-stable/sys/mips/rt305x/uart_dev_rt305x.h
/freebsd-11-stable/sys/mips/sibyte/ata_zbbus.c
/freebsd-11-stable/sys/mips/sibyte/sb_bus_space.h
/freebsd-11-stable/sys/mips/sibyte/sb_machdep.c
/freebsd-11-stable/sys/mips/sibyte/sb_scd.c
/freebsd-11-stable/sys/mips/sibyte/sb_scd.h
/freebsd-11-stable/sys/mips/sibyte/sb_zbbus.c
/freebsd-11-stable/sys/mips/sibyte/sb_zbpci.c
/freebsd-11-stable/sys/net/bpf.c
/freebsd-11-stable/sys/net/bpf.h
/freebsd-11-stable/sys/net/bpf_buffer.c
/freebsd-11-stable/sys/net/bpf_filter.c
/freebsd-11-stable/sys/net/bpf_jitter.c
/freebsd-11-stable/sys/net/bpf_jitter.h
/freebsd-11-stable/sys/net/bpfdesc.h
/freebsd-11-stable/sys/net/fddi.h
/freebsd-11-stable/sys/net/if.c
/freebsd-11-stable/sys/net/if.h
/freebsd-11-stable/sys/net/if_arc.h
/freebsd-11-stable/sys/net/if_arcsubr.c
/freebsd-11-stable/sys/net/if_arp.h
/freebsd-11-stable/sys/net/if_clone.c
/freebsd-11-stable/sys/net/if_clone.h
/freebsd-11-stable/sys/net/if_disc.c
/freebsd-11-stable/sys/net/if_dl.h
/freebsd-11-stable/sys/net/if_edsc.c
/freebsd-11-stable/sys/net/if_ethersubr.c
/freebsd-11-stable/sys/net/if_fddisubr.c
/freebsd-11-stable/sys/net/if_fwsubr.c
/freebsd-11-stable/sys/net/if_gif.c
/freebsd-11-stable/sys/net/if_gif.h
/freebsd-11-stable/sys/net/if_llc.h
/freebsd-11-stable/sys/net/if_loop.c
/freebsd-11-stable/sys/net/if_stf.c
/freebsd-11-stable/sys/net/if_types.h
/freebsd-11-stable/sys/net/if_var.h
/freebsd-11-stable/sys/net/ifq.h
/freebsd-11-stable/sys/net/pfkeyv2.h
/freebsd-11-stable/sys/net/radix.c
/freebsd-11-stable/sys/net/radix.h
/freebsd-11-stable/sys/net/radix_mpath.c
/freebsd-11-stable/sys/net/radix_mpath.h
/freebsd-11-stable/sys/net/raw_cb.c
/freebsd-11-stable/sys/net/raw_cb.h
/freebsd-11-stable/sys/net/raw_usrreq.c
/freebsd-11-stable/sys/net/route.c
/freebsd-11-stable/sys/net/route.h
/freebsd-11-stable/sys/net/rtsock.c
/freebsd-11-stable/sys/net/slcompress.c
/freebsd-11-stable/sys/net/slcompress.h
/freebsd-11-stable/sys/netinet/icmp6.h
/freebsd-11-stable/sys/netinet/icmp_var.h
/freebsd-11-stable/sys/netinet/if_ether.c
/freebsd-11-stable/sys/netinet/if_ether.h
/freebsd-11-stable/sys/netinet/igmp.c
/freebsd-11-stable/sys/netinet/igmp.h
/freebsd-11-stable/sys/netinet/igmp_var.h
/freebsd-11-stable/sys/netinet/in.c
/freebsd-11-stable/sys/netinet/in.h
/freebsd-11-stable/sys/netinet/in_cksum.c
/freebsd-11-stable/sys/netinet/in_gif.c
/freebsd-11-stable/sys/netinet/in_pcb.c
/freebsd-11-stable/sys/netinet/in_pcb.h
/freebsd-11-stable/sys/netinet/in_proto.c
/freebsd-11-stable/sys/netinet/in_systm.h
/freebsd-11-stable/sys/netinet/in_var.h
/freebsd-11-stable/sys/netinet/ip.h
/freebsd-11-stable/sys/netinet/ip6.h
/freebsd-11-stable/sys/netinet/ip_divert.c
/freebsd-11-stable/sys/netinet/ip_ecn.c
/freebsd-11-stable/sys/netinet/ip_ecn.h
/freebsd-11-stable/sys/netinet/ip_encap.c
/freebsd-11-stable/sys/netinet/ip_encap.h
/freebsd-11-stable/sys/netinet/ip_icmp.c
/freebsd-11-stable/sys/netinet/ip_icmp.h
/freebsd-11-stable/sys/netinet/ip_input.c
/freebsd-11-stable/sys/netinet/ip_mroute.c
/freebsd-11-stable/sys/netinet/ip_mroute.h
/freebsd-11-stable/sys/netinet/ip_options.c
/freebsd-11-stable/sys/netinet/ip_options.h
/freebsd-11-stable/sys/netinet/ip_output.c
/freebsd-11-stable/sys/netinet/ip_var.h
/freebsd-11-stable/sys/netinet/pim.h
/freebsd-11-stable/sys/netinet/pim_var.h
/freebsd-11-stable/sys/netinet/raw_ip.c
/freebsd-11-stable/sys/netinet/sctp.h
/freebsd-11-stable/sys/netinet/sctp_asconf.c
/freebsd-11-stable/sys/netinet/sctp_asconf.h
/freebsd-11-stable/sys/netinet/sctp_auth.c
/freebsd-11-stable/sys/netinet/sctp_auth.h
/freebsd-11-stable/sys/netinet/sctp_bsd_addr.c
/freebsd-11-stable/sys/netinet/sctp_bsd_addr.h
/freebsd-11-stable/sys/netinet/sctp_cc_functions.c
/freebsd-11-stable/sys/netinet/sctp_constants.h
/freebsd-11-stable/sys/netinet/sctp_crc32.c
/freebsd-11-stable/sys/netinet/sctp_crc32.h
/freebsd-11-stable/sys/netinet/sctp_dtrace_declare.h
/freebsd-11-stable/sys/netinet/sctp_dtrace_define.h
/freebsd-11-stable/sys/netinet/sctp_header.h
/freebsd-11-stable/sys/netinet/sctp_indata.c
/freebsd-11-stable/sys/netinet/sctp_indata.h
/freebsd-11-stable/sys/netinet/sctp_input.c
/freebsd-11-stable/sys/netinet/sctp_input.h
/freebsd-11-stable/sys/netinet/sctp_lock_bsd.h
/freebsd-11-stable/sys/netinet/sctp_os.h
/freebsd-11-stable/sys/netinet/sctp_os_bsd.h
/freebsd-11-stable/sys/netinet/sctp_output.c
/freebsd-11-stable/sys/netinet/sctp_output.h
/freebsd-11-stable/sys/netinet/sctp_pcb.c
/freebsd-11-stable/sys/netinet/sctp_pcb.h
/freebsd-11-stable/sys/netinet/sctp_peeloff.c
/freebsd-11-stable/sys/netinet/sctp_peeloff.h
/freebsd-11-stable/sys/netinet/sctp_structs.h
/freebsd-11-stable/sys/netinet/sctp_sysctl.c
/freebsd-11-stable/sys/netinet/sctp_sysctl.h
/freebsd-11-stable/sys/netinet/sctp_timer.c
/freebsd-11-stable/sys/netinet/sctp_timer.h
/freebsd-11-stable/sys/netinet/sctp_uio.h
/freebsd-11-stable/sys/netinet/sctp_usrreq.c
/freebsd-11-stable/sys/netinet/sctp_var.h
/freebsd-11-stable/sys/netinet/sctputil.c
/freebsd-11-stable/sys/netinet/sctputil.h
/freebsd-11-stable/sys/netinet/tcp.h
/freebsd-11-stable/sys/netinet/tcp_debug.c
/freebsd-11-stable/sys/netinet/tcp_debug.h
/freebsd-11-stable/sys/netinet/tcp_fsm.h
/freebsd-11-stable/sys/netinet/tcp_input.c
/freebsd-11-stable/sys/netinet/tcp_output.c
/freebsd-11-stable/sys/netinet/tcp_reass.c
/freebsd-11-stable/sys/netinet/tcp_sack.c
/freebsd-11-stable/sys/netinet/tcp_seq.h
/freebsd-11-stable/sys/netinet/tcp_subr.c
/freebsd-11-stable/sys/netinet/tcp_syncache.h
/freebsd-11-stable/sys/netinet/tcp_timer.c
/freebsd-11-stable/sys/netinet/tcp_timer.h
/freebsd-11-stable/sys/netinet/tcp_timewait.c
/freebsd-11-stable/sys/netinet/tcp_usrreq.c
/freebsd-11-stable/sys/netinet/tcp_var.h
/freebsd-11-stable/sys/netinet/tcpip.h
/freebsd-11-stable/sys/netinet/udp.h
/freebsd-11-stable/sys/netinet/udp_usrreq.c
/freebsd-11-stable/sys/netinet/udp_var.h
/freebsd-11-stable/sys/netinet6/dest6.c
/freebsd-11-stable/sys/netinet6/frag6.c
/freebsd-11-stable/sys/netinet6/icmp6.c
/freebsd-11-stable/sys/netinet6/in6.c
/freebsd-11-stable/sys/netinet6/in6.h
/freebsd-11-stable/sys/netinet6/in6_cksum.c
/freebsd-11-stable/sys/netinet6/in6_gif.c
/freebsd-11-stable/sys/netinet6/in6_ifattach.c
/freebsd-11-stable/sys/netinet6/in6_ifattach.h
/freebsd-11-stable/sys/netinet6/in6_pcb.c
/freebsd-11-stable/sys/netinet6/in6_pcb.h
/freebsd-11-stable/sys/netinet6/in6_proto.c
/freebsd-11-stable/sys/netinet6/in6_rmx.c
/freebsd-11-stable/sys/netinet6/in6_src.c
/freebsd-11-stable/sys/netinet6/in6_var.h
/freebsd-11-stable/sys/netinet6/ip6_ecn.h
/freebsd-11-stable/sys/netinet6/ip6_forward.c
/freebsd-11-stable/sys/netinet6/ip6_id.c
/freebsd-11-stable/sys/netinet6/ip6_input.c
/freebsd-11-stable/sys/netinet6/ip6_mroute.c
/freebsd-11-stable/sys/netinet6/ip6_mroute.h
/freebsd-11-stable/sys/netinet6/ip6_output.c
/freebsd-11-stable/sys/netinet6/ip6_var.h
/freebsd-11-stable/sys/netinet6/ip6protosw.h
/freebsd-11-stable/sys/netinet6/mld6.c
/freebsd-11-stable/sys/netinet6/nd6.c
/freebsd-11-stable/sys/netinet6/nd6.h
/freebsd-11-stable/sys/netinet6/nd6_nbr.c
/freebsd-11-stable/sys/netinet6/nd6_rtr.c
/freebsd-11-stable/sys/netinet6/pim6.h
/freebsd-11-stable/sys/netinet6/pim6_var.h
/freebsd-11-stable/sys/netinet6/raw_ip6.c
/freebsd-11-stable/sys/netinet6/raw_ip6.h
/freebsd-11-stable/sys/netinet6/route6.c
/freebsd-11-stable/sys/netinet6/scope6.c
/freebsd-11-stable/sys/netinet6/scope6_var.h
/freebsd-11-stable/sys/netinet6/sctp6_usrreq.c
/freebsd-11-stable/sys/netinet6/sctp6_var.h
/freebsd-11-stable/sys/netinet6/tcp6_var.h
/freebsd-11-stable/sys/netinet6/udp6_usrreq.c
/freebsd-11-stable/sys/netinet6/udp6_var.h
/freebsd-11-stable/sys/netipsec/ah.h
/freebsd-11-stable/sys/netipsec/esp.h
/freebsd-11-stable/sys/netipsec/ipcomp.h
/freebsd-11-stable/sys/netipsec/ipcomp_var.h
/freebsd-11-stable/sys/netipsec/ipsec.c
/freebsd-11-stable/sys/netipsec/ipsec.h
/freebsd-11-stable/sys/netipsec/ipsec6.h
/freebsd-11-stable/sys/netipsec/key.c
/freebsd-11-stable/sys/netipsec/key.h
/freebsd-11-stable/sys/netipsec/key_debug.c
/freebsd-11-stable/sys/netipsec/key_debug.h
/freebsd-11-stable/sys/netipsec/key_var.h
/freebsd-11-stable/sys/netipsec/keydb.h
/freebsd-11-stable/sys/netipsec/keysock.c
/freebsd-11-stable/sys/netipsec/keysock.h
/freebsd-11-stable/sys/netpfil/pf/in4_cksum.c
/freebsd-11-stable/sys/netsmb/smb_crypt.c
/freebsd-11-stable/sys/nfs/bootp_subr.c
/freebsd-11-stable/sys/nfs/krpc_subr.c
/freebsd-11-stable/sys/nfs/nfs_common.h
/freebsd-11-stable/sys/nfs/nfs_diskless.c
/freebsd-11-stable/sys/nfs/nfs_nfssvc.c
/freebsd-11-stable/sys/nfs/nfsdiskless.h
/freebsd-11-stable/sys/nfs/nfsproto.h
/freebsd-11-stable/sys/nfs/nfssvc.h
/freebsd-11-stable/sys/nfs/xdr_subs.h
/freebsd-11-stable/sys/nfsclient/nfs.h
/freebsd-11-stable/sys/nfsclient/nfsargs.h
/freebsd-11-stable/sys/nfsclient/nfsm_subs.h
/freebsd-11-stable/sys/nfsclient/nfsmount.h
/freebsd-11-stable/sys/nfsclient/nfsnode.h
/freebsd-11-stable/sys/nfsclient/nfsstats.h
/freebsd-11-stable/sys/nfsserver/nfs.h
/freebsd-11-stable/sys/nfsserver/nfsm_subs.h
/freebsd-11-stable/sys/nfsserver/nfsrvcache.h
/freebsd-11-stable/sys/nfsserver/nfsrvstats.h
/freebsd-11-stable/sys/ofed/drivers/infiniband/ulp/sdp/sdp_main.c
/freebsd-11-stable/sys/powerpc/aim/mmu_oea.c
/freebsd-11-stable/sys/powerpc/aim/mmu_oea64.c
/freebsd-11-stable/sys/powerpc/aim/mmu_oea64.h
/freebsd-11-stable/sys/powerpc/aim/moea64_native.c
/freebsd-11-stable/sys/powerpc/aim/mp_cpudep.c
/freebsd-11-stable/sys/powerpc/aim/slb.c
/freebsd-11-stable/sys/powerpc/booke/machdep_e500.c
/freebsd-11-stable/sys/powerpc/booke/machdep_ppc4xx.c
/freebsd-11-stable/sys/powerpc/booke/mp_cpudep.c
/freebsd-11-stable/sys/powerpc/booke/platform_bare.c
/freebsd-11-stable/sys/powerpc/booke/pmap.c
/freebsd-11-stable/sys/powerpc/cpufreq/dfs.c
/freebsd-11-stable/sys/powerpc/cpufreq/pcr.c
/freebsd-11-stable/sys/powerpc/cpufreq/pmufreq.c
/freebsd-11-stable/sys/powerpc/fpu/fpu_add.c
/freebsd-11-stable/sys/powerpc/fpu/fpu_arith.h
/freebsd-11-stable/sys/powerpc/fpu/fpu_compare.c
/freebsd-11-stable/sys/powerpc/fpu/fpu_div.c
/freebsd-11-stable/sys/powerpc/fpu/fpu_emu.c
/freebsd-11-stable/sys/powerpc/fpu/fpu_emu.h
/freebsd-11-stable/sys/powerpc/fpu/fpu_explode.c
/freebsd-11-stable/sys/powerpc/fpu/fpu_extern.h
/freebsd-11-stable/sys/powerpc/fpu/fpu_implode.c
/freebsd-11-stable/sys/powerpc/fpu/fpu_instr.h
/freebsd-11-stable/sys/powerpc/fpu/fpu_mul.c
/freebsd-11-stable/sys/powerpc/fpu/fpu_sqrt.c
/freebsd-11-stable/sys/powerpc/fpu/fpu_subr.c
/freebsd-11-stable/sys/powerpc/include/_align.h
/freebsd-11-stable/sys/powerpc/include/_bus.h
/freebsd-11-stable/sys/powerpc/include/_inttypes.h
/freebsd-11-stable/sys/powerpc/include/_limits.h
/freebsd-11-stable/sys/powerpc/include/_stdint.h
/freebsd-11-stable/sys/powerpc/include/_types.h
/freebsd-11-stable/sys/powerpc/include/altivec.h
/freebsd-11-stable/sys/powerpc/include/asm.h
/freebsd-11-stable/sys/powerpc/include/atomic.h
/freebsd-11-stable/sys/powerpc/include/bat.h
/freebsd-11-stable/sys/powerpc/include/bus.h
/freebsd-11-stable/sys/powerpc/include/bus_dma.h
/freebsd-11-stable/sys/powerpc/include/counter.h
/freebsd-11-stable/sys/powerpc/include/cpu.h
/freebsd-11-stable/sys/powerpc/include/cpufunc.h
/freebsd-11-stable/sys/powerpc/include/dbdma.h
/freebsd-11-stable/sys/powerpc/include/elf.h
/freebsd-11-stable/sys/powerpc/include/endian.h
/freebsd-11-stable/sys/powerpc/include/exec.h
/freebsd-11-stable/sys/powerpc/include/float.h
/freebsd-11-stable/sys/powerpc/include/floatingpoint.h
/freebsd-11-stable/sys/powerpc/include/fpu.h
/freebsd-11-stable/sys/powerpc/include/frame.h
/freebsd-11-stable/sys/powerpc/include/gdb_machdep.h
/freebsd-11-stable/sys/powerpc/include/hid.h
/freebsd-11-stable/sys/powerpc/include/ieee.h
/freebsd-11-stable/sys/powerpc/include/in_cksum.h
/freebsd-11-stable/sys/powerpc/include/intr_machdep.h
/freebsd-11-stable/sys/powerpc/include/kdb.h
/freebsd-11-stable/sys/powerpc/include/limits.h
/freebsd-11-stable/sys/powerpc/include/machdep.h
/freebsd-11-stable/sys/powerpc/include/md_var.h
/freebsd-11-stable/sys/powerpc/include/memdev.h
/freebsd-11-stable/sys/powerpc/include/metadata.h
/freebsd-11-stable/sys/powerpc/include/mmuvar.h
/freebsd-11-stable/sys/powerpc/include/ofw_machdep.h
/freebsd-11-stable/sys/powerpc/include/openpicreg.h
/freebsd-11-stable/sys/powerpc/include/openpicvar.h
/freebsd-11-stable/sys/powerpc/include/param.h
/freebsd-11-stable/sys/powerpc/include/pcb.h
/freebsd-11-stable/sys/powerpc/include/pcpu.h
/freebsd-11-stable/sys/powerpc/include/pio.h
/freebsd-11-stable/sys/powerpc/include/platform.h
/freebsd-11-stable/sys/powerpc/include/platformvar.h
/freebsd-11-stable/sys/powerpc/include/pmap.h
/freebsd-11-stable/sys/powerpc/include/proc.h
/freebsd-11-stable/sys/powerpc/include/psl.h
/freebsd-11-stable/sys/powerpc/include/pte.h
/freebsd-11-stable/sys/powerpc/include/ptrace.h
/freebsd-11-stable/sys/powerpc/include/reloc.h
/freebsd-11-stable/sys/powerpc/include/rtas.h
/freebsd-11-stable/sys/powerpc/include/runq.h
/freebsd-11-stable/sys/powerpc/include/sc_machdep.h
/freebsd-11-stable/sys/powerpc/include/sigframe.h
/freebsd-11-stable/sys/powerpc/include/signal.h
/freebsd-11-stable/sys/powerpc/include/slb.h
/freebsd-11-stable/sys/powerpc/include/smp.h
/freebsd-11-stable/sys/powerpc/include/spr.h
/freebsd-11-stable/sys/powerpc/include/sr.h
/freebsd-11-stable/sys/powerpc/include/stdarg.h
/freebsd-11-stable/sys/powerpc/include/sysarch.h
/freebsd-11-stable/sys/powerpc/include/tlb.h
/freebsd-11-stable/sys/powerpc/include/trap.h
/freebsd-11-stable/sys/powerpc/include/ucontext.h
/freebsd-11-stable/sys/powerpc/include/varargs.h
/freebsd-11-stable/sys/powerpc/include/vdso.h
/freebsd-11-stable/sys/powerpc/include/vm.h
/freebsd-11-stable/sys/powerpc/include/vmparam.h
/freebsd-11-stable/sys/powerpc/mambo/mambo.c
/freebsd-11-stable/sys/powerpc/mambo/mambo_console.c
/freebsd-11-stable/sys/powerpc/mambo/mambo_disk.c
/freebsd-11-stable/sys/powerpc/mambo/mambocall.h
/freebsd-11-stable/sys/powerpc/mpc85xx/atpic.c
/freebsd-11-stable/sys/powerpc/mpc85xx/ds1553_bus_fdt.c
/freebsd-11-stable/sys/powerpc/mpc85xx/ds1553_core.c
/freebsd-11-stable/sys/powerpc/mpc85xx/ds1553_reg.h
/freebsd-11-stable/sys/powerpc/mpc85xx/i2c.c
/freebsd-11-stable/sys/powerpc/mpc85xx/isa.c
/freebsd-11-stable/sys/powerpc/mpc85xx/lbc.c
/freebsd-11-stable/sys/powerpc/mpc85xx/lbc.h
/freebsd-11-stable/sys/powerpc/mpc85xx/mpc85xx.c
/freebsd-11-stable/sys/powerpc/mpc85xx/mpc85xx.h
/freebsd-11-stable/sys/powerpc/mpc85xx/pci_mpc85xx.c
/freebsd-11-stable/sys/powerpc/mpc85xx/platform_mpc85xx.c
/freebsd-11-stable/sys/powerpc/ofw/ofw_machdep.c
/freebsd-11-stable/sys/powerpc/ofw/ofw_pcib_pci.c
/freebsd-11-stable/sys/powerpc/ofw/ofw_pcibus.c
/freebsd-11-stable/sys/powerpc/ofw/ofw_pcibus.h
/freebsd-11-stable/sys/powerpc/ofw/ofw_real.c
/freebsd-11-stable/sys/powerpc/ofw/ofw_syscons.c
/freebsd-11-stable/sys/powerpc/ofw/ofw_syscons.h
/freebsd-11-stable/sys/powerpc/ofw/openpic_ofw.c
/freebsd-11-stable/sys/powerpc/ofw/rtas.c
/freebsd-11-stable/sys/powerpc/powermac/ata_dbdma.c
/freebsd-11-stable/sys/powerpc/powermac/ata_dbdma.h
/freebsd-11-stable/sys/powerpc/powermac/ata_kauai.c
/freebsd-11-stable/sys/powerpc/powermac/ata_macio.c
/freebsd-11-stable/sys/powerpc/powermac/atibl.c
/freebsd-11-stable/sys/powerpc/powermac/cpcht.c
/freebsd-11-stable/sys/powerpc/powermac/cuda.c
/freebsd-11-stable/sys/powerpc/powermac/cudavar.h
/freebsd-11-stable/sys/powerpc/powermac/dbdma.c
/freebsd-11-stable/sys/powerpc/powermac/dbdmavar.h
/freebsd-11-stable/sys/powerpc/powermac/fcu.c
/freebsd-11-stable/sys/powerpc/powermac/grackle.c
/freebsd-11-stable/sys/powerpc/powermac/gracklevar.h
/freebsd-11-stable/sys/powerpc/powermac/hrowpic.c
/freebsd-11-stable/sys/powerpc/powermac/hrowpicvar.h
/freebsd-11-stable/sys/powerpc/powermac/kiic.c
/freebsd-11-stable/sys/powerpc/powermac/macgpio.c
/freebsd-11-stable/sys/powerpc/powermac/macgpiovar.h
/freebsd-11-stable/sys/powerpc/powermac/macio.c
/freebsd-11-stable/sys/powerpc/powermac/maciovar.h
/freebsd-11-stable/sys/powerpc/powermac/nvbl.c
/freebsd-11-stable/sys/powerpc/powermac/platform_powermac.c
/freebsd-11-stable/sys/powerpc/powermac/pmu.c
/freebsd-11-stable/sys/powerpc/powermac/pmuvar.h
/freebsd-11-stable/sys/powerpc/powermac/powermac_thermal.c
/freebsd-11-stable/sys/powerpc/powermac/powermac_thermal.h
/freebsd-11-stable/sys/powerpc/powermac/pswitch.c
/freebsd-11-stable/sys/powerpc/powermac/smu.c
/freebsd-11-stable/sys/powerpc/powermac/smusat.c
/freebsd-11-stable/sys/powerpc/powermac/uninorth.c
/freebsd-11-stable/sys/powerpc/powermac/uninorthpci.c
/freebsd-11-stable/sys/powerpc/powermac/uninorthvar.h
/freebsd-11-stable/sys/powerpc/powermac/vcoregpio.c
/freebsd-11-stable/sys/powerpc/powermac/viareg.h
/freebsd-11-stable/sys/powerpc/powerpc/altivec.c
/freebsd-11-stable/sys/powerpc/powerpc/autoconf.c
/freebsd-11-stable/sys/powerpc/powerpc/bcopy.c
/freebsd-11-stable/sys/powerpc/powerpc/bus_machdep.c
/freebsd-11-stable/sys/powerpc/powerpc/busdma_machdep.c
/freebsd-11-stable/sys/powerpc/powerpc/clock.c
/freebsd-11-stable/sys/powerpc/powerpc/copyinout.c
/freebsd-11-stable/sys/powerpc/powerpc/copystr.c
/freebsd-11-stable/sys/powerpc/powerpc/cpu.c
/freebsd-11-stable/sys/powerpc/powerpc/db_hwwatch.c
/freebsd-11-stable/sys/powerpc/powerpc/dump_machdep.c
/freebsd-11-stable/sys/powerpc/powerpc/elf32_machdep.c
/freebsd-11-stable/sys/powerpc/powerpc/elf64_machdep.c
/freebsd-11-stable/sys/powerpc/powerpc/exec_machdep.c
/freebsd-11-stable/sys/powerpc/powerpc/fpu.c
/freebsd-11-stable/sys/powerpc/powerpc/fuswintr.c
/freebsd-11-stable/sys/powerpc/powerpc/gdb_machdep.c
/freebsd-11-stable/sys/powerpc/powerpc/genassym.c
/freebsd-11-stable/sys/powerpc/powerpc/in_cksum.c
/freebsd-11-stable/sys/powerpc/powerpc/intr_machdep.c
/freebsd-11-stable/sys/powerpc/powerpc/mem.c
/freebsd-11-stable/sys/powerpc/powerpc/mp_machdep.c
/freebsd-11-stable/sys/powerpc/powerpc/openpic.c
/freebsd-11-stable/sys/powerpc/powerpc/platform.c
/freebsd-11-stable/sys/powerpc/powerpc/pmap_dispatch.c
/freebsd-11-stable/sys/powerpc/powerpc/sc_machdep.c
/freebsd-11-stable/sys/powerpc/powerpc/stack_machdep.c
/freebsd-11-stable/sys/powerpc/powerpc/suswintr.c
/freebsd-11-stable/sys/powerpc/powerpc/syncicache.c
/freebsd-11-stable/sys/powerpc/powerpc/sys_machdep.c
/freebsd-11-stable/sys/powerpc/powerpc/uio_machdep.c
/freebsd-11-stable/sys/powerpc/powerpc/vm_machdep.c
/freebsd-11-stable/sys/powerpc/ps3/ehci_ps3.c
/freebsd-11-stable/sys/powerpc/ps3/if_glc.c
/freebsd-11-stable/sys/powerpc/ps3/if_glcreg.h
/freebsd-11-stable/sys/powerpc/ps3/mmu_ps3.c
/freebsd-11-stable/sys/powerpc/ps3/ohci_ps3.c
/freebsd-11-stable/sys/powerpc/ps3/platform_ps3.c
/freebsd-11-stable/sys/powerpc/ps3/ps3_syscons.c
/freebsd-11-stable/sys/powerpc/ps3/ps3bus.c
/freebsd-11-stable/sys/powerpc/ps3/ps3bus.h
/freebsd-11-stable/sys/powerpc/ps3/ps3cdrom.c
/freebsd-11-stable/sys/powerpc/ps3/ps3disk.c
/freebsd-11-stable/sys/powerpc/ps3/ps3pic.c
/freebsd-11-stable/sys/powerpc/pseries/mmu_phyp.c
/freebsd-11-stable/sys/powerpc/pseries/phyp-hvcall.h
/freebsd-11-stable/sys/powerpc/pseries/phyp_console.c
/freebsd-11-stable/sys/powerpc/pseries/phyp_llan.c
/freebsd-11-stable/sys/powerpc/pseries/phyp_vscsi.c
/freebsd-11-stable/sys/powerpc/pseries/platform_chrp.c
/freebsd-11-stable/sys/powerpc/pseries/plpar_iommu.c
/freebsd-11-stable/sys/powerpc/pseries/plpar_iommu.h
/freebsd-11-stable/sys/powerpc/pseries/plpar_pcibus.c
/freebsd-11-stable/sys/powerpc/pseries/rtas_dev.c
/freebsd-11-stable/sys/powerpc/pseries/rtas_pci.c
/freebsd-11-stable/sys/powerpc/pseries/vdevice.c
/freebsd-11-stable/sys/powerpc/pseries/xics.c
/freebsd-11-stable/sys/powerpc/psim/ata_iobus.c
/freebsd-11-stable/sys/powerpc/psim/iobus.c
/freebsd-11-stable/sys/powerpc/psim/iobusvar.h
/freebsd-11-stable/sys/powerpc/psim/openpic_iobus.c
/freebsd-11-stable/sys/powerpc/psim/uart_iobus.c
/freebsd-11-stable/sys/riscv/riscv/in_cksum.c
/freebsd-11-stable/sys/riscv/riscv/pmap.c
/freebsd-11-stable/sys/rpc/auth.h
/freebsd-11-stable/sys/rpc/auth_none.c
/freebsd-11-stable/sys/rpc/auth_unix.c
/freebsd-11-stable/sys/rpc/authunix_prot.c
/freebsd-11-stable/sys/rpc/clnt.h
/freebsd-11-stable/sys/rpc/clnt_dg.c
/freebsd-11-stable/sys/rpc/clnt_vc.c
/freebsd-11-stable/sys/rpc/krpc.h
/freebsd-11-stable/sys/rpc/nettype.h
/freebsd-11-stable/sys/rpc/pmap_prot.h
/freebsd-11-stable/sys/rpc/rpc.h
/freebsd-11-stable/sys/rpc/rpc_callmsg.c
/freebsd-11-stable/sys/rpc/rpc_com.h
/freebsd-11-stable/sys/rpc/rpc_generic.c
/freebsd-11-stable/sys/rpc/rpc_msg.h
/freebsd-11-stable/sys/rpc/rpc_prot.c
/freebsd-11-stable/sys/rpc/rpcb_clnt.c
/freebsd-11-stable/sys/rpc/rpcb_clnt.h
/freebsd-11-stable/sys/rpc/rpcb_prot.c
/freebsd-11-stable/sys/rpc/rpcb_prot.h
/freebsd-11-stable/sys/rpc/rpcm_subs.h
/freebsd-11-stable/sys/rpc/rpcsec_gss/rpcsec_gss.c
/freebsd-11-stable/sys/rpc/rpcsec_gss/rpcsec_gss_int.h
/freebsd-11-stable/sys/rpc/rpcsec_gss/rpcsec_gss_prot.c
/freebsd-11-stable/sys/rpc/rpcsec_gss/svc_rpcsec_gss.c
/freebsd-11-stable/sys/rpc/svc.c
/freebsd-11-stable/sys/rpc/svc.h
/freebsd-11-stable/sys/rpc/svc_auth.c
/freebsd-11-stable/sys/rpc/svc_auth.h
/freebsd-11-stable/sys/rpc/svc_auth_unix.c
/freebsd-11-stable/sys/rpc/svc_dg.c
/freebsd-11-stable/sys/rpc/svc_generic.c
/freebsd-11-stable/sys/rpc/svc_vc.c
/freebsd-11-stable/sys/rpc/types.h
/freebsd-11-stable/sys/rpc/xdr.h
/freebsd-11-stable/sys/security/audit/audit.c
/freebsd-11-stable/sys/security/audit/audit.h
/freebsd-11-stable/sys/security/audit/audit_arg.c
/freebsd-11-stable/sys/security/audit/audit_bsm.c
/freebsd-11-stable/sys/security/audit/audit_bsm_klib.c
/freebsd-11-stable/sys/security/audit/audit_private.h
/freebsd-11-stable/sys/security/audit/audit_syscalls.c
/freebsd-11-stable/sys/security/audit/audit_worker.c
/freebsd-11-stable/sys/security/audit/bsm_domain.c
/freebsd-11-stable/sys/security/audit/bsm_errno.c
/freebsd-11-stable/sys/security/audit/bsm_fcntl.c
/freebsd-11-stable/sys/security/audit/bsm_socket_type.c
/freebsd-11-stable/sys/security/audit/bsm_token.c
/freebsd-11-stable/sys/sparc64/include/_types.h
/freebsd-11-stable/sys/sparc64/include/asm.h
/freebsd-11-stable/sys/sparc64/include/bus_common.h
/freebsd-11-stable/sys/sparc64/include/cache.h
/freebsd-11-stable/sys/sparc64/include/cpu.h
/freebsd-11-stable/sys/sparc64/include/endian.h
/freebsd-11-stable/sys/sparc64/include/float.h
/freebsd-11-stable/sys/sparc64/include/floatingpoint.h
/freebsd-11-stable/sys/sparc64/include/ieee.h
/freebsd-11-stable/sys/sparc64/include/in_cksum.h
/freebsd-11-stable/sys/sparc64/include/iommureg.h
/freebsd-11-stable/sys/sparc64/include/md_var.h
/freebsd-11-stable/sys/sparc64/include/pmap.h
/freebsd-11-stable/sys/sparc64/include/proc.h
/freebsd-11-stable/sys/sparc64/include/ptrace.h
/freebsd-11-stable/sys/sparc64/include/reg.h
/freebsd-11-stable/sys/sparc64/include/reloc.h
/freebsd-11-stable/sys/sparc64/include/setjmp.h
/freebsd-11-stable/sys/sparc64/include/signal.h
/freebsd-11-stable/sys/sparc64/include/sysarch.h
/freebsd-11-stable/sys/sparc64/include/varargs.h
/freebsd-11-stable/sys/sparc64/include/vmparam.h
/freebsd-11-stable/sys/sparc64/sparc64/cache.c
/freebsd-11-stable/sys/sparc64/sparc64/eeprom.c
/freebsd-11-stable/sys/sparc64/sparc64/in_cksum.c
/freebsd-11-stable/sys/sparc64/sparc64/intr_machdep.c
/freebsd-11-stable/sys/sparc64/sparc64/machdep.c
/freebsd-11-stable/sys/sparc64/sparc64/mem.c
/freebsd-11-stable/sys/sparc64/sparc64/pmap.c
/freebsd-11-stable/sys/sparc64/sparc64/trap.c
/freebsd-11-stable/sys/sparc64/sparc64/uio_machdep.c
/freebsd-11-stable/sys/sparc64/sparc64/vm_machdep.c
/freebsd-11-stable/sys/sys/_bitset.h
/freebsd-11-stable/sys/sys/_bus_dma.h
/freebsd-11-stable/sys/sys/_callout.h
/freebsd-11-stable/sys/sys/_cpuset.h
/freebsd-11-stable/sys/sys/_ffcounter.h
/freebsd-11-stable/sys/sys/_iovec.h
/freebsd-11-stable/sys/sys/_kstack_cache.h
/freebsd-11-stable/sys/sys/_lock.h
/freebsd-11-stable/sys/sys/_lockmgr.h
/freebsd-11-stable/sys/sys/_mutex.h
/freebsd-11-stable/sys/sys/_null.h
/freebsd-11-stable/sys/sys/_pctrie.h
/freebsd-11-stable/sys/sys/_pthreadtypes.h
/freebsd-11-stable/sys/sys/_rmlock.h
/freebsd-11-stable/sys/sys/_rwlock.h
/freebsd-11-stable/sys/sys/_semaphore.h
/freebsd-11-stable/sys/sys/_sigset.h
/freebsd-11-stable/sys/sys/_sockaddr_storage.h
/freebsd-11-stable/sys/sys/_stack.h
/freebsd-11-stable/sys/sys/_stdint.h
/freebsd-11-stable/sys/sys/_sx.h
/freebsd-11-stable/sys/sys/_task.h
/freebsd-11-stable/sys/sys/_termios.h
/freebsd-11-stable/sys/sys/_timespec.h
/freebsd-11-stable/sys/sys/_timeval.h
/freebsd-11-stable/sys/sys/_types.h
/freebsd-11-stable/sys/sys/_umtx.h
/freebsd-11-stable/sys/sys/_unrhdr.h
/freebsd-11-stable/sys/sys/aac_ioctl.h
/freebsd-11-stable/sys/sys/acct.h
/freebsd-11-stable/sys/sys/acl.h
/freebsd-11-stable/sys/sys/agpio.h
/freebsd-11-stable/sys/sys/aio.h
/freebsd-11-stable/sys/sys/alq.h
/freebsd-11-stable/sys/sys/assym.h
/freebsd-11-stable/sys/sys/ata.h
/freebsd-11-stable/sys/sys/bio.h
/freebsd-11-stable/sys/sys/bitset.h
/freebsd-11-stable/sys/sys/bitstring.h
/freebsd-11-stable/sys/sys/blist.h
/freebsd-11-stable/sys/sys/boot.h
/freebsd-11-stable/sys/sys/buf.h
/freebsd-11-stable/sys/sys/buf_ring.h
/freebsd-11-stable/sys/sys/bufobj.h
/freebsd-11-stable/sys/sys/bus.h
/freebsd-11-stable/sys/sys/bus_dma.h
/freebsd-11-stable/sys/sys/busdma_bufalloc.h
/freebsd-11-stable/sys/sys/callout.h
/freebsd-11-stable/sys/sys/capability.h
/freebsd-11-stable/sys/sys/caprights.h
/freebsd-11-stable/sys/sys/cdefs.h
/freebsd-11-stable/sys/sys/cdrio.h
/freebsd-11-stable/sys/sys/cfictl.h
/freebsd-11-stable/sys/sys/chio.h
/freebsd-11-stable/sys/sys/clock.h
/freebsd-11-stable/sys/sys/condvar.h
/freebsd-11-stable/sys/sys/conf.h
/freebsd-11-stable/sys/sys/cons.h
/freebsd-11-stable/sys/sys/consio.h
/freebsd-11-stable/sys/sys/copyright.h
/freebsd-11-stable/sys/sys/counter.h
/freebsd-11-stable/sys/sys/cpu.h
/freebsd-11-stable/sys/sys/cpuctl.h
/freebsd-11-stable/sys/sys/cpuset.h
/freebsd-11-stable/sys/sys/ctype.h
/freebsd-11-stable/sys/sys/devicestat.h
/freebsd-11-stable/sys/sys/digiio.h
/freebsd-11-stable/sys/sys/dir.h
/freebsd-11-stable/sys/sys/dirent.h
/freebsd-11-stable/sys/sys/disklabel.h
/freebsd-11-stable/sys/sys/diskmbr.h
/freebsd-11-stable/sys/sys/dkstat.h
/freebsd-11-stable/sys/sys/domain.h
/freebsd-11-stable/sys/sys/dtrace_bsd.h
/freebsd-11-stable/sys/sys/dvdio.h
/freebsd-11-stable/sys/sys/elf.h
/freebsd-11-stable/sys/sys/elf32.h
/freebsd-11-stable/sys/sys/elf64.h
/freebsd-11-stable/sys/sys/elf_common.h
/freebsd-11-stable/sys/sys/elf_generic.h
/freebsd-11-stable/sys/sys/endian.h
/freebsd-11-stable/sys/sys/errno.h
/freebsd-11-stable/sys/sys/eui64.h
/freebsd-11-stable/sys/sys/event.h
/freebsd-11-stable/sys/sys/eventhandler.h
/freebsd-11-stable/sys/sys/eventvar.h
/freebsd-11-stable/sys/sys/exec.h
/freebsd-11-stable/sys/sys/extattr.h
/freebsd-11-stable/sys/sys/fail.h
/freebsd-11-stable/sys/sys/fbio.h
/freebsd-11-stable/sys/sys/fcntl.h
/freebsd-11-stable/sys/sys/fdcio.h
/freebsd-11-stable/sys/sys/file.h
/freebsd-11-stable/sys/sys/filedesc.h
/freebsd-11-stable/sys/sys/filio.h
/freebsd-11-stable/sys/sys/firmware.h
/freebsd-11-stable/sys/sys/gmon.h
/freebsd-11-stable/sys/sys/gpio.h
/freebsd-11-stable/sys/sys/gpt.h
/freebsd-11-stable/sys/sys/hash.h
/freebsd-11-stable/sys/sys/hhook.h
/freebsd-11-stable/sys/sys/iconv.h
/freebsd-11-stable/sys/sys/imgact.h
/freebsd-11-stable/sys/sys/imgact_aout.h
/freebsd-11-stable/sys/sys/imgact_elf.h
/freebsd-11-stable/sys/sys/interrupt.h
/freebsd-11-stable/sys/sys/ioccom.h
/freebsd-11-stable/sys/sys/ioctl.h
/freebsd-11-stable/sys/sys/ioctl_compat.h
/freebsd-11-stable/sys/sys/ipc.h
/freebsd-11-stable/sys/sys/ipmi.h
/freebsd-11-stable/sys/sys/jail.h
/freebsd-11-stable/sys/sys/joystick.h
/freebsd-11-stable/sys/sys/kdb.h
/freebsd-11-stable/sys/sys/kenv.h
/freebsd-11-stable/sys/sys/kernel.h
/freebsd-11-stable/sys/sys/kerneldump.h
/freebsd-11-stable/sys/sys/khelp.h
/freebsd-11-stable/sys/sys/kobj.h
/freebsd-11-stable/sys/sys/ksem.h
/freebsd-11-stable/sys/sys/kthread.h
/freebsd-11-stable/sys/sys/ktr.h
/freebsd-11-stable/sys/sys/ktr_class.h
/freebsd-11-stable/sys/sys/ktrace.h
/freebsd-11-stable/sys/sys/libkern.h
/freebsd-11-stable/sys/sys/limits.h
/freebsd-11-stable/sys/sys/link_aout.h
/freebsd-11-stable/sys/sys/link_elf.h
/freebsd-11-stable/sys/sys/linker.h
/freebsd-11-stable/sys/sys/linker_set.h
/freebsd-11-stable/sys/sys/lock.h
/freebsd-11-stable/sys/sys/lock_profile.h
/freebsd-11-stable/sys/sys/lockf.h
/freebsd-11-stable/sys/sys/lockmgr.h
/freebsd-11-stable/sys/sys/lockstat.h
/freebsd-11-stable/sys/sys/loginclass.h
/freebsd-11-stable/sys/sys/mac.h
/freebsd-11-stable/sys/sys/malloc.h
/freebsd-11-stable/sys/sys/mbuf.h
/freebsd-11-stable/sys/sys/mchain.h
/freebsd-11-stable/sys/sys/mdioctl.h
/freebsd-11-stable/sys/sys/memdesc.h
/freebsd-11-stable/sys/sys/mman.h
/freebsd-11-stable/sys/sys/module.h
/freebsd-11-stable/sys/sys/module_khelp.h
/freebsd-11-stable/sys/sys/mount.h
/freebsd-11-stable/sys/sys/mpt_ioctl.h
/freebsd-11-stable/sys/sys/mqueue.h
/freebsd-11-stable/sys/sys/msg.h
/freebsd-11-stable/sys/sys/msgbuf.h
/freebsd-11-stable/sys/sys/mtio.h
/freebsd-11-stable/sys/sys/mutex.h
/freebsd-11-stable/sys/sys/namei.h
/freebsd-11-stable/sys/sys/nlist_aout.h
/freebsd-11-stable/sys/sys/osd.h
/freebsd-11-stable/sys/sys/param.h
/freebsd-11-stable/sys/sys/pciio.h
/freebsd-11-stable/sys/sys/pcpu.h
/freebsd-11-stable/sys/sys/pctrie.h
/freebsd-11-stable/sys/sys/pioctl.h
/freebsd-11-stable/sys/sys/pmc.h
/freebsd-11-stable/sys/sys/pmckern.h
/freebsd-11-stable/sys/sys/pmclog.h
/freebsd-11-stable/sys/sys/poll.h
/freebsd-11-stable/sys/sys/posix4.h
/freebsd-11-stable/sys/sys/power.h
/freebsd-11-stable/sys/sys/priority.h
/freebsd-11-stable/sys/sys/priv.h
/freebsd-11-stable/sys/sys/proc.h
/freebsd-11-stable/sys/sys/procctl.h
/freebsd-11-stable/sys/sys/procdesc.h
/freebsd-11-stable/sys/sys/procfs.h
/freebsd-11-stable/sys/sys/protosw.h
/freebsd-11-stable/sys/sys/ptio.h
/freebsd-11-stable/sys/sys/ptrace.h
/freebsd-11-stable/sys/sys/queue.h
/freebsd-11-stable/sys/sys/racct.h
/freebsd-11-stable/sys/sys/random.h
/freebsd-11-stable/sys/sys/rangelock.h
/freebsd-11-stable/sys/sys/rctl.h
/freebsd-11-stable/sys/sys/reboot.h
/freebsd-11-stable/sys/sys/refcount.h
/freebsd-11-stable/sys/sys/regression.h
/freebsd-11-stable/sys/sys/resource.h
/freebsd-11-stable/sys/sys/resourcevar.h
/freebsd-11-stable/sys/sys/rmlock.h
/freebsd-11-stable/sys/sys/rtprio.h
/freebsd-11-stable/sys/sys/runq.h
/freebsd-11-stable/sys/sys/rwlock.h
/freebsd-11-stable/sys/sys/sbuf.h
/freebsd-11-stable/sys/sys/sched.h
/freebsd-11-stable/sys/sys/sdt.h
/freebsd-11-stable/sys/sys/select.h
/freebsd-11-stable/sys/sys/selinfo.h
/freebsd-11-stable/sys/sys/sema.h
/freebsd-11-stable/sys/sys/serial.h
/freebsd-11-stable/sys/sys/sf_buf.h
/freebsd-11-stable/sys/sys/sglist.h
/freebsd-11-stable/sys/sys/shm.h
/freebsd-11-stable/sys/sys/sigio.h
/freebsd-11-stable/sys/sys/signal.h
/freebsd-11-stable/sys/sys/signalvar.h
/freebsd-11-stable/sys/sys/sleepqueue.h
/freebsd-11-stable/sys/sys/slicer.h
/freebsd-11-stable/sys/sys/snoop.h
/freebsd-11-stable/sys/sys/sockbuf.h
/freebsd-11-stable/sys/sys/socket.h
/freebsd-11-stable/sys/sys/socketvar.h
/freebsd-11-stable/sys/sys/sockio.h
/freebsd-11-stable/sys/sys/sockopt.h
/freebsd-11-stable/sys/sys/stack.h
/freebsd-11-stable/sys/sys/stat.h
/freebsd-11-stable/sys/sys/stdatomic.h
/freebsd-11-stable/sys/sys/stddef.h
/freebsd-11-stable/sys/sys/stdint.h
/freebsd-11-stable/sys/sys/sun_disklabel.h
/freebsd-11-stable/sys/sys/sx.h
/freebsd-11-stable/sys/sys/syscallsubr.h
/freebsd-11-stable/sys/sys/sysctl.h
/freebsd-11-stable/sys/sys/sysent.h
/freebsd-11-stable/sys/sys/syslimits.h
/freebsd-11-stable/sys/sys/syslog.h
/freebsd-11-stable/sys/sys/systm.h
/freebsd-11-stable/sys/sys/taskqueue.h
/freebsd-11-stable/sys/sys/terminal.h
/freebsd-11-stable/sys/sys/thr.h
/freebsd-11-stable/sys/sys/tiio.h
/freebsd-11-stable/sys/sys/time.h
/freebsd-11-stable/sys/sys/timeb.h
/freebsd-11-stable/sys/sys/timeet.h
/freebsd-11-stable/sys/sys/timeffc.h
/freebsd-11-stable/sys/sys/timers.h
/freebsd-11-stable/sys/sys/times.h
/freebsd-11-stable/sys/sys/timespec.h
/freebsd-11-stable/sys/sys/tree.h
/freebsd-11-stable/sys/sys/tty.h
/freebsd-11-stable/sys/sys/ttycom.h
/freebsd-11-stable/sys/sys/ttydefaults.h
/freebsd-11-stable/sys/sys/ttydevsw.h
/freebsd-11-stable/sys/sys/ttydisc.h
/freebsd-11-stable/sys/sys/ttyhook.h
/freebsd-11-stable/sys/sys/ttyqueue.h
/freebsd-11-stable/sys/sys/turnstile.h
/freebsd-11-stable/sys/sys/types.h
/freebsd-11-stable/sys/sys/ucontext.h
/freebsd-11-stable/sys/sys/ucred.h
/freebsd-11-stable/sys/sys/uio.h
/freebsd-11-stable/sys/sys/umtx.h
/freebsd-11-stable/sys/sys/un.h
/freebsd-11-stable/sys/sys/unistd.h
/freebsd-11-stable/sys/sys/unpcb.h
/freebsd-11-stable/sys/sys/user.h
/freebsd-11-stable/sys/sys/utsname.h
/freebsd-11-stable/sys/sys/uuid.h
/freebsd-11-stable/sys/sys/vdso.h
/freebsd-11-stable/sys/sys/vmem.h
/freebsd-11-stable/sys/sys/vmmeter.h
/freebsd-11-stable/sys/sys/vnode.h
/freebsd-11-stable/sys/sys/wait.h
/freebsd-11-stable/sys/sys/watchdog.h
/freebsd-11-stable/sys/tools/makeobjops.awk
/freebsd-11-stable/sys/tools/vnode_if.awk
/freebsd-11-stable/sys/ufs/ffs/ffs_alloc.c
/freebsd-11-stable/sys/ufs/ffs/ffs_balloc.c
/freebsd-11-stable/sys/ufs/ffs/ffs_extern.h
/freebsd-11-stable/sys/ufs/ffs/ffs_inode.c
/freebsd-11-stable/sys/ufs/ffs/ffs_subr.c
/freebsd-11-stable/sys/ufs/ffs/ffs_tables.c
/freebsd-11-stable/sys/ufs/ffs/ffs_vfsops.c
/freebsd-11-stable/sys/ufs/ffs/ffs_vnops.c
/freebsd-11-stable/sys/ufs/ffs/fs.h
/freebsd-11-stable/sys/ufs/ufs/dir.h
/freebsd-11-stable/sys/ufs/ufs/inode.h
/freebsd-11-stable/sys/ufs/ufs/quota.h
/freebsd-11-stable/sys/ufs/ufs/ufs_bmap.c
/freebsd-11-stable/sys/ufs/ufs/ufs_extern.h
/freebsd-11-stable/sys/ufs/ufs/ufs_inode.c
/freebsd-11-stable/sys/ufs/ufs/ufs_lookup.c
/freebsd-11-stable/sys/ufs/ufs/ufs_quota.c
/freebsd-11-stable/sys/ufs/ufs/ufs_vfsops.c
/freebsd-11-stable/sys/ufs/ufs/ufs_vnops.c
/freebsd-11-stable/sys/ufs/ufs/ufsmount.h
/freebsd-11-stable/sys/vm/device_pager.c
/freebsd-11-stable/sys/vm/pmap.h
/freebsd-11-stable/sys/vm/swap_pager.c
/freebsd-11-stable/sys/vm/swap_pager.h
/freebsd-11-stable/sys/vm/vm.h
/freebsd-11-stable/sys/vm/vm_extern.h
/freebsd-11-stable/sys/vm/vm_fault.c
/freebsd-11-stable/sys/vm/vm_glue.c
/freebsd-11-stable/sys/vm/vm_init.c
/freebsd-11-stable/sys/vm/vm_kern.c
/freebsd-11-stable/sys/vm/vm_kern.h
/freebsd-11-stable/sys/vm/vm_map.c
/freebsd-11-stable/sys/vm/vm_map.h
/freebsd-11-stable/sys/vm/vm_meter.c
/freebsd-11-stable/sys/vm/vm_mmap.c
/freebsd-11-stable/sys/vm/vm_object.c
/freebsd-11-stable/sys/vm/vm_object.h
/freebsd-11-stable/sys/vm/vm_page.c
/freebsd-11-stable/sys/vm/vm_page.h
/freebsd-11-stable/sys/vm/vm_pageout.c
/freebsd-11-stable/sys/vm/vm_pageout.h
/freebsd-11-stable/sys/vm/vm_pager.c
/freebsd-11-stable/sys/vm/vm_pager.h
/freebsd-11-stable/sys/vm/vm_param.h
/freebsd-11-stable/sys/vm/vm_unix.c
/freebsd-11-stable/sys/vm/vnode_pager.c
/freebsd-11-stable/sys/vm/vnode_pager.h
/freebsd-11-stable/sys/x86/include/_align.h
/freebsd-11-stable/sys/x86/include/_limits.h
/freebsd-11-stable/sys/x86/include/_types.h
/freebsd-11-stable/sys/x86/include/endian.h
/freebsd-11-stable/sys/x86/include/float.h
/freebsd-11-stable/sys/x86/include/frame.h
/freebsd-11-stable/sys/x86/include/psl.h
/freebsd-11-stable/sys/x86/include/ptrace.h
/freebsd-11-stable/sys/x86/include/reg.h
/freebsd-11-stable/sys/x86/include/segments.h
/freebsd-11-stable/sys/x86/include/setjmp.h
/freebsd-11-stable/sys/x86/include/signal.h
/freebsd-11-stable/sys/x86/include/specialreg.h
/freebsd-11-stable/sys/x86/include/stdarg.h
/freebsd-11-stable/sys/x86/include/sysarch.h
/freebsd-11-stable/sys/x86/include/trap.h
/freebsd-11-stable/sys/x86/isa/clock.c
/freebsd-11-stable/sys/x86/isa/icu.h
/freebsd-11-stable/sys/x86/isa/isa_dma.c
/freebsd-11-stable/sys/x86/isa/nmi.c
/freebsd-11-stable/sys/x86/x86/delay.c
/freebsd-11-stable/sys/x86/x86/msi.c
/freebsd-11-stable/tools/regression/aio/aiop/aiop.c
/freebsd-11-stable/tools/regression/p1003_1b/fifo.c
/freebsd-11-stable/tools/regression/p1003_1b/memlock.c
/freebsd-11-stable/tools/regression/p1003_1b/p26.c
/freebsd-11-stable/tools/regression/p1003_1b/sched.c
/freebsd-11-stable/tools/regression/p1003_1b/yield.c
/freebsd-11-stable/tools/regression/posixsem/posixsem.c
/freebsd-11-stable/tools/regression/posixsem/test.c
/freebsd-11-stable/tools/regression/posixsem/test.h
/freebsd-11-stable/tools/test/hwpmc/pmctest.py
/freebsd-11-stable/tools/tools/cxgbtool/cxgbtool.c
/freebsd-11-stable/tools/tools/pirtool/pirtable.h
/freebsd-11-stable/tools/tools/pirtool/pirtool.c
/freebsd-11-stable/tools/tools/vxge/vxge_cmn.h
/freebsd-11-stable/tools/tools/vxge/vxge_info.c
/freebsd-11-stable/tools/tools/vxge/vxge_info.h
/freebsd-11-stable/tools/tools/vxge/vxge_log.c
/freebsd-11-stable/tools/tools/vxge/vxge_log.h
/freebsd-11-stable/usr.bin/apply/apply.c
/freebsd-11-stable/usr.bin/ar/ar.c
/freebsd-11-stable/usr.bin/banner/banner.c
/freebsd-11-stable/usr.bin/basename/basename.c
/freebsd-11-stable/usr.bin/biff/biff.c
/freebsd-11-stable/usr.bin/calendar/calendar.c
/freebsd-11-stable/usr.bin/calendar/calendar.h
/freebsd-11-stable/usr.bin/calendar/day.c
/freebsd-11-stable/usr.bin/calendar/io.c
/freebsd-11-stable/usr.bin/calendar/locale.c
/freebsd-11-stable/usr.bin/calendar/pathnames.h
/freebsd-11-stable/usr.bin/calendar/pom.c
/freebsd-11-stable/usr.bin/cap_mkdb/cap_mkdb.c
/freebsd-11-stable/usr.bin/chpass/chpass.c
/freebsd-11-stable/usr.bin/chpass/chpass.h
/freebsd-11-stable/usr.bin/chpass/edit.c
/freebsd-11-stable/usr.bin/chpass/field.c
/freebsd-11-stable/usr.bin/chpass/table.c
/freebsd-11-stable/usr.bin/chpass/util.c
/freebsd-11-stable/usr.bin/cksum/cksum.c
/freebsd-11-stable/usr.bin/cksum/crc.c
/freebsd-11-stable/usr.bin/cksum/extern.h
/freebsd-11-stable/usr.bin/cksum/print.c
/freebsd-11-stable/usr.bin/cksum/sum1.c
/freebsd-11-stable/usr.bin/cksum/sum2.c
/freebsd-11-stable/usr.bin/cmp/cmp.c
/freebsd-11-stable/usr.bin/cmp/extern.h
/freebsd-11-stable/usr.bin/cmp/misc.c
/freebsd-11-stable/usr.bin/cmp/regular.c
/freebsd-11-stable/usr.bin/cmp/special.c
/freebsd-11-stable/usr.bin/col/col.c
/freebsd-11-stable/usr.bin/colrm/colrm.c
/freebsd-11-stable/usr.bin/column/column.c
/freebsd-11-stable/usr.bin/comm/comm.c
/freebsd-11-stable/usr.bin/compress/compress.c
/freebsd-11-stable/usr.bin/compress/zopen.c
/freebsd-11-stable/usr.bin/ctags/C.c
/freebsd-11-stable/usr.bin/ctags/ctags.c
/freebsd-11-stable/usr.bin/ctags/ctags.h
/freebsd-11-stable/usr.bin/ctags/fortran.c
/freebsd-11-stable/usr.bin/ctags/lisp.c
/freebsd-11-stable/usr.bin/ctags/print.c
/freebsd-11-stable/usr.bin/ctags/tree.c
/freebsd-11-stable/usr.bin/ctags/yacc.c
/freebsd-11-stable/usr.bin/cut/cut.c
/freebsd-11-stable/usr.bin/dirname/dirname.c
/freebsd-11-stable/usr.bin/du/du.c
/freebsd-11-stable/usr.bin/env/env.c
/freebsd-11-stable/usr.bin/expand/expand.c
/freebsd-11-stable/usr.bin/false/false.c
/freebsd-11-stable/usr.bin/find/extern.h
/freebsd-11-stable/usr.bin/find/find.c
/freebsd-11-stable/usr.bin/find/find.h
/freebsd-11-stable/usr.bin/find/function.c
/freebsd-11-stable/usr.bin/find/ls.c
/freebsd-11-stable/usr.bin/find/main.c
/freebsd-11-stable/usr.bin/find/misc.c
/freebsd-11-stable/usr.bin/find/operator.c
/freebsd-11-stable/usr.bin/find/option.c
/freebsd-11-stable/usr.bin/finger/extern.h
/freebsd-11-stable/usr.bin/finger/finger.c
/freebsd-11-stable/usr.bin/finger/finger.h
/freebsd-11-stable/usr.bin/finger/lprint.c
/freebsd-11-stable/usr.bin/finger/net.c
/freebsd-11-stable/usr.bin/finger/sprint.c
/freebsd-11-stable/usr.bin/finger/util.c
/freebsd-11-stable/usr.bin/fold/fold.c
/freebsd-11-stable/usr.bin/from/from.c
/freebsd-11-stable/usr.bin/fstat/fstat.c
/freebsd-11-stable/usr.bin/gcore/extern.h
/freebsd-11-stable/usr.bin/gcore/gcore.c
/freebsd-11-stable/usr.bin/gprof/amd64.h
/freebsd-11-stable/usr.bin/gprof/aout.c
/freebsd-11-stable/usr.bin/gprof/arcs.c
/freebsd-11-stable/usr.bin/gprof/arm.h
/freebsd-11-stable/usr.bin/gprof/dfn.c
/freebsd-11-stable/usr.bin/gprof/elf.c
/freebsd-11-stable/usr.bin/gprof/gprof.c
/freebsd-11-stable/usr.bin/gprof/gprof.h
/freebsd-11-stable/usr.bin/gprof/hertz.c
/freebsd-11-stable/usr.bin/gprof/i386.h
/freebsd-11-stable/usr.bin/gprof/lookup.c
/freebsd-11-stable/usr.bin/gprof/mips.h
/freebsd-11-stable/usr.bin/gprof/pathnames.h
/freebsd-11-stable/usr.bin/gprof/powerpc.h
/freebsd-11-stable/usr.bin/gprof/printgprof.c
/freebsd-11-stable/usr.bin/gprof/printlist.c
/freebsd-11-stable/usr.bin/gprof/sparc64.h
/freebsd-11-stable/usr.bin/gzip/zuncompress.c
/freebsd-11-stable/usr.bin/head/head.c
/freebsd-11-stable/usr.bin/hexdump/conv.c
/freebsd-11-stable/usr.bin/hexdump/display.c
/freebsd-11-stable/usr.bin/hexdump/hexdump.c
/freebsd-11-stable/usr.bin/hexdump/hexdump.h
/freebsd-11-stable/usr.bin/hexdump/hexsyntax.c
/freebsd-11-stable/usr.bin/hexdump/odsyntax.c
/freebsd-11-stable/usr.bin/hexdump/parse.c
/freebsd-11-stable/usr.bin/id/id.c
/freebsd-11-stable/usr.bin/indent/args.c
/freebsd-11-stable/usr.bin/indent/indent.c
/freebsd-11-stable/usr.bin/indent/indent_codes.h
/freebsd-11-stable/usr.bin/indent/indent_globs.h
/freebsd-11-stable/usr.bin/indent/io.c
/freebsd-11-stable/usr.bin/indent/lexi.c
/freebsd-11-stable/usr.bin/indent/parse.c
/freebsd-11-stable/usr.bin/indent/pr_comment.c
/freebsd-11-stable/usr.bin/join/join.c
/freebsd-11-stable/usr.bin/jot/jot.c
/freebsd-11-stable/usr.bin/kdump/kdump.c
/freebsd-11-stable/usr.bin/ktrace/ktrace.c
/freebsd-11-stable/usr.bin/ktrace/ktrace.h
/freebsd-11-stable/usr.bin/ktrace/subr.c
/freebsd-11-stable/usr.bin/lam/lam.c
/freebsd-11-stable/usr.bin/last/last.c
/freebsd-11-stable/usr.bin/lastcomm/lastcomm.c
/freebsd-11-stable/usr.bin/lastcomm/pathnames.h
/freebsd-11-stable/usr.bin/leave/leave.c
/freebsd-11-stable/usr.bin/lex/initparse.c
/freebsd-11-stable/usr.bin/locate/bigram/locate.bigram.c
/freebsd-11-stable/usr.bin/locate/code/locate.code.c
/freebsd-11-stable/usr.bin/locate/locate/fastfind.c
/freebsd-11-stable/usr.bin/locate/locate/locate.c
/freebsd-11-stable/usr.bin/locate/locate/locate.h
/freebsd-11-stable/usr.bin/locate/locate/util.c
/freebsd-11-stable/usr.bin/lock/lock.c
/freebsd-11-stable/usr.bin/logger/logger.c
/freebsd-11-stable/usr.bin/login/login.c
/freebsd-11-stable/usr.bin/login/login_audit.c
/freebsd-11-stable/usr.bin/login/pathnames.h
/freebsd-11-stable/usr.bin/logname/logname.c
/freebsd-11-stable/usr.bin/look/look.c
/freebsd-11-stable/usr.bin/look/pathnames.h
/freebsd-11-stable/usr.bin/lorder/lorder.sh
/freebsd-11-stable/usr.bin/m4/eval.c
/freebsd-11-stable/usr.bin/m4/extern.h
/freebsd-11-stable/usr.bin/m4/look.c
/freebsd-11-stable/usr.bin/m4/main.c
/freebsd-11-stable/usr.bin/m4/mdef.h
/freebsd-11-stable/usr.bin/m4/misc.c
/freebsd-11-stable/usr.bin/m4/pathnames.h
/freebsd-11-stable/usr.bin/m4/stdd.h
/freebsd-11-stable/usr.bin/mail/cmd1.c
/freebsd-11-stable/usr.bin/mail/cmd2.c
/freebsd-11-stable/usr.bin/mail/cmd3.c
/freebsd-11-stable/usr.bin/mail/cmdtab.c
/freebsd-11-stable/usr.bin/mail/collect.c
/freebsd-11-stable/usr.bin/mail/def.h
/freebsd-11-stable/usr.bin/mail/edit.c
/freebsd-11-stable/usr.bin/mail/extern.h
/freebsd-11-stable/usr.bin/mail/fio.c
/freebsd-11-stable/usr.bin/mail/getname.c
/freebsd-11-stable/usr.bin/mail/glob.h
/freebsd-11-stable/usr.bin/mail/head.c
/freebsd-11-stable/usr.bin/mail/lex.c
/freebsd-11-stable/usr.bin/mail/list.c
/freebsd-11-stable/usr.bin/mail/main.c
/freebsd-11-stable/usr.bin/mail/names.c
/freebsd-11-stable/usr.bin/mail/pathnames.h
/freebsd-11-stable/usr.bin/mail/popen.c
/freebsd-11-stable/usr.bin/mail/quit.c
/freebsd-11-stable/usr.bin/mail/rcv.h
/freebsd-11-stable/usr.bin/mail/send.c
/freebsd-11-stable/usr.bin/mail/strings.c
/freebsd-11-stable/usr.bin/mail/temp.c
/freebsd-11-stable/usr.bin/mail/tty.c
/freebsd-11-stable/usr.bin/mail/util.c
/freebsd-11-stable/usr.bin/mail/v7.local.c
/freebsd-11-stable/usr.bin/mail/vars.c
/freebsd-11-stable/usr.bin/mail/version.c
/freebsd-11-stable/usr.bin/mesg/mesg.c
/freebsd-11-stable/usr.bin/mkdep/mkdep.gcc.sh
/freebsd-11-stable/usr.bin/mkdep/mkdep.sh
/freebsd-11-stable/usr.bin/mkfifo/mkfifo.c
/freebsd-11-stable/usr.bin/mklocale/extern.h
/freebsd-11-stable/usr.bin/mklocale/ldef.h
/freebsd-11-stable/usr.bin/mklocale/lex.l
/freebsd-11-stable/usr.bin/mklocale/yacc.y
/freebsd-11-stable/usr.bin/mkstr/mkstr.c
/freebsd-11-stable/usr.bin/msgs/msgs.c
/freebsd-11-stable/usr.bin/msgs/pathnames.h
/freebsd-11-stable/usr.bin/mt/mt.c
/freebsd-11-stable/usr.bin/netstat/if.c
/freebsd-11-stable/usr.bin/netstat/inet6.c
/freebsd-11-stable/usr.bin/netstat/ipsec.c
/freebsd-11-stable/usr.bin/netstat/main.c
/freebsd-11-stable/usr.bin/netstat/mbuf.c
/freebsd-11-stable/usr.bin/netstat/mroute.c
/freebsd-11-stable/usr.bin/netstat/mroute6.c
/freebsd-11-stable/usr.bin/netstat/netstat.h
/freebsd-11-stable/usr.bin/netstat/pfkey.c
/freebsd-11-stable/usr.bin/netstat/route.c
/freebsd-11-stable/usr.bin/netstat/sctp.c
/freebsd-11-stable/usr.bin/netstat/unix.c
/freebsd-11-stable/usr.bin/nice/nice.c
/freebsd-11-stable/usr.bin/nohup/nohup.c
/freebsd-11-stable/usr.bin/pagesize/pagesize.sh
/freebsd-11-stable/usr.bin/paste/paste.c
/freebsd-11-stable/usr.bin/patch/mkpath.c
/freebsd-11-stable/usr.bin/pr/egetopt.c
/freebsd-11-stable/usr.bin/pr/extern.h
/freebsd-11-stable/usr.bin/pr/pr.c
/freebsd-11-stable/usr.bin/pr/pr.h
/freebsd-11-stable/usr.bin/printenv/printenv.c
/freebsd-11-stable/usr.bin/printf/printf.c
/freebsd-11-stable/usr.bin/quota/quota.c
/freebsd-11-stable/usr.bin/renice/renice.c
/freebsd-11-stable/usr.bin/rev/rev.c
/freebsd-11-stable/usr.bin/rs/rs.c
/freebsd-11-stable/usr.bin/rup/rup.c
/freebsd-11-stable/usr.bin/ruptime/ruptime.c
/freebsd-11-stable/usr.bin/rusers/rusers.c
/freebsd-11-stable/usr.bin/rwall/rwall.c
/freebsd-11-stable/usr.bin/rwho/rwho.c
/freebsd-11-stable/usr.bin/script/script.c
/freebsd-11-stable/usr.bin/sed/compile.c
/freebsd-11-stable/usr.bin/sed/defs.h
/freebsd-11-stable/usr.bin/sed/extern.h
/freebsd-11-stable/usr.bin/sed/main.c
/freebsd-11-stable/usr.bin/sed/misc.c
/freebsd-11-stable/usr.bin/sed/process.c
/freebsd-11-stable/usr.bin/shar/shar.sh
/freebsd-11-stable/usr.bin/showmount/showmount.c
/freebsd-11-stable/usr.bin/split/split.c
/freebsd-11-stable/usr.bin/su/su.c
/freebsd-11-stable/usr.bin/systat/cmds.c
/freebsd-11-stable/usr.bin/systat/cmdtab.c
/freebsd-11-stable/usr.bin/systat/devs.c
/freebsd-11-stable/usr.bin/systat/extern.h
/freebsd-11-stable/usr.bin/systat/fetch.c
/freebsd-11-stable/usr.bin/systat/icmp.c
/freebsd-11-stable/usr.bin/systat/icmp6.c
/freebsd-11-stable/usr.bin/systat/iostat.c
/freebsd-11-stable/usr.bin/systat/ip.c
/freebsd-11-stable/usr.bin/systat/ip6.c
/freebsd-11-stable/usr.bin/systat/keyboard.c
/freebsd-11-stable/usr.bin/systat/main.c
/freebsd-11-stable/usr.bin/systat/netcmds.c
/freebsd-11-stable/usr.bin/systat/netstat.c
/freebsd-11-stable/usr.bin/systat/pigs.c
/freebsd-11-stable/usr.bin/systat/swap.c
/freebsd-11-stable/usr.bin/systat/systat.h
/freebsd-11-stable/usr.bin/systat/tcp.c
/freebsd-11-stable/usr.bin/systat/vmstat.c
/freebsd-11-stable/usr.bin/tail/extern.h
/freebsd-11-stable/usr.bin/tail/forward.c
/freebsd-11-stable/usr.bin/tail/misc.c
/freebsd-11-stable/usr.bin/tail/read.c
/freebsd-11-stable/usr.bin/tail/reverse.c
/freebsd-11-stable/usr.bin/tail/tail.c
/freebsd-11-stable/usr.bin/talk/ctl.c
/freebsd-11-stable/usr.bin/talk/ctl_transact.c
/freebsd-11-stable/usr.bin/talk/display.c
/freebsd-11-stable/usr.bin/talk/get_addrs.c
/freebsd-11-stable/usr.bin/talk/get_names.c
/freebsd-11-stable/usr.bin/talk/init_disp.c
/freebsd-11-stable/usr.bin/talk/invite.c
/freebsd-11-stable/usr.bin/talk/io.c
/freebsd-11-stable/usr.bin/talk/look_up.c
/freebsd-11-stable/usr.bin/talk/msgs.c
/freebsd-11-stable/usr.bin/talk/talk.c
/freebsd-11-stable/usr.bin/talk/talk.h
/freebsd-11-stable/usr.bin/talk/talk_ctl.h
/freebsd-11-stable/usr.bin/tcopy/tcopy.c
/freebsd-11-stable/usr.bin/tee/tee.c
/freebsd-11-stable/usr.bin/tftp/main.c
/freebsd-11-stable/usr.bin/tftp/tftp.c
/freebsd-11-stable/usr.bin/tftp/tftp.h
/freebsd-11-stable/usr.bin/time/time.c
/freebsd-11-stable/usr.bin/tip/libacu/biz22.c
/freebsd-11-stable/usr.bin/tip/libacu/biz31.c
/freebsd-11-stable/usr.bin/tip/libacu/courier.c
/freebsd-11-stable/usr.bin/tip/libacu/df.c
/freebsd-11-stable/usr.bin/tip/libacu/dn11.c
/freebsd-11-stable/usr.bin/tip/libacu/hayes.c
/freebsd-11-stable/usr.bin/tip/libacu/t3000.c
/freebsd-11-stable/usr.bin/tip/libacu/v3451.c
/freebsd-11-stable/usr.bin/tip/libacu/v831.c
/freebsd-11-stable/usr.bin/tip/libacu/ventel.c
/freebsd-11-stable/usr.bin/tip/tip/acu.c
/freebsd-11-stable/usr.bin/tip/tip/acutab.c
/freebsd-11-stable/usr.bin/tip/tip/cmds.c
/freebsd-11-stable/usr.bin/tip/tip/cmdtab.c
/freebsd-11-stable/usr.bin/tip/tip/cu.c
/freebsd-11-stable/usr.bin/tip/tip/hunt.c
/freebsd-11-stable/usr.bin/tip/tip/log.c
/freebsd-11-stable/usr.bin/tip/tip/partab.c
/freebsd-11-stable/usr.bin/tip/tip/pathnames.h
/freebsd-11-stable/usr.bin/tip/tip/remote.c
/freebsd-11-stable/usr.bin/tip/tip/tip.c
/freebsd-11-stable/usr.bin/tip/tip/tip.h
/freebsd-11-stable/usr.bin/tip/tip/tipout.c
/freebsd-11-stable/usr.bin/tip/tip/uucplock.c
/freebsd-11-stable/usr.bin/tip/tip/value.c
/freebsd-11-stable/usr.bin/tip/tip/vars.c
/freebsd-11-stable/usr.bin/touch/touch.c
/freebsd-11-stable/usr.bin/tput/clear.sh
/freebsd-11-stable/usr.bin/tput/tput.c
/freebsd-11-stable/usr.bin/tr/extern.h
/freebsd-11-stable/usr.bin/tr/str.c
/freebsd-11-stable/usr.bin/tr/tr.c
/freebsd-11-stable/usr.bin/true/true.c
/freebsd-11-stable/usr.bin/truss/amd64-freebsd.c
/freebsd-11-stable/usr.bin/truss/amd64-freebsd32.c
/freebsd-11-stable/usr.bin/truss/amd64-linux.c
/freebsd-11-stable/usr.bin/truss/amd64-linux32.c
/freebsd-11-stable/usr.bin/truss/arm-freebsd.c
/freebsd-11-stable/usr.bin/truss/extern.h
/freebsd-11-stable/usr.bin/truss/i386-freebsd.c
/freebsd-11-stable/usr.bin/truss/i386-linux.c
/freebsd-11-stable/usr.bin/truss/main.c
/freebsd-11-stable/usr.bin/truss/mips-freebsd.c
/freebsd-11-stable/usr.bin/truss/setup.c
/freebsd-11-stable/usr.bin/truss/sparc64-freebsd.c
/freebsd-11-stable/usr.bin/truss/syscalls.c
/freebsd-11-stable/usr.bin/tset/extern.h
/freebsd-11-stable/usr.bin/tset/map.c
/freebsd-11-stable/usr.bin/tset/misc.c
/freebsd-11-stable/usr.bin/tset/set.c
/freebsd-11-stable/usr.bin/tset/term.c
/freebsd-11-stable/usr.bin/tset/tset.c
/freebsd-11-stable/usr.bin/tset/wrterm.c
/freebsd-11-stable/usr.bin/tsort/tsort.c
/freebsd-11-stable/usr.bin/tty/tty.c
/freebsd-11-stable/usr.bin/ul/ul.c
/freebsd-11-stable/usr.bin/uname/uname.c
/freebsd-11-stable/usr.bin/unexpand/unexpand.c
/freebsd-11-stable/usr.bin/uniq/uniq.c
/freebsd-11-stable/usr.bin/uudecode/uudecode.c
/freebsd-11-stable/usr.bin/uuencode/uuencode.c
/freebsd-11-stable/usr.bin/vgrind/extern.h
/freebsd-11-stable/usr.bin/vgrind/pathnames.h
/freebsd-11-stable/usr.bin/vgrind/regexp.c
/freebsd-11-stable/usr.bin/vgrind/vfontedpr.c
/freebsd-11-stable/usr.bin/vgrind/vgrind.sh
/freebsd-11-stable/usr.bin/vmstat/vmstat.c
/freebsd-11-stable/usr.bin/w/extern.h
/freebsd-11-stable/usr.bin/w/pr_time.c
/freebsd-11-stable/usr.bin/w/proc_compare.c
/freebsd-11-stable/usr.bin/w/w.c
/freebsd-11-stable/usr.bin/wall/ttymsg.c
/freebsd-11-stable/usr.bin/wall/wall.c
/freebsd-11-stable/usr.bin/wc/wc.c
/freebsd-11-stable/usr.bin/what/what.c
/freebsd-11-stable/usr.bin/whois/whois.c
/freebsd-11-stable/usr.bin/write/write.c
/freebsd-11-stable/usr.bin/xargs/pathnames.h
/freebsd-11-stable/usr.bin/xargs/xargs.c
/freebsd-11-stable/usr.bin/xinstall/xinstall.c
/freebsd-11-stable/usr.bin/xstr/pathnames.h
/freebsd-11-stable/usr.bin/xstr/xstr.c
/freebsd-11-stable/usr.bin/yes/yes.c
/freebsd-11-stable/usr.sbin/accton/accton.c
/freebsd-11-stable/usr.sbin/ancontrol/ancontrol.c
/freebsd-11-stable/usr.sbin/arp/arp.c
/freebsd-11-stable/usr.sbin/chown/chown.c
/freebsd-11-stable/usr.sbin/chroot/chroot.c
/freebsd-11-stable/usr.sbin/config/config.h
/freebsd-11-stable/usr.sbin/config/config.y
/freebsd-11-stable/usr.sbin/config/lang.l
/freebsd-11-stable/usr.sbin/config/main.c
/freebsd-11-stable/usr.sbin/config/mkheaders.c
/freebsd-11-stable/usr.sbin/config/mkmakefile.c
/freebsd-11-stable/usr.sbin/config/mkoptions.c
/freebsd-11-stable/usr.sbin/crashinfo/crashinfo.sh
/freebsd-11-stable/usr.sbin/dconschat/dconschat.c
/freebsd-11-stable/usr.sbin/edquota/edquota.c
/freebsd-11-stable/usr.sbin/edquota/pathnames.h
/freebsd-11-stable/usr.sbin/fwcontrol/fwcontrol.c
/freebsd-11-stable/usr.sbin/fwcontrol/fwdv.c
/freebsd-11-stable/usr.sbin/fwcontrol/fwmpegts.c
/freebsd-11-stable/usr.sbin/ifmcstat/ifmcstat.c
/freebsd-11-stable/usr.sbin/ifmcstat/printb.c
/freebsd-11-stable/usr.sbin/inetd/inetd.c
/freebsd-11-stable/usr.sbin/inetd/inetd.h
/freebsd-11-stable/usr.sbin/inetd/pathnames.h
/freebsd-11-stable/usr.sbin/iostat/iostat.c
/freebsd-11-stable/usr.sbin/ip6addrctl/ip6addrctl.c
/freebsd-11-stable/usr.sbin/kgmon/kgmon.c
/freebsd-11-stable/usr.sbin/kldxref/ef.c
/freebsd-11-stable/usr.sbin/kldxref/ef_obj.c
/freebsd-11-stable/usr.sbin/kldxref/kldxref.c
/freebsd-11-stable/usr.sbin/lpr/common_source/common.c
/freebsd-11-stable/usr.sbin/lpr/common_source/displayq.c
/freebsd-11-stable/usr.sbin/lpr/common_source/lp.h
/freebsd-11-stable/usr.sbin/lpr/common_source/lp.local.h
/freebsd-11-stable/usr.sbin/lpr/common_source/net.c
/freebsd-11-stable/usr.sbin/lpr/common_source/pathnames.h
/freebsd-11-stable/usr.sbin/lpr/common_source/printcap.c
/freebsd-11-stable/usr.sbin/lpr/common_source/rmjob.c
/freebsd-11-stable/usr.sbin/lpr/common_source/startdaemon.c
/freebsd-11-stable/usr.sbin/lpr/filters/lpf.c
/freebsd-11-stable/usr.sbin/lpr/lpc/cmds.c
/freebsd-11-stable/usr.sbin/lpr/lpc/cmdtab.c
/freebsd-11-stable/usr.sbin/lpr/lpc/extern.h
/freebsd-11-stable/usr.sbin/lpr/lpc/lpc.c
/freebsd-11-stable/usr.sbin/lpr/lpc/lpc.h
/freebsd-11-stable/usr.sbin/lpr/lpd/extern.h
/freebsd-11-stable/usr.sbin/lpr/lpd/lpd.c
/freebsd-11-stable/usr.sbin/lpr/lpd/lpdchar.c
/freebsd-11-stable/usr.sbin/lpr/lpd/modes.c
/freebsd-11-stable/usr.sbin/lpr/lpd/printjob.c
/freebsd-11-stable/usr.sbin/lpr/lpd/recvjob.c
/freebsd-11-stable/usr.sbin/lpr/lpq/lpq.c
/freebsd-11-stable/usr.sbin/lpr/lpr/lpr.c
/freebsd-11-stable/usr.sbin/lpr/lprm/lprm.c
/freebsd-11-stable/usr.sbin/lpr/lptest/lptest.c
/freebsd-11-stable/usr.sbin/lpr/pac/pac.c
/freebsd-11-stable/usr.sbin/makefs/ffs.c
/freebsd-11-stable/usr.sbin/makefs/ffs/ffs_alloc.c
/freebsd-11-stable/usr.sbin/makefs/ffs/ffs_balloc.c
/freebsd-11-stable/usr.sbin/makefs/ffs/ffs_extern.h
/freebsd-11-stable/usr.sbin/makefs/ffs/ffs_subr.c
/freebsd-11-stable/usr.sbin/makefs/ffs/mkfs.c
/freebsd-11-stable/usr.sbin/makefs/ffs/ufs_bmap.c
/freebsd-11-stable/usr.sbin/makefs/ffs/ufs_inode.h
/freebsd-11-stable/usr.sbin/manctl/manctl.sh
/freebsd-11-stable/usr.sbin/mld6query/mld6.c
/freebsd-11-stable/usr.sbin/mountd/mountd.c
/freebsd-11-stable/usr.sbin/mountd/pathnames.h
/freebsd-11-stable/usr.sbin/mptutil/mpt_cam.c
/freebsd-11-stable/usr.sbin/mptutil/mpt_cmd.c
/freebsd-11-stable/usr.sbin/mptutil/mpt_config.c
/freebsd-11-stable/usr.sbin/mptutil/mpt_drive.c
/freebsd-11-stable/usr.sbin/mptutil/mpt_evt.c
/freebsd-11-stable/usr.sbin/mptutil/mpt_show.c
/freebsd-11-stable/usr.sbin/mptutil/mpt_volume.c
/freebsd-11-stable/usr.sbin/mptutil/mptutil.c
/freebsd-11-stable/usr.sbin/mptutil/mptutil.h
/freebsd-11-stable/usr.sbin/nandsim/nandsim_rcfile.c
/freebsd-11-stable/usr.sbin/nandsim/nandsim_rcfile.h
/freebsd-11-stable/usr.sbin/ndiscvt/inf-parse.y
/freebsd-11-stable/usr.sbin/ndiscvt/inf-token.l
/freebsd-11-stable/usr.sbin/ndiscvt/inf.c
/freebsd-11-stable/usr.sbin/ndiscvt/ndiscvt.c
/freebsd-11-stable/usr.sbin/ndiscvt/ndisgen.sh
/freebsd-11-stable/usr.sbin/ndiscvt/windrv_stub.c
/freebsd-11-stable/usr.sbin/ndp/ndp.c
/freebsd-11-stable/usr.sbin/nfsd/nfsd.c
/freebsd-11-stable/usr.sbin/pciconf/cap.c
/freebsd-11-stable/usr.sbin/pciconf/pciconf.h
/freebsd-11-stable/usr.sbin/ppp/slcompress.c
/freebsd-11-stable/usr.sbin/ppp/slcompress.h
/freebsd-11-stable/usr.sbin/pstat/pstat.c
/freebsd-11-stable/usr.sbin/pwd_mkdb/pwd_mkdb.c
/freebsd-11-stable/usr.sbin/quotaon/quotaon.c
/freebsd-11-stable/usr.sbin/repquota/repquota.c
/freebsd-11-stable/usr.sbin/rip6query/rip6query.c
/freebsd-11-stable/usr.sbin/rmt/rmt.c
/freebsd-11-stable/usr.sbin/route6d/misc/cksum.c
/freebsd-11-stable/usr.sbin/route6d/route6d.c
/freebsd-11-stable/usr.sbin/route6d/route6d.h
/freebsd-11-stable/usr.sbin/rpc.lockd/lock_proc.c
/freebsd-11-stable/usr.sbin/rpc.lockd/lockd.c
/freebsd-11-stable/usr.sbin/rpc.lockd/lockd.h
/freebsd-11-stable/usr.sbin/rpc.lockd/lockd_lock.c
/freebsd-11-stable/usr.sbin/rpc.statd/file.c
/freebsd-11-stable/usr.sbin/rpc.statd/procs.c
/freebsd-11-stable/usr.sbin/rpc.statd/statd.c
/freebsd-11-stable/usr.sbin/rpc.statd/statd.h
/freebsd-11-stable/usr.sbin/rpc.yppasswdd/yppasswdd_extern.h
/freebsd-11-stable/usr.sbin/rpc.yppasswdd/yppasswdd_main.c
/freebsd-11-stable/usr.sbin/rpc.yppasswdd/yppasswdd_server.c
/freebsd-11-stable/usr.sbin/rpc.ypupdated/yp_dbdelete.c
/freebsd-11-stable/usr.sbin/rpc.ypupdated/yp_dbupdate.c
/freebsd-11-stable/usr.sbin/rpc.ypupdated/ypupdated_main.c
/freebsd-11-stable/usr.sbin/rpc.ypupdated/ypupdated_server.c
/freebsd-11-stable/usr.sbin/rpc.ypxfrd/ypxfrd_extern.h
/freebsd-11-stable/usr.sbin/rpc.ypxfrd/ypxfrd_main.c
/freebsd-11-stable/usr.sbin/rpc.ypxfrd/ypxfrd_server.c
/freebsd-11-stable/usr.sbin/rpcbind/check_bound.c
/freebsd-11-stable/usr.sbin/rpcbind/pmap_svc.c
/freebsd-11-stable/usr.sbin/rpcbind/rpcb_stat.c
/freebsd-11-stable/usr.sbin/rpcbind/rpcb_svc.c
/freebsd-11-stable/usr.sbin/rpcbind/rpcb_svc_4.c
/freebsd-11-stable/usr.sbin/rpcbind/rpcb_svc_com.c
/freebsd-11-stable/usr.sbin/rpcbind/rpcbind.c
/freebsd-11-stable/usr.sbin/rpcbind/rpcbind.h
/freebsd-11-stable/usr.sbin/rpcbind/warmstart.c
/freebsd-11-stable/usr.sbin/rrenumd/lexer.l
/freebsd-11-stable/usr.sbin/rrenumd/parser.y
/freebsd-11-stable/usr.sbin/rrenumd/rrenumd.c
/freebsd-11-stable/usr.sbin/rrenumd/rrenumd.h
/freebsd-11-stable/usr.sbin/rtadvd/advcap.c
/freebsd-11-stable/usr.sbin/rtadvd/config.c
/freebsd-11-stable/usr.sbin/rtadvd/config.h
/freebsd-11-stable/usr.sbin/rtadvd/if.c
/freebsd-11-stable/usr.sbin/rtadvd/if.h
/freebsd-11-stable/usr.sbin/rtadvd/rrenum.c
/freebsd-11-stable/usr.sbin/rtadvd/rrenum.h
/freebsd-11-stable/usr.sbin/rtadvd/rtadvd.c
/freebsd-11-stable/usr.sbin/rtadvd/rtadvd.h
/freebsd-11-stable/usr.sbin/rtadvd/timer.c
/freebsd-11-stable/usr.sbin/rtadvd/timer.h
/freebsd-11-stable/usr.sbin/rtadvd/timer_subr.c
/freebsd-11-stable/usr.sbin/rtadvd/timer_subr.h
/freebsd-11-stable/usr.sbin/rtsold/dump.c
/freebsd-11-stable/usr.sbin/rtsold/if.c
/freebsd-11-stable/usr.sbin/rtsold/probe.c
/freebsd-11-stable/usr.sbin/rtsold/rtsock.c
/freebsd-11-stable/usr.sbin/rtsold/rtsol.c
/freebsd-11-stable/usr.sbin/rtsold/rtsold.c
/freebsd-11-stable/usr.sbin/rtsold/rtsold.h
/freebsd-11-stable/usr.sbin/rwhod/rwhod.c
/freebsd-11-stable/usr.sbin/setfib/setfib.c
/freebsd-11-stable/usr.sbin/syslogd/pathnames.h
/freebsd-11-stable/usr.sbin/syslogd/syslogd.c
/freebsd-11-stable/usr.sbin/timed/timed/acksend.c
/freebsd-11-stable/usr.sbin/timed/timed/byteorder.c
/freebsd-11-stable/usr.sbin/timed/timed/candidate.c
/freebsd-11-stable/usr.sbin/timed/timed/cksum.c
/freebsd-11-stable/usr.sbin/timed/timed/correct.c
/freebsd-11-stable/usr.sbin/timed/timed/extern.h
/freebsd-11-stable/usr.sbin/timed/timed/globals.h
/freebsd-11-stable/usr.sbin/timed/timed/master.c
/freebsd-11-stable/usr.sbin/timed/timed/measure.c
/freebsd-11-stable/usr.sbin/timed/timed/networkdelta.c
/freebsd-11-stable/usr.sbin/timed/timed/pathnames.h
/freebsd-11-stable/usr.sbin/timed/timed/readmsg.c
/freebsd-11-stable/usr.sbin/timed/timed/slave.c
/freebsd-11-stable/usr.sbin/timed/timed/timed.c
/freebsd-11-stable/usr.sbin/timed/timedc/cmds.c
/freebsd-11-stable/usr.sbin/timed/timedc/cmdtab.c
/freebsd-11-stable/usr.sbin/timed/timedc/extern.h
/freebsd-11-stable/usr.sbin/timed/timedc/timedc.c
/freebsd-11-stable/usr.sbin/timed/timedc/timedc.h
/freebsd-11-stable/usr.sbin/traceroute6/traceroute6.c
/freebsd-11-stable/usr.sbin/trpt/trpt.c
/freebsd-11-stable/usr.sbin/vipw/vipw.c
/freebsd-11-stable/usr.sbin/wpa/ndis_events/ndis_events.c
/freebsd-11-stable/usr.sbin/wpa/wpa_supplicant/Packet32.c
/freebsd-11-stable/usr.sbin/wpa/wpa_supplicant/Packet32.h
/freebsd-11-stable/usr.sbin/yp_mkdb/yp_mkdb.c
/freebsd-11-stable/usr.sbin/ypbind/yp_ping.c
/freebsd-11-stable/usr.sbin/yppush/yppush_main.c
/freebsd-11-stable/usr.sbin/ypserv/yp_access.c
/freebsd-11-stable/usr.sbin/ypserv/yp_dblookup.c
/freebsd-11-stable/usr.sbin/ypserv/yp_dnslookup.c
/freebsd-11-stable/usr.sbin/ypserv/yp_error.c
/freebsd-11-stable/usr.sbin/ypserv/yp_extern.h
/freebsd-11-stable/usr.sbin/ypserv/yp_main.c
/freebsd-11-stable/usr.sbin/ypserv/yp_server.c
/freebsd-11-stable/usr.sbin/ypserv/yp_svc_udp.c
330897 14-Mar-2018 eadler

Partial merge of the SPDX changes

These changes are incomplete but are making it difficult
to determine what other changes can/should be merged.

No objections from: pfg


/freebsd-11-stable/bin/cat/cat.c
/freebsd-11-stable/bin/chflags/chflags.c
/freebsd-11-stable/bin/chmod/chmod.c
/freebsd-11-stable/bin/cp/cp.c
/freebsd-11-stable/bin/cp/extern.h
/freebsd-11-stable/bin/cp/utils.c
/freebsd-11-stable/bin/date/date.c
/freebsd-11-stable/bin/date/extern.h
/freebsd-11-stable/bin/date/netdate.c
/freebsd-11-stable/bin/dd/args.c
/freebsd-11-stable/bin/dd/conv.c
/freebsd-11-stable/bin/dd/conv_tab.c
/freebsd-11-stable/bin/dd/dd.c
/freebsd-11-stable/bin/dd/dd.h
/freebsd-11-stable/bin/dd/extern.h
/freebsd-11-stable/bin/dd/misc.c
/freebsd-11-stable/bin/dd/position.c
/freebsd-11-stable/bin/df/df.c
/freebsd-11-stable/bin/domainname/domainname.c
/freebsd-11-stable/bin/echo/echo.c
/freebsd-11-stable/bin/ed/cbc.c
/freebsd-11-stable/bin/hostname/hostname.c
/freebsd-11-stable/bin/kill/kill.c
/freebsd-11-stable/bin/ln/ln.c
/freebsd-11-stable/bin/ls/cmp.c
/freebsd-11-stable/bin/ls/extern.h
/freebsd-11-stable/bin/ls/ls.c
/freebsd-11-stable/bin/ls/ls.h
/freebsd-11-stable/bin/ls/print.c
/freebsd-11-stable/bin/ls/util.c
/freebsd-11-stable/bin/mkdir/mkdir.c
/freebsd-11-stable/bin/mv/mv.c
/freebsd-11-stable/bin/pax/ar_io.c
/freebsd-11-stable/bin/pax/ar_subs.c
/freebsd-11-stable/bin/pax/buf_subs.c
/freebsd-11-stable/bin/pax/cache.c
/freebsd-11-stable/bin/pax/cache.h
/freebsd-11-stable/bin/pax/cpio.c
/freebsd-11-stable/bin/pax/cpio.h
/freebsd-11-stable/bin/pax/extern.h
/freebsd-11-stable/bin/pax/file_subs.c
/freebsd-11-stable/bin/pax/ftree.c
/freebsd-11-stable/bin/pax/ftree.h
/freebsd-11-stable/bin/pax/gen_subs.c
/freebsd-11-stable/bin/pax/options.c
/freebsd-11-stable/bin/pax/options.h
/freebsd-11-stable/bin/pax/pat_rep.c
/freebsd-11-stable/bin/pax/pat_rep.h
/freebsd-11-stable/bin/pax/pax.c
/freebsd-11-stable/bin/pax/pax.h
/freebsd-11-stable/bin/pax/sel_subs.c
/freebsd-11-stable/bin/pax/sel_subs.h
/freebsd-11-stable/bin/pax/tables.c
/freebsd-11-stable/bin/pax/tables.h
/freebsd-11-stable/bin/pax/tar.c
/freebsd-11-stable/bin/pax/tar.h
/freebsd-11-stable/bin/pax/tty_subs.c
/freebsd-11-stable/bin/ps/extern.h
/freebsd-11-stable/bin/ps/fmt.c
/freebsd-11-stable/bin/ps/keyword.c
/freebsd-11-stable/bin/ps/nlist.c
/freebsd-11-stable/bin/ps/print.c
/freebsd-11-stable/bin/ps/ps.c
/freebsd-11-stable/bin/ps/ps.h
/freebsd-11-stable/bin/pwd/pwd.c
/freebsd-11-stable/bin/realpath/realpath.c
/freebsd-11-stable/bin/rm/rm.c
/freebsd-11-stable/bin/rmdir/rmdir.c
/freebsd-11-stable/bin/sh/bltin/bltin.h
/freebsd-11-stable/bin/sh/bltin/echo.c
/freebsd-11-stable/bin/sh/mail.h
/freebsd-11-stable/bin/sh/main.c
/freebsd-11-stable/bin/sh/main.h
/freebsd-11-stable/bin/sh/memalloc.c
/freebsd-11-stable/bin/sh/memalloc.h
/freebsd-11-stable/bin/sh/miscbltin.c
/freebsd-11-stable/bin/sh/mknodes.c
/freebsd-11-stable/bin/sh/mksyntax.c
/freebsd-11-stable/bin/sh/myhistedit.h
/freebsd-11-stable/bin/sh/mystring.c
/freebsd-11-stable/bin/sh/mystring.h
/freebsd-11-stable/bin/sh/options.c
/freebsd-11-stable/bin/sh/options.h
/freebsd-11-stable/bin/sh/output.c
/freebsd-11-stable/bin/sh/output.h
/freebsd-11-stable/bin/sh/parser.c
/freebsd-11-stable/bin/sh/parser.h
/freebsd-11-stable/bin/sh/redir.c
/freebsd-11-stable/bin/sh/redir.h
/freebsd-11-stable/bin/sh/shell.h
/freebsd-11-stable/bin/sh/show.c
/freebsd-11-stable/bin/sh/show.h
/freebsd-11-stable/bin/sh/trap.c
/freebsd-11-stable/bin/sh/trap.h
/freebsd-11-stable/bin/sh/var.c
/freebsd-11-stable/bin/sh/var.h
/freebsd-11-stable/include/_ctype.h
/freebsd-11-stable/include/a.out.h
/freebsd-11-stable/include/ar.h
/freebsd-11-stable/include/arpa/ftp.h
/freebsd-11-stable/include/arpa/inet.h
/freebsd-11-stable/include/arpa/nameser.h
/freebsd-11-stable/include/arpa/nameser_compat.h
/freebsd-11-stable/include/arpa/telnet.h
/freebsd-11-stable/include/arpa/tftp.h
/freebsd-11-stable/include/assert.h
/freebsd-11-stable/include/bitstring.h
/freebsd-11-stable/include/complex.h
/freebsd-11-stable/include/cpio.h
/freebsd-11-stable/include/ctype.h
/freebsd-11-stable/include/db.h
/freebsd-11-stable/include/dirent.h
/freebsd-11-stable/include/dlfcn.h
/freebsd-11-stable/include/elf-hints.h
/freebsd-11-stable/include/elf.h
/freebsd-11-stable/include/err.h
/freebsd-11-stable/include/fmtmsg.h
/freebsd-11-stable/include/fnmatch.h
/freebsd-11-stable/include/fstab.h
/freebsd-11-stable/include/fts.h
/freebsd-11-stable/include/getopt.h
/freebsd-11-stable/include/glob.h
/freebsd-11-stable/include/grp.h
/freebsd-11-stable/include/hesiod.h
/freebsd-11-stable/include/iconv.h
/freebsd-11-stable/include/inttypes.h
/freebsd-11-stable/include/iso646.h
/freebsd-11-stable/include/kenv.h
/freebsd-11-stable/include/langinfo.h
/freebsd-11-stable/include/libgen.h
/freebsd-11-stable/include/limits.h
/freebsd-11-stable/include/link.h
/freebsd-11-stable/include/locale.h
/freebsd-11-stable/include/malloc_np.h
/freebsd-11-stable/include/memory.h
/freebsd-11-stable/include/mk-osreldate.sh
/freebsd-11-stable/include/monetary.h
/freebsd-11-stable/include/mpool.h
/freebsd-11-stable/include/mqueue.h
/freebsd-11-stable/include/ndbm.h
/freebsd-11-stable/include/netdb.h
/freebsd-11-stable/include/nl_types.h
/freebsd-11-stable/include/nlist.h
/freebsd-11-stable/include/nss.h
/freebsd-11-stable/include/nsswitch.h
/freebsd-11-stable/include/paths.h
/freebsd-11-stable/include/printf.h
/freebsd-11-stable/include/proc_service.h
/freebsd-11-stable/include/protocols/dumprestore.h
/freebsd-11-stable/include/protocols/routed.h
/freebsd-11-stable/include/protocols/rwhod.h
/freebsd-11-stable/include/protocols/talkd.h
/freebsd-11-stable/include/protocols/timed.h
/freebsd-11-stable/include/pthread.h
/freebsd-11-stable/include/pthread_np.h
/freebsd-11-stable/include/pwd.h
/freebsd-11-stable/include/ranlib.h
/freebsd-11-stable/include/regex.h
/freebsd-11-stable/include/resolv.h
/freebsd-11-stable/include/rpc/auth.h
/freebsd-11-stable/include/rpc/auth_des.h
/freebsd-11-stable/include/rpc/auth_kerb.h
/freebsd-11-stable/include/rpc/auth_unix.h
/freebsd-11-stable/include/rpc/clnt.h
/freebsd-11-stable/include/rpc/clnt_soc.h
/freebsd-11-stable/include/rpc/des.h
/freebsd-11-stable/include/rpc/des_crypt.h
/freebsd-11-stable/include/rpc/nettype.h
/freebsd-11-stable/include/rpc/pmap_clnt.h
/freebsd-11-stable/include/rpc/pmap_prot.h
/freebsd-11-stable/include/rpc/pmap_rmt.h
/freebsd-11-stable/include/rpc/raw.h
/freebsd-11-stable/include/rpc/rpc.h
/freebsd-11-stable/include/rpc/rpc_com.h
/freebsd-11-stable/include/rpc/rpc_msg.h
/freebsd-11-stable/include/rpc/rpcb_clnt.h
/freebsd-11-stable/include/rpc/rpcent.h
/freebsd-11-stable/include/rpc/rpcsec_gss.h
/freebsd-11-stable/include/rpc/svc.h
/freebsd-11-stable/include/rpc/svc_auth.h
/freebsd-11-stable/include/rpc/svc_dg.h
/freebsd-11-stable/include/rpc/svc_soc.h
/freebsd-11-stable/include/rpc/xdr.h
/freebsd-11-stable/include/rpcsvc/nis_tags.h
/freebsd-11-stable/include/rpcsvc/yp_prot.h
/freebsd-11-stable/include/rpcsvc/ypclnt.h
/freebsd-11-stable/include/runetype.h
/freebsd-11-stable/include/semaphore.h
/freebsd-11-stable/include/setjmp.h
/freebsd-11-stable/include/signal.h
/freebsd-11-stable/include/spawn.h
/freebsd-11-stable/include/stab.h
/freebsd-11-stable/include/stdalign.h
/freebsd-11-stable/include/stdbool.h
/freebsd-11-stable/include/stddef.h
/freebsd-11-stable/include/stdio.h
/freebsd-11-stable/include/stdlib.h
/freebsd-11-stable/include/stdnoreturn.h
/freebsd-11-stable/include/string.h
/freebsd-11-stable/include/stringlist.h
/freebsd-11-stable/include/strings.h
/freebsd-11-stable/include/sysexits.h
/freebsd-11-stable/include/tar.h
/freebsd-11-stable/include/termios.h
/freebsd-11-stable/include/tgmath.h
/freebsd-11-stable/include/time.h
/freebsd-11-stable/include/timeconv.h
/freebsd-11-stable/include/timers.h
/freebsd-11-stable/include/ttyent.h
/freebsd-11-stable/include/uchar.h
/freebsd-11-stable/include/ulimit.h
/freebsd-11-stable/include/unistd.h
/freebsd-11-stable/include/utime.h
/freebsd-11-stable/include/utmpx.h
/freebsd-11-stable/include/uuid.h
/freebsd-11-stable/include/varargs.h
/freebsd-11-stable/include/wchar.h
/freebsd-11-stable/include/wctype.h
/freebsd-11-stable/include/wordexp.h
/freebsd-11-stable/include/xlocale.h
/freebsd-11-stable/include/xlocale/_ctype.h
/freebsd-11-stable/include/xlocale/_inttypes.h
/freebsd-11-stable/include/xlocale/_langinfo.h
/freebsd-11-stable/include/xlocale/_locale.h
/freebsd-11-stable/include/xlocale/_monetary.h
/freebsd-11-stable/include/xlocale/_stdio.h
/freebsd-11-stable/include/xlocale/_stdlib.h
/freebsd-11-stable/include/xlocale/_string.h
/freebsd-11-stable/include/xlocale/_time.h
/freebsd-11-stable/include/xlocale/_uchar.h
/freebsd-11-stable/include/xlocale/_wchar.h
amd64/crt1.c
arm/crt1.c
common/crtbrand.c
common/ignore_init.c
common/notes.h
mips/crt1.c
powerpc/crt1.c
powerpc64/crt1.c
sparc64/crt1.c
/freebsd-11-stable/lib/libarchive/config_freebsd.h
/freebsd-11-stable/lib/libbluetooth/bluetooth.c
/freebsd-11-stable/lib/libbluetooth/bluetooth.h
/freebsd-11-stable/lib/libbluetooth/dev.c
/freebsd-11-stable/lib/libbluetooth/hci.c
/freebsd-11-stable/lib/libbsdstat/bsdstat.c
/freebsd-11-stable/lib/libbsdstat/bsdstat.h
/freebsd-11-stable/lib/libc/amd64/SYS.h
/freebsd-11-stable/lib/libc/amd64/_fpmath.h
/freebsd-11-stable/lib/libc/amd64/gen/_set_tp.c
/freebsd-11-stable/lib/libc/amd64/gen/getcontextx.c
/freebsd-11-stable/lib/libc/amd64/gen/makecontext.c
/freebsd-11-stable/lib/libc/amd64/gen/signalcontext.c
/freebsd-11-stable/lib/libc/amd64/string/strcpy.c
/freebsd-11-stable/lib/libc/amd64/sys/amd64_get_fsbase.c
/freebsd-11-stable/lib/libc/amd64/sys/amd64_get_gsbase.c
/freebsd-11-stable/lib/libc/amd64/sys/amd64_set_fsbase.c
/freebsd-11-stable/lib/libc/amd64/sys/amd64_set_gsbase.c
/freebsd-11-stable/lib/libc/arm/SYS.h
/freebsd-11-stable/lib/libc/arm/_fpmath.h
/freebsd-11-stable/lib/libc/arm/aeabi/aeabi_atexit.c
/freebsd-11-stable/lib/libc/arm/aeabi/aeabi_double.c
/freebsd-11-stable/lib/libc/arm/aeabi/aeabi_float.c
/freebsd-11-stable/lib/libc/arm/aeabi/aeabi_unwind_cpp.c
/freebsd-11-stable/lib/libc/arm/gen/_set_tp.c
/freebsd-11-stable/lib/libc/arm/gen/arm_initfini.c
/freebsd-11-stable/lib/libc/arm/gen/fabs.c
/freebsd-11-stable/lib/libc/arm/gen/flt_rounds.c
/freebsd-11-stable/lib/libc/arm/gen/getcontextx.c
/freebsd-11-stable/lib/libc/arm/gen/makecontext.c
/freebsd-11-stable/lib/libc/arm/gen/signalcontext.c
/freebsd-11-stable/lib/libc/arm/sys/__vdso_gettc.c
/freebsd-11-stable/lib/libc/compat-43/creat.c
/freebsd-11-stable/lib/libc/compat-43/gethostid.c
/freebsd-11-stable/lib/libc/compat-43/getwd.c
/freebsd-11-stable/lib/libc/compat-43/killpg.c
/freebsd-11-stable/lib/libc/compat-43/sethostid.c
/freebsd-11-stable/lib/libc/compat-43/setpgrp.c
/freebsd-11-stable/lib/libc/compat-43/setrgid.c
/freebsd-11-stable/lib/libc/compat-43/setruid.c
/freebsd-11-stable/lib/libc/compat-43/sigcompat.c
/freebsd-11-stable/lib/libc/db/btree/bt_close.c
/freebsd-11-stable/lib/libc/db/btree/bt_conv.c
/freebsd-11-stable/lib/libc/db/btree/bt_debug.c
/freebsd-11-stable/lib/libc/db/btree/bt_delete.c
/freebsd-11-stable/lib/libc/db/btree/bt_get.c
/freebsd-11-stable/lib/libc/db/btree/bt_open.c
/freebsd-11-stable/lib/libc/db/btree/bt_overflow.c
/freebsd-11-stable/lib/libc/db/btree/bt_page.c
/freebsd-11-stable/lib/libc/db/btree/bt_put.c
/freebsd-11-stable/lib/libc/db/btree/bt_search.c
/freebsd-11-stable/lib/libc/db/btree/bt_seq.c
/freebsd-11-stable/lib/libc/db/btree/bt_split.c
/freebsd-11-stable/lib/libc/db/btree/bt_utils.c
/freebsd-11-stable/lib/libc/db/btree/btree.h
/freebsd-11-stable/lib/libc/db/btree/extern.h
/freebsd-11-stable/lib/libc/db/db/db.c
/freebsd-11-stable/lib/libc/db/hash/extern.h
/freebsd-11-stable/lib/libc/db/hash/hash.c
/freebsd-11-stable/lib/libc/db/hash/hash.h
/freebsd-11-stable/lib/libc/db/hash/hash_bigkey.c
/freebsd-11-stable/lib/libc/db/hash/hash_buf.c
/freebsd-11-stable/lib/libc/db/hash/hash_func.c
/freebsd-11-stable/lib/libc/db/hash/hash_log2.c
/freebsd-11-stable/lib/libc/db/hash/hash_page.c
/freebsd-11-stable/lib/libc/db/hash/ndbm.c
/freebsd-11-stable/lib/libc/db/hash/page.h
/freebsd-11-stable/lib/libc/db/mpool/mpool-compat.c
/freebsd-11-stable/lib/libc/db/mpool/mpool.c
/freebsd-11-stable/lib/libc/db/recno/extern.h
/freebsd-11-stable/lib/libc/db/recno/rec_close.c
/freebsd-11-stable/lib/libc/db/recno/rec_delete.c
/freebsd-11-stable/lib/libc/db/recno/rec_get.c
/freebsd-11-stable/lib/libc/db/recno/rec_open.c
/freebsd-11-stable/lib/libc/db/recno/rec_put.c
/freebsd-11-stable/lib/libc/db/recno/rec_search.c
/freebsd-11-stable/lib/libc/db/recno/rec_seq.c
/freebsd-11-stable/lib/libc/db/recno/rec_utils.c
/freebsd-11-stable/lib/libc/db/recno/recno.h
/freebsd-11-stable/lib/libc/db/test/btree.tests/main.c
/freebsd-11-stable/lib/libc/db/test/dbtest.c
/freebsd-11-stable/lib/libc/db/test/hash.tests/driver2.c
/freebsd-11-stable/lib/libc/db/test/hash.tests/tcreat3.c
/freebsd-11-stable/lib/libc/db/test/hash.tests/tdel.c
/freebsd-11-stable/lib/libc/db/test/hash.tests/thash4.c
/freebsd-11-stable/lib/libc/db/test/hash.tests/tread2.c
/freebsd-11-stable/lib/libc/db/test/hash.tests/tseq.c
/freebsd-11-stable/lib/libc/db/test/hash.tests/tverify.c
/freebsd-11-stable/lib/libc/gdtoa/_hdtoa.c
/freebsd-11-stable/lib/libc/gdtoa/_hldtoa.c
/freebsd-11-stable/lib/libc/gdtoa/_ldtoa.c
/freebsd-11-stable/lib/libc/gdtoa/machdep_ldisQ.c
/freebsd-11-stable/lib/libc/gdtoa/machdep_ldisd.c
/freebsd-11-stable/lib/libc/gdtoa/machdep_ldisx.c
/freebsd-11-stable/lib/libc/gen/__getosreldate.c
/freebsd-11-stable/lib/libc/gen/__xuname.c
/freebsd-11-stable/lib/libc/gen/_once_stub.c
/freebsd-11-stable/lib/libc/gen/_pthread_stubs.c
/freebsd-11-stable/lib/libc/gen/_spinlock_stub.c
/freebsd-11-stable/lib/libc/gen/_thread_init.c
/freebsd-11-stable/lib/libc/gen/alarm.c
/freebsd-11-stable/lib/libc/gen/assert.c
/freebsd-11-stable/lib/libc/gen/auxv.c
/freebsd-11-stable/lib/libc/gen/cap_sandboxed.c
/freebsd-11-stable/lib/libc/gen/clock.c
/freebsd-11-stable/lib/libc/gen/clock_getcpuclockid.c
/freebsd-11-stable/lib/libc/gen/closedir.c
/freebsd-11-stable/lib/libc/gen/confstr.c
/freebsd-11-stable/lib/libc/gen/crypt.c
/freebsd-11-stable/lib/libc/gen/ctermid.c
/freebsd-11-stable/lib/libc/gen/daemon.c
/freebsd-11-stable/lib/libc/gen/devname.c
/freebsd-11-stable/lib/libc/gen/dirfd.c
/freebsd-11-stable/lib/libc/gen/disklabel.c
/freebsd-11-stable/lib/libc/gen/dlfcn.c
/freebsd-11-stable/lib/libc/gen/dup3.c
/freebsd-11-stable/lib/libc/gen/elf_utils.c
/freebsd-11-stable/lib/libc/gen/err.c
/freebsd-11-stable/lib/libc/gen/errlst.c
/freebsd-11-stable/lib/libc/gen/errno.c
/freebsd-11-stable/lib/libc/gen/exec.c
/freebsd-11-stable/lib/libc/gen/fdevname.c
/freebsd-11-stable/lib/libc/gen/feature_present.c
/freebsd-11-stable/lib/libc/gen/fmtcheck.c
/freebsd-11-stable/lib/libc/gen/fmtmsg.c
/freebsd-11-stable/lib/libc/gen/fnmatch.c
/freebsd-11-stable/lib/libc/gen/fpclassify.c
/freebsd-11-stable/lib/libc/gen/frexp.c
/freebsd-11-stable/lib/libc/gen/fstab.c
/freebsd-11-stable/lib/libc/gen/ftok.c
/freebsd-11-stable/lib/libc/gen/fts-compat.c
/freebsd-11-stable/lib/libc/gen/fts-compat.h
/freebsd-11-stable/lib/libc/gen/fts.c
/freebsd-11-stable/lib/libc/gen/gen-private.h
/freebsd-11-stable/lib/libc/gen/getbootfile.c
/freebsd-11-stable/lib/libc/gen/getbsize.c
/freebsd-11-stable/lib/libc/gen/getcap.c
/freebsd-11-stable/lib/libc/gen/getcwd.c
/freebsd-11-stable/lib/libc/gen/getdomainname.c
/freebsd-11-stable/lib/libc/gen/getgrent.c
/freebsd-11-stable/lib/libc/gen/getgrouplist.c
/freebsd-11-stable/lib/libc/gen/gethostname.c
/freebsd-11-stable/lib/libc/gen/getloadavg.c
/freebsd-11-stable/lib/libc/gen/getlogin.c
/freebsd-11-stable/lib/libc/gen/getmntinfo.c
/freebsd-11-stable/lib/libc/gen/getnetgrent.c
/freebsd-11-stable/lib/libc/gen/getosreldate.c
/freebsd-11-stable/lib/libc/gen/getpagesize.c
/freebsd-11-stable/lib/libc/gen/getpagesizes.c
/freebsd-11-stable/lib/libc/gen/getpeereid.c
/freebsd-11-stable/lib/libc/gen/getpwent.c
/freebsd-11-stable/lib/libc/gen/getttyent.c
/freebsd-11-stable/lib/libc/gen/getusershell.c
/freebsd-11-stable/lib/libc/gen/getutxent.c
/freebsd-11-stable/lib/libc/gen/getvfsbyname.c
/freebsd-11-stable/lib/libc/gen/glob.c
/freebsd-11-stable/lib/libc/gen/initgroups.c
/freebsd-11-stable/lib/libc/gen/isatty.c
/freebsd-11-stable/lib/libc/gen/isinf.c
/freebsd-11-stable/lib/libc/gen/isnan.c
/freebsd-11-stable/lib/libc/gen/libc_dlopen.c
/freebsd-11-stable/lib/libc/gen/lockf.c
/freebsd-11-stable/lib/libc/gen/nice.c
/freebsd-11-stable/lib/libc/gen/nlist.c
/freebsd-11-stable/lib/libc/gen/opendir.c
/freebsd-11-stable/lib/libc/gen/pause.c
/freebsd-11-stable/lib/libc/gen/popen.c
/freebsd-11-stable/lib/libc/gen/posix_spawn.c
/freebsd-11-stable/lib/libc/gen/psignal.c
/freebsd-11-stable/lib/libc/gen/pututxline.c
/freebsd-11-stable/lib/libc/gen/pw_scan.c
/freebsd-11-stable/lib/libc/gen/pw_scan.h
/freebsd-11-stable/lib/libc/gen/raise.c
/freebsd-11-stable/lib/libc/gen/readdir.c
/freebsd-11-stable/lib/libc/gen/rewinddir.c
/freebsd-11-stable/lib/libc/gen/scandir.c
/freebsd-11-stable/lib/libc/gen/seekdir.c
/freebsd-11-stable/lib/libc/gen/sem.c
/freebsd-11-stable/lib/libc/gen/sem_new.c
/freebsd-11-stable/lib/libc/gen/semctl.c
/freebsd-11-stable/lib/libc/gen/setdomainname.c
/freebsd-11-stable/lib/libc/gen/sethostname.c
/freebsd-11-stable/lib/libc/gen/setjmperr.c
/freebsd-11-stable/lib/libc/gen/setmode.c
/freebsd-11-stable/lib/libc/gen/siginterrupt.c
/freebsd-11-stable/lib/libc/gen/siglist.c
/freebsd-11-stable/lib/libc/gen/signal.c
/freebsd-11-stable/lib/libc/gen/sigsetops.c
/freebsd-11-stable/lib/libc/gen/sleep.c
/freebsd-11-stable/lib/libc/gen/stringlist.c
/freebsd-11-stable/lib/libc/gen/strtofflags.c
/freebsd-11-stable/lib/libc/gen/sysconf.c
/freebsd-11-stable/lib/libc/gen/sysctl.c
/freebsd-11-stable/lib/libc/gen/sysctlnametomib.c
/freebsd-11-stable/lib/libc/gen/syslog.c
/freebsd-11-stable/lib/libc/gen/telldir.c
/freebsd-11-stable/lib/libc/gen/telldir.h
/freebsd-11-stable/lib/libc/gen/termios.c
/freebsd-11-stable/lib/libc/gen/time.c
/freebsd-11-stable/lib/libc/gen/times.c
/freebsd-11-stable/lib/libc/gen/timezone.c
/freebsd-11-stable/lib/libc/gen/tls.c
/freebsd-11-stable/lib/libc/gen/ttyname.c
/freebsd-11-stable/lib/libc/gen/ttyslot.c
/freebsd-11-stable/lib/libc/gen/ualarm.c
/freebsd-11-stable/lib/libc/gen/ulimit.c
/freebsd-11-stable/lib/libc/gen/uname.c
/freebsd-11-stable/lib/libc/gen/unvis-compat.c
/freebsd-11-stable/lib/libc/gen/usleep.c
/freebsd-11-stable/lib/libc/gen/utime.c
/freebsd-11-stable/lib/libc/gen/utxdb.c
/freebsd-11-stable/lib/libc/gen/utxdb.h
/freebsd-11-stable/lib/libc/gen/valloc.c
/freebsd-11-stable/lib/libc/gen/wait.c
/freebsd-11-stable/lib/libc/gen/wait3.c
/freebsd-11-stable/lib/libc/gen/waitid.c
/freebsd-11-stable/lib/libc/gen/waitpid.c
/freebsd-11-stable/lib/libc/gen/wordexp.c
/freebsd-11-stable/lib/libc/gmon/gmon.c
/freebsd-11-stable/lib/libc/gmon/mcount.c
/freebsd-11-stable/lib/libc/i386/SYS.h
/freebsd-11-stable/lib/libc/i386/_fpmath.h
/freebsd-11-stable/lib/libc/i386/gen/_set_tp.c
/freebsd-11-stable/lib/libc/i386/gen/getcontextx.c
/freebsd-11-stable/lib/libc/i386/gen/makecontext.c
/freebsd-11-stable/lib/libc/i386/gen/signalcontext.c
/freebsd-11-stable/lib/libc/i386/sys/i386_clr_watch.c
/freebsd-11-stable/lib/libc/i386/sys/i386_get_fsbase.c
/freebsd-11-stable/lib/libc/i386/sys/i386_get_gsbase.c
/freebsd-11-stable/lib/libc/i386/sys/i386_get_ioperm.c
/freebsd-11-stable/lib/libc/i386/sys/i386_get_ldt.c
/freebsd-11-stable/lib/libc/i386/sys/i386_set_fsbase.c
/freebsd-11-stable/lib/libc/i386/sys/i386_set_gsbase.c
/freebsd-11-stable/lib/libc/i386/sys/i386_set_ioperm.c
/freebsd-11-stable/lib/libc/i386/sys/i386_set_ldt.c
/freebsd-11-stable/lib/libc/i386/sys/i386_set_watch.c
/freebsd-11-stable/lib/libc/i386/sys/i386_vm86.c
/freebsd-11-stable/lib/libc/iconv/__iconv.c
/freebsd-11-stable/lib/libc/iconv/__iconv_free_list.c
/freebsd-11-stable/lib/libc/iconv/__iconv_get_list.c
/freebsd-11-stable/lib/libc/iconv/_strtol.h
/freebsd-11-stable/lib/libc/iconv/_strtoul.h
/freebsd-11-stable/lib/libc/iconv/bsd_iconv.c
/freebsd-11-stable/lib/libc/iconv/citrus_aliasname_local.h
/freebsd-11-stable/lib/libc/iconv/citrus_bcs.c
/freebsd-11-stable/lib/libc/iconv/citrus_bcs.h
/freebsd-11-stable/lib/libc/iconv/citrus_bcs_strtol.c
/freebsd-11-stable/lib/libc/iconv/citrus_bcs_strtoul.c
/freebsd-11-stable/lib/libc/iconv/citrus_csmapper.c
/freebsd-11-stable/lib/libc/iconv/citrus_csmapper.h
/freebsd-11-stable/lib/libc/iconv/citrus_db.c
/freebsd-11-stable/lib/libc/iconv/citrus_db.h
/freebsd-11-stable/lib/libc/iconv/citrus_db_factory.c
/freebsd-11-stable/lib/libc/iconv/citrus_db_factory.h
/freebsd-11-stable/lib/libc/iconv/citrus_db_file.h
/freebsd-11-stable/lib/libc/iconv/citrus_db_hash.c
/freebsd-11-stable/lib/libc/iconv/citrus_db_hash.h
/freebsd-11-stable/lib/libc/iconv/citrus_esdb.c
/freebsd-11-stable/lib/libc/iconv/citrus_esdb.h
/freebsd-11-stable/lib/libc/iconv/citrus_esdb_file.h
/freebsd-11-stable/lib/libc/iconv/citrus_fix_grouping.h
/freebsd-11-stable/lib/libc/iconv/citrus_hash.c
/freebsd-11-stable/lib/libc/iconv/citrus_hash.h
/freebsd-11-stable/lib/libc/iconv/citrus_iconv.c
/freebsd-11-stable/lib/libc/iconv/citrus_iconv.h
/freebsd-11-stable/lib/libc/iconv/citrus_iconv_local.h
/freebsd-11-stable/lib/libc/iconv/citrus_lock.h
/freebsd-11-stable/lib/libc/iconv/citrus_lookup.c
/freebsd-11-stable/lib/libc/iconv/citrus_lookup.h
/freebsd-11-stable/lib/libc/iconv/citrus_lookup_factory.c
/freebsd-11-stable/lib/libc/iconv/citrus_lookup_factory.h
/freebsd-11-stable/lib/libc/iconv/citrus_lookup_file.h
/freebsd-11-stable/lib/libc/iconv/citrus_mapper.c
/freebsd-11-stable/lib/libc/iconv/citrus_mapper.h
/freebsd-11-stable/lib/libc/iconv/citrus_mapper_local.h
/freebsd-11-stable/lib/libc/iconv/citrus_memstream.c
/freebsd-11-stable/lib/libc/iconv/citrus_memstream.h
/freebsd-11-stable/lib/libc/iconv/citrus_mmap.c
/freebsd-11-stable/lib/libc/iconv/citrus_mmap.h
/freebsd-11-stable/lib/libc/iconv/citrus_module.c
/freebsd-11-stable/lib/libc/iconv/citrus_module.h
/freebsd-11-stable/lib/libc/iconv/citrus_namespace.h
/freebsd-11-stable/lib/libc/iconv/citrus_none.c
/freebsd-11-stable/lib/libc/iconv/citrus_none.h
/freebsd-11-stable/lib/libc/iconv/citrus_pivot_factory.c
/freebsd-11-stable/lib/libc/iconv/citrus_pivot_factory.h
/freebsd-11-stable/lib/libc/iconv/citrus_pivot_file.h
/freebsd-11-stable/lib/libc/iconv/citrus_prop.c
/freebsd-11-stable/lib/libc/iconv/citrus_prop.h
/freebsd-11-stable/lib/libc/iconv/citrus_region.h
/freebsd-11-stable/lib/libc/iconv/citrus_stdenc.c
/freebsd-11-stable/lib/libc/iconv/citrus_stdenc.h
/freebsd-11-stable/lib/libc/iconv/citrus_stdenc_local.h
/freebsd-11-stable/lib/libc/iconv/citrus_stdenc_template.h
/freebsd-11-stable/lib/libc/iconv/citrus_types.h
/freebsd-11-stable/lib/libc/iconv/iconv-internal.h
/freebsd-11-stable/lib/libc/iconv/iconv.c
/freebsd-11-stable/lib/libc/iconv/iconv_canonicalize.c
/freebsd-11-stable/lib/libc/iconv/iconv_close.c
/freebsd-11-stable/lib/libc/iconv/iconv_compat.c
/freebsd-11-stable/lib/libc/iconv/iconv_open.c
/freebsd-11-stable/lib/libc/iconv/iconv_open_into.c
/freebsd-11-stable/lib/libc/iconv/iconv_set_relocation_prefix.c
/freebsd-11-stable/lib/libc/iconv/iconvctl.c
/freebsd-11-stable/lib/libc/iconv/iconvlist.c
/freebsd-11-stable/lib/libc/include/compat.h
/freebsd-11-stable/lib/libc/include/errlst.h
/freebsd-11-stable/lib/libc/include/fpmath.h
/freebsd-11-stable/lib/libc/include/libc_private.h
/freebsd-11-stable/lib/libc/include/namespace.h
/freebsd-11-stable/lib/libc/include/nscache.h
/freebsd-11-stable/lib/libc/include/nscachedcli.h
/freebsd-11-stable/lib/libc/include/nss_tls.h
/freebsd-11-stable/lib/libc/include/reentrant.h
/freebsd-11-stable/lib/libc/include/spinlock.h
/freebsd-11-stable/lib/libc/include/un-namespace.h
/freebsd-11-stable/lib/libc/inet/inet_addr.c
/freebsd-11-stable/lib/libc/inet/inet_lnaof.c
/freebsd-11-stable/lib/libc/inet/inet_makeaddr.c
/freebsd-11-stable/lib/libc/inet/inet_netof.c
/freebsd-11-stable/lib/libc/inet/inet_network.c
/freebsd-11-stable/lib/libc/inet/inet_ntoa.c
/freebsd-11-stable/lib/libc/locale/ascii.c
/freebsd-11-stable/lib/libc/locale/btowc.c
/freebsd-11-stable/lib/libc/locale/c16rtomb.c
/freebsd-11-stable/lib/libc/locale/c32rtomb.c
/freebsd-11-stable/lib/libc/locale/cXXrtomb_iconv.h
/freebsd-11-stable/lib/libc/locale/collate.c
/freebsd-11-stable/lib/libc/locale/collate.h
/freebsd-11-stable/lib/libc/locale/collcmp.c
/freebsd-11-stable/lib/libc/locale/ctype.c
/freebsd-11-stable/lib/libc/locale/euc.c
/freebsd-11-stable/lib/libc/locale/fix_grouping.c
/freebsd-11-stable/lib/libc/locale/gb18030.c
/freebsd-11-stable/lib/libc/locale/gb2312.c
/freebsd-11-stable/lib/libc/locale/gbk.c
/freebsd-11-stable/lib/libc/locale/isctype.c
/freebsd-11-stable/lib/libc/locale/iswctype.c
/freebsd-11-stable/lib/libc/locale/ldpart.c
/freebsd-11-stable/lib/libc/locale/ldpart.h
/freebsd-11-stable/lib/libc/locale/lmessages.c
/freebsd-11-stable/lib/libc/locale/lmessages.h
/freebsd-11-stable/lib/libc/locale/lmonetary.c
/freebsd-11-stable/lib/libc/locale/lmonetary.h
/freebsd-11-stable/lib/libc/locale/lnumeric.c
/freebsd-11-stable/lib/libc/locale/lnumeric.h
/freebsd-11-stable/lib/libc/locale/localeconv.c
/freebsd-11-stable/lib/libc/locale/mblen.c
/freebsd-11-stable/lib/libc/locale/mblocal.h
/freebsd-11-stable/lib/libc/locale/mbrlen.c
/freebsd-11-stable/lib/libc/locale/mbrtoc16.c
/freebsd-11-stable/lib/libc/locale/mbrtoc32.c
/freebsd-11-stable/lib/libc/locale/mbrtocXX_iconv.h
/freebsd-11-stable/lib/libc/locale/mbrtowc.c
/freebsd-11-stable/lib/libc/locale/mbsinit.c
/freebsd-11-stable/lib/libc/locale/mbsnrtowcs.c
/freebsd-11-stable/lib/libc/locale/mbsrtowcs.c
/freebsd-11-stable/lib/libc/locale/mbstowcs.c
/freebsd-11-stable/lib/libc/locale/mbtowc.c
/freebsd-11-stable/lib/libc/locale/mskanji.c
/freebsd-11-stable/lib/libc/locale/nextwctype.c
/freebsd-11-stable/lib/libc/locale/nl_langinfo.c
/freebsd-11-stable/lib/libc/locale/none.c
/freebsd-11-stable/lib/libc/locale/rpmatch.c
/freebsd-11-stable/lib/libc/locale/rune.c
/freebsd-11-stable/lib/libc/locale/runefile.h
/freebsd-11-stable/lib/libc/locale/runetype.c
/freebsd-11-stable/lib/libc/locale/setlocale.c
/freebsd-11-stable/lib/libc/locale/setlocale.h
/freebsd-11-stable/lib/libc/locale/setrunelocale.c
/freebsd-11-stable/lib/libc/locale/table.c
/freebsd-11-stable/lib/libc/locale/tolower.c
/freebsd-11-stable/lib/libc/locale/toupper.c
/freebsd-11-stable/lib/libc/locale/utf8.c
/freebsd-11-stable/lib/libc/locale/wcrtomb.c
/freebsd-11-stable/lib/libc/locale/wcsftime.c
/freebsd-11-stable/lib/libc/locale/wcsnrtombs.c
/freebsd-11-stable/lib/libc/locale/wcsrtombs.c
/freebsd-11-stable/lib/libc/locale/wcstod.c
/freebsd-11-stable/lib/libc/locale/wcstof.c
/freebsd-11-stable/lib/libc/locale/wcstoimax.c
/freebsd-11-stable/lib/libc/locale/wcstol.c
/freebsd-11-stable/lib/libc/locale/wcstold.c
/freebsd-11-stable/lib/libc/locale/wcstoll.c
/freebsd-11-stable/lib/libc/locale/wcstombs.c
/freebsd-11-stable/lib/libc/locale/wcstoul.c
/freebsd-11-stable/lib/libc/locale/wcstoull.c
/freebsd-11-stable/lib/libc/locale/wcstoumax.c
/freebsd-11-stable/lib/libc/locale/wctob.c
/freebsd-11-stable/lib/libc/locale/wctomb.c
/freebsd-11-stable/lib/libc/locale/wctrans.c
/freebsd-11-stable/lib/libc/locale/wctype.c
/freebsd-11-stable/lib/libc/locale/wcwidth.c
/freebsd-11-stable/lib/libc/locale/xlocale.c
/freebsd-11-stable/lib/libc/locale/xlocale_private.h
/freebsd-11-stable/lib/libc/mips/SYS.h
/freebsd-11-stable/lib/libc/mips/_fpmath.h
/freebsd-11-stable/lib/libc/mips/gen/_set_tp.c
/freebsd-11-stable/lib/libc/mips/gen/fabs.c
/freebsd-11-stable/lib/libc/mips/gen/longjmp.c
/freebsd-11-stable/lib/libc/mips/gen/makecontext.c
/freebsd-11-stable/lib/libc/mips/gen/signalcontext.c
/freebsd-11-stable/lib/libc/net/ether_addr.c
/freebsd-11-stable/lib/libc/net/gai_strerror.c
/freebsd-11-stable/lib/libc/net/getaddrinfo.c
/freebsd-11-stable/lib/libc/net/gethostbydns.c
/freebsd-11-stable/lib/libc/net/gethostbyht.c
/freebsd-11-stable/lib/libc/net/gethostbynis.c
/freebsd-11-stable/lib/libc/net/gethostnamadr.c
/freebsd-11-stable/lib/libc/net/getifmaddrs.c
/freebsd-11-stable/lib/libc/net/getnameinfo.c
/freebsd-11-stable/lib/libc/net/getnetbydns.c
/freebsd-11-stable/lib/libc/net/getnetbyht.c
/freebsd-11-stable/lib/libc/net/getnetbynis.c
/freebsd-11-stable/lib/libc/net/getnetnamadr.c
/freebsd-11-stable/lib/libc/net/getproto.c
/freebsd-11-stable/lib/libc/net/getprotoent.c
/freebsd-11-stable/lib/libc/net/getprotoname.c
/freebsd-11-stable/lib/libc/net/getservent.c
/freebsd-11-stable/lib/libc/net/ip6opt.c
/freebsd-11-stable/lib/libc/net/linkaddr.c
/freebsd-11-stable/lib/libc/net/map_v4v6.c
/freebsd-11-stable/lib/libc/net/name6.c
/freebsd-11-stable/lib/libc/net/netdb_private.h
/freebsd-11-stable/lib/libc/net/nscache.c
/freebsd-11-stable/lib/libc/net/nscachedcli.c
/freebsd-11-stable/lib/libc/net/nsdispatch.c
/freebsd-11-stable/lib/libc/net/nslexer.l
/freebsd-11-stable/lib/libc/net/nsparser.y
/freebsd-11-stable/lib/libc/net/nss_backends.h
/freebsd-11-stable/lib/libc/net/nss_compat.c
/freebsd-11-stable/lib/libc/net/ntoh.c
/freebsd-11-stable/lib/libc/net/rcmd.c
/freebsd-11-stable/lib/libc/net/rcmdsh.c
/freebsd-11-stable/lib/libc/net/recv.c
/freebsd-11-stable/lib/libc/net/rthdr.c
/freebsd-11-stable/lib/libc/net/sctp_sys_calls.c
/freebsd-11-stable/lib/libc/net/send.c
/freebsd-11-stable/lib/libc/net/sockatmark.c
/freebsd-11-stable/lib/libc/net/sourcefilter.c
/freebsd-11-stable/lib/libc/net/vars.c
/freebsd-11-stable/lib/libc/posix1e/acl_branding.c
/freebsd-11-stable/lib/libc/posix1e/acl_calc_mask.c
/freebsd-11-stable/lib/libc/posix1e/acl_compat.c
/freebsd-11-stable/lib/libc/posix1e/acl_copy.c
/freebsd-11-stable/lib/libc/posix1e/acl_delete.c
/freebsd-11-stable/lib/libc/posix1e/acl_delete_entry.c
/freebsd-11-stable/lib/libc/posix1e/acl_entry.c
/freebsd-11-stable/lib/libc/posix1e/acl_flag.c
/freebsd-11-stable/lib/libc/posix1e/acl_free.c
/freebsd-11-stable/lib/libc/posix1e/acl_from_text.c
/freebsd-11-stable/lib/libc/posix1e/acl_from_text_nfs4.c
/freebsd-11-stable/lib/libc/posix1e/acl_get.c
/freebsd-11-stable/lib/libc/posix1e/acl_id_to_name.c
/freebsd-11-stable/lib/libc/posix1e/acl_init.c
/freebsd-11-stable/lib/libc/posix1e/acl_perm.c
/freebsd-11-stable/lib/libc/posix1e/acl_set.c
/freebsd-11-stable/lib/libc/posix1e/acl_strip.c
/freebsd-11-stable/lib/libc/posix1e/acl_support.c
/freebsd-11-stable/lib/libc/posix1e/acl_support.h
/freebsd-11-stable/lib/libc/posix1e/acl_support_nfs4.c
/freebsd-11-stable/lib/libc/posix1e/acl_to_text.c
/freebsd-11-stable/lib/libc/posix1e/acl_to_text_nfs4.c
/freebsd-11-stable/lib/libc/posix1e/acl_valid.c
/freebsd-11-stable/lib/libc/posix1e/extattr.c
/freebsd-11-stable/lib/libc/posix1e/mac.c
/freebsd-11-stable/lib/libc/posix1e/mac_exec.c
/freebsd-11-stable/lib/libc/posix1e/mac_get.c
/freebsd-11-stable/lib/libc/posix1e/mac_set.c
/freebsd-11-stable/lib/libc/powerpc/SYS.h
/freebsd-11-stable/lib/libc/powerpc/_fpmath.h
/freebsd-11-stable/lib/libc/powerpc/gen/_set_tp.c
/freebsd-11-stable/lib/libc/powerpc/gen/flt_rounds.c
/freebsd-11-stable/lib/libc/powerpc/gen/fpgetmask.c
/freebsd-11-stable/lib/libc/powerpc/gen/fpgetround.c
/freebsd-11-stable/lib/libc/powerpc/gen/fpgetsticky.c
/freebsd-11-stable/lib/libc/powerpc/gen/fpsetmask.c
/freebsd-11-stable/lib/libc/powerpc/gen/fpsetround.c
/freebsd-11-stable/lib/libc/powerpc/gen/makecontext.c
/freebsd-11-stable/lib/libc/powerpc/gen/signalcontext.c
/freebsd-11-stable/lib/libc/powerpc/gen/syncicache.c
/freebsd-11-stable/lib/libc/powerpc64/SYS.h
/freebsd-11-stable/lib/libc/powerpc64/_fpmath.h
/freebsd-11-stable/lib/libc/powerpc64/gen/_set_tp.c
/freebsd-11-stable/lib/libc/powerpc64/gen/flt_rounds.c
/freebsd-11-stable/lib/libc/powerpc64/gen/fpgetmask.c
/freebsd-11-stable/lib/libc/powerpc64/gen/fpgetround.c
/freebsd-11-stable/lib/libc/powerpc64/gen/fpgetsticky.c
/freebsd-11-stable/lib/libc/powerpc64/gen/fpsetmask.c
/freebsd-11-stable/lib/libc/powerpc64/gen/fpsetround.c
/freebsd-11-stable/lib/libc/powerpc64/gen/makecontext.c
/freebsd-11-stable/lib/libc/powerpc64/gen/signalcontext.c
/freebsd-11-stable/lib/libc/powerpc64/gen/syncicache.c
/freebsd-11-stable/lib/libc/quad/TESTS/divrem.c
/freebsd-11-stable/lib/libc/quad/TESTS/mul.c
/freebsd-11-stable/lib/libc/quad/adddi3.c
/freebsd-11-stable/lib/libc/quad/anddi3.c
/freebsd-11-stable/lib/libc/quad/ashldi3.c
/freebsd-11-stable/lib/libc/quad/ashrdi3.c
/freebsd-11-stable/lib/libc/quad/cmpdi2.c
/freebsd-11-stable/lib/libc/quad/divdi3.c
/freebsd-11-stable/lib/libc/quad/fixdfdi.c
/freebsd-11-stable/lib/libc/quad/fixsfdi.c
/freebsd-11-stable/lib/libc/quad/fixunsdfdi.c
/freebsd-11-stable/lib/libc/quad/fixunssfdi.c
/freebsd-11-stable/lib/libc/quad/floatdidf.c
/freebsd-11-stable/lib/libc/quad/floatdisf.c
/freebsd-11-stable/lib/libc/quad/floatunsdidf.c
/freebsd-11-stable/lib/libc/quad/iordi3.c
/freebsd-11-stable/lib/libc/quad/lshldi3.c
/freebsd-11-stable/lib/libc/quad/lshrdi3.c
/freebsd-11-stable/lib/libc/quad/moddi3.c
/freebsd-11-stable/lib/libc/quad/muldi3.c
/freebsd-11-stable/lib/libc/quad/negdi2.c
/freebsd-11-stable/lib/libc/quad/notdi2.c
/freebsd-11-stable/lib/libc/quad/qdivrem.c
/freebsd-11-stable/lib/libc/quad/quad.h
/freebsd-11-stable/lib/libc/quad/subdi3.c
/freebsd-11-stable/lib/libc/quad/ucmpdi2.c
/freebsd-11-stable/lib/libc/quad/udivdi3.c
/freebsd-11-stable/lib/libc/quad/umoddi3.c
/freebsd-11-stable/lib/libc/quad/xordi3.c
/freebsd-11-stable/lib/libc/regex/cname.h
/freebsd-11-stable/lib/libc/regex/engine.c
/freebsd-11-stable/lib/libc/regex/regcomp.c
/freebsd-11-stable/lib/libc/regex/regerror.c
/freebsd-11-stable/lib/libc/regex/regex2.h
/freebsd-11-stable/lib/libc/regex/regexec.c
/freebsd-11-stable/lib/libc/regex/regfree.c
/freebsd-11-stable/lib/libc/regex/utils.h
/freebsd-11-stable/lib/libc/resolv/h_errno.c
/freebsd-11-stable/lib/libc/resolv/herror.c
/freebsd-11-stable/lib/libc/resolv/res_comp.c
/freebsd-11-stable/lib/libc/resolv/res_debug.c
/freebsd-11-stable/lib/libc/resolv/res_init.c
/freebsd-11-stable/lib/libc/resolv/res_mkquery.c
/freebsd-11-stable/lib/libc/resolv/res_query.c
/freebsd-11-stable/lib/libc/resolv/res_send.c
/freebsd-11-stable/lib/libc/resolv/res_state.c
/freebsd-11-stable/lib/libc/rpc/auth_des.c
/freebsd-11-stable/lib/libc/rpc/auth_none.c
/freebsd-11-stable/lib/libc/rpc/auth_unix.c
/freebsd-11-stable/lib/libc/rpc/authdes_prot.c
/freebsd-11-stable/lib/libc/rpc/authunix_prot.c
/freebsd-11-stable/lib/libc/rpc/bindresvport.c
/freebsd-11-stable/lib/libc/rpc/clnt_bcast.c
/freebsd-11-stable/lib/libc/rpc/clnt_dg.c
/freebsd-11-stable/lib/libc/rpc/clnt_generic.c
/freebsd-11-stable/lib/libc/rpc/clnt_perror.c
/freebsd-11-stable/lib/libc/rpc/clnt_raw.c
/freebsd-11-stable/lib/libc/rpc/clnt_simple.c
/freebsd-11-stable/lib/libc/rpc/clnt_vc.c
/freebsd-11-stable/lib/libc/rpc/crypt_client.c
/freebsd-11-stable/lib/libc/rpc/des_crypt.c
/freebsd-11-stable/lib/libc/rpc/des_soft.c
/freebsd-11-stable/lib/libc/rpc/getnetconfig.c
/freebsd-11-stable/lib/libc/rpc/getnetpath.c
/freebsd-11-stable/lib/libc/rpc/getpublickey.c
/freebsd-11-stable/lib/libc/rpc/getrpcent.c
/freebsd-11-stable/lib/libc/rpc/getrpcport.c
/freebsd-11-stable/lib/libc/rpc/key_call.c
/freebsd-11-stable/lib/libc/rpc/key_prot_xdr.c
/freebsd-11-stable/lib/libc/rpc/mt_misc.h
/freebsd-11-stable/lib/libc/rpc/netname.c
/freebsd-11-stable/lib/libc/rpc/netnamer.c
/freebsd-11-stable/lib/libc/rpc/pmap_clnt.c
/freebsd-11-stable/lib/libc/rpc/pmap_getmaps.c
/freebsd-11-stable/lib/libc/rpc/pmap_getport.c
/freebsd-11-stable/lib/libc/rpc/pmap_prot.c
/freebsd-11-stable/lib/libc/rpc/pmap_prot2.c
/freebsd-11-stable/lib/libc/rpc/pmap_rmt.c
/freebsd-11-stable/lib/libc/rpc/rpc_callmsg.c
/freebsd-11-stable/lib/libc/rpc/rpc_com.h
/freebsd-11-stable/lib/libc/rpc/rpc_commondata.c
/freebsd-11-stable/lib/libc/rpc/rpc_dtablesize.c
/freebsd-11-stable/lib/libc/rpc/rpc_generic.c
/freebsd-11-stable/lib/libc/rpc/rpc_prot.c
/freebsd-11-stable/lib/libc/rpc/rpc_soc.c
/freebsd-11-stable/lib/libc/rpc/rpcb_clnt.c
/freebsd-11-stable/lib/libc/rpc/rpcb_prot.c
/freebsd-11-stable/lib/libc/rpc/rpcb_st_xdr.c
/freebsd-11-stable/lib/libc/rpc/rpcdname.c
/freebsd-11-stable/lib/libc/rpc/rpcsec_gss_stub.c
/freebsd-11-stable/lib/libc/rpc/rtime.c
/freebsd-11-stable/lib/libc/rpc/svc.c
/freebsd-11-stable/lib/libc/rpc/svc_auth.c
/freebsd-11-stable/lib/libc/rpc/svc_auth_des.c
/freebsd-11-stable/lib/libc/rpc/svc_auth_unix.c
/freebsd-11-stable/lib/libc/rpc/svc_dg.c
/freebsd-11-stable/lib/libc/rpc/svc_generic.c
/freebsd-11-stable/lib/libc/rpc/svc_raw.c
/freebsd-11-stable/lib/libc/rpc/svc_run.c
/freebsd-11-stable/lib/libc/rpc/svc_simple.c
/freebsd-11-stable/lib/libc/rpc/svc_vc.c
/freebsd-11-stable/lib/libc/softfloat/fpgetmask.c
/freebsd-11-stable/lib/libc/softfloat/fpgetround.c
/freebsd-11-stable/lib/libc/softfloat/fpgetsticky.c
/freebsd-11-stable/lib/libc/softfloat/fpsetmask.c
/freebsd-11-stable/lib/libc/softfloat/fpsetround.c
/freebsd-11-stable/lib/libc/softfloat/fpsetsticky.c
/freebsd-11-stable/lib/libc/sparc64/SYS.h
/freebsd-11-stable/lib/libc/sparc64/_fpmath.h
/freebsd-11-stable/lib/libc/sparc64/fpu/fpu.c
/freebsd-11-stable/lib/libc/sparc64/fpu/fpu_add.c
/freebsd-11-stable/lib/libc/sparc64/fpu/fpu_arith.h
/freebsd-11-stable/lib/libc/sparc64/fpu/fpu_compare.c
/freebsd-11-stable/lib/libc/sparc64/fpu/fpu_emu.h
/freebsd-11-stable/lib/libc/sparc64/fpu/fpu_extern.h
/freebsd-11-stable/lib/libc/sparc64/fpu/fpu_qp.c
/freebsd-11-stable/lib/libc/sparc64/fpu/fpu_reg.h
/freebsd-11-stable/lib/libc/sparc64/gen/_set_tp.c
/freebsd-11-stable/lib/libc/sparc64/gen/makecontext.c
/freebsd-11-stable/lib/libc/sparc64/gen/signalcontext.c
/freebsd-11-stable/lib/libc/sparc64/sys/__sparc_sigtramp_setup.c
/freebsd-11-stable/lib/libc/sparc64/sys/__sparc_utrap.c
/freebsd-11-stable/lib/libc/sparc64/sys/__sparc_utrap_align.c
/freebsd-11-stable/lib/libc/sparc64/sys/__sparc_utrap_emul.c
/freebsd-11-stable/lib/libc/sparc64/sys/__sparc_utrap_install.c
/freebsd-11-stable/lib/libc/sparc64/sys/__sparc_utrap_private.h
/freebsd-11-stable/lib/libc/sparc64/sys/__sparc_utrap_setup.c
/freebsd-11-stable/lib/libc/stdio/_flock_stub.c
/freebsd-11-stable/lib/libc/stdio/asprintf.c
/freebsd-11-stable/lib/libc/stdio/clrerr.c
/freebsd-11-stable/lib/libc/stdio/dprintf.c
/freebsd-11-stable/lib/libc/stdio/fclose.c
/freebsd-11-stable/lib/libc/stdio/fcloseall.c
/freebsd-11-stable/lib/libc/stdio/fdopen.c
/freebsd-11-stable/lib/libc/stdio/feof.c
/freebsd-11-stable/lib/libc/stdio/ferror.c
/freebsd-11-stable/lib/libc/stdio/fflush.c
/freebsd-11-stable/lib/libc/stdio/fgetc.c
/freebsd-11-stable/lib/libc/stdio/fgetln.c
/freebsd-11-stable/lib/libc/stdio/fgetpos.c
/freebsd-11-stable/lib/libc/stdio/fgets.c
/freebsd-11-stable/lib/libc/stdio/fgetwc.c
/freebsd-11-stable/lib/libc/stdio/fgetwln.c
/freebsd-11-stable/lib/libc/stdio/fgetws.c
/freebsd-11-stable/lib/libc/stdio/fileno.c
/freebsd-11-stable/lib/libc/stdio/findfp.c
/freebsd-11-stable/lib/libc/stdio/flags.c
/freebsd-11-stable/lib/libc/stdio/floatio.h
/freebsd-11-stable/lib/libc/stdio/fmemopen.c
/freebsd-11-stable/lib/libc/stdio/fopen.c
/freebsd-11-stable/lib/libc/stdio/fprintf.c
/freebsd-11-stable/lib/libc/stdio/fpurge.c
/freebsd-11-stable/lib/libc/stdio/fputc.c
/freebsd-11-stable/lib/libc/stdio/fputs.c
/freebsd-11-stable/lib/libc/stdio/fputwc.c
/freebsd-11-stable/lib/libc/stdio/fputws.c
/freebsd-11-stable/lib/libc/stdio/fread.c
/freebsd-11-stable/lib/libc/stdio/freopen.c
/freebsd-11-stable/lib/libc/stdio/fscanf.c
/freebsd-11-stable/lib/libc/stdio/fseek.c
/freebsd-11-stable/lib/libc/stdio/fsetpos.c
/freebsd-11-stable/lib/libc/stdio/ftell.c
/freebsd-11-stable/lib/libc/stdio/funopen.c
/freebsd-11-stable/lib/libc/stdio/fvwrite.c
/freebsd-11-stable/lib/libc/stdio/fvwrite.h
/freebsd-11-stable/lib/libc/stdio/fwalk.c
/freebsd-11-stable/lib/libc/stdio/fwide.c
/freebsd-11-stable/lib/libc/stdio/fwprintf.c
/freebsd-11-stable/lib/libc/stdio/fwrite.c
/freebsd-11-stable/lib/libc/stdio/fwscanf.c
/freebsd-11-stable/lib/libc/stdio/getc.c
/freebsd-11-stable/lib/libc/stdio/getchar.c
/freebsd-11-stable/lib/libc/stdio/getdelim.c
/freebsd-11-stable/lib/libc/stdio/getline.c
/freebsd-11-stable/lib/libc/stdio/gets.c
/freebsd-11-stable/lib/libc/stdio/getw.c
/freebsd-11-stable/lib/libc/stdio/getwc.c
/freebsd-11-stable/lib/libc/stdio/getwchar.c
/freebsd-11-stable/lib/libc/stdio/glue.h
/freebsd-11-stable/lib/libc/stdio/local.h
/freebsd-11-stable/lib/libc/stdio/makebuf.c
/freebsd-11-stable/lib/libc/stdio/mktemp.c
/freebsd-11-stable/lib/libc/stdio/open_memstream.c
/freebsd-11-stable/lib/libc/stdio/open_wmemstream.c
/freebsd-11-stable/lib/libc/stdio/perror.c
/freebsd-11-stable/lib/libc/stdio/printf-pos.c
/freebsd-11-stable/lib/libc/stdio/printf.c
/freebsd-11-stable/lib/libc/stdio/printfcommon.h
/freebsd-11-stable/lib/libc/stdio/printflocal.h
/freebsd-11-stable/lib/libc/stdio/putc.c
/freebsd-11-stable/lib/libc/stdio/putchar.c
/freebsd-11-stable/lib/libc/stdio/puts.c
/freebsd-11-stable/lib/libc/stdio/putw.c
/freebsd-11-stable/lib/libc/stdio/putwc.c
/freebsd-11-stable/lib/libc/stdio/putwchar.c
/freebsd-11-stable/lib/libc/stdio/refill.c
/freebsd-11-stable/lib/libc/stdio/remove.c
/freebsd-11-stable/lib/libc/stdio/rewind.c
/freebsd-11-stable/lib/libc/stdio/rget.c
/freebsd-11-stable/lib/libc/stdio/scanf.c
/freebsd-11-stable/lib/libc/stdio/setbuf.c
/freebsd-11-stable/lib/libc/stdio/setbuffer.c
/freebsd-11-stable/lib/libc/stdio/setvbuf.c
/freebsd-11-stable/lib/libc/stdio/snprintf.c
/freebsd-11-stable/lib/libc/stdio/sprintf.c
/freebsd-11-stable/lib/libc/stdio/sscanf.c
/freebsd-11-stable/lib/libc/stdio/stdio.c
/freebsd-11-stable/lib/libc/stdio/swprintf.c
/freebsd-11-stable/lib/libc/stdio/swscanf.c
/freebsd-11-stable/lib/libc/stdio/tempnam.c
/freebsd-11-stable/lib/libc/stdio/tmpfile.c
/freebsd-11-stable/lib/libc/stdio/tmpnam.c
/freebsd-11-stable/lib/libc/stdio/ungetc.c
/freebsd-11-stable/lib/libc/stdio/ungetwc.c
/freebsd-11-stable/lib/libc/stdio/vasprintf.c
/freebsd-11-stable/lib/libc/stdio/vdprintf.c
/freebsd-11-stable/lib/libc/stdio/vfprintf.c
/freebsd-11-stable/lib/libc/stdio/vfscanf.c
/freebsd-11-stable/lib/libc/stdio/vfwprintf.c
/freebsd-11-stable/lib/libc/stdio/vfwscanf.c
/freebsd-11-stable/lib/libc/stdio/vprintf.c
/freebsd-11-stable/lib/libc/stdio/vscanf.c
/freebsd-11-stable/lib/libc/stdio/vsnprintf.c
/freebsd-11-stable/lib/libc/stdio/vsprintf.c
/freebsd-11-stable/lib/libc/stdio/vsscanf.c
/freebsd-11-stable/lib/libc/stdio/vswprintf.c
/freebsd-11-stable/lib/libc/stdio/vswscanf.c
/freebsd-11-stable/lib/libc/stdio/vwprintf.c
/freebsd-11-stable/lib/libc/stdio/vwscanf.c
/freebsd-11-stable/lib/libc/stdio/wbuf.c
/freebsd-11-stable/lib/libc/stdio/wprintf.c
/freebsd-11-stable/lib/libc/stdio/wscanf.c
/freebsd-11-stable/lib/libc/stdio/wsetup.c
/freebsd-11-stable/lib/libc/stdio/xprintf.c
/freebsd-11-stable/lib/libc/stdio/xprintf_errno.c
/freebsd-11-stable/lib/libc/stdio/xprintf_float.c
/freebsd-11-stable/lib/libc/stdio/xprintf_hexdump.c
/freebsd-11-stable/lib/libc/stdio/xprintf_int.c
/freebsd-11-stable/lib/libc/stdio/xprintf_quote.c
/freebsd-11-stable/lib/libc/stdio/xprintf_str.c
/freebsd-11-stable/lib/libc/stdio/xprintf_time.c
/freebsd-11-stable/lib/libc/stdio/xprintf_vis.c
/freebsd-11-stable/lib/libc/stdlib/abort.c
/freebsd-11-stable/lib/libc/stdlib/abs.c
/freebsd-11-stable/lib/libc/stdlib/atexit.c
/freebsd-11-stable/lib/libc/stdlib/atexit.h
/freebsd-11-stable/lib/libc/stdlib/atof.c
/freebsd-11-stable/lib/libc/stdlib/atoi.c
/freebsd-11-stable/lib/libc/stdlib/atol.c
/freebsd-11-stable/lib/libc/stdlib/atoll.c
/freebsd-11-stable/lib/libc/stdlib/bsearch.c
/freebsd-11-stable/lib/libc/stdlib/div.c
/freebsd-11-stable/lib/libc/stdlib/exit.c
/freebsd-11-stable/lib/libc/stdlib/getenv.c
/freebsd-11-stable/lib/libc/stdlib/getopt.c
/freebsd-11-stable/lib/libc/stdlib/getsubopt.c
/freebsd-11-stable/lib/libc/stdlib/hcreate.c
/freebsd-11-stable/lib/libc/stdlib/heapsort.c
/freebsd-11-stable/lib/libc/stdlib/imaxabs.c
/freebsd-11-stable/lib/libc/stdlib/imaxdiv.c
/freebsd-11-stable/lib/libc/stdlib/labs.c
/freebsd-11-stable/lib/libc/stdlib/ldiv.c
/freebsd-11-stable/lib/libc/stdlib/llabs.c
/freebsd-11-stable/lib/libc/stdlib/lldiv.c
/freebsd-11-stable/lib/libc/stdlib/merge.c
/freebsd-11-stable/lib/libc/stdlib/ptsname.c
/freebsd-11-stable/lib/libc/stdlib/qsort.c
/freebsd-11-stable/lib/libc/stdlib/quick_exit.c
/freebsd-11-stable/lib/libc/stdlib/radixsort.c
/freebsd-11-stable/lib/libc/stdlib/rand.c
/freebsd-11-stable/lib/libc/stdlib/random.c
/freebsd-11-stable/lib/libc/stdlib/reallocf.c
/freebsd-11-stable/lib/libc/stdlib/realpath.c
/freebsd-11-stable/lib/libc/stdlib/strfmon.c
/freebsd-11-stable/lib/libc/stdlib/strtoimax.c
/freebsd-11-stable/lib/libc/stdlib/strtol.c
/freebsd-11-stable/lib/libc/stdlib/strtoll.c
/freebsd-11-stable/lib/libc/stdlib/strtoq.c
/freebsd-11-stable/lib/libc/stdlib/strtoul.c
/freebsd-11-stable/lib/libc/stdlib/strtoull.c
/freebsd-11-stable/lib/libc/stdlib/strtoumax.c
/freebsd-11-stable/lib/libc/stdlib/strtouq.c
/freebsd-11-stable/lib/libc/stdlib/system.c
/freebsd-11-stable/lib/libc/stdtime/strptime.c
/freebsd-11-stable/lib/libc/stdtime/timelocal.c
/freebsd-11-stable/lib/libc/stdtime/timelocal.h
/freebsd-11-stable/lib/libc/string/bcmp.c
/freebsd-11-stable/lib/libc/string/bcopy.c
/freebsd-11-stable/lib/libc/string/ffs.c
/freebsd-11-stable/lib/libc/string/ffsl.c
/freebsd-11-stable/lib/libc/string/ffsll.c
/freebsd-11-stable/lib/libc/string/fls.c
/freebsd-11-stable/lib/libc/string/flsl.c
/freebsd-11-stable/lib/libc/string/flsll.c
/freebsd-11-stable/lib/libc/string/memccpy.c
/freebsd-11-stable/lib/libc/string/memchr.c
/freebsd-11-stable/lib/libc/string/memcmp.c
/freebsd-11-stable/lib/libc/string/memmem.c
/freebsd-11-stable/lib/libc/string/memset.c
/freebsd-11-stable/lib/libc/string/stpcpy.c
/freebsd-11-stable/lib/libc/string/stpncpy.c
/freebsd-11-stable/lib/libc/string/strcasecmp.c
/freebsd-11-stable/lib/libc/string/strcasestr.c
/freebsd-11-stable/lib/libc/string/strcat.c
/freebsd-11-stable/lib/libc/string/strchr.c
/freebsd-11-stable/lib/libc/string/strchrnul.c
/freebsd-11-stable/lib/libc/string/strcmp.c
/freebsd-11-stable/lib/libc/string/strcoll.c
/freebsd-11-stable/lib/libc/string/strcpy.c
/freebsd-11-stable/lib/libc/string/strcspn.c
/freebsd-11-stable/lib/libc/string/strdup.c
/freebsd-11-stable/lib/libc/string/strerror.c
/freebsd-11-stable/lib/libc/string/strlen.c
/freebsd-11-stable/lib/libc/string/strmode.c
/freebsd-11-stable/lib/libc/string/strncat.c
/freebsd-11-stable/lib/libc/string/strncmp.c
/freebsd-11-stable/lib/libc/string/strncpy.c
/freebsd-11-stable/lib/libc/string/strnlen.c
/freebsd-11-stable/lib/libc/string/strnstr.c
/freebsd-11-stable/lib/libc/string/strpbrk.c
/freebsd-11-stable/lib/libc/string/strrchr.c
/freebsd-11-stable/lib/libc/string/strsep.c
/freebsd-11-stable/lib/libc/string/strsignal.c
/freebsd-11-stable/lib/libc/string/strspn.c
/freebsd-11-stable/lib/libc/string/strstr.c
/freebsd-11-stable/lib/libc/string/strtok.c
/freebsd-11-stable/lib/libc/string/strxfrm.c
/freebsd-11-stable/lib/libc/string/swab.c
/freebsd-11-stable/lib/libc/string/wcpcpy.c
/freebsd-11-stable/lib/libc/string/wcpncpy.c
/freebsd-11-stable/lib/libc/string/wcscasecmp.c
/freebsd-11-stable/lib/libc/string/wcscat.c
/freebsd-11-stable/lib/libc/string/wcschr.c
/freebsd-11-stable/lib/libc/string/wcscmp.c
/freebsd-11-stable/lib/libc/string/wcscoll.c
/freebsd-11-stable/lib/libc/string/wcscpy.c
/freebsd-11-stable/lib/libc/string/wcscspn.c
/freebsd-11-stable/lib/libc/string/wcsdup.c
/freebsd-11-stable/lib/libc/string/wcslcat.c
/freebsd-11-stable/lib/libc/string/wcslcpy.c
/freebsd-11-stable/lib/libc/string/wcslen.c
/freebsd-11-stable/lib/libc/string/wcsncasecmp.c
/freebsd-11-stable/lib/libc/string/wcsncat.c
/freebsd-11-stable/lib/libc/string/wcsncmp.c
/freebsd-11-stable/lib/libc/string/wcsncpy.c
/freebsd-11-stable/lib/libc/string/wcsnlen.c
/freebsd-11-stable/lib/libc/string/wcspbrk.c
/freebsd-11-stable/lib/libc/string/wcsrchr.c
/freebsd-11-stable/lib/libc/string/wcsspn.c
/freebsd-11-stable/lib/libc/string/wcsstr.c
/freebsd-11-stable/lib/libc/string/wcstok.c
/freebsd-11-stable/lib/libc/string/wcswidth.c
/freebsd-11-stable/lib/libc/string/wcsxfrm.c
/freebsd-11-stable/lib/libc/string/wmemchr.c
/freebsd-11-stable/lib/libc/string/wmemcmp.c
/freebsd-11-stable/lib/libc/string/wmemcpy.c
/freebsd-11-stable/lib/libc/string/wmemmove.c
/freebsd-11-stable/lib/libc/string/wmemset.c
/freebsd-11-stable/lib/libc/sys/__error.c
/freebsd-11-stable/lib/libc/sys/__vdso_gettimeofday.c
/freebsd-11-stable/lib/libc/sys/clock_gettime.c
/freebsd-11-stable/lib/libc/sys/fcntl.c
/freebsd-11-stable/lib/libc/sys/gettimeofday.c
/freebsd-11-stable/lib/libc/sys/sigwait.c
/freebsd-11-stable/lib/libc/uuid/uuid_compare.c
/freebsd-11-stable/lib/libc/uuid/uuid_create.c
/freebsd-11-stable/lib/libc/uuid/uuid_create_nil.c
/freebsd-11-stable/lib/libc/uuid/uuid_equal.c
/freebsd-11-stable/lib/libc/uuid/uuid_from_string.c
/freebsd-11-stable/lib/libc/uuid/uuid_hash.c
/freebsd-11-stable/lib/libc/uuid/uuid_is_nil.c
/freebsd-11-stable/lib/libc/uuid/uuid_stream.c
/freebsd-11-stable/lib/libc/uuid/uuid_to_string.c
/freebsd-11-stable/lib/libc/xdr/xdr.c
/freebsd-11-stable/lib/libc/xdr/xdr_array.c
/freebsd-11-stable/lib/libc/xdr/xdr_float.c
/freebsd-11-stable/lib/libc/xdr/xdr_mem.c
/freebsd-11-stable/lib/libc/xdr/xdr_rec.c
/freebsd-11-stable/lib/libc/xdr/xdr_reference.c
/freebsd-11-stable/lib/libc/xdr/xdr_sizeof.c
/freebsd-11-stable/lib/libc/xdr/xdr_stdio.c
/freebsd-11-stable/lib/libc/yp/xdryp.c
/freebsd-11-stable/lib/libc/yp/yplib.c
/freebsd-11-stable/lib/libc_nonshared/__stub.c
/freebsd-11-stable/lib/libcalendar/calendar.c
/freebsd-11-stable/lib/libcalendar/calendar.h
/freebsd-11-stable/lib/libcalendar/easter.c
/freebsd-11-stable/lib/libcam/camlib.c
/freebsd-11-stable/lib/libcam/camlib.h
/freebsd-11-stable/lib/libcam/scsi_cmdparse.c
/freebsd-11-stable/lib/libcompat/4.1/ftime.c
/freebsd-11-stable/lib/libcompat/4.3/re_comp.c
/freebsd-11-stable/lib/libcompat/4.3/rexec.c
/freebsd-11-stable/lib/libcompat/4.4/cuserid.c
/freebsd-11-stable/lib/libcrypt/crypt-md5.c
/freebsd-11-stable/lib/libcrypt/crypt-nthash.c
/freebsd-11-stable/lib/libcrypt/crypt-sha256.c
/freebsd-11-stable/lib/libcrypt/crypt-sha512.c
/freebsd-11-stable/lib/libcrypt/crypt.c
/freebsd-11-stable/lib/libcrypt/crypt.h
/freebsd-11-stable/lib/libcrypt/misc.c
/freebsd-11-stable/lib/libdevinfo/devinfo.c
/freebsd-11-stable/lib/libdevinfo/devinfo.h
/freebsd-11-stable/lib/libdevinfo/devinfo_var.h
/freebsd-11-stable/lib/libdevstat/devstat.c
/freebsd-11-stable/lib/libdevstat/devstat.h
/freebsd-11-stable/lib/libfetch/common.c
/freebsd-11-stable/lib/libfetch/common.h
/freebsd-11-stable/lib/libfetch/fetch.c
/freebsd-11-stable/lib/libfetch/fetch.h
/freebsd-11-stable/lib/libfetch/file.c
/freebsd-11-stable/lib/libfetch/ftp.c
/freebsd-11-stable/lib/libfetch/http.c
/freebsd-11-stable/lib/libgeom/geom_ctl.c
/freebsd-11-stable/lib/libgeom/geom_getxml.c
/freebsd-11-stable/lib/libgeom/geom_stats.c
/freebsd-11-stable/lib/libgeom/geom_util.c
/freebsd-11-stable/lib/libgeom/geom_xml2tree.c
/freebsd-11-stable/lib/libgeom/libgeom.h
/freebsd-11-stable/lib/libgssapi/context.h
/freebsd-11-stable/lib/libgssapi/cred.h
/freebsd-11-stable/lib/libgssapi/gss_accept_sec_context.c
/freebsd-11-stable/lib/libgssapi/gss_acquire_cred.c
/freebsd-11-stable/lib/libgssapi/gss_add_cred.c
/freebsd-11-stable/lib/libgssapi/gss_add_oid_set_member.c
/freebsd-11-stable/lib/libgssapi/gss_buffer_set.c
/freebsd-11-stable/lib/libgssapi/gss_canonicalize_name.c
/freebsd-11-stable/lib/libgssapi/gss_compare_name.c
/freebsd-11-stable/lib/libgssapi/gss_context_time.c
/freebsd-11-stable/lib/libgssapi/gss_create_empty_oid_set.c
/freebsd-11-stable/lib/libgssapi/gss_decapsulate_token.c
/freebsd-11-stable/lib/libgssapi/gss_delete_sec_context.c
/freebsd-11-stable/lib/libgssapi/gss_display_name.c
/freebsd-11-stable/lib/libgssapi/gss_display_status.c
/freebsd-11-stable/lib/libgssapi/gss_duplicate_name.c
/freebsd-11-stable/lib/libgssapi/gss_duplicate_oid.c
/freebsd-11-stable/lib/libgssapi/gss_encapsulate_token.c
/freebsd-11-stable/lib/libgssapi/gss_export_name.c
/freebsd-11-stable/lib/libgssapi/gss_export_sec_context.c
/freebsd-11-stable/lib/libgssapi/gss_get_mic.c
/freebsd-11-stable/lib/libgssapi/gss_import_name.c
/freebsd-11-stable/lib/libgssapi/gss_import_sec_context.c
/freebsd-11-stable/lib/libgssapi/gss_indicate_mechs.c
/freebsd-11-stable/lib/libgssapi/gss_init_sec_context.c
/freebsd-11-stable/lib/libgssapi/gss_inquire_context.c
/freebsd-11-stable/lib/libgssapi/gss_inquire_cred.c
/freebsd-11-stable/lib/libgssapi/gss_inquire_cred_by_mech.c
/freebsd-11-stable/lib/libgssapi/gss_inquire_cred_by_oid.c
/freebsd-11-stable/lib/libgssapi/gss_inquire_mechs_for_name.c
/freebsd-11-stable/lib/libgssapi/gss_inquire_names_for_mech.c
/freebsd-11-stable/lib/libgssapi/gss_inquire_sec_context_by_oid.c
/freebsd-11-stable/lib/libgssapi/gss_krb5.c
/freebsd-11-stable/lib/libgssapi/gss_mech_switch.c
/freebsd-11-stable/lib/libgssapi/gss_names.c
/freebsd-11-stable/lib/libgssapi/gss_oid_to_str.c
/freebsd-11-stable/lib/libgssapi/gss_pname_to_uid.c
/freebsd-11-stable/lib/libgssapi/gss_process_context_token.c
/freebsd-11-stable/lib/libgssapi/gss_pseudo_random.c
/freebsd-11-stable/lib/libgssapi/gss_release_buffer.c
/freebsd-11-stable/lib/libgssapi/gss_release_cred.c
/freebsd-11-stable/lib/libgssapi/gss_release_name.c
/freebsd-11-stable/lib/libgssapi/gss_release_oid.c
/freebsd-11-stable/lib/libgssapi/gss_release_oid_set.c
/freebsd-11-stable/lib/libgssapi/gss_seal.c
/freebsd-11-stable/lib/libgssapi/gss_set_cred_option.c
/freebsd-11-stable/lib/libgssapi/gss_set_sec_context_option.c
/freebsd-11-stable/lib/libgssapi/gss_sign.c
/freebsd-11-stable/lib/libgssapi/gss_test_oid_set_member.c
/freebsd-11-stable/lib/libgssapi/gss_unseal.c
/freebsd-11-stable/lib/libgssapi/gss_unwrap.c
/freebsd-11-stable/lib/libgssapi/gss_utils.c
/freebsd-11-stable/lib/libgssapi/gss_verify.c
/freebsd-11-stable/lib/libgssapi/gss_verify_mic.c
/freebsd-11-stable/lib/libgssapi/gss_wrap.c
/freebsd-11-stable/lib/libgssapi/gss_wrap_size_limit.c
/freebsd-11-stable/lib/libgssapi/mech_switch.h
/freebsd-11-stable/lib/libgssapi/name.h
/freebsd-11-stable/lib/libgssapi/spnego.h
/freebsd-11-stable/lib/libgssapi/utils.h
/freebsd-11-stable/lib/libiconv_modules/BIG5/citrus_big5.c
/freebsd-11-stable/lib/libiconv_modules/BIG5/citrus_big5.h
/freebsd-11-stable/lib/libiconv_modules/DECHanyu/citrus_dechanyu.c
/freebsd-11-stable/lib/libiconv_modules/DECHanyu/citrus_dechanyu.h
/freebsd-11-stable/lib/libiconv_modules/EUC/citrus_euc.c
/freebsd-11-stable/lib/libiconv_modules/EUC/citrus_euc.h
/freebsd-11-stable/lib/libiconv_modules/EUCTW/citrus_euctw.c
/freebsd-11-stable/lib/libiconv_modules/EUCTW/citrus_euctw.h
/freebsd-11-stable/lib/libiconv_modules/GBK2K/citrus_gbk2k.c
/freebsd-11-stable/lib/libiconv_modules/GBK2K/citrus_gbk2k.h
/freebsd-11-stable/lib/libiconv_modules/HZ/citrus_hz.c
/freebsd-11-stable/lib/libiconv_modules/HZ/citrus_hz.h
/freebsd-11-stable/lib/libiconv_modules/ISO2022/citrus_iso2022.c
/freebsd-11-stable/lib/libiconv_modules/ISO2022/citrus_iso2022.h
/freebsd-11-stable/lib/libiconv_modules/JOHAB/citrus_johab.c
/freebsd-11-stable/lib/libiconv_modules/JOHAB/citrus_johab.h
/freebsd-11-stable/lib/libiconv_modules/MSKanji/citrus_mskanji.c
/freebsd-11-stable/lib/libiconv_modules/MSKanji/citrus_mskanji.h
/freebsd-11-stable/lib/libiconv_modules/UES/citrus_ues.c
/freebsd-11-stable/lib/libiconv_modules/UES/citrus_ues.h
/freebsd-11-stable/lib/libiconv_modules/UTF1632/citrus_utf1632.c
/freebsd-11-stable/lib/libiconv_modules/UTF1632/citrus_utf1632.h
/freebsd-11-stable/lib/libiconv_modules/UTF7/citrus_utf7.c
/freebsd-11-stable/lib/libiconv_modules/UTF7/citrus_utf7.h
/freebsd-11-stable/lib/libiconv_modules/UTF8/citrus_utf8.c
/freebsd-11-stable/lib/libiconv_modules/UTF8/citrus_utf8.h
/freebsd-11-stable/lib/libiconv_modules/VIQR/citrus_viqr.c
/freebsd-11-stable/lib/libiconv_modules/VIQR/citrus_viqr.h
/freebsd-11-stable/lib/libiconv_modules/ZW/citrus_zw.c
/freebsd-11-stable/lib/libiconv_modules/ZW/citrus_zw.h
/freebsd-11-stable/lib/libiconv_modules/iconv_none/citrus_iconv_none.c
/freebsd-11-stable/lib/libiconv_modules/iconv_none/citrus_iconv_none.h
/freebsd-11-stable/lib/libiconv_modules/iconv_std/citrus_iconv_std.c
/freebsd-11-stable/lib/libiconv_modules/iconv_std/citrus_iconv_std.h
/freebsd-11-stable/lib/libiconv_modules/iconv_std/citrus_iconv_std_local.h
/freebsd-11-stable/lib/libiconv_modules/mapper_646/citrus_mapper_646.c
/freebsd-11-stable/lib/libiconv_modules/mapper_646/citrus_mapper_646.h
/freebsd-11-stable/lib/libiconv_modules/mapper_none/citrus_mapper_none.c
/freebsd-11-stable/lib/libiconv_modules/mapper_none/citrus_mapper_none.h
/freebsd-11-stable/lib/libiconv_modules/mapper_serial/citrus_mapper_serial.c
/freebsd-11-stable/lib/libiconv_modules/mapper_serial/citrus_mapper_serial.h
/freebsd-11-stable/lib/libiconv_modules/mapper_std/citrus_mapper_std.c
/freebsd-11-stable/lib/libiconv_modules/mapper_std/citrus_mapper_std.h
/freebsd-11-stable/lib/libiconv_modules/mapper_std/citrus_mapper_std_file.h
/freebsd-11-stable/lib/libiconv_modules/mapper_std/citrus_mapper_std_local.h
/freebsd-11-stable/lib/libiconv_modules/mapper_zone/citrus_mapper_zone.c
/freebsd-11-stable/lib/libiconv_modules/mapper_zone/citrus_mapper_zone.h
/freebsd-11-stable/lib/libipsec/ipsec_dump_policy.c
/freebsd-11-stable/lib/libipsec/ipsec_get_policylen.c
/freebsd-11-stable/lib/libipsec/ipsec_strerror.c
/freebsd-11-stable/lib/libipsec/ipsec_strerror.h
/freebsd-11-stable/lib/libipsec/libpfkey.h
/freebsd-11-stable/lib/libipsec/pfkey.c
/freebsd-11-stable/lib/libipsec/pfkey_dump.c
/freebsd-11-stable/lib/libipsec/policy_parse.y
/freebsd-11-stable/lib/libipsec/policy_token.l
/freebsd-11-stable/lib/libipsec/test-policy.c
/freebsd-11-stable/lib/libjail/jail.c
/freebsd-11-stable/lib/libjail/jail.h
/freebsd-11-stable/lib/libjail/jail_getid.c
/freebsd-11-stable/lib/libkiconv/kiconv_sysctl.c
/freebsd-11-stable/lib/libkiconv/quirks.c
/freebsd-11-stable/lib/libkiconv/quirks.h
/freebsd-11-stable/lib/libkiconv/xlat16_iconv.c
/freebsd-11-stable/lib/libkiconv/xlat16_sysctl.c
/freebsd-11-stable/lib/libkvm/kvm.c
/freebsd-11-stable/lib/libkvm/kvm.h
/freebsd-11-stable/lib/libkvm/kvm_amd64.c
/freebsd-11-stable/lib/libkvm/kvm_arm.c
/freebsd-11-stable/lib/libkvm/kvm_cptime.c
/freebsd-11-stable/lib/libkvm/kvm_getloadavg.c
/freebsd-11-stable/lib/libkvm/kvm_getswapinfo.c
/freebsd-11-stable/lib/libkvm/kvm_i386.c
/freebsd-11-stable/lib/libkvm/kvm_minidump_amd64.c
/freebsd-11-stable/lib/libkvm/kvm_minidump_arm.c
/freebsd-11-stable/lib/libkvm/kvm_minidump_i386.c
/freebsd-11-stable/lib/libkvm/kvm_minidump_mips.c
/freebsd-11-stable/lib/libkvm/kvm_pcpu.c
/freebsd-11-stable/lib/libkvm/kvm_powerpc.c
/freebsd-11-stable/lib/libkvm/kvm_powerpc64.c
/freebsd-11-stable/lib/libkvm/kvm_private.h
/freebsd-11-stable/lib/libkvm/kvm_proc.c
/freebsd-11-stable/lib/libkvm/kvm_sparc64.c
/freebsd-11-stable/lib/libkvm/kvm_vnet.c
/freebsd-11-stable/lib/libmemstat/memstat.c
/freebsd-11-stable/lib/libmemstat/memstat.h
/freebsd-11-stable/lib/libmemstat/memstat_all.c
/freebsd-11-stable/lib/libmemstat/memstat_internal.h
/freebsd-11-stable/lib/libmemstat/memstat_malloc.c
/freebsd-11-stable/lib/libmemstat/memstat_uma.c
/freebsd-11-stable/lib/libmp/mpasbn.c
/freebsd-11-stable/lib/libnandfs/libnandfs.h
/freebsd-11-stable/lib/libnandfs/nandfs.c
/freebsd-11-stable/lib/libnetbsd/rmd160.h
/freebsd-11-stable/lib/libnetbsd/sha1.h
/freebsd-11-stable/lib/libnetbsd/sha2.h
/freebsd-11-stable/lib/libnetbsd/stdlib.h
/freebsd-11-stable/lib/libnetbsd/strsuftoll.c
/freebsd-11-stable/lib/libnetbsd/sys/cdefs.h
/freebsd-11-stable/lib/libnetbsd/util.c
/freebsd-11-stable/lib/libnetbsd/util.h
/freebsd-11-stable/lib/libnv/common_impl.h
/freebsd-11-stable/lib/libnv/msgio.c
/freebsd-11-stable/lib/libnv/msgio.h
/freebsd-11-stable/lib/libpam/libpam/security/pam_mod_misc.h
/freebsd-11-stable/lib/libpam/modules/pam_chroot/pam_chroot.c
/freebsd-11-stable/lib/libpam/modules/pam_deny/pam_deny.c
/freebsd-11-stable/lib/libpam/modules/pam_echo/pam_echo.c
/freebsd-11-stable/lib/libpam/modules/pam_exec/pam_exec.c
/freebsd-11-stable/lib/libpam/modules/pam_ftpusers/pam_ftpusers.c
/freebsd-11-stable/lib/libpam/modules/pam_group/pam_group.c
/freebsd-11-stable/lib/libpam/modules/pam_guest/pam_guest.c
/freebsd-11-stable/lib/libpam/modules/pam_ksu/pam_ksu.c
/freebsd-11-stable/lib/libpam/modules/pam_lastlog/pam_lastlog.c
/freebsd-11-stable/lib/libpam/modules/pam_login_access/pam_login_access.c
/freebsd-11-stable/lib/libpam/modules/pam_login_access/pam_login_access.h
/freebsd-11-stable/lib/libpam/modules/pam_nologin/pam_nologin.c
/freebsd-11-stable/lib/libpam/modules/pam_opie/pam_opie.c
/freebsd-11-stable/lib/libpam/modules/pam_opieaccess/pam_opieaccess.c
/freebsd-11-stable/lib/libpam/modules/pam_permit/pam_permit.c
/freebsd-11-stable/lib/libpam/modules/pam_radius/pam_radius.c
/freebsd-11-stable/lib/libpam/modules/pam_rhosts/pam_rhosts.c
/freebsd-11-stable/lib/libpam/modules/pam_rootok/pam_rootok.c
/freebsd-11-stable/lib/libpam/modules/pam_securetty/pam_securetty.c
/freebsd-11-stable/lib/libpam/modules/pam_self/pam_self.c
/freebsd-11-stable/lib/libpam/modules/pam_ssh/pam_ssh.c
/freebsd-11-stable/lib/libpam/modules/pam_tacplus/pam_tacplus.c
/freebsd-11-stable/lib/libpam/modules/pam_unix/pam_unix.c
/freebsd-11-stable/lib/libpjdlog/pjdlog.c
/freebsd-11-stable/lib/libpjdlog/pjdlog.h
/freebsd-11-stable/lib/libpmc/libpmc.c
/freebsd-11-stable/lib/libpmc/libpmcinternal.h
/freebsd-11-stable/lib/libpmc/pmc.h
/freebsd-11-stable/lib/libpmc/pmclog.c
/freebsd-11-stable/lib/libpmc/pmclog.h
/freebsd-11-stable/lib/libprocstat/cd9660.c
/freebsd-11-stable/lib/libprocstat/common_kvm.c
/freebsd-11-stable/lib/libprocstat/common_kvm.h
/freebsd-11-stable/lib/libprocstat/core.c
/freebsd-11-stable/lib/libprocstat/core.h
/freebsd-11-stable/lib/libprocstat/libprocstat.c
/freebsd-11-stable/lib/libprocstat/libprocstat.h
/freebsd-11-stable/lib/libprocstat/libprocstat_internal.h
/freebsd-11-stable/lib/libprocstat/msdosfs.c
/freebsd-11-stable/lib/libprocstat/smbfs.c
/freebsd-11-stable/lib/libprocstat/udf.c
/freebsd-11-stable/lib/libprocstat/zfs.c
/freebsd-11-stable/lib/libradius/radlib.c
/freebsd-11-stable/lib/libradius/radlib.h
/freebsd-11-stable/lib/libradius/radlib_private.h
/freebsd-11-stable/lib/libradius/radlib_vs.h
/freebsd-11-stable/lib/librpcsec_gss/rpcsec_gss.c
/freebsd-11-stable/lib/librpcsec_gss/rpcsec_gss_conf.c
/freebsd-11-stable/lib/librpcsec_gss/rpcsec_gss_int.h
/freebsd-11-stable/lib/librpcsec_gss/rpcsec_gss_misc.c
/freebsd-11-stable/lib/librpcsec_gss/rpcsec_gss_prot.c
/freebsd-11-stable/lib/librpcsec_gss/svc_rpcsec_gss.c
/freebsd-11-stable/lib/librpcsvc/yp_passwd.c
/freebsd-11-stable/lib/librpcsvc/yp_update.c
/freebsd-11-stable/lib/librt/aio.c
/freebsd-11-stable/lib/librt/mq.c
/freebsd-11-stable/lib/librt/sigev_thread.c
/freebsd-11-stable/lib/librt/sigev_thread.h
/freebsd-11-stable/lib/librt/timer.c
/freebsd-11-stable/lib/librtld_db/rtld_db.c
/freebsd-11-stable/lib/librtld_db/rtld_db.h
/freebsd-11-stable/lib/libsdp/sdp-int.h
/freebsd-11-stable/lib/libsdp/sdp.h
/freebsd-11-stable/lib/libsdp/search.c
/freebsd-11-stable/lib/libsdp/service.c
/freebsd-11-stable/lib/libsdp/session.c
/freebsd-11-stable/lib/libsdp/util.c
/freebsd-11-stable/lib/libstdbuf/stdbuf.c
/freebsd-11-stable/lib/libstdthreads/call_once.c
/freebsd-11-stable/lib/libstdthreads/cnd.c
/freebsd-11-stable/lib/libstdthreads/mtx.c
/freebsd-11-stable/lib/libstdthreads/thrd.c
/freebsd-11-stable/lib/libstdthreads/threads.h
/freebsd-11-stable/lib/libstdthreads/tss.c
/freebsd-11-stable/lib/libtacplus/taclib.c
/freebsd-11-stable/lib/libtacplus/taclib.h
/freebsd-11-stable/lib/libtacplus/taclib_private.h
/freebsd-11-stable/lib/libthr/arch/amd64/include/pthread_md.h
/freebsd-11-stable/lib/libthr/arch/arm/include/pthread_md.h
/freebsd-11-stable/lib/libthr/arch/i386/include/pthread_md.h
/freebsd-11-stable/lib/libthr/arch/mips/include/pthread_md.h
/freebsd-11-stable/lib/libthr/arch/powerpc/include/pthread_md.h
/freebsd-11-stable/lib/libthr/arch/sparc64/include/pthread_md.h
/freebsd-11-stable/lib/libthr/sys/thr_error.c
/freebsd-11-stable/lib/libthr/thread/thr_affinity.c
/freebsd-11-stable/lib/libthr/thread/thr_attr.c
/freebsd-11-stable/lib/libthr/thread/thr_autoinit.c
/freebsd-11-stable/lib/libthr/thread/thr_barrier.c
/freebsd-11-stable/lib/libthr/thread/thr_barrierattr.c
/freebsd-11-stable/lib/libthr/thread/thr_cancel.c
/freebsd-11-stable/lib/libthr/thread/thr_clean.c
/freebsd-11-stable/lib/libthr/thread/thr_concurrency.c
/freebsd-11-stable/lib/libthr/thread/thr_cond.c
/freebsd-11-stable/lib/libthr/thread/thr_condattr.c
/freebsd-11-stable/lib/libthr/thread/thr_create.c
/freebsd-11-stable/lib/libthr/thread/thr_detach.c
/freebsd-11-stable/lib/libthr/thread/thr_equal.c
/freebsd-11-stable/lib/libthr/thread/thr_event.c
/freebsd-11-stable/lib/libthr/thread/thr_exit.c
/freebsd-11-stable/lib/libthr/thread/thr_fork.c
/freebsd-11-stable/lib/libthr/thread/thr_getcpuclockid.c
/freebsd-11-stable/lib/libthr/thread/thr_getprio.c
/freebsd-11-stable/lib/libthr/thread/thr_getschedparam.c
/freebsd-11-stable/lib/libthr/thread/thr_getthreadid_np.c
/freebsd-11-stable/lib/libthr/thread/thr_info.c
/freebsd-11-stable/lib/libthr/thread/thr_init.c
/freebsd-11-stable/lib/libthr/thread/thr_join.c
/freebsd-11-stable/lib/libthr/thread/thr_kern.c
/freebsd-11-stable/lib/libthr/thread/thr_kill.c
/freebsd-11-stable/lib/libthr/thread/thr_list.c
/freebsd-11-stable/lib/libthr/thread/thr_main_np.c
/freebsd-11-stable/lib/libthr/thread/thr_multi_np.c
/freebsd-11-stable/lib/libthr/thread/thr_mutex.c
/freebsd-11-stable/lib/libthr/thread/thr_mutexattr.c
/freebsd-11-stable/lib/libthr/thread/thr_once.c
/freebsd-11-stable/lib/libthr/thread/thr_printf.c
/freebsd-11-stable/lib/libthr/thread/thr_private.h
/freebsd-11-stable/lib/libthr/thread/thr_pspinlock.c
/freebsd-11-stable/lib/libthr/thread/thr_resume_np.c
/freebsd-11-stable/lib/libthr/thread/thr_rtld.c
/freebsd-11-stable/lib/libthr/thread/thr_rwlock.c
/freebsd-11-stable/lib/libthr/thread/thr_rwlockattr.c
/freebsd-11-stable/lib/libthr/thread/thr_self.c
/freebsd-11-stable/lib/libthr/thread/thr_sem.c
/freebsd-11-stable/lib/libthr/thread/thr_setprio.c
/freebsd-11-stable/lib/libthr/thread/thr_setschedparam.c
/freebsd-11-stable/lib/libthr/thread/thr_sig.c
/freebsd-11-stable/lib/libthr/thread/thr_single_np.c
/freebsd-11-stable/lib/libthr/thread/thr_sleepq.c
/freebsd-11-stable/lib/libthr/thread/thr_spec.c
/freebsd-11-stable/lib/libthr/thread/thr_spinlock.c
/freebsd-11-stable/lib/libthr/thread/thr_stack.c
/freebsd-11-stable/lib/libthr/thread/thr_suspend_np.c
/freebsd-11-stable/lib/libthr/thread/thr_switch_np.c
/freebsd-11-stable/lib/libthr/thread/thr_symbols.c
/freebsd-11-stable/lib/libthr/thread/thr_syscalls.c
/freebsd-11-stable/lib/libthr/thread/thr_umtx.c
/freebsd-11-stable/lib/libthr/thread/thr_umtx.h
/freebsd-11-stable/lib/libthr/thread/thr_yield.c
/freebsd-11-stable/lib/libthread_db/arch/amd64/libpthread_md.c
/freebsd-11-stable/lib/libthread_db/arch/arm/libpthread_md.c
/freebsd-11-stable/lib/libthread_db/arch/i386/libpthread_md.c
/freebsd-11-stable/lib/libthread_db/arch/mips/libpthread_md.c
/freebsd-11-stable/lib/libthread_db/arch/powerpc/libpthread_md.c
/freebsd-11-stable/lib/libthread_db/arch/sparc64/libpthread_md.c
/freebsd-11-stable/lib/libthread_db/kse.h
/freebsd-11-stable/lib/libthread_db/libpthread_db.c
/freebsd-11-stable/lib/libthread_db/libpthread_db.h
/freebsd-11-stable/lib/libthread_db/libthr_db.c
/freebsd-11-stable/lib/libthread_db/thread_db.c
/freebsd-11-stable/lib/libthread_db/thread_db.h
/freebsd-11-stable/lib/libthread_db/thread_db_int.h
/freebsd-11-stable/lib/libufs/block.c
/freebsd-11-stable/lib/libufs/cgroup.c
/freebsd-11-stable/lib/libufs/inode.c
/freebsd-11-stable/lib/libufs/libufs.h
/freebsd-11-stable/lib/libufs/sblock.c
/freebsd-11-stable/lib/libufs/type.c
/freebsd-11-stable/lib/libugidfw/ugidfw.c
/freebsd-11-stable/lib/libugidfw/ugidfw.h
/freebsd-11-stable/lib/libulog/ulog.h
/freebsd-11-stable/lib/libulog/ulog_login.c
/freebsd-11-stable/lib/libulog/ulog_login_pseudo.c
/freebsd-11-stable/lib/libulog/utempter.c
/freebsd-11-stable/lib/libulog/utempter.h
/freebsd-11-stable/lib/libusb/libusb.h
/freebsd-11-stable/lib/libusb/libusb01.c
/freebsd-11-stable/lib/libusb/libusb10.c
/freebsd-11-stable/lib/libusb/libusb10.h
/freebsd-11-stable/lib/libusb/libusb10_desc.c
/freebsd-11-stable/lib/libusb/libusb10_io.c
/freebsd-11-stable/lib/libusb/libusb20.c
/freebsd-11-stable/lib/libusb/libusb20.h
/freebsd-11-stable/lib/libusb/libusb20_desc.c
/freebsd-11-stable/lib/libusb/libusb20_desc.h
/freebsd-11-stable/lib/libusb/libusb20_int.h
/freebsd-11-stable/lib/libusb/libusb20_ugen20.c
/freebsd-11-stable/lib/libusb/libusb_global_linux.h
/freebsd-11-stable/lib/libusb/usb.h
/freebsd-11-stable/lib/libusbhid/data.c
/freebsd-11-stable/lib/libusbhid/descr.c
/freebsd-11-stable/lib/libusbhid/descr_compat.c
/freebsd-11-stable/lib/libusbhid/parse.c
/freebsd-11-stable/lib/libusbhid/usage.c
/freebsd-11-stable/lib/libusbhid/usbhid.h
/freebsd-11-stable/lib/libusbhid/usbvar.h
/freebsd-11-stable/lib/libutil/auth.c
/freebsd-11-stable/lib/libutil/expand_number.c
/freebsd-11-stable/lib/libutil/fparseln.c
/freebsd-11-stable/lib/libutil/gr_util.c
/freebsd-11-stable/lib/libutil/hexdump.c
/freebsd-11-stable/lib/libutil/humanize_number.c
/freebsd-11-stable/lib/libutil/kinfo_getallproc.c
/freebsd-11-stable/lib/libutil/kinfo_getproc.c
/freebsd-11-stable/lib/libutil/kld.c
/freebsd-11-stable/lib/libutil/libutil.h
/freebsd-11-stable/lib/libutil/login_crypt.c
/freebsd-11-stable/lib/libutil/login_tty.c
/freebsd-11-stable/lib/libutil/pidfile.c
/freebsd-11-stable/lib/libutil/property.c
/freebsd-11-stable/lib/libutil/pty.c
/freebsd-11-stable/lib/libutil/pw_util.c
/freebsd-11-stable/lib/libutil/quotafile.c
/freebsd-11-stable/lib/libutil/realhostname.c
/freebsd-11-stable/lib/libutil/stub.c
/freebsd-11-stable/lib/libutil/trimdomain.c
/freebsd-11-stable/lib/libutil/uucplock.c
/freebsd-11-stable/lib/libvgl/bitmap.c
/freebsd-11-stable/lib/libvgl/keyboard.c
/freebsd-11-stable/lib/libvgl/main.c
/freebsd-11-stable/lib/libvgl/mouse.c
/freebsd-11-stable/lib/libvgl/simple.c
/freebsd-11-stable/lib/libvgl/text.c
/freebsd-11-stable/lib/libvgl/vgl.h
/freebsd-11-stable/lib/libvmmapi/vmmapi.c
/freebsd-11-stable/lib/libvmmapi/vmmapi.h
/freebsd-11-stable/lib/libvmmapi/vmmapi_freebsd.c
/freebsd-11-stable/lib/liby/main.c
/freebsd-11-stable/lib/liby/yyerror.c
/freebsd-11-stable/lib/libypclnt/ypclnt.h
/freebsd-11-stable/lib/libypclnt/ypclnt_connect.c
/freebsd-11-stable/lib/libypclnt/ypclnt_error.c
/freebsd-11-stable/lib/libypclnt/ypclnt_free.c
/freebsd-11-stable/lib/libypclnt/ypclnt_get.c
/freebsd-11-stable/lib/libypclnt/ypclnt_new.c
/freebsd-11-stable/lib/libypclnt/ypclnt_passwd.c
/freebsd-11-stable/lib/msun/amd64/fenv.c
/freebsd-11-stable/lib/msun/arm/fenv.c
/freebsd-11-stable/lib/msun/arm/fenv.h
/freebsd-11-stable/lib/msun/bsdsrc/b_exp.c
/freebsd-11-stable/lib/msun/bsdsrc/b_log.c
/freebsd-11-stable/lib/msun/bsdsrc/b_tgamma.c
/freebsd-11-stable/lib/msun/bsdsrc/mathimpl.h
/freebsd-11-stable/lib/msun/i387/fenv.c
/freebsd-11-stable/lib/msun/i387/invtrig.c
/freebsd-11-stable/lib/msun/ld128/invtrig.c
/freebsd-11-stable/lib/msun/ld128/invtrig.h
/freebsd-11-stable/lib/msun/ld128/k_expl.h
/freebsd-11-stable/lib/msun/ld128/s_exp2l.c
/freebsd-11-stable/lib/msun/ld128/s_expl.c
/freebsd-11-stable/lib/msun/ld128/s_logl.c
/freebsd-11-stable/lib/msun/ld128/s_nanl.c
/freebsd-11-stable/lib/msun/ld80/invtrig.c
/freebsd-11-stable/lib/msun/ld80/invtrig.h
/freebsd-11-stable/lib/msun/ld80/k_expl.h
/freebsd-11-stable/lib/msun/ld80/s_exp2l.c
/freebsd-11-stable/lib/msun/ld80/s_expl.c
/freebsd-11-stable/lib/msun/ld80/s_logl.c
/freebsd-11-stable/lib/msun/ld80/s_nanl.c
/freebsd-11-stable/lib/msun/mips/fenv.c
/freebsd-11-stable/lib/msun/mips/fenv.h
/freebsd-11-stable/lib/msun/powerpc/fenv.c
/freebsd-11-stable/lib/msun/powerpc/fenv.h
/freebsd-11-stable/lib/msun/sparc64/fenv.c
/freebsd-11-stable/lib/msun/sparc64/fenv.h
/freebsd-11-stable/lib/msun/src/catrig.c
/freebsd-11-stable/lib/msun/src/catrigf.c
/freebsd-11-stable/lib/msun/src/e_remainderl.c
/freebsd-11-stable/lib/msun/src/e_sqrtl.c
/freebsd-11-stable/lib/msun/src/fenv-softfloat.h
/freebsd-11-stable/lib/msun/src/imprecise.c
/freebsd-11-stable/lib/msun/src/k_exp.c
/freebsd-11-stable/lib/msun/src/k_expf.c
/freebsd-11-stable/lib/msun/src/s_carg.c
/freebsd-11-stable/lib/msun/src/s_cargf.c
/freebsd-11-stable/lib/msun/src/s_cargl.c
/freebsd-11-stable/lib/msun/src/s_ccosh.c
/freebsd-11-stable/lib/msun/src/s_ccoshf.c
/freebsd-11-stable/lib/msun/src/s_cexp.c
/freebsd-11-stable/lib/msun/src/s_cexpf.c
/freebsd-11-stable/lib/msun/src/s_cimag.c
/freebsd-11-stable/lib/msun/src/s_cimagf.c
/freebsd-11-stable/lib/msun/src/s_cimagl.c
/freebsd-11-stable/lib/msun/src/s_conj.c
/freebsd-11-stable/lib/msun/src/s_conjf.c
/freebsd-11-stable/lib/msun/src/s_conjl.c
/freebsd-11-stable/lib/msun/src/s_copysignl.c
/freebsd-11-stable/lib/msun/src/s_cosl.c
/freebsd-11-stable/lib/msun/src/s_cproj.c
/freebsd-11-stable/lib/msun/src/s_cprojf.c
/freebsd-11-stable/lib/msun/src/s_cprojl.c
/freebsd-11-stable/lib/msun/src/s_creal.c
/freebsd-11-stable/lib/msun/src/s_crealf.c
/freebsd-11-stable/lib/msun/src/s_creall.c
/freebsd-11-stable/lib/msun/src/s_csinh.c
/freebsd-11-stable/lib/msun/src/s_csinhf.c
/freebsd-11-stable/lib/msun/src/s_csqrt.c
/freebsd-11-stable/lib/msun/src/s_csqrtf.c
/freebsd-11-stable/lib/msun/src/s_csqrtl.c
/freebsd-11-stable/lib/msun/src/s_ctanh.c
/freebsd-11-stable/lib/msun/src/s_ctanhf.c
/freebsd-11-stable/lib/msun/src/s_exp2.c
/freebsd-11-stable/lib/msun/src/s_exp2f.c
/freebsd-11-stable/lib/msun/src/s_fabsl.c
/freebsd-11-stable/lib/msun/src/s_fdim.c
/freebsd-11-stable/lib/msun/src/s_fma.c
/freebsd-11-stable/lib/msun/src/s_fmaf.c
/freebsd-11-stable/lib/msun/src/s_fmal.c
/freebsd-11-stable/lib/msun/src/s_fmax.c
/freebsd-11-stable/lib/msun/src/s_fmaxf.c
/freebsd-11-stable/lib/msun/src/s_fmaxl.c
/freebsd-11-stable/lib/msun/src/s_fmin.c
/freebsd-11-stable/lib/msun/src/s_fminf.c
/freebsd-11-stable/lib/msun/src/s_fminl.c
/freebsd-11-stable/lib/msun/src/s_frexpl.c
/freebsd-11-stable/lib/msun/src/s_isfinite.c
/freebsd-11-stable/lib/msun/src/s_isnan.c
/freebsd-11-stable/lib/msun/src/s_isnormal.c
/freebsd-11-stable/lib/msun/src/s_lrint.c
/freebsd-11-stable/lib/msun/src/s_lround.c
/freebsd-11-stable/lib/msun/src/s_modfl.c
/freebsd-11-stable/lib/msun/src/s_nan.c
/freebsd-11-stable/lib/msun/src/s_nearbyint.c
/freebsd-11-stable/lib/msun/src/s_rintl.c
/freebsd-11-stable/lib/msun/src/s_round.c
/freebsd-11-stable/lib/msun/src/s_roundf.c
/freebsd-11-stable/lib/msun/src/s_roundl.c
/freebsd-11-stable/lib/msun/src/s_scalbln.c
/freebsd-11-stable/lib/msun/src/s_signbit.c
/freebsd-11-stable/lib/msun/src/s_sinl.c
/freebsd-11-stable/lib/msun/src/s_tanl.c
/freebsd-11-stable/lib/msun/src/s_tgammaf.c
/freebsd-11-stable/lib/msun/x86/fenv.h
/freebsd-11-stable/lib/ncurses/ncurses/pathnames.h
/freebsd-11-stable/lib/ncurses/ncurses/termcap.c
/freebsd-11-stable/libexec/bootpd/rtmsg.c
/freebsd-11-stable/libexec/comsat/comsat.c
/freebsd-11-stable/libexec/fingerd/fingerd.c
/freebsd-11-stable/libexec/fingerd/pathnames.h
/freebsd-11-stable/libexec/ftpd/extern.h
/freebsd-11-stable/libexec/ftpd/ftpcmd.y
/freebsd-11-stable/libexec/ftpd/ftpd.c
/freebsd-11-stable/libexec/ftpd/logwtmp.c
/freebsd-11-stable/libexec/ftpd/pathnames.h
/freebsd-11-stable/libexec/ftpd/popen.c
/freebsd-11-stable/libexec/getty/extern.h
/freebsd-11-stable/libexec/getty/gettytab.h
/freebsd-11-stable/libexec/getty/init.c
/freebsd-11-stable/libexec/getty/main.c
/freebsd-11-stable/libexec/getty/pathnames.h
/freebsd-11-stable/libexec/getty/subr.c
/freebsd-11-stable/libexec/mknetid/hash.c
/freebsd-11-stable/libexec/mknetid/hash.h
/freebsd-11-stable/libexec/mknetid/mknetid.c
/freebsd-11-stable/libexec/mknetid/parse_group.c
/freebsd-11-stable/libexec/rbootd/bpf.c
/freebsd-11-stable/libexec/rbootd/conf.c
/freebsd-11-stable/libexec/rbootd/defs.h
/freebsd-11-stable/libexec/rbootd/parseconf.c
/freebsd-11-stable/libexec/rbootd/pathnames.h
/freebsd-11-stable/libexec/rbootd/rbootd.c
/freebsd-11-stable/libexec/rbootd/rmp.h
/freebsd-11-stable/libexec/rbootd/rmp_var.h
/freebsd-11-stable/libexec/rbootd/rmpproto.c
/freebsd-11-stable/libexec/rbootd/utils.c
/freebsd-11-stable/libexec/revnetgroup/hash.c
/freebsd-11-stable/libexec/revnetgroup/hash.h
/freebsd-11-stable/libexec/revnetgroup/parse_netgroup.c
/freebsd-11-stable/libexec/revnetgroup/revnetgroup.c
/freebsd-11-stable/libexec/rpc.rstatd/rstatd.c
/freebsd-11-stable/libexec/rpc.rusersd/extern.h
/freebsd-11-stable/libexec/rpc.rusersd/rusers_proc.c
/freebsd-11-stable/libexec/rpc.rusersd/rusersd.c
/freebsd-11-stable/libexec/rtld-elf/malloc.c
/freebsd-11-stable/libexec/rtld-elf/rtld_printf.c
/freebsd-11-stable/libexec/talkd/announce.c
/freebsd-11-stable/libexec/talkd/print.c
/freebsd-11-stable/libexec/talkd/process.c
/freebsd-11-stable/libexec/talkd/table.c
/freebsd-11-stable/libexec/talkd/talkd.c
/freebsd-11-stable/libexec/tftpd/tftpd.c
/freebsd-11-stable/libexec/ypxfr/yp_dbwrite.c
/freebsd-11-stable/libexec/ypxfr/ypxfr_extern.h
/freebsd-11-stable/libexec/ypxfr/ypxfr_getmap.c
/freebsd-11-stable/libexec/ypxfr/ypxfr_main.c
/freebsd-11-stable/libexec/ypxfr/ypxfr_misc.c
/freebsd-11-stable/libexec/ypxfr/ypxfrd_getmap.c
/freebsd-11-stable/release/picobsd/tinyware/login/pathnames.h
/freebsd-11-stable/release/picobsd/tinyware/login/pico-login.c
/freebsd-11-stable/release/picobsd/tinyware/passwd/extern.h
/freebsd-11-stable/release/picobsd/tinyware/passwd/local_passwd.c
/freebsd-11-stable/release/picobsd/tinyware/passwd/passwd.c
/freebsd-11-stable/release/picobsd/tinyware/passwd/pw_copy.c
/freebsd-11-stable/release/picobsd/tinyware/passwd/pw_util.c
/freebsd-11-stable/release/picobsd/tinyware/passwd/pw_util.h
/freebsd-11-stable/sbin/bsdlabel/bsdlabel.c
/freebsd-11-stable/sbin/bsdlabel/pathnames.h
/freebsd-11-stable/sbin/clri/clri.c
/freebsd-11-stable/sbin/devd/devd.cc
/freebsd-11-stable/sbin/dhclient/alloc.c
/freebsd-11-stable/sbin/dhclient/bpf.c
/freebsd-11-stable/sbin/dhclient/clparse.c
/freebsd-11-stable/sbin/dhclient/conflex.c
/freebsd-11-stable/sbin/dhclient/convert.c
/freebsd-11-stable/sbin/dhclient/dhclient.c
/freebsd-11-stable/sbin/dhclient/dhcp.h
/freebsd-11-stable/sbin/dhclient/dhcpd.h
/freebsd-11-stable/sbin/dhclient/dhctoken.h
/freebsd-11-stable/sbin/dhclient/dispatch.c
/freebsd-11-stable/sbin/dhclient/errwarn.c
/freebsd-11-stable/sbin/dhclient/hash.c
/freebsd-11-stable/sbin/dhclient/inet.c
/freebsd-11-stable/sbin/dhclient/options.c
/freebsd-11-stable/sbin/dhclient/packet.c
/freebsd-11-stable/sbin/dhclient/parse.c
/freebsd-11-stable/sbin/dhclient/tables.c
/freebsd-11-stable/sbin/dhclient/tree.c
/freebsd-11-stable/sbin/dhclient/tree.h
/freebsd-11-stable/sbin/dmesg/dmesg.c
/freebsd-11-stable/sbin/dump/dump.h
/freebsd-11-stable/sbin/dump/dumprmt.c
/freebsd-11-stable/sbin/dump/itime.c
/freebsd-11-stable/sbin/dump/main.c
/freebsd-11-stable/sbin/dump/optr.c
/freebsd-11-stable/sbin/dump/pathnames.h
/freebsd-11-stable/sbin/dump/tape.c
/freebsd-11-stable/sbin/dump/traverse.c
/freebsd-11-stable/sbin/dump/unctime.c
/freebsd-11-stable/sbin/dumpfs/dumpfs.c
/freebsd-11-stable/sbin/dumpon/dumpon.c
/freebsd-11-stable/sbin/etherswitchcfg/ifmedia.c
/freebsd-11-stable/sbin/ffsinfo/ffsinfo.c
/freebsd-11-stable/sbin/fsck/fsck.c
/freebsd-11-stable/sbin/fsck/fsutil.c
/freebsd-11-stable/sbin/fsck/preen.c
/freebsd-11-stable/sbin/fsck_ffs/dir.c
/freebsd-11-stable/sbin/fsck_ffs/fsck.h
/freebsd-11-stable/sbin/fsck_ffs/fsutil.c
/freebsd-11-stable/sbin/fsck_ffs/gjournal.c
/freebsd-11-stable/sbin/fsck_ffs/globs.c
/freebsd-11-stable/sbin/fsck_ffs/inode.c
/freebsd-11-stable/sbin/fsck_ffs/main.c
/freebsd-11-stable/sbin/fsck_ffs/pass1.c
/freebsd-11-stable/sbin/fsck_ffs/pass1b.c
/freebsd-11-stable/sbin/fsck_ffs/pass2.c
/freebsd-11-stable/sbin/fsck_ffs/pass3.c
/freebsd-11-stable/sbin/fsck_ffs/pass4.c
/freebsd-11-stable/sbin/fsck_ffs/pass5.c
/freebsd-11-stable/sbin/fsck_ffs/setup.c
/freebsd-11-stable/sbin/fsck_ffs/utilities.c
/freebsd-11-stable/sbin/growfs/debug.c
/freebsd-11-stable/sbin/growfs/debug.h
/freebsd-11-stable/sbin/growfs/growfs.c
/freebsd-11-stable/sbin/gvinum/gvinum.h
/freebsd-11-stable/sbin/ifconfig/af_inet.c
/freebsd-11-stable/sbin/ifconfig/af_inet6.c
/freebsd-11-stable/sbin/ifconfig/af_link.c
/freebsd-11-stable/sbin/ifconfig/ifclone.c
/freebsd-11-stable/sbin/ifconfig/ifconfig.c
/freebsd-11-stable/sbin/ifconfig/ifmedia.c
/freebsd-11-stable/sbin/ifconfig/ifvlan.c
/freebsd-11-stable/sbin/init/init.c
/freebsd-11-stable/sbin/init/pathnames.h
/freebsd-11-stable/sbin/mknod/mknod.c
/freebsd-11-stable/sbin/mount/getmntopts.c
/freebsd-11-stable/sbin/mount/mntopts.h
/freebsd-11-stable/sbin/mount/mount.c
/freebsd-11-stable/sbin/mount/mount_fs.c
/freebsd-11-stable/sbin/mount/pathnames.h
/freebsd-11-stable/sbin/mount/vfslist.c
/freebsd-11-stable/sbin/mount_cd9660/mount_cd9660.c
/freebsd-11-stable/sbin/mount_nfs/mount_nfs.c
/freebsd-11-stable/sbin/mount_nullfs/mount_nullfs.c
/freebsd-11-stable/sbin/mount_udf/mount_udf.c
/freebsd-11-stable/sbin/mount_unionfs/mount_unionfs.c
/freebsd-11-stable/sbin/newfs/mkfs.c
/freebsd-11-stable/sbin/newfs/newfs.c
/freebsd-11-stable/sbin/newfs/newfs.h
/freebsd-11-stable/sbin/nfsiod/nfsiod.c
/freebsd-11-stable/sbin/ping/ping.c
/freebsd-11-stable/sbin/ping6/ping6.c
/freebsd-11-stable/sbin/quotacheck/preen.c
/freebsd-11-stable/sbin/quotacheck/quotacheck.c
/freebsd-11-stable/sbin/quotacheck/quotacheck.h
/freebsd-11-stable/sbin/rcorder/ealloc.c
/freebsd-11-stable/sbin/rcorder/hash.c
/freebsd-11-stable/sbin/rcorder/hash.h
/freebsd-11-stable/sbin/rcorder/sprite.h
/freebsd-11-stable/sbin/reboot/reboot.c
/freebsd-11-stable/sbin/restore/dirs.c
/freebsd-11-stable/sbin/restore/extern.h
/freebsd-11-stable/sbin/restore/interactive.c
/freebsd-11-stable/sbin/restore/main.c
/freebsd-11-stable/sbin/restore/restore.c
/freebsd-11-stable/sbin/restore/restore.h
/freebsd-11-stable/sbin/restore/symtab.c
/freebsd-11-stable/sbin/restore/tape.c
/freebsd-11-stable/sbin/restore/utilities.c
/freebsd-11-stable/sbin/route/route.c
/freebsd-11-stable/sbin/routed/defs.h
/freebsd-11-stable/sbin/routed/if.c
/freebsd-11-stable/sbin/routed/input.c
/freebsd-11-stable/sbin/routed/main.c
/freebsd-11-stable/sbin/routed/output.c
/freebsd-11-stable/sbin/routed/parms.c
/freebsd-11-stable/sbin/routed/pathnames.h
/freebsd-11-stable/sbin/routed/radix.c
/freebsd-11-stable/sbin/routed/radix.h
/freebsd-11-stable/sbin/routed/rdisc.c
/freebsd-11-stable/sbin/routed/rtquery/rtquery.c
/freebsd-11-stable/sbin/routed/table.c
/freebsd-11-stable/sbin/routed/trace.c
/freebsd-11-stable/sbin/savecore/savecore.c
/freebsd-11-stable/sbin/setkey/parse.y
/freebsd-11-stable/sbin/setkey/setkey.c
/freebsd-11-stable/sbin/setkey/test-pfkey.c
/freebsd-11-stable/sbin/setkey/test-policy.c
/freebsd-11-stable/sbin/setkey/token.l
/freebsd-11-stable/sbin/setkey/vchar.h
/freebsd-11-stable/sbin/shutdown/shutdown.c
/freebsd-11-stable/sbin/sunlabel/sunlabel.c
/freebsd-11-stable/sbin/swapon/swapon.c
/freebsd-11-stable/sbin/sysctl/sysctl.c
/freebsd-11-stable/sbin/tunefs/tunefs.c
/freebsd-11-stable/sbin/umount/umount.c
/freebsd-11-stable/share/examples/tests/tests/atf/cp_test.sh
/freebsd-11-stable/share/examples/tests/tests/atf/printf_test.c
/freebsd-11-stable/share/examples/tests/tests/plain/printf_test.c
/freebsd-11-stable/sys/amd64/acpica/acpi_machdep.c
/freebsd-11-stable/sys/amd64/amd64/atomic.c
/freebsd-11-stable/sys/amd64/amd64/bios.c
/freebsd-11-stable/sys/amd64/amd64/bpf_jit_machdep.c
/freebsd-11-stable/sys/amd64/amd64/bpf_jit_machdep.h
/freebsd-11-stable/sys/amd64/amd64/elf_machdep.c
/freebsd-11-stable/sys/amd64/amd64/fpu.c
/freebsd-11-stable/sys/amd64/amd64/gdb_machdep.c
/freebsd-11-stable/sys/amd64/amd64/genassym.c
/freebsd-11-stable/sys/amd64/amd64/in_cksum.c
/freebsd-11-stable/sys/amd64/amd64/initcpu.c
/freebsd-11-stable/sys/amd64/amd64/io.c
/freebsd-11-stable/sys/amd64/amd64/machdep.c
/freebsd-11-stable/sys/amd64/amd64/mem.c
/freebsd-11-stable/sys/amd64/amd64/minidump_machdep.c
/freebsd-11-stable/sys/amd64/amd64/mp_machdep.c
/freebsd-11-stable/sys/amd64/amd64/pmap.c
/freebsd-11-stable/sys/amd64/amd64/prof_machdep.c
/freebsd-11-stable/sys/amd64/amd64/ptrace_machdep.c
/freebsd-11-stable/sys/amd64/amd64/sys_machdep.c
/freebsd-11-stable/sys/amd64/amd64/trap.c
/freebsd-11-stable/sys/amd64/amd64/uio_machdep.c
/freebsd-11-stable/sys/amd64/amd64/uma_machdep.c
/freebsd-11-stable/sys/amd64/amd64/vm_machdep.c
/freebsd-11-stable/sys/amd64/ia32/ia32_misc.c
/freebsd-11-stable/sys/amd64/ia32/ia32_reg.c
/freebsd-11-stable/sys/amd64/ia32/ia32_signal.c
/freebsd-11-stable/sys/amd64/ia32/ia32_syscall.c
/freebsd-11-stable/sys/amd64/include/_bus.h
/freebsd-11-stable/sys/amd64/include/asm.h
/freebsd-11-stable/sys/amd64/include/asmacros.h
/freebsd-11-stable/sys/amd64/include/atomic.h
/freebsd-11-stable/sys/amd64/include/bus_dma.h
/freebsd-11-stable/sys/amd64/include/counter.h
/freebsd-11-stable/sys/amd64/include/cpu.h
/freebsd-11-stable/sys/amd64/include/cpufunc.h
/freebsd-11-stable/sys/amd64/include/exec.h
/freebsd-11-stable/sys/amd64/include/floatingpoint.h
/freebsd-11-stable/sys/amd64/include/fpu.h
/freebsd-11-stable/sys/amd64/include/gdb_machdep.h
/freebsd-11-stable/sys/amd64/include/ieeefp.h
/freebsd-11-stable/sys/amd64/include/in_cksum.h
/freebsd-11-stable/sys/amd64/include/intr_machdep.h
/freebsd-11-stable/sys/amd64/include/iodev.h
/freebsd-11-stable/sys/amd64/include/kdb.h
/freebsd-11-stable/sys/amd64/include/limits.h
/freebsd-11-stable/sys/amd64/include/md_var.h
/freebsd-11-stable/sys/amd64/include/memdev.h
/freebsd-11-stable/sys/amd64/include/minidump.h
/freebsd-11-stable/sys/amd64/include/mp_watchdog.h
/freebsd-11-stable/sys/amd64/include/param.h
/freebsd-11-stable/sys/amd64/include/pc/bios.h
/freebsd-11-stable/sys/amd64/include/pcb.h
/freebsd-11-stable/sys/amd64/include/pcpu.h
/freebsd-11-stable/sys/amd64/include/pmap.h
/freebsd-11-stable/sys/amd64/include/pmc_mdep.h
/freebsd-11-stable/sys/amd64/include/ppireg.h
/freebsd-11-stable/sys/amd64/include/proc.h
/freebsd-11-stable/sys/amd64/include/profile.h
/freebsd-11-stable/sys/amd64/include/reloc.h
/freebsd-11-stable/sys/amd64/include/runq.h
/freebsd-11-stable/sys/amd64/include/segments.h
/freebsd-11-stable/sys/amd64/include/sf_buf.h
/freebsd-11-stable/sys/amd64/include/timerreg.h
/freebsd-11-stable/sys/amd64/include/tss.h
/freebsd-11-stable/sys/amd64/include/varargs.h
/freebsd-11-stable/sys/amd64/include/vm.h
/freebsd-11-stable/sys/amd64/include/vmm.h
/freebsd-11-stable/sys/amd64/include/vmm_dev.h
/freebsd-11-stable/sys/amd64/include/vmm_instruction_emul.h
/freebsd-11-stable/sys/amd64/include/vmparam.h
/freebsd-11-stable/sys/amd64/linux32/linux.h
/freebsd-11-stable/sys/amd64/linux32/linux32_dummy.c
/freebsd-11-stable/sys/amd64/linux32/linux32_machdep.c
/freebsd-11-stable/sys/amd64/linux32/linux32_sysvec.c
/freebsd-11-stable/sys/amd64/pci/pci_cfgreg.c
/freebsd-11-stable/sys/amd64/vmm/amd/amdv.c
/freebsd-11-stable/sys/amd64/vmm/intel/ept.c
/freebsd-11-stable/sys/amd64/vmm/intel/ept.h
/freebsd-11-stable/sys/amd64/vmm/intel/vmcs.c
/freebsd-11-stable/sys/amd64/vmm/intel/vmcs.h
/freebsd-11-stable/sys/amd64/vmm/intel/vmx.c
/freebsd-11-stable/sys/amd64/vmm/intel/vmx.h
/freebsd-11-stable/sys/amd64/vmm/intel/vmx_controls.h
/freebsd-11-stable/sys/amd64/vmm/intel/vmx_cpufunc.h
/freebsd-11-stable/sys/amd64/vmm/intel/vmx_genassym.c
/freebsd-11-stable/sys/amd64/vmm/intel/vmx_msr.c
/freebsd-11-stable/sys/amd64/vmm/intel/vmx_msr.h
/freebsd-11-stable/sys/amd64/vmm/intel/vtd.c
/freebsd-11-stable/sys/amd64/vmm/io/iommu.c
/freebsd-11-stable/sys/amd64/vmm/io/iommu.h
/freebsd-11-stable/sys/amd64/vmm/io/ppt.c
/freebsd-11-stable/sys/amd64/vmm/io/ppt.h
/freebsd-11-stable/sys/amd64/vmm/io/vhpet.c
/freebsd-11-stable/sys/amd64/vmm/io/vhpet.h
/freebsd-11-stable/sys/amd64/vmm/io/vioapic.c
/freebsd-11-stable/sys/amd64/vmm/io/vioapic.h
/freebsd-11-stable/sys/amd64/vmm/io/vlapic.c
/freebsd-11-stable/sys/amd64/vmm/io/vlapic.h
/freebsd-11-stable/sys/amd64/vmm/io/vlapic_priv.h
/freebsd-11-stable/sys/amd64/vmm/vmm.c
/freebsd-11-stable/sys/amd64/vmm/vmm_dev.c
/freebsd-11-stable/sys/amd64/vmm/vmm_host.c
/freebsd-11-stable/sys/amd64/vmm/vmm_host.h
/freebsd-11-stable/sys/amd64/vmm/vmm_instruction_emul.c
/freebsd-11-stable/sys/amd64/vmm/vmm_ktr.h
/freebsd-11-stable/sys/amd64/vmm/vmm_lapic.c
/freebsd-11-stable/sys/amd64/vmm/vmm_lapic.h
/freebsd-11-stable/sys/amd64/vmm/vmm_mem.c
/freebsd-11-stable/sys/amd64/vmm/vmm_mem.h
/freebsd-11-stable/sys/amd64/vmm/vmm_stat.c
/freebsd-11-stable/sys/amd64/vmm/vmm_stat.h
/freebsd-11-stable/sys/amd64/vmm/vmm_util.c
/freebsd-11-stable/sys/amd64/vmm/vmm_util.h
/freebsd-11-stable/sys/amd64/vmm/x86.c
/freebsd-11-stable/sys/amd64/vmm/x86.h
/freebsd-11-stable/sys/arm/allwinner/a10_ehci.c
/freebsd-11-stable/sys/arm/allwinner/a10_gpio.c
/freebsd-11-stable/sys/arm/allwinner/a10_sramc.c
/freebsd-11-stable/sys/arm/allwinner/a10_sramc.h
/freebsd-11-stable/sys/arm/allwinner/a20/a20_cpu_cfg.c
/freebsd-11-stable/sys/arm/allwinner/a20/a20_cpu_cfg.h
/freebsd-11-stable/sys/arm/allwinner/if_emac.c
/freebsd-11-stable/sys/arm/allwinner/if_emacreg.h
/freebsd-11-stable/sys/arm/arm/autoconf.c
/freebsd-11-stable/sys/arm/arm/bus_space_generic.c
/freebsd-11-stable/sys/arm/arm/busdma_machdep-v6.c
/freebsd-11-stable/sys/arm/arm/cpufunc.c
/freebsd-11-stable/sys/arm/arm/db_disasm.c
/freebsd-11-stable/sys/arm/arm/disassem.c
/freebsd-11-stable/sys/arm/arm/dump_machdep.c
/freebsd-11-stable/sys/arm/arm/elf_machdep.c
/freebsd-11-stable/sys/arm/arm/elf_trampoline.c
/freebsd-11-stable/sys/arm/arm/fiq.c
/freebsd-11-stable/sys/arm/arm/gdb_machdep.c
/freebsd-11-stable/sys/arm/arm/genassym.c
/freebsd-11-stable/sys/arm/arm/generic_timer.c
/freebsd-11-stable/sys/arm/arm/gic.c
/freebsd-11-stable/sys/arm/arm/in_cksum.c
/freebsd-11-stable/sys/arm/arm/intr.c
/freebsd-11-stable/sys/arm/arm/machdep.c
/freebsd-11-stable/sys/arm/arm/mem.c
/freebsd-11-stable/sys/arm/arm/minidump_machdep.c
/freebsd-11-stable/sys/arm/arm/mp_machdep.c
/freebsd-11-stable/sys/arm/arm/mpcore_timer.c
/freebsd-11-stable/sys/arm/arm/physmem.c
/freebsd-11-stable/sys/arm/arm/pl190.c
/freebsd-11-stable/sys/arm/arm/pl310.c
/freebsd-11-stable/sys/arm/arm/pmap-v6.c
/freebsd-11-stable/sys/arm/arm/sc_machdep.c
/freebsd-11-stable/sys/arm/arm/stack_machdep.c
/freebsd-11-stable/sys/arm/arm/stdatomic.c
/freebsd-11-stable/sys/arm/arm/sys_machdep.c
/freebsd-11-stable/sys/arm/arm/uio_machdep.c
/freebsd-11-stable/sys/arm/arm/undefined.c
/freebsd-11-stable/sys/arm/arm/vfp.c
/freebsd-11-stable/sys/arm/arm/vm_machdep.c
/freebsd-11-stable/sys/arm/at91/at91.c
/freebsd-11-stable/sys/arm/at91/at91_aic.c
/freebsd-11-stable/sys/arm/at91/at91_aicreg.h
/freebsd-11-stable/sys/arm/at91/at91_cfata.c
/freebsd-11-stable/sys/arm/at91/at91_gpio.h
/freebsd-11-stable/sys/arm/at91/at91_machdep.c
/freebsd-11-stable/sys/arm/at91/at91_mci.c
/freebsd-11-stable/sys/arm/at91/at91_mcireg.h
/freebsd-11-stable/sys/arm/at91/at91_pdcreg.h
/freebsd-11-stable/sys/arm/at91/at91_pio.c
/freebsd-11-stable/sys/arm/at91/at91_pio_sam9g45.h
/freebsd-11-stable/sys/arm/at91/at91_pioreg.h
/freebsd-11-stable/sys/arm/at91/at91_piovar.h
/freebsd-11-stable/sys/arm/at91/at91_pit.c
/freebsd-11-stable/sys/arm/at91/at91_pitreg.h
/freebsd-11-stable/sys/arm/at91/at91_pmc.c
/freebsd-11-stable/sys/arm/at91/at91_pmcreg.h
/freebsd-11-stable/sys/arm/at91/at91_pmcvar.h
/freebsd-11-stable/sys/arm/at91/at91_rst.c
/freebsd-11-stable/sys/arm/at91/at91_rstreg.h
/freebsd-11-stable/sys/arm/at91/at91_rtc.c
/freebsd-11-stable/sys/arm/at91/at91_rtcreg.h
/freebsd-11-stable/sys/arm/at91/at91_sdramc.c
/freebsd-11-stable/sys/arm/at91/at91_shdwc.c
/freebsd-11-stable/sys/arm/at91/at91_smc.c
/freebsd-11-stable/sys/arm/at91/at91_smc.h
/freebsd-11-stable/sys/arm/at91/at91_spi.c
/freebsd-11-stable/sys/arm/at91/at91_spireg.h
/freebsd-11-stable/sys/arm/at91/at91_ssc.c
/freebsd-11-stable/sys/arm/at91/at91_sscreg.h
/freebsd-11-stable/sys/arm/at91/at91_st.c
/freebsd-11-stable/sys/arm/at91/at91_streg.h
/freebsd-11-stable/sys/arm/at91/at91_tcb.c
/freebsd-11-stable/sys/arm/at91/at91_twi.c
/freebsd-11-stable/sys/arm/at91/at91_twiio.h
/freebsd-11-stable/sys/arm/at91/at91_twireg.h
/freebsd-11-stable/sys/arm/at91/at91_usartreg.h
/freebsd-11-stable/sys/arm/at91/at91_wdt.c
/freebsd-11-stable/sys/arm/at91/at91_wdtreg.h
/freebsd-11-stable/sys/arm/at91/at91board.h
/freebsd-11-stable/sys/arm/at91/at91reg.h
/freebsd-11-stable/sys/arm/at91/at91rm9200.c
/freebsd-11-stable/sys/arm/at91/at91rm9200_devices.c
/freebsd-11-stable/sys/arm/at91/at91rm9200var.h
/freebsd-11-stable/sys/arm/at91/at91rm92reg.h
/freebsd-11-stable/sys/arm/at91/at91sam9260.c
/freebsd-11-stable/sys/arm/at91/at91sam9260reg.h
/freebsd-11-stable/sys/arm/at91/at91sam9g20.c
/freebsd-11-stable/sys/arm/at91/at91sam9g20reg.h
/freebsd-11-stable/sys/arm/at91/at91sam9g45.c
/freebsd-11-stable/sys/arm/at91/at91sam9g45reg.h
/freebsd-11-stable/sys/arm/at91/at91sam9x5.c
/freebsd-11-stable/sys/arm/at91/at91sam9x5reg.h
/freebsd-11-stable/sys/arm/at91/at91soc.c
/freebsd-11-stable/sys/arm/at91/at91soc.h
/freebsd-11-stable/sys/arm/at91/at91var.h
/freebsd-11-stable/sys/arm/at91/board_bwct.c
/freebsd-11-stable/sys/arm/at91/board_eb9200.c
/freebsd-11-stable/sys/arm/at91/board_ethernut5.c
/freebsd-11-stable/sys/arm/at91/board_hl200.c
/freebsd-11-stable/sys/arm/at91/board_hl201.c
/freebsd-11-stable/sys/arm/at91/board_kb920x.c
/freebsd-11-stable/sys/arm/at91/board_qila9g20.c
/freebsd-11-stable/sys/arm/at91/board_sam9260ek.c
/freebsd-11-stable/sys/arm/at91/board_sam9g20ek.c
/freebsd-11-stable/sys/arm/at91/board_sam9x25ek.c
/freebsd-11-stable/sys/arm/at91/board_sn9g45.c
/freebsd-11-stable/sys/arm/at91/board_tsc4370.c
/freebsd-11-stable/sys/arm/at91/if_ate.c
/freebsd-11-stable/sys/arm/at91/if_atereg.h
/freebsd-11-stable/sys/arm/at91/if_macb.c
/freebsd-11-stable/sys/arm/at91/uart_bus_at91usart.c
/freebsd-11-stable/sys/arm/at91/uart_cpu_at91usart.c
/freebsd-11-stable/sys/arm/at91/uart_dev_at91usart.c
/freebsd-11-stable/sys/arm/broadcom/bcm2835/bcm2835_bsc.c
/freebsd-11-stable/sys/arm/broadcom/bcm2835/bcm2835_bscreg.h
/freebsd-11-stable/sys/arm/broadcom/bcm2835/bcm2835_bscvar.h
/freebsd-11-stable/sys/arm/broadcom/bcm2835/bcm2835_dma.c
/freebsd-11-stable/sys/arm/broadcom/bcm2835/bcm2835_dma.h
/freebsd-11-stable/sys/arm/broadcom/bcm2835/bcm2835_fb.c
/freebsd-11-stable/sys/arm/broadcom/bcm2835/bcm2835_fbd.c
/freebsd-11-stable/sys/arm/broadcom/bcm2835/bcm2835_gpio.c
/freebsd-11-stable/sys/arm/broadcom/bcm2835/bcm2835_gpio.h
/freebsd-11-stable/sys/arm/broadcom/bcm2835/bcm2835_intr.c
/freebsd-11-stable/sys/arm/broadcom/bcm2835/bcm2835_machdep.c
/freebsd-11-stable/sys/arm/broadcom/bcm2835/bcm2835_mbox.c
/freebsd-11-stable/sys/arm/broadcom/bcm2835/bcm2835_mbox.h
/freebsd-11-stable/sys/arm/broadcom/bcm2835/bcm2835_sdhci.c
/freebsd-11-stable/sys/arm/broadcom/bcm2835/bcm2835_spi.c
/freebsd-11-stable/sys/arm/broadcom/bcm2835/bcm2835_spireg.h
/freebsd-11-stable/sys/arm/broadcom/bcm2835/bcm2835_spivar.h
/freebsd-11-stable/sys/arm/broadcom/bcm2835/bcm2835_systimer.c
/freebsd-11-stable/sys/arm/broadcom/bcm2835/bcm2835_vcbus.h
/freebsd-11-stable/sys/arm/broadcom/bcm2835/bcm2835_wdog.c
/freebsd-11-stable/sys/arm/broadcom/bcm2835/bcm2835_wdog.h
/freebsd-11-stable/sys/arm/conf/genboardid.awk
/freebsd-11-stable/sys/arm/freescale/fsl_ocotp.c
/freebsd-11-stable/sys/arm/freescale/fsl_ocotpreg.h
/freebsd-11-stable/sys/arm/freescale/fsl_ocotpvar.h
/freebsd-11-stable/sys/arm/freescale/imx/imx51_ccm.c
/freebsd-11-stable/sys/arm/freescale/imx/imx51_ccmreg.h
/freebsd-11-stable/sys/arm/freescale/imx/imx51_ccmvar.h
/freebsd-11-stable/sys/arm/freescale/imx/imx51_dpllreg.h
/freebsd-11-stable/sys/arm/freescale/imx/imx51_ipuv3.c
/freebsd-11-stable/sys/arm/freescale/imx/imx51_ipuv3_fbd.c
/freebsd-11-stable/sys/arm/freescale/imx/imx51_ipuv3reg.h
/freebsd-11-stable/sys/arm/freescale/imx/imx51_machdep.c
/freebsd-11-stable/sys/arm/freescale/imx/imx51_sdmareg.h
/freebsd-11-stable/sys/arm/freescale/imx/imx51_ssireg.h
/freebsd-11-stable/sys/arm/freescale/imx/imx51_tzicreg.h
/freebsd-11-stable/sys/arm/freescale/imx/imx53_machdep.c
/freebsd-11-stable/sys/arm/freescale/imx/imx6_anatop.c
/freebsd-11-stable/sys/arm/freescale/imx/imx6_anatopreg.h
/freebsd-11-stable/sys/arm/freescale/imx/imx6_anatopvar.h
/freebsd-11-stable/sys/arm/freescale/imx/imx6_ccm.c
/freebsd-11-stable/sys/arm/freescale/imx/imx6_ccmreg.h
/freebsd-11-stable/sys/arm/freescale/imx/imx6_machdep.c
/freebsd-11-stable/sys/arm/freescale/imx/imx6_mp.c
/freebsd-11-stable/sys/arm/freescale/imx/imx6_pl310.c
/freebsd-11-stable/sys/arm/freescale/imx/imx6_usbphy.c
/freebsd-11-stable/sys/arm/freescale/imx/imx_common.c
/freebsd-11-stable/sys/arm/freescale/imx/imx_gpt.c
/freebsd-11-stable/sys/arm/freescale/imx/imx_gptreg.h
/freebsd-11-stable/sys/arm/freescale/imx/imx_machdep.c
/freebsd-11-stable/sys/arm/freescale/imx/imx_machdep.h
/freebsd-11-stable/sys/arm/freescale/imx/imx_nop_usbphy.c
/freebsd-11-stable/sys/arm/freescale/imx/imx_wdog.c
/freebsd-11-stable/sys/arm/freescale/imx/imx_wdogreg.h
/freebsd-11-stable/sys/arm/freescale/imx/tzic.c
/freebsd-11-stable/sys/arm/freescale/vybrid/vf_anadig.c
/freebsd-11-stable/sys/arm/freescale/vybrid/vf_ccm.c
/freebsd-11-stable/sys/arm/freescale/vybrid/vf_common.h
/freebsd-11-stable/sys/arm/freescale/vybrid/vf_dcu4.c
/freebsd-11-stable/sys/arm/freescale/vybrid/vf_dmamux.c
/freebsd-11-stable/sys/arm/freescale/vybrid/vf_dmamux.h
/freebsd-11-stable/sys/arm/freescale/vybrid/vf_edma.c
/freebsd-11-stable/sys/arm/freescale/vybrid/vf_edma.h
/freebsd-11-stable/sys/arm/freescale/vybrid/vf_ehci.c
/freebsd-11-stable/sys/arm/freescale/vybrid/vf_gpio.c
/freebsd-11-stable/sys/arm/freescale/vybrid/vf_i2c.c
/freebsd-11-stable/sys/arm/freescale/vybrid/vf_iomuxc.c
/freebsd-11-stable/sys/arm/freescale/vybrid/vf_iomuxc.h
/freebsd-11-stable/sys/arm/freescale/vybrid/vf_machdep.c
/freebsd-11-stable/sys/arm/freescale/vybrid/vf_mscm.c
/freebsd-11-stable/sys/arm/freescale/vybrid/vf_nfc.c
/freebsd-11-stable/sys/arm/freescale/vybrid/vf_port.c
/freebsd-11-stable/sys/arm/freescale/vybrid/vf_port.h
/freebsd-11-stable/sys/arm/freescale/vybrid/vf_sai.c
/freebsd-11-stable/sys/arm/freescale/vybrid/vf_src.c
/freebsd-11-stable/sys/arm/freescale/vybrid/vf_src.h
/freebsd-11-stable/sys/arm/freescale/vybrid/vf_tcon.c
/freebsd-11-stable/sys/arm/freescale/vybrid/vf_uart.c
/freebsd-11-stable/sys/arm/include/_align.h
/freebsd-11-stable/sys/arm/include/_bus.h
/freebsd-11-stable/sys/arm/include/_inttypes.h
/freebsd-11-stable/sys/arm/include/_limits.h
/freebsd-11-stable/sys/arm/include/_stdint.h
/freebsd-11-stable/sys/arm/include/_types.h
/freebsd-11-stable/sys/arm/include/armreg.h
/freebsd-11-stable/sys/arm/include/asm.h
/freebsd-11-stable/sys/arm/include/asmacros.h
/freebsd-11-stable/sys/arm/include/at91_gpio.h
/freebsd-11-stable/sys/arm/include/atags.h
/freebsd-11-stable/sys/arm/include/atomic.h
/freebsd-11-stable/sys/arm/include/blockio.h
/freebsd-11-stable/sys/arm/include/board.h
/freebsd-11-stable/sys/arm/include/bus.h
/freebsd-11-stable/sys/arm/include/bus_dma.h
/freebsd-11-stable/sys/arm/include/clock.h
/freebsd-11-stable/sys/arm/include/counter.h
/freebsd-11-stable/sys/arm/include/cpufunc.h
/freebsd-11-stable/sys/arm/include/disassem.h
/freebsd-11-stable/sys/arm/include/elf.h
/freebsd-11-stable/sys/arm/include/endian.h
/freebsd-11-stable/sys/arm/include/exec.h
/freebsd-11-stable/sys/arm/include/fdt.h
/freebsd-11-stable/sys/arm/include/fiq.h
/freebsd-11-stable/sys/arm/include/float.h
/freebsd-11-stable/sys/arm/include/floatingpoint.h
/freebsd-11-stable/sys/arm/include/frame.h
/freebsd-11-stable/sys/arm/include/gdb_machdep.h
/freebsd-11-stable/sys/arm/include/ieee.h
/freebsd-11-stable/sys/arm/include/in_cksum.h
/freebsd-11-stable/sys/arm/include/intr.h
/freebsd-11-stable/sys/arm/include/kdb.h
/freebsd-11-stable/sys/arm/include/limits.h
/freebsd-11-stable/sys/arm/include/md_var.h
/freebsd-11-stable/sys/arm/include/memdev.h
/freebsd-11-stable/sys/arm/include/metadata.h
/freebsd-11-stable/sys/arm/include/minidump.h
/freebsd-11-stable/sys/arm/include/ofw_machdep.h
/freebsd-11-stable/sys/arm/include/param.h
/freebsd-11-stable/sys/arm/include/pcb.h
/freebsd-11-stable/sys/arm/include/pcpu.h
/freebsd-11-stable/sys/arm/include/physmem.h
/freebsd-11-stable/sys/arm/include/pl310.h
/freebsd-11-stable/sys/arm/include/pmap.h
/freebsd-11-stable/sys/arm/include/pmc_mdep.h
/freebsd-11-stable/sys/arm/include/proc.h
/freebsd-11-stable/sys/arm/include/profile.h
/freebsd-11-stable/sys/arm/include/psl.h
/freebsd-11-stable/sys/arm/include/reloc.h
/freebsd-11-stable/sys/arm/include/runq.h
/freebsd-11-stable/sys/arm/include/sc_machdep.h
/freebsd-11-stable/sys/arm/include/sf_buf.h
/freebsd-11-stable/sys/arm/include/signal.h
/freebsd-11-stable/sys/arm/include/stdarg.h
/freebsd-11-stable/sys/arm/include/sysarch.h
/freebsd-11-stable/sys/arm/include/ucontext.h
/freebsd-11-stable/sys/arm/include/undefined.h
/freebsd-11-stable/sys/arm/include/utrap.h
/freebsd-11-stable/sys/arm/include/vdso.h
/freebsd-11-stable/sys/arm/include/vfp.h
/freebsd-11-stable/sys/arm/include/vm.h
/freebsd-11-stable/sys/arm/include/vmparam.h
/freebsd-11-stable/sys/arm/lpc/if_lpe.c
/freebsd-11-stable/sys/arm/lpc/if_lpereg.h
/freebsd-11-stable/sys/arm/lpc/lpc_dmac.c
/freebsd-11-stable/sys/arm/lpc/lpc_fb.c
/freebsd-11-stable/sys/arm/lpc/lpc_gpio.c
/freebsd-11-stable/sys/arm/lpc/lpc_intc.c
/freebsd-11-stable/sys/arm/lpc/lpc_machdep.c
/freebsd-11-stable/sys/arm/lpc/lpc_mmc.c
/freebsd-11-stable/sys/arm/lpc/lpc_ohci.c
/freebsd-11-stable/sys/arm/lpc/lpc_pll.c
/freebsd-11-stable/sys/arm/lpc/lpc_pwr.c
/freebsd-11-stable/sys/arm/lpc/lpc_rtc.c
/freebsd-11-stable/sys/arm/lpc/lpc_spi.c
/freebsd-11-stable/sys/arm/lpc/lpc_timer.c
/freebsd-11-stable/sys/arm/lpc/lpcreg.h
/freebsd-11-stable/sys/arm/lpc/lpcvar.h
/freebsd-11-stable/sys/arm/lpc/ssd1289.c
/freebsd-11-stable/sys/arm/mv/armadaxp/armadaxp.c
/freebsd-11-stable/sys/arm/mv/armadaxp/armadaxp_mp.c
/freebsd-11-stable/sys/arm/mv/discovery/discovery.c
/freebsd-11-stable/sys/arm/mv/gpio.c
/freebsd-11-stable/sys/arm/mv/ic.c
/freebsd-11-stable/sys/arm/mv/kirkwood/kirkwood.c
/freebsd-11-stable/sys/arm/mv/mpic.c
/freebsd-11-stable/sys/arm/mv/mv_common.c
/freebsd-11-stable/sys/arm/mv/mv_localbus.c
/freebsd-11-stable/sys/arm/mv/mv_machdep.c
/freebsd-11-stable/sys/arm/mv/mv_pci.c
/freebsd-11-stable/sys/arm/mv/mv_ts.c
/freebsd-11-stable/sys/arm/mv/mvreg.h
/freebsd-11-stable/sys/arm/mv/mvvar.h
/freebsd-11-stable/sys/arm/mv/mvwin.h
/freebsd-11-stable/sys/arm/mv/orion/db88f5xxx.c
/freebsd-11-stable/sys/arm/mv/orion/orion.c
/freebsd-11-stable/sys/arm/mv/rtc.c
/freebsd-11-stable/sys/arm/mv/timer.c
/freebsd-11-stable/sys/arm/rockchip/rk30xx_gpio.c
/freebsd-11-stable/sys/arm/rockchip/rk30xx_grf.c
/freebsd-11-stable/sys/arm/rockchip/rk30xx_grf.h
/freebsd-11-stable/sys/arm/rockchip/rk30xx_machdep.c
/freebsd-11-stable/sys/arm/rockchip/rk30xx_pmu.c
/freebsd-11-stable/sys/arm/rockchip/rk30xx_pmu.h
/freebsd-11-stable/sys/arm/rockchip/rk30xx_wdog.c
/freebsd-11-stable/sys/arm/rockchip/rk30xx_wdog.h
/freebsd-11-stable/sys/arm/samsung/exynos/exynos5_machdep.c
/freebsd-11-stable/sys/arm/samsung/exynos/exynos5_mp.c
/freebsd-11-stable/sys/arm/ti/aintc.c
/freebsd-11-stable/sys/arm/ti/am335x/am335x_dmtimer.c
/freebsd-11-stable/sys/arm/ti/am335x/am335x_lcd.c
/freebsd-11-stable/sys/arm/ti/am335x/am335x_lcd.h
/freebsd-11-stable/sys/arm/ti/am335x/am335x_lcd_syscons.c
/freebsd-11-stable/sys/arm/ti/am335x/am335x_pmic.c
/freebsd-11-stable/sys/arm/ti/am335x/am335x_prcm.c
/freebsd-11-stable/sys/arm/ti/am335x/am335x_pwm.h
/freebsd-11-stable/sys/arm/ti/am335x/am335x_reg.h
/freebsd-11-stable/sys/arm/ti/am335x/am335x_scm.h
/freebsd-11-stable/sys/arm/ti/am335x/am335x_scm_padconf.c
/freebsd-11-stable/sys/arm/ti/am335x/am335x_usbss.c
/freebsd-11-stable/sys/arm/ti/cpsw/if_cpsw.c
/freebsd-11-stable/sys/arm/ti/cpsw/if_cpswreg.h
/freebsd-11-stable/sys/arm/ti/cpsw/if_cpswvar.h
/freebsd-11-stable/sys/arm/ti/omap4/omap4_l2cache.c
/freebsd-11-stable/sys/arm/ti/omap4/omap4_mp.c
/freebsd-11-stable/sys/arm/ti/omap4/omap4_prcm_clks.c
/freebsd-11-stable/sys/arm/ti/omap4/omap4_reg.h
/freebsd-11-stable/sys/arm/ti/omap4/omap4_scm_padconf.c
/freebsd-11-stable/sys/arm/ti/omap4/omap4_smc.h
/freebsd-11-stable/sys/arm/ti/omap4/pandaboard/pandaboard.c
/freebsd-11-stable/sys/arm/ti/ti_cpuid.c
/freebsd-11-stable/sys/arm/ti/ti_cpuid.h
/freebsd-11-stable/sys/arm/ti/ti_edma3.c
/freebsd-11-stable/sys/arm/ti/ti_edma3.h
/freebsd-11-stable/sys/arm/ti/ti_gpio.c
/freebsd-11-stable/sys/arm/ti/ti_i2c.c
/freebsd-11-stable/sys/arm/ti/ti_i2c.h
/freebsd-11-stable/sys/arm/ti/ti_machdep.c
/freebsd-11-stable/sys/arm/ti/ti_mbox.c
/freebsd-11-stable/sys/arm/ti/ti_mbox.h
/freebsd-11-stable/sys/arm/ti/ti_prcm.c
/freebsd-11-stable/sys/arm/ti/ti_prcm.h
/freebsd-11-stable/sys/arm/ti/ti_pruss.c
/freebsd-11-stable/sys/arm/ti/ti_pruss.h
/freebsd-11-stable/sys/arm/ti/ti_scm.c
/freebsd-11-stable/sys/arm/ti/ti_scm.h
/freebsd-11-stable/sys/arm/ti/ti_sdhci.c
/freebsd-11-stable/sys/arm/ti/ti_sdma.c
/freebsd-11-stable/sys/arm/ti/ti_sdma.h
/freebsd-11-stable/sys/arm/ti/ti_sdmareg.h
/freebsd-11-stable/sys/arm/ti/ti_smc.h
/freebsd-11-stable/sys/arm/ti/tivar.h
/freebsd-11-stable/sys/arm/ti/twl/twl.c
/freebsd-11-stable/sys/arm/ti/twl/twl.h
/freebsd-11-stable/sys/arm/ti/twl/twl_clks.c
/freebsd-11-stable/sys/arm/ti/twl/twl_clks.h
/freebsd-11-stable/sys/arm/ti/twl/twl_vreg.c
/freebsd-11-stable/sys/arm/ti/twl/twl_vreg.h
/freebsd-11-stable/sys/arm/ti/usb/omap_ehci.c
/freebsd-11-stable/sys/arm/ti/usb/omap_usb.h
/freebsd-11-stable/sys/arm/versatile/pl050.c
/freebsd-11-stable/sys/arm/versatile/sp804.c
/freebsd-11-stable/sys/arm/versatile/versatile_clcd.c
/freebsd-11-stable/sys/arm/versatile/versatile_common.c
/freebsd-11-stable/sys/arm/versatile/versatile_machdep.c
/freebsd-11-stable/sys/arm/versatile/versatile_pci.c
/freebsd-11-stable/sys/arm/versatile/versatile_sic.c
/freebsd-11-stable/sys/arm/xilinx/uart_dev_cdnc.c
/freebsd-11-stable/sys/arm/xilinx/zy7_devcfg.c
/freebsd-11-stable/sys/arm/xilinx/zy7_ehci.c
/freebsd-11-stable/sys/arm/xilinx/zy7_gpio.c
/freebsd-11-stable/sys/arm/xilinx/zy7_l2cache.c
/freebsd-11-stable/sys/arm/xilinx/zy7_machdep.c
/freebsd-11-stable/sys/arm/xilinx/zy7_reg.h
/freebsd-11-stable/sys/arm/xilinx/zy7_slcr.c
/freebsd-11-stable/sys/arm/xilinx/zy7_slcr.h
/freebsd-11-stable/sys/arm/xscale/i8134x/crb_machdep.c
/freebsd-11-stable/sys/arm/xscale/i8134x/i81342.c
/freebsd-11-stable/sys/arm/xscale/i8134x/i81342_mcu.c
/freebsd-11-stable/sys/arm/xscale/i8134x/i81342_pci.c
/freebsd-11-stable/sys/arm/xscale/i8134x/i81342_space.c
/freebsd-11-stable/sys/arm/xscale/i8134x/i81342reg.h
/freebsd-11-stable/sys/arm/xscale/i8134x/i81342var.h
/freebsd-11-stable/sys/arm/xscale/i8134x/iq81342_7seg.c
/freebsd-11-stable/sys/arm/xscale/i8134x/iq81342reg.h
/freebsd-11-stable/sys/arm/xscale/i8134x/iq81342var.h
/freebsd-11-stable/sys/arm/xscale/i8134x/obio.c
/freebsd-11-stable/sys/arm/xscale/i8134x/obiovar.h
/freebsd-11-stable/sys/arm/xscale/i8134x/uart_bus_i81342.c
/freebsd-11-stable/sys/arm/xscale/i8134x/uart_cpu_i81342.c
/freebsd-11-stable/sys/arm/xscale/ixp425/avila_ata.c
/freebsd-11-stable/sys/arm/xscale/ixp425/avila_gpio.c
/freebsd-11-stable/sys/arm/xscale/ixp425/avila_led.c
/freebsd-11-stable/sys/arm/xscale/ixp425/avila_machdep.c
/freebsd-11-stable/sys/arm/xscale/ixp425/cambria_exp_space.c
/freebsd-11-stable/sys/arm/xscale/ixp425/cambria_fled.c
/freebsd-11-stable/sys/arm/xscale/ixp425/cambria_gpio.c
/freebsd-11-stable/sys/arm/xscale/ixp425/cambria_led.c
/freebsd-11-stable/sys/arm/xscale/ixp425/if_npe.c
/freebsd-11-stable/sys/arm/xscale/ixp425/if_npereg.h
/freebsd-11-stable/sys/arm/xscale/ixp425/ixdp425_pci.c
/freebsd-11-stable/sys/arm/xscale/ixp425/ixdp425reg.h
/freebsd-11-stable/sys/arm/xscale/ixp425/ixp425.c
/freebsd-11-stable/sys/arm/xscale/ixp425/ixp425_a4x_space.c
/freebsd-11-stable/sys/arm/xscale/ixp425/ixp425_iic.c
/freebsd-11-stable/sys/arm/xscale/ixp425/ixp425_intr.h
/freebsd-11-stable/sys/arm/xscale/ixp425/ixp425_mem.c
/freebsd-11-stable/sys/arm/xscale/ixp425/ixp425_npe.c
/freebsd-11-stable/sys/arm/xscale/ixp425/ixp425_npereg.h
/freebsd-11-stable/sys/arm/xscale/ixp425/ixp425_npevar.h
/freebsd-11-stable/sys/arm/xscale/ixp425/ixp425_pci.c
/freebsd-11-stable/sys/arm/xscale/ixp425/ixp425_pci_space.c
/freebsd-11-stable/sys/arm/xscale/ixp425/ixp425_qmgr.c
/freebsd-11-stable/sys/arm/xscale/ixp425/ixp425_qmgr.h
/freebsd-11-stable/sys/arm/xscale/ixp425/ixp425_space.c
/freebsd-11-stable/sys/arm/xscale/ixp425/ixp425_timer.c
/freebsd-11-stable/sys/arm/xscale/ixp425/ixp425_wdog.c
/freebsd-11-stable/sys/arm/xscale/ixp425/ixp425reg.h
/freebsd-11-stable/sys/arm/xscale/ixp425/ixp425var.h
/freebsd-11-stable/sys/arm/xscale/ixp425/uart_bus_ixp425.c
/freebsd-11-stable/sys/arm/xscale/ixp425/uart_cpu_ixp425.c
/freebsd-11-stable/sys/arm/xscale/pxa/if_smc_smi.c
/freebsd-11-stable/sys/arm/xscale/pxa/pxa_gpio.c
/freebsd-11-stable/sys/arm/xscale/pxa/pxa_icu.c
/freebsd-11-stable/sys/arm/xscale/pxa/pxa_machdep.c
/freebsd-11-stable/sys/arm/xscale/pxa/pxa_obio.c
/freebsd-11-stable/sys/arm/xscale/pxa/pxa_smi.c
/freebsd-11-stable/sys/arm/xscale/pxa/pxa_space.c
/freebsd-11-stable/sys/arm/xscale/pxa/pxa_timer.c
/freebsd-11-stable/sys/arm/xscale/pxa/pxareg.h
/freebsd-11-stable/sys/arm/xscale/pxa/pxavar.h
/freebsd-11-stable/sys/arm/xscale/pxa/uart_bus_pxa.c
/freebsd-11-stable/sys/arm/xscale/pxa/uart_cpu_pxa.c
/freebsd-11-stable/sys/bsm/audit.h
/freebsd-11-stable/sys/bsm/audit_domain.h
/freebsd-11-stable/sys/bsm/audit_errno.h
/freebsd-11-stable/sys/bsm/audit_fcntl.h
/freebsd-11-stable/sys/bsm/audit_internal.h
/freebsd-11-stable/sys/bsm/audit_kevents.h
/freebsd-11-stable/sys/bsm/audit_record.h
/freebsd-11-stable/sys/bsm/audit_socket_type.h
/freebsd-11-stable/sys/compat/freebsd32/freebsd32_ioctl.c
/freebsd-11-stable/sys/compat/freebsd32/freebsd32_ioctl.h
/freebsd-11-stable/sys/compat/linprocfs/linprocfs.c
/freebsd-11-stable/sys/compat/ndis/cfg_var.h
/freebsd-11-stable/sys/compat/ndis/hal_var.h
/freebsd-11-stable/sys/compat/ndis/kern_ndis.c
/freebsd-11-stable/sys/compat/ndis/kern_windrv.c
/freebsd-11-stable/sys/compat/ndis/ndis_var.h
/freebsd-11-stable/sys/compat/ndis/ntoskrnl_var.h
/freebsd-11-stable/sys/compat/ndis/pe_var.h
/freebsd-11-stable/sys/compat/ndis/resource_var.h
/freebsd-11-stable/sys/compat/ndis/subr_hal.c
/freebsd-11-stable/sys/compat/ndis/subr_ndis.c
/freebsd-11-stable/sys/compat/ndis/subr_ntoskrnl.c
/freebsd-11-stable/sys/compat/ndis/subr_pe.c
/freebsd-11-stable/sys/compat/ndis/subr_usbd.c
/freebsd-11-stable/sys/compat/ndis/usbd_var.h
/freebsd-11-stable/sys/conf/newvers.sh
/freebsd-11-stable/sys/conf/systags.sh
/freebsd-11-stable/sys/crypto/sha1.c
/freebsd-11-stable/sys/crypto/sha1.h
/freebsd-11-stable/sys/ddb/db_ps.c
/freebsd-11-stable/sys/ddb/ddb.h
/freebsd-11-stable/sys/dev/aac/aac.c
/freebsd-11-stable/sys/dev/aac/aac_cam.c
/freebsd-11-stable/sys/dev/aac/aac_debug.c
/freebsd-11-stable/sys/dev/aac/aac_disk.c
/freebsd-11-stable/sys/dev/aac/aac_linux.c
/freebsd-11-stable/sys/dev/aac/aac_pci.c
/freebsd-11-stable/sys/dev/aac/aac_tables.h
/freebsd-11-stable/sys/dev/aac/aacreg.h
/freebsd-11-stable/sys/dev/aac/aacvar.h
/freebsd-11-stable/sys/dev/aacraid/aacraid.c
/freebsd-11-stable/sys/dev/aacraid/aacraid_cam.c
/freebsd-11-stable/sys/dev/aacraid/aacraid_debug.c
/freebsd-11-stable/sys/dev/aacraid/aacraid_debug.h
/freebsd-11-stable/sys/dev/aacraid/aacraid_linux.c
/freebsd-11-stable/sys/dev/aacraid/aacraid_pci.c
/freebsd-11-stable/sys/dev/aacraid/aacraid_reg.h
/freebsd-11-stable/sys/dev/aacraid/aacraid_var.h
/freebsd-11-stable/sys/dev/adb/adb.h
/freebsd-11-stable/sys/dev/adb/adb_bus.c
/freebsd-11-stable/sys/dev/adb/adb_buttons.c
/freebsd-11-stable/sys/dev/adb/adb_kbd.c
/freebsd-11-stable/sys/dev/adb/adb_mouse.c
/freebsd-11-stable/sys/dev/adb/adbvar.h
/freebsd-11-stable/sys/dev/adlink/adlink.c
/freebsd-11-stable/sys/dev/advansys/adv_isa.c
/freebsd-11-stable/sys/dev/advansys/adv_pci.c
/freebsd-11-stable/sys/dev/advansys/advansys.c
/freebsd-11-stable/sys/dev/advansys/advansys.h
/freebsd-11-stable/sys/dev/advansys/advlib.c
/freebsd-11-stable/sys/dev/advansys/advlib.h
/freebsd-11-stable/sys/dev/advansys/adw_pci.c
/freebsd-11-stable/sys/dev/advansys/adwcam.c
/freebsd-11-stable/sys/dev/advansys/adwlib.c
/freebsd-11-stable/sys/dev/advansys/adwlib.h
/freebsd-11-stable/sys/dev/advansys/adwvar.h
/freebsd-11-stable/sys/dev/ae/if_ae.c
/freebsd-11-stable/sys/dev/ae/if_aereg.h
/freebsd-11-stable/sys/dev/ae/if_aevar.h
/freebsd-11-stable/sys/dev/age/if_age.c
/freebsd-11-stable/sys/dev/age/if_agereg.h
/freebsd-11-stable/sys/dev/age/if_agevar.h
/freebsd-11-stable/sys/dev/agp/agp.c
/freebsd-11-stable/sys/dev/agp/agp_ali.c
/freebsd-11-stable/sys/dev/agp/agp_amd.c
/freebsd-11-stable/sys/dev/agp/agp_amd64.c
/freebsd-11-stable/sys/dev/agp/agp_apple.c
/freebsd-11-stable/sys/dev/agp/agp_ati.c
/freebsd-11-stable/sys/dev/agp/agp_i810.c
/freebsd-11-stable/sys/dev/agp/agp_i810.h
/freebsd-11-stable/sys/dev/agp/agp_intel.c
/freebsd-11-stable/sys/dev/agp/agp_nvidia.c
/freebsd-11-stable/sys/dev/agp/agp_sis.c
/freebsd-11-stable/sys/dev/agp/agp_via.c
/freebsd-11-stable/sys/dev/agp/agppriv.h
/freebsd-11-stable/sys/dev/agp/agpreg.h
/freebsd-11-stable/sys/dev/agp/agpvar.h
/freebsd-11-stable/sys/dev/aha/aha.c
/freebsd-11-stable/sys/dev/aha/aha_isa.c
/freebsd-11-stable/sys/dev/aha/ahareg.h
/freebsd-11-stable/sys/dev/ahci/ahci.c
/freebsd-11-stable/sys/dev/ahci/ahci.h
/freebsd-11-stable/sys/dev/ahci/ahciem.c
/freebsd-11-stable/sys/dev/aic/aic.c
/freebsd-11-stable/sys/dev/aic/aic6360reg.h
/freebsd-11-stable/sys/dev/aic/aic_isa.c
/freebsd-11-stable/sys/dev/aic/aic_pccard.c
/freebsd-11-stable/sys/dev/aic/aicvar.h
/freebsd-11-stable/sys/dev/aic7xxx/ahc_isa.c
/freebsd-11-stable/sys/dev/aic7xxx/aic7770.c
/freebsd-11-stable/sys/dev/aic7xxx/aic79xx.c
/freebsd-11-stable/sys/dev/aic7xxx/aic79xx.h
/freebsd-11-stable/sys/dev/aic7xxx/aic79xx_inline.h
/freebsd-11-stable/sys/dev/aic7xxx/aic79xx_pci.c
/freebsd-11-stable/sys/dev/aic7xxx/aic7xxx.c
/freebsd-11-stable/sys/dev/aic7xxx/aic7xxx.h
/freebsd-11-stable/sys/dev/aic7xxx/aic7xxx_93cx6.h
/freebsd-11-stable/sys/dev/aic7xxx/aic7xxx_inline.h
/freebsd-11-stable/sys/dev/aic7xxx/aic7xxx_pci.c
/freebsd-11-stable/sys/dev/aic7xxx/aicasm/aicasm.c
/freebsd-11-stable/sys/dev/aic7xxx/aicasm/aicasm.h
/freebsd-11-stable/sys/dev/aic7xxx/aicasm/aicasm_gram.y
/freebsd-11-stable/sys/dev/aic7xxx/aicasm/aicasm_insformat.h
/freebsd-11-stable/sys/dev/aic7xxx/aicasm/aicasm_macro_gram.y
/freebsd-11-stable/sys/dev/aic7xxx/aicasm/aicasm_macro_scan.l
/freebsd-11-stable/sys/dev/aic7xxx/aicasm/aicasm_scan.l
/freebsd-11-stable/sys/dev/aic7xxx/aicasm/aicasm_symbol.c
/freebsd-11-stable/sys/dev/aic7xxx/aicasm/aicasm_symbol.h
/freebsd-11-stable/sys/dev/alc/if_alc.c
/freebsd-11-stable/sys/dev/alc/if_alcreg.h
/freebsd-11-stable/sys/dev/alc/if_alcvar.h
/freebsd-11-stable/sys/dev/ale/if_ale.c
/freebsd-11-stable/sys/dev/ale/if_alereg.h
/freebsd-11-stable/sys/dev/ale/if_alevar.h
/freebsd-11-stable/sys/dev/altera/atse/a_api.h
/freebsd-11-stable/sys/dev/altera/atse/if_atse.c
/freebsd-11-stable/sys/dev/altera/atse/if_atse_fdt.c
/freebsd-11-stable/sys/dev/altera/atse/if_atse_nexus.c
/freebsd-11-stable/sys/dev/altera/atse/if_atsereg.h
/freebsd-11-stable/sys/dev/altera/avgen/altera_avgen.c
/freebsd-11-stable/sys/dev/altera/avgen/altera_avgen.h
/freebsd-11-stable/sys/dev/altera/avgen/altera_avgen_fdt.c
/freebsd-11-stable/sys/dev/altera/avgen/altera_avgen_nexus.c
/freebsd-11-stable/sys/dev/altera/jtag_uart/altera_jtag_uart.h
/freebsd-11-stable/sys/dev/altera/jtag_uart/altera_jtag_uart_cons.c
/freebsd-11-stable/sys/dev/altera/jtag_uart/altera_jtag_uart_fdt.c
/freebsd-11-stable/sys/dev/altera/jtag_uart/altera_jtag_uart_nexus.c
/freebsd-11-stable/sys/dev/altera/jtag_uart/altera_jtag_uart_tty.c
/freebsd-11-stable/sys/dev/altera/sdcard/altera_sdcard.c
/freebsd-11-stable/sys/dev/altera/sdcard/altera_sdcard.h
/freebsd-11-stable/sys/dev/altera/sdcard/altera_sdcard_disk.c
/freebsd-11-stable/sys/dev/altera/sdcard/altera_sdcard_fdt.c
/freebsd-11-stable/sys/dev/altera/sdcard/altera_sdcard_io.c
/freebsd-11-stable/sys/dev/altera/sdcard/altera_sdcard_nexus.c
/freebsd-11-stable/sys/dev/amdsbwd/amdsbwd.c
/freebsd-11-stable/sys/dev/amdtemp/amdtemp.c
/freebsd-11-stable/sys/dev/amr/amr.c
/freebsd-11-stable/sys/dev/amr/amr_cam.c
/freebsd-11-stable/sys/dev/amr/amr_disk.c
/freebsd-11-stable/sys/dev/amr/amr_linux.c
/freebsd-11-stable/sys/dev/amr/amr_pci.c
/freebsd-11-stable/sys/dev/amr/amr_tables.h
/freebsd-11-stable/sys/dev/amr/amrio.h
/freebsd-11-stable/sys/dev/amr/amrreg.h
/freebsd-11-stable/sys/dev/amr/amrvar.h
/freebsd-11-stable/sys/dev/an/if_aironet_ieee.h
/freebsd-11-stable/sys/dev/an/if_an.c
/freebsd-11-stable/sys/dev/an/if_an_isa.c
/freebsd-11-stable/sys/dev/an/if_an_pccard.c
/freebsd-11-stable/sys/dev/an/if_an_pci.c
/freebsd-11-stable/sys/dev/an/if_anreg.h
/freebsd-11-stable/sys/dev/arcmsr/arcmsr.c
/freebsd-11-stable/sys/dev/arcmsr/arcmsr.h
/freebsd-11-stable/sys/dev/asmc/asmc.c
/freebsd-11-stable/sys/dev/asmc/asmcvar.h
/freebsd-11-stable/sys/dev/ata/ata-all.c
/freebsd-11-stable/sys/dev/ata/ata-all.h
/freebsd-11-stable/sys/dev/ata/ata-card.c
/freebsd-11-stable/sys/dev/ata/ata-dma.c
/freebsd-11-stable/sys/dev/ata/ata-isa.c
/freebsd-11-stable/sys/dev/ata/ata-lowlevel.c
/freebsd-11-stable/sys/dev/ata/ata-pci.c
/freebsd-11-stable/sys/dev/ata/ata-pci.h
/freebsd-11-stable/sys/dev/ata/ata-sata.c
/freebsd-11-stable/sys/dev/ata/chipsets/ata-acard.c
/freebsd-11-stable/sys/dev/ata/chipsets/ata-acerlabs.c
/freebsd-11-stable/sys/dev/ata/chipsets/ata-amd.c
/freebsd-11-stable/sys/dev/ata/chipsets/ata-ati.c
/freebsd-11-stable/sys/dev/ata/chipsets/ata-cenatek.c
/freebsd-11-stable/sys/dev/ata/chipsets/ata-cypress.c
/freebsd-11-stable/sys/dev/ata/chipsets/ata-cyrix.c
/freebsd-11-stable/sys/dev/ata/chipsets/ata-fsl.c
/freebsd-11-stable/sys/dev/ata/chipsets/ata-highpoint.c
/freebsd-11-stable/sys/dev/ata/chipsets/ata-intel.c
/freebsd-11-stable/sys/dev/ata/chipsets/ata-ite.c
/freebsd-11-stable/sys/dev/ata/chipsets/ata-jmicron.c
/freebsd-11-stable/sys/dev/ata/chipsets/ata-marvell.c
/freebsd-11-stable/sys/dev/ata/chipsets/ata-micron.c
/freebsd-11-stable/sys/dev/ata/chipsets/ata-national.c
/freebsd-11-stable/sys/dev/ata/chipsets/ata-netcell.c
/freebsd-11-stable/sys/dev/ata/chipsets/ata-nvidia.c
/freebsd-11-stable/sys/dev/ata/chipsets/ata-promise.c
/freebsd-11-stable/sys/dev/ata/chipsets/ata-serverworks.c
/freebsd-11-stable/sys/dev/ata/chipsets/ata-siliconimage.c
/freebsd-11-stable/sys/dev/ata/chipsets/ata-sis.c
/freebsd-11-stable/sys/dev/ata/chipsets/ata-via.c
/freebsd-11-stable/sys/dev/ath/ah_osdep.c
/freebsd-11-stable/sys/dev/ath/ah_osdep.h
/freebsd-11-stable/sys/dev/ath/ath_dfs/null/dfs_null.c
/freebsd-11-stable/sys/dev/ath/ath_hal/ar9002/ar9002phy.h
/freebsd-11-stable/sys/dev/ath/ath_hal/ar9002/ar9280_olc.c
/freebsd-11-stable/sys/dev/ath/ath_hal/ar9002/ar9280_olc.h
/freebsd-11-stable/sys/dev/ath/ath_hal/ar9002/ar9285_cal.c
/freebsd-11-stable/sys/dev/ath/ath_hal/ar9002/ar9285_cal.h
/freebsd-11-stable/sys/dev/ath/ath_hal/ar9002/ar9285_diversity.c
/freebsd-11-stable/sys/dev/ath/ath_hal/ar9002/ar9285_diversity.h
/freebsd-11-stable/sys/dev/ath/ath_hal/ar9002/ar9285_phy.c
/freebsd-11-stable/sys/dev/ath/ath_hal/ar9002/ar9285_phy.h
/freebsd-11-stable/sys/dev/ath/ath_hal/ar9002/ar9285phy.h
/freebsd-11-stable/sys/dev/ath/ath_hal/ar9002/ar9287_cal.c
/freebsd-11-stable/sys/dev/ath/ath_hal/ar9002/ar9287_cal.h
/freebsd-11-stable/sys/dev/ath/ath_hal/ar9002/ar9287_olc.c
/freebsd-11-stable/sys/dev/ath/ath_hal/ar9003/ar9300_devid.h
/freebsd-11-stable/sys/dev/ath/ath_rate/amrr/amrr.c
/freebsd-11-stable/sys/dev/ath/ath_rate/amrr/amrr.h
/freebsd-11-stable/sys/dev/ath/ath_rate/onoe/onoe.c
/freebsd-11-stable/sys/dev/ath/ath_rate/onoe/onoe.h
/freebsd-11-stable/sys/dev/ath/ath_rate/sample/sample.c
/freebsd-11-stable/sys/dev/ath/ath_rate/sample/sample.h
/freebsd-11-stable/sys/dev/ath/ath_rate/sample/tx_schedules.h
/freebsd-11-stable/sys/dev/ath/if_ath.c
/freebsd-11-stable/sys/dev/ath/if_ath_ahb.c
/freebsd-11-stable/sys/dev/ath/if_ath_alq.c
/freebsd-11-stable/sys/dev/ath/if_ath_alq.h
/freebsd-11-stable/sys/dev/ath/if_ath_beacon.c
/freebsd-11-stable/sys/dev/ath/if_ath_beacon.h
/freebsd-11-stable/sys/dev/ath/if_ath_btcoex.c
/freebsd-11-stable/sys/dev/ath/if_ath_btcoex.h
/freebsd-11-stable/sys/dev/ath/if_ath_debug.c
/freebsd-11-stable/sys/dev/ath/if_ath_debug.h
/freebsd-11-stable/sys/dev/ath/if_ath_keycache.c
/freebsd-11-stable/sys/dev/ath/if_ath_keycache.h
/freebsd-11-stable/sys/dev/ath/if_ath_led.c
/freebsd-11-stable/sys/dev/ath/if_ath_led.h
/freebsd-11-stable/sys/dev/ath/if_ath_lna_div.c
/freebsd-11-stable/sys/dev/ath/if_ath_lna_div.h
/freebsd-11-stable/sys/dev/ath/if_ath_misc.h
/freebsd-11-stable/sys/dev/ath/if_ath_pci.c
/freebsd-11-stable/sys/dev/ath/if_ath_rx.c
/freebsd-11-stable/sys/dev/ath/if_ath_rx.h
/freebsd-11-stable/sys/dev/ath/if_ath_rx_edma.c
/freebsd-11-stable/sys/dev/ath/if_ath_rx_edma.h
/freebsd-11-stable/sys/dev/ath/if_ath_spectral.c
/freebsd-11-stable/sys/dev/ath/if_ath_spectral.h
/freebsd-11-stable/sys/dev/ath/if_ath_sysctl.c
/freebsd-11-stable/sys/dev/ath/if_ath_sysctl.h
/freebsd-11-stable/sys/dev/ath/if_ath_tdma.c
/freebsd-11-stable/sys/dev/ath/if_ath_tdma.h
/freebsd-11-stable/sys/dev/ath/if_ath_tsf.h
/freebsd-11-stable/sys/dev/ath/if_ath_tx.c
/freebsd-11-stable/sys/dev/ath/if_ath_tx.h
/freebsd-11-stable/sys/dev/ath/if_ath_tx_edma.c
/freebsd-11-stable/sys/dev/ath/if_ath_tx_edma.h
/freebsd-11-stable/sys/dev/ath/if_ath_tx_ht.c
/freebsd-11-stable/sys/dev/ath/if_ath_tx_ht.h
/freebsd-11-stable/sys/dev/ath/if_athdfs.h
/freebsd-11-stable/sys/dev/ath/if_athioctl.h
/freebsd-11-stable/sys/dev/ath/if_athrate.h
/freebsd-11-stable/sys/dev/ath/if_athvar.h
/freebsd-11-stable/sys/dev/atkbdc/atkbd.c
/freebsd-11-stable/sys/dev/atkbdc/atkbd_atkbdc.c
/freebsd-11-stable/sys/dev/atkbdc/atkbdc.c
/freebsd-11-stable/sys/dev/atkbdc/atkbdc_ebus.c
/freebsd-11-stable/sys/dev/atkbdc/atkbdc_isa.c
/freebsd-11-stable/sys/dev/atkbdc/atkbdc_subr.c
/freebsd-11-stable/sys/dev/atkbdc/atkbdc_subr.h
/freebsd-11-stable/sys/dev/atkbdc/atkbdcreg.h
/freebsd-11-stable/sys/dev/atkbdc/atkbdreg.h
/freebsd-11-stable/sys/dev/auxio/auxio.c
/freebsd-11-stable/sys/dev/auxio/auxioreg.h
/freebsd-11-stable/sys/dev/bce/if_bce.c
/freebsd-11-stable/sys/dev/bce/if_bcefw.h
/freebsd-11-stable/sys/dev/bce/if_bcereg.h
/freebsd-11-stable/sys/dev/bfe/if_bfe.c
/freebsd-11-stable/sys/dev/bfe/if_bfereg.h
/freebsd-11-stable/sys/dev/bge/if_bge.c
/freebsd-11-stable/sys/dev/bge/if_bgereg.h
/freebsd-11-stable/sys/dev/bktr/bktr_audio.c
/freebsd-11-stable/sys/dev/bktr/bktr_audio.h
/freebsd-11-stable/sys/dev/bktr/bktr_card.c
/freebsd-11-stable/sys/dev/bktr/bktr_card.h
/freebsd-11-stable/sys/dev/bktr/bktr_core.c
/freebsd-11-stable/sys/dev/bktr/bktr_core.h
/freebsd-11-stable/sys/dev/bktr/bktr_i2c.c
/freebsd-11-stable/sys/dev/bktr/bktr_i2c.h
/freebsd-11-stable/sys/dev/bktr/bktr_mem.c
/freebsd-11-stable/sys/dev/bktr/bktr_mem.h
/freebsd-11-stable/sys/dev/bktr/bktr_os.c
/freebsd-11-stable/sys/dev/bktr/bktr_os.h
/freebsd-11-stable/sys/dev/bktr/bktr_reg.h
/freebsd-11-stable/sys/dev/bktr/bktr_tuner.c
/freebsd-11-stable/sys/dev/bktr/bktr_tuner.h
/freebsd-11-stable/sys/dev/bktr/ioctl_meteor.h
/freebsd-11-stable/sys/dev/bktr/msp34xx.c
/freebsd-11-stable/sys/dev/bm/if_bm.c
/freebsd-11-stable/sys/dev/bm/if_bmreg.h
/freebsd-11-stable/sys/dev/bm/if_bmvar.h
/freebsd-11-stable/sys/dev/buslogic/bt.c
/freebsd-11-stable/sys/dev/buslogic/bt_isa.c
/freebsd-11-stable/sys/dev/buslogic/bt_pci.c
/freebsd-11-stable/sys/dev/buslogic/btreg.h
/freebsd-11-stable/sys/dev/bvm/bvm_console.c
/freebsd-11-stable/sys/dev/bvm/bvm_dbg.c
/freebsd-11-stable/sys/dev/bwi/bitops.h
/freebsd-11-stable/sys/dev/bwi/bwimac.c
/freebsd-11-stable/sys/dev/bwi/bwimac.h
/freebsd-11-stable/sys/dev/bwi/bwiphy.c
/freebsd-11-stable/sys/dev/bwi/bwiphy.h
/freebsd-11-stable/sys/dev/bwi/bwirf.c
/freebsd-11-stable/sys/dev/bwi/bwirf.h
/freebsd-11-stable/sys/dev/bwi/if_bwi.c
/freebsd-11-stable/sys/dev/bwi/if_bwi_pci.c
/freebsd-11-stable/sys/dev/bwi/if_bwireg.h
/freebsd-11-stable/sys/dev/bwi/if_bwivar.h
/freebsd-11-stable/sys/dev/bwn/if_bwn.c
/freebsd-11-stable/sys/dev/bwn/if_bwnreg.h
/freebsd-11-stable/sys/dev/bwn/if_bwnvar.h
/freebsd-11-stable/sys/dev/bxe/57710_init_values.c
/freebsd-11-stable/sys/dev/bxe/57710_int_offsets.h
/freebsd-11-stable/sys/dev/bxe/57711_init_values.c
/freebsd-11-stable/sys/dev/bxe/57711_int_offsets.h
/freebsd-11-stable/sys/dev/bxe/57712_init_values.c
/freebsd-11-stable/sys/dev/bxe/57712_int_offsets.h
/freebsd-11-stable/sys/dev/bxe/bxe.c
/freebsd-11-stable/sys/dev/bxe/bxe.h
/freebsd-11-stable/sys/dev/bxe/bxe_dcb.h
/freebsd-11-stable/sys/dev/bxe/bxe_debug.c
/freebsd-11-stable/sys/dev/bxe/bxe_elink.c
/freebsd-11-stable/sys/dev/bxe/bxe_elink.h
/freebsd-11-stable/sys/dev/bxe/bxe_stats.c
/freebsd-11-stable/sys/dev/bxe/bxe_stats.h
/freebsd-11-stable/sys/dev/bxe/ecore_fw_defs.h
/freebsd-11-stable/sys/dev/bxe/ecore_hsi.h
/freebsd-11-stable/sys/dev/bxe/ecore_init.h
/freebsd-11-stable/sys/dev/bxe/ecore_init_ops.h
/freebsd-11-stable/sys/dev/bxe/ecore_mfw_req.h
/freebsd-11-stable/sys/dev/bxe/ecore_reg.h
/freebsd-11-stable/sys/dev/bxe/ecore_sp.c
/freebsd-11-stable/sys/dev/bxe/ecore_sp.h
/freebsd-11-stable/sys/dev/cadence/if_cgem.c
/freebsd-11-stable/sys/dev/cadence/if_cgem_hw.h
/freebsd-11-stable/sys/dev/cardbus/cardbus.c
/freebsd-11-stable/sys/dev/cardbus/cardbus_cis.c
/freebsd-11-stable/sys/dev/cardbus/cardbus_cis.h
/freebsd-11-stable/sys/dev/cardbus/cardbus_device.c
/freebsd-11-stable/sys/dev/cardbus/cardbusreg.h
/freebsd-11-stable/sys/dev/cardbus/cardbusvar.h
/freebsd-11-stable/sys/dev/cas/if_cas.c
/freebsd-11-stable/sys/dev/cas/if_casreg.h
/freebsd-11-stable/sys/dev/cas/if_casvar.h
/freebsd-11-stable/sys/dev/cesa/cesa.c
/freebsd-11-stable/sys/dev/cesa/cesa.h
/freebsd-11-stable/sys/dev/cfe/cfe_api.c
/freebsd-11-stable/sys/dev/cfe/cfe_api.h
/freebsd-11-stable/sys/dev/cfe/cfe_api_int.h
/freebsd-11-stable/sys/dev/cfe/cfe_console.c
/freebsd-11-stable/sys/dev/cfe/cfe_env.c
/freebsd-11-stable/sys/dev/cfe/cfe_error.h
/freebsd-11-stable/sys/dev/cfe/cfe_ioctl.h
/freebsd-11-stable/sys/dev/cfe/cfe_resource.c
/freebsd-11-stable/sys/dev/cfi/cfi_bus_fdt.c
/freebsd-11-stable/sys/dev/cfi/cfi_bus_ixp4xx.c
/freebsd-11-stable/sys/dev/cfi/cfi_bus_nexus.c
/freebsd-11-stable/sys/dev/cfi/cfi_core.c
/freebsd-11-stable/sys/dev/cfi/cfi_dev.c
/freebsd-11-stable/sys/dev/cfi/cfi_disk.c
/freebsd-11-stable/sys/dev/cfi/cfi_reg.h
/freebsd-11-stable/sys/dev/cfi/cfi_var.h
/freebsd-11-stable/sys/dev/ciss/ciss.c
/freebsd-11-stable/sys/dev/ciss/cissio.h
/freebsd-11-stable/sys/dev/ciss/cissreg.h
/freebsd-11-stable/sys/dev/ciss/cissvar.h
/freebsd-11-stable/sys/dev/cm/if_cm_isa.c
/freebsd-11-stable/sys/dev/cm/smc90cx6.c
/freebsd-11-stable/sys/dev/cm/smc90cx6reg.h
/freebsd-11-stable/sys/dev/cm/smc90cx6var.h
/freebsd-11-stable/sys/dev/cmx/cmx_pccard.c
/freebsd-11-stable/sys/dev/cmx/cmxreg.h
/freebsd-11-stable/sys/dev/cmx/cmxvar.h
/freebsd-11-stable/sys/dev/coretemp/coretemp.c
/freebsd-11-stable/sys/dev/cpuctl/cpuctl.c
/freebsd-11-stable/sys/dev/cpufreq/ichss.c
/freebsd-11-stable/sys/dev/cs/if_cs.c
/freebsd-11-stable/sys/dev/cs/if_cs_isa.c
/freebsd-11-stable/sys/dev/cs/if_cs_pccard.c
/freebsd-11-stable/sys/dev/cs/if_csreg.h
/freebsd-11-stable/sys/dev/cs/if_csvar.h
/freebsd-11-stable/sys/dev/cxgb/bin2h.pl
/freebsd-11-stable/sys/dev/cxgb/common/cxgb_ael1002.c
/freebsd-11-stable/sys/dev/cxgb/common/cxgb_aq100x.c
/freebsd-11-stable/sys/dev/cxgb/common/cxgb_common.h
/freebsd-11-stable/sys/dev/cxgb/common/cxgb_firmware_exports.h
/freebsd-11-stable/sys/dev/cxgb/common/cxgb_mc5.c
/freebsd-11-stable/sys/dev/cxgb/common/cxgb_mv88e1xxx.c
/freebsd-11-stable/sys/dev/cxgb/common/cxgb_regs.h
/freebsd-11-stable/sys/dev/cxgb/common/cxgb_sge_defs.h
/freebsd-11-stable/sys/dev/cxgb/common/cxgb_t3_cpl.h
/freebsd-11-stable/sys/dev/cxgb/common/cxgb_t3_hw.c
/freebsd-11-stable/sys/dev/cxgb/common/cxgb_tcb.h
/freebsd-11-stable/sys/dev/cxgb/common/cxgb_tn1010.c
/freebsd-11-stable/sys/dev/cxgb/common/cxgb_vsc7323.c
/freebsd-11-stable/sys/dev/cxgb/common/cxgb_vsc8211.c
/freebsd-11-stable/sys/dev/cxgb/common/cxgb_xgmac.c
/freebsd-11-stable/sys/dev/cxgb/cxgb_adapter.h
/freebsd-11-stable/sys/dev/cxgb/cxgb_ioctl.h
/freebsd-11-stable/sys/dev/cxgb/cxgb_main.c
/freebsd-11-stable/sys/dev/cxgb/cxgb_offload.h
/freebsd-11-stable/sys/dev/cxgb/cxgb_osdep.h
/freebsd-11-stable/sys/dev/cxgb/cxgb_sge.c
/freebsd-11-stable/sys/dev/cxgb/cxgb_t3fw.h
/freebsd-11-stable/sys/dev/cxgb/sys/mvec.h
/freebsd-11-stable/sys/dev/cxgb/sys/uipc_mvec.c
/freebsd-11-stable/sys/dev/cxgb/t3b_protocol_sram.h
/freebsd-11-stable/sys/dev/cxgb/t3b_tp_eeprom.h
/freebsd-11-stable/sys/dev/cxgb/t3c_protocol_sram.h
/freebsd-11-stable/sys/dev/cxgb/t3c_tp_eeprom.h
/freebsd-11-stable/sys/dev/cxgbe/adapter.h
/freebsd-11-stable/sys/dev/cxgbe/common/common.h
/freebsd-11-stable/sys/dev/cxgbe/common/t4_hw.c
/freebsd-11-stable/sys/dev/cxgbe/common/t4_hw.h
/freebsd-11-stable/sys/dev/cxgbe/common/t4_msg.h
/freebsd-11-stable/sys/dev/cxgbe/common/t4_regs.h
/freebsd-11-stable/sys/dev/cxgbe/common/t4_regs_values.h
/freebsd-11-stable/sys/dev/cxgbe/common/t4_tcb.h
/freebsd-11-stable/sys/dev/cxgbe/iw_cxgbe/cm.c
/freebsd-11-stable/sys/dev/cxgbe/iw_cxgbe/cq.c
/freebsd-11-stable/sys/dev/cxgbe/iw_cxgbe/device.c
/freebsd-11-stable/sys/dev/cxgbe/iw_cxgbe/ev.c
/freebsd-11-stable/sys/dev/cxgbe/iw_cxgbe/id_table.c
/freebsd-11-stable/sys/dev/cxgbe/iw_cxgbe/iw_cxgbe.h
/freebsd-11-stable/sys/dev/cxgbe/iw_cxgbe/mem.c
/freebsd-11-stable/sys/dev/cxgbe/iw_cxgbe/provider.c
/freebsd-11-stable/sys/dev/cxgbe/iw_cxgbe/qp.c
/freebsd-11-stable/sys/dev/cxgbe/iw_cxgbe/resource.c
/freebsd-11-stable/sys/dev/cxgbe/iw_cxgbe/t4.h
/freebsd-11-stable/sys/dev/cxgbe/iw_cxgbe/user.h
/freebsd-11-stable/sys/dev/cxgbe/offload.h
/freebsd-11-stable/sys/dev/cxgbe/osdep.h
/freebsd-11-stable/sys/dev/cxgbe/t4_ioctl.h
/freebsd-11-stable/sys/dev/cxgbe/t4_l2t.c
/freebsd-11-stable/sys/dev/cxgbe/t4_l2t.h
/freebsd-11-stable/sys/dev/cxgbe/t4_main.c
/freebsd-11-stable/sys/dev/cxgbe/t4_sge.c
/freebsd-11-stable/sys/dev/cxgbe/t4_tracer.c
/freebsd-11-stable/sys/dev/cxgbe/tom/t4_connect.c
/freebsd-11-stable/sys/dev/cxgbe/tom/t4_cpl_io.c
/freebsd-11-stable/sys/dev/cxgbe/tom/t4_ddp.c
/freebsd-11-stable/sys/dev/cxgbe/tom/t4_listen.c
/freebsd-11-stable/sys/dev/cxgbe/tom/t4_tom.c
/freebsd-11-stable/sys/dev/cxgbe/tom/t4_tom.h
/freebsd-11-stable/sys/dev/cxgbe/tom/t4_tom_l2t.c
/freebsd-11-stable/sys/dev/cxgbe/tom/t4_tom_l2t.h
/freebsd-11-stable/sys/dev/cy/cy.c
/freebsd-11-stable/sys/dev/cy/cy_isa.c
/freebsd-11-stable/sys/dev/cy/cy_pci.c
/freebsd-11-stable/sys/dev/cy/cyreg.h
/freebsd-11-stable/sys/dev/cy/cyvar.h
/freebsd-11-stable/sys/dev/dc/dcphy.c
/freebsd-11-stable/sys/dev/dc/if_dc.c
/freebsd-11-stable/sys/dev/dc/if_dcreg.h
/freebsd-11-stable/sys/dev/dc/pnphy.c
/freebsd-11-stable/sys/dev/dcons/dcons.c
/freebsd-11-stable/sys/dev/dcons/dcons.h
/freebsd-11-stable/sys/dev/dcons/dcons_crom.c
/freebsd-11-stable/sys/dev/dcons/dcons_os.c
/freebsd-11-stable/sys/dev/dcons/dcons_os.h
/freebsd-11-stable/sys/dev/de/dc21040reg.h
/freebsd-11-stable/sys/dev/de/if_de.c
/freebsd-11-stable/sys/dev/de/if_devar.h
/freebsd-11-stable/sys/dev/dpms/dpms.c
/freebsd-11-stable/sys/dev/dpt/dpt.h
/freebsd-11-stable/sys/dev/dpt/dpt_pci.c
/freebsd-11-stable/sys/dev/dpt/dpt_scsi.c
/freebsd-11-stable/sys/dev/drm2/drm_gem.c
/freebsd-11-stable/sys/dev/drm2/drm_gem_names.c
/freebsd-11-stable/sys/dev/drm2/drm_gem_names.h
/freebsd-11-stable/sys/dev/drm2/drm_linux_list_sort.c
/freebsd-11-stable/sys/dev/drm2/i915/i915_gem.c
/freebsd-11-stable/sys/dev/e1000/e1000_80003es2lan.c
/freebsd-11-stable/sys/dev/e1000/e1000_80003es2lan.h
/freebsd-11-stable/sys/dev/e1000/e1000_82540.c
/freebsd-11-stable/sys/dev/e1000/e1000_82541.c
/freebsd-11-stable/sys/dev/e1000/e1000_82541.h
/freebsd-11-stable/sys/dev/e1000/e1000_82542.c
/freebsd-11-stable/sys/dev/e1000/e1000_82543.c
/freebsd-11-stable/sys/dev/e1000/e1000_82543.h
/freebsd-11-stable/sys/dev/e1000/e1000_82571.c
/freebsd-11-stable/sys/dev/e1000/e1000_82571.h
/freebsd-11-stable/sys/dev/e1000/e1000_82575.c
/freebsd-11-stable/sys/dev/e1000/e1000_82575.h
/freebsd-11-stable/sys/dev/e1000/e1000_api.c
/freebsd-11-stable/sys/dev/e1000/e1000_api.h
/freebsd-11-stable/sys/dev/e1000/e1000_defines.h
/freebsd-11-stable/sys/dev/e1000/e1000_hw.h
/freebsd-11-stable/sys/dev/e1000/e1000_i210.c
/freebsd-11-stable/sys/dev/e1000/e1000_i210.h
/freebsd-11-stable/sys/dev/e1000/e1000_ich8lan.c
/freebsd-11-stable/sys/dev/e1000/e1000_ich8lan.h
/freebsd-11-stable/sys/dev/e1000/e1000_mac.c
/freebsd-11-stable/sys/dev/e1000/e1000_mac.h
/freebsd-11-stable/sys/dev/e1000/e1000_manage.c
/freebsd-11-stable/sys/dev/e1000/e1000_manage.h
/freebsd-11-stable/sys/dev/e1000/e1000_mbx.c
/freebsd-11-stable/sys/dev/e1000/e1000_mbx.h
/freebsd-11-stable/sys/dev/e1000/e1000_nvm.c
/freebsd-11-stable/sys/dev/e1000/e1000_nvm.h
/freebsd-11-stable/sys/dev/e1000/e1000_osdep.c
/freebsd-11-stable/sys/dev/e1000/e1000_osdep.h
/freebsd-11-stable/sys/dev/e1000/e1000_phy.c
/freebsd-11-stable/sys/dev/e1000/e1000_phy.h
/freebsd-11-stable/sys/dev/e1000/e1000_regs.h
/freebsd-11-stable/sys/dev/e1000/e1000_vf.c
/freebsd-11-stable/sys/dev/e1000/e1000_vf.h
/freebsd-11-stable/sys/dev/e1000/if_em.c
/freebsd-11-stable/sys/dev/e1000/if_em.h
/freebsd-11-stable/sys/dev/ed/ax88x90reg.h
/freebsd-11-stable/sys/dev/ed/dl100xxreg.h
/freebsd-11-stable/sys/dev/ed/if_ed.c
/freebsd-11-stable/sys/dev/ed/if_ed_3c503.c
/freebsd-11-stable/sys/dev/ed/if_ed_hpp.c
/freebsd-11-stable/sys/dev/ed/if_ed_isa.c
/freebsd-11-stable/sys/dev/ed/if_ed_novell.c
/freebsd-11-stable/sys/dev/ed/if_ed_pccard.c
/freebsd-11-stable/sys/dev/ed/if_ed_pci.c
/freebsd-11-stable/sys/dev/ed/if_ed_rtl80x9.c
/freebsd-11-stable/sys/dev/ed/if_ed_sic.c
/freebsd-11-stable/sys/dev/ed/if_ed_wd80x3.c
/freebsd-11-stable/sys/dev/ed/if_edvar.h
/freebsd-11-stable/sys/dev/ed/rtl80x9reg.h
/freebsd-11-stable/sys/dev/ed/tc5299jreg.h
/freebsd-11-stable/sys/dev/ep/if_ep.c
/freebsd-11-stable/sys/dev/ep/if_ep_isa.c
/freebsd-11-stable/sys/dev/ep/if_ep_pccard.c
/freebsd-11-stable/sys/dev/ep/if_epreg.h
/freebsd-11-stable/sys/dev/ep/if_epvar.h
/freebsd-11-stable/sys/dev/esp/am53c974reg.h
/freebsd-11-stable/sys/dev/esp/esp_pci.c
/freebsd-11-stable/sys/dev/esp/esp_sbus.c
/freebsd-11-stable/sys/dev/esp/ncr53c9x.c
/freebsd-11-stable/sys/dev/esp/ncr53c9xreg.h
/freebsd-11-stable/sys/dev/esp/ncr53c9xvar.h
/freebsd-11-stable/sys/dev/et/if_et.c
/freebsd-11-stable/sys/dev/et/if_etreg.h
/freebsd-11-stable/sys/dev/et/if_etvar.h
/freebsd-11-stable/sys/dev/etherswitch/arswitch/arswitch.c
/freebsd-11-stable/sys/dev/etherswitch/arswitch/arswitch_7240.c
/freebsd-11-stable/sys/dev/etherswitch/arswitch/arswitch_7240.h
/freebsd-11-stable/sys/dev/etherswitch/arswitch/arswitch_8216.c
/freebsd-11-stable/sys/dev/etherswitch/arswitch/arswitch_8216.h
/freebsd-11-stable/sys/dev/etherswitch/arswitch/arswitch_8226.c
/freebsd-11-stable/sys/dev/etherswitch/arswitch/arswitch_8226.h
/freebsd-11-stable/sys/dev/etherswitch/arswitch/arswitch_8316.c
/freebsd-11-stable/sys/dev/etherswitch/arswitch/arswitch_8316.h
/freebsd-11-stable/sys/dev/etherswitch/arswitch/arswitch_8327.c
/freebsd-11-stable/sys/dev/etherswitch/arswitch/arswitch_8327.h
/freebsd-11-stable/sys/dev/etherswitch/arswitch/arswitch_9340.c
/freebsd-11-stable/sys/dev/etherswitch/arswitch/arswitch_9340.h
/freebsd-11-stable/sys/dev/etherswitch/arswitch/arswitch_phy.c
/freebsd-11-stable/sys/dev/etherswitch/arswitch/arswitch_phy.h
/freebsd-11-stable/sys/dev/etherswitch/arswitch/arswitch_reg.c
/freebsd-11-stable/sys/dev/etherswitch/arswitch/arswitch_reg.h
/freebsd-11-stable/sys/dev/etherswitch/arswitch/arswitch_vlans.c
/freebsd-11-stable/sys/dev/etherswitch/arswitch/arswitch_vlans.h
/freebsd-11-stable/sys/dev/etherswitch/arswitch/arswitchreg.h
/freebsd-11-stable/sys/dev/etherswitch/arswitch/arswitchvar.h
/freebsd-11-stable/sys/dev/etherswitch/etherswitch.c
/freebsd-11-stable/sys/dev/etherswitch/ip17x/ip175c.c
/freebsd-11-stable/sys/dev/etherswitch/ip17x/ip175c.h
/freebsd-11-stable/sys/dev/etherswitch/ip17x/ip175d.c
/freebsd-11-stable/sys/dev/etherswitch/ip17x/ip175d.h
/freebsd-11-stable/sys/dev/etherswitch/ip17x/ip17x.c
/freebsd-11-stable/sys/dev/etherswitch/ip17x/ip17x_phy.c
/freebsd-11-stable/sys/dev/etherswitch/ip17x/ip17x_phy.h
/freebsd-11-stable/sys/dev/etherswitch/ip17x/ip17x_reg.h
/freebsd-11-stable/sys/dev/etherswitch/ip17x/ip17x_var.h
/freebsd-11-stable/sys/dev/etherswitch/ip17x/ip17x_vlans.c
/freebsd-11-stable/sys/dev/etherswitch/ip17x/ip17x_vlans.h
/freebsd-11-stable/sys/dev/etherswitch/miiproxy.c
/freebsd-11-stable/sys/dev/etherswitch/miiproxy.h
/freebsd-11-stable/sys/dev/etherswitch/rtl8366/rtl8366rb.c
/freebsd-11-stable/sys/dev/etherswitch/rtl8366/rtl8366rbvar.h
/freebsd-11-stable/sys/dev/etherswitch/ukswitch/ukswitch.c
/freebsd-11-stable/sys/dev/ex/if_ex.c
/freebsd-11-stable/sys/dev/ex/if_ex_isa.c
/freebsd-11-stable/sys/dev/ex/if_ex_pccard.c
/freebsd-11-stable/sys/dev/ex/if_exreg.h
/freebsd-11-stable/sys/dev/ex/if_exvar.h
/freebsd-11-stable/sys/dev/exca/exca.c
/freebsd-11-stable/sys/dev/exca/excareg.h
/freebsd-11-stable/sys/dev/exca/excavar.h
/freebsd-11-stable/sys/dev/fb/creator.c
/freebsd-11-stable/sys/dev/fb/creatorreg.h
/freebsd-11-stable/sys/dev/fb/fb.c
/freebsd-11-stable/sys/dev/fb/fbd.c
/freebsd-11-stable/sys/dev/fb/fbreg.h
/freebsd-11-stable/sys/dev/fb/gallant12x22.c
/freebsd-11-stable/sys/dev/fb/machfb.c
/freebsd-11-stable/sys/dev/fb/s3_pci.c
/freebsd-11-stable/sys/dev/fb/splash.c
/freebsd-11-stable/sys/dev/fb/splash_bmp.c
/freebsd-11-stable/sys/dev/fb/splash_pcx.c
/freebsd-11-stable/sys/dev/fb/splash_txt.c
/freebsd-11-stable/sys/dev/fb/splashreg.h
/freebsd-11-stable/sys/dev/fb/vesa.c
/freebsd-11-stable/sys/dev/fb/vesa.h
/freebsd-11-stable/sys/dev/fb/vga.c
/freebsd-11-stable/sys/dev/fb/vgareg.h
/freebsd-11-stable/sys/dev/fdc/fdc.c
/freebsd-11-stable/sys/dev/fdc/fdc_acpi.c
/freebsd-11-stable/sys/dev/fdc/fdc_isa.c
/freebsd-11-stable/sys/dev/fdc/fdc_pccard.c
/freebsd-11-stable/sys/dev/fdc/fdcvar.h
/freebsd-11-stable/sys/dev/fdt/fdt_common.c
/freebsd-11-stable/sys/dev/fdt/fdt_common.h
/freebsd-11-stable/sys/dev/fdt/fdt_powerpc.c
/freebsd-11-stable/sys/dev/fdt/fdt_slicer.c
/freebsd-11-stable/sys/dev/fdt/simplebus.c
/freebsd-11-stable/sys/dev/ffec/if_ffec.c
/freebsd-11-stable/sys/dev/ffec/if_ffecreg.h
/freebsd-11-stable/sys/dev/filemon/filemon.c
/freebsd-11-stable/sys/dev/filemon/filemon.h
/freebsd-11-stable/sys/dev/filemon/filemon_wrapper.c
/freebsd-11-stable/sys/dev/firewire/firewire.c
/freebsd-11-stable/sys/dev/firewire/firewire.h
/freebsd-11-stable/sys/dev/firewire/firewire_phy.h
/freebsd-11-stable/sys/dev/firewire/firewirereg.h
/freebsd-11-stable/sys/dev/firewire/fwcrom.c
/freebsd-11-stable/sys/dev/firewire/fwdev.c
/freebsd-11-stable/sys/dev/firewire/fwdma.c
/freebsd-11-stable/sys/dev/firewire/fwdma.h
/freebsd-11-stable/sys/dev/firewire/fwmem.c
/freebsd-11-stable/sys/dev/firewire/fwmem.h
/freebsd-11-stable/sys/dev/firewire/fwohci.c
/freebsd-11-stable/sys/dev/firewire/fwohci_pci.c
/freebsd-11-stable/sys/dev/firewire/fwohcireg.h
/freebsd-11-stable/sys/dev/firewire/fwohcivar.h
/freebsd-11-stable/sys/dev/firewire/fwphyreg.h
/freebsd-11-stable/sys/dev/firewire/iec13213.h
/freebsd-11-stable/sys/dev/firewire/iec68113.h
/freebsd-11-stable/sys/dev/firewire/if_fwe.c
/freebsd-11-stable/sys/dev/firewire/if_fwevar.h
/freebsd-11-stable/sys/dev/firewire/if_fwip.c
/freebsd-11-stable/sys/dev/firewire/if_fwipvar.h
/freebsd-11-stable/sys/dev/firewire/sbp.c
/freebsd-11-stable/sys/dev/firewire/sbp.h
/freebsd-11-stable/sys/dev/firewire/sbp_targ.c
/freebsd-11-stable/sys/dev/flash/at45d.c
/freebsd-11-stable/sys/dev/flash/mx25l.c
/freebsd-11-stable/sys/dev/flash/mx25lreg.h
/freebsd-11-stable/sys/dev/fxp/if_fxp.c
/freebsd-11-stable/sys/dev/fxp/if_fxpreg.h
/freebsd-11-stable/sys/dev/fxp/if_fxpvar.h
/freebsd-11-stable/sys/dev/fxp/inphy.c
/freebsd-11-stable/sys/dev/fxp/inphyreg.h
/freebsd-11-stable/sys/dev/fxp/rcvbundl.h
/freebsd-11-stable/sys/dev/gem/if_gem.c
/freebsd-11-stable/sys/dev/gem/if_gem_pci.c
/freebsd-11-stable/sys/dev/gem/if_gem_sbus.c
/freebsd-11-stable/sys/dev/gem/if_gemreg.h
/freebsd-11-stable/sys/dev/gem/if_gemvar.h
/freebsd-11-stable/sys/dev/glxiic/glxiic.c
/freebsd-11-stable/sys/dev/glxsb/glxsb.h
/freebsd-11-stable/sys/dev/glxsb/glxsb_hash.c
/freebsd-11-stable/sys/dev/gpio/gpiobus.c
/freebsd-11-stable/sys/dev/gpio/gpiobusvar.h
/freebsd-11-stable/sys/dev/gpio/gpioc.c
/freebsd-11-stable/sys/dev/gpio/gpioiic.c
/freebsd-11-stable/sys/dev/gpio/gpioled.c
/freebsd-11-stable/sys/dev/gpio/ofw_gpiobus.c
/freebsd-11-stable/sys/dev/gxemul/cons/gxemul_cons.c
/freebsd-11-stable/sys/dev/gxemul/disk/gxemul_disk.c
/freebsd-11-stable/sys/dev/gxemul/disk/gxemul_diskreg.h
/freebsd-11-stable/sys/dev/gxemul/ether/gxreg.h
/freebsd-11-stable/sys/dev/gxemul/ether/if_gx.c
/freebsd-11-stable/sys/dev/hifn/hifn7751.c
/freebsd-11-stable/sys/dev/hifn/hifn7751reg.h
/freebsd-11-stable/sys/dev/hifn/hifn7751var.h
/freebsd-11-stable/sys/dev/hme/if_hme.c
/freebsd-11-stable/sys/dev/hme/if_hme_pci.c
/freebsd-11-stable/sys/dev/hme/if_hme_sbus.c
/freebsd-11-stable/sys/dev/hme/if_hmereg.h
/freebsd-11-stable/sys/dev/hme/if_hmevar.h
/freebsd-11-stable/sys/dev/hpt27xx/array.h
/freebsd-11-stable/sys/dev/hpt27xx/him.h
/freebsd-11-stable/sys/dev/hpt27xx/himfuncs.h
/freebsd-11-stable/sys/dev/hpt27xx/hpt27xx_config.c
/freebsd-11-stable/sys/dev/hpt27xx/hpt27xx_config.h
/freebsd-11-stable/sys/dev/hpt27xx/hpt27xx_os_bsd.c
/freebsd-11-stable/sys/dev/hpt27xx/hpt27xx_osm_bsd.c
/freebsd-11-stable/sys/dev/hpt27xx/hptintf.h
/freebsd-11-stable/sys/dev/hpt27xx/ldm.h
/freebsd-11-stable/sys/dev/hpt27xx/list.h
/freebsd-11-stable/sys/dev/hpt27xx/os_bsd.h
/freebsd-11-stable/sys/dev/hpt27xx/osm.h
/freebsd-11-stable/sys/dev/hpt27xx/wj.h
/freebsd-11-stable/sys/dev/hptiop/hptiop.c
/freebsd-11-stable/sys/dev/hptiop/hptiop.h
/freebsd-11-stable/sys/dev/hptmv/access601.h
/freebsd-11-stable/sys/dev/hptmv/array.h
/freebsd-11-stable/sys/dev/hptmv/atapi.h
/freebsd-11-stable/sys/dev/hptmv/command.h
/freebsd-11-stable/sys/dev/hptmv/entry.c
/freebsd-11-stable/sys/dev/hptmv/global.h
/freebsd-11-stable/sys/dev/hptmv/gui_lib.c
/freebsd-11-stable/sys/dev/hptmv/hptintf.h
/freebsd-11-stable/sys/dev/hptmv/hptproc.c
/freebsd-11-stable/sys/dev/hptmv/ioctl.c
/freebsd-11-stable/sys/dev/hptmv/mv.c
/freebsd-11-stable/sys/dev/hptmv/mvOs.h
/freebsd-11-stable/sys/dev/hptmv/mvSata.h
/freebsd-11-stable/sys/dev/hptmv/mvStorageDev.h
/freebsd-11-stable/sys/dev/hptmv/osbsd.h
/freebsd-11-stable/sys/dev/hptmv/raid5n.h
/freebsd-11-stable/sys/dev/hptmv/vdevice.h
/freebsd-11-stable/sys/dev/hptnr/array.h
/freebsd-11-stable/sys/dev/hptnr/him.h
/freebsd-11-stable/sys/dev/hptnr/himfuncs.h
/freebsd-11-stable/sys/dev/hptnr/hptintf.h
/freebsd-11-stable/sys/dev/hptnr/hptnr_config.c
/freebsd-11-stable/sys/dev/hptnr/hptnr_config.h
/freebsd-11-stable/sys/dev/hptnr/hptnr_os_bsd.c
/freebsd-11-stable/sys/dev/hptnr/hptnr_osm_bsd.c
/freebsd-11-stable/sys/dev/hptnr/ldm.h
/freebsd-11-stable/sys/dev/hptnr/list.h
/freebsd-11-stable/sys/dev/hptnr/os_bsd.h
/freebsd-11-stable/sys/dev/hptnr/osm.h
/freebsd-11-stable/sys/dev/hptnr/wj.h
/freebsd-11-stable/sys/dev/hptrr/array.h
/freebsd-11-stable/sys/dev/hptrr/him.h
/freebsd-11-stable/sys/dev/hptrr/himfuncs.h
/freebsd-11-stable/sys/dev/hptrr/hptintf.h
/freebsd-11-stable/sys/dev/hptrr/hptrr_config.c
/freebsd-11-stable/sys/dev/hptrr/hptrr_config.h
/freebsd-11-stable/sys/dev/hptrr/hptrr_os_bsd.c
/freebsd-11-stable/sys/dev/hptrr/hptrr_osm_bsd.c
/freebsd-11-stable/sys/dev/hptrr/ldm.h
/freebsd-11-stable/sys/dev/hptrr/list.h
/freebsd-11-stable/sys/dev/hptrr/os_bsd.h
/freebsd-11-stable/sys/dev/hptrr/osm.h
/freebsd-11-stable/sys/dev/hwpmc/hwpmc_amd.c
/freebsd-11-stable/sys/dev/hwpmc/hwpmc_amd.h
/freebsd-11-stable/sys/dev/hwpmc/hwpmc_arm.c
/freebsd-11-stable/sys/dev/hwpmc/hwpmc_core.c
/freebsd-11-stable/sys/dev/hwpmc/hwpmc_core.h
/freebsd-11-stable/sys/dev/hwpmc/hwpmc_intel.c
/freebsd-11-stable/sys/dev/hwpmc/hwpmc_logging.c
/freebsd-11-stable/sys/dev/hwpmc/hwpmc_mips.c
/freebsd-11-stable/sys/dev/hwpmc/hwpmc_mips24k.c
/freebsd-11-stable/sys/dev/hwpmc/hwpmc_mod.c
/freebsd-11-stable/sys/dev/hwpmc/hwpmc_mpc7xxx.c
/freebsd-11-stable/sys/dev/hwpmc/hwpmc_octeon.c
/freebsd-11-stable/sys/dev/hwpmc/hwpmc_pentium.c
/freebsd-11-stable/sys/dev/hwpmc/hwpmc_pentium.h
/freebsd-11-stable/sys/dev/hwpmc/hwpmc_piv.c
/freebsd-11-stable/sys/dev/hwpmc/hwpmc_piv.h
/freebsd-11-stable/sys/dev/hwpmc/hwpmc_powerpc.c
/freebsd-11-stable/sys/dev/hwpmc/hwpmc_powerpc.h
/freebsd-11-stable/sys/dev/hwpmc/hwpmc_ppc970.c
/freebsd-11-stable/sys/dev/hwpmc/hwpmc_ppro.c
/freebsd-11-stable/sys/dev/hwpmc/hwpmc_ppro.h
/freebsd-11-stable/sys/dev/hwpmc/hwpmc_soft.c
/freebsd-11-stable/sys/dev/hwpmc/hwpmc_soft.h
/freebsd-11-stable/sys/dev/hwpmc/hwpmc_sparc64.c
/freebsd-11-stable/sys/dev/hwpmc/hwpmc_tsc.c
/freebsd-11-stable/sys/dev/hwpmc/hwpmc_tsc.h
/freebsd-11-stable/sys/dev/hwpmc/hwpmc_uncore.c
/freebsd-11-stable/sys/dev/hwpmc/hwpmc_uncore.h
/freebsd-11-stable/sys/dev/hwpmc/hwpmc_x86.c
/freebsd-11-stable/sys/dev/hwpmc/hwpmc_xscale.c
/freebsd-11-stable/sys/dev/hwpmc/hwpmc_xscale.h
/freebsd-11-stable/sys/dev/hwpmc/pmc_events.h
/freebsd-11-stable/sys/dev/hyperv/include/hyperv.h
/freebsd-11-stable/sys/dev/hyperv/storvsc/hv_storvsc_drv_freebsd.c
/freebsd-11-stable/sys/dev/hyperv/storvsc/hv_vstorage.h
/freebsd-11-stable/sys/dev/hyperv/utilities/hv_kvp.h
/freebsd-11-stable/sys/dev/ic/cd1400.h
/freebsd-11-stable/sys/dev/ic/cd180.h
/freebsd-11-stable/sys/dev/ic/esp.h
/freebsd-11-stable/sys/dev/ic/i8253reg.h
/freebsd-11-stable/sys/dev/ic/i82586.h
/freebsd-11-stable/sys/dev/ic/i8259.h
/freebsd-11-stable/sys/dev/ic/nec765.h
/freebsd-11-stable/sys/dev/ic/ns16550.h
/freebsd-11-stable/sys/dev/ic/quicc.h
/freebsd-11-stable/sys/dev/ic/sab82532.h
/freebsd-11-stable/sys/dev/ic/via6522reg.h
/freebsd-11-stable/sys/dev/ic/z8530.h
/freebsd-11-stable/sys/dev/ichwd/ichwd.c
/freebsd-11-stable/sys/dev/ichwd/ichwd.h
/freebsd-11-stable/sys/dev/ida/ida.c
/freebsd-11-stable/sys/dev/ida/ida_disk.c
/freebsd-11-stable/sys/dev/ida/ida_pci.c
/freebsd-11-stable/sys/dev/ida/idareg.h
/freebsd-11-stable/sys/dev/ida/idavar.h
/freebsd-11-stable/sys/dev/if_ndis/if_ndis.c
/freebsd-11-stable/sys/dev/if_ndis/if_ndis_pccard.c
/freebsd-11-stable/sys/dev/if_ndis/if_ndis_pci.c
/freebsd-11-stable/sys/dev/if_ndis/if_ndis_usb.c
/freebsd-11-stable/sys/dev/if_ndis/if_ndisvar.h
/freebsd-11-stable/sys/dev/iicbus/ad7417.c
/freebsd-11-stable/sys/dev/iicbus/ad7418.c
/freebsd-11-stable/sys/dev/iicbus/adt746x.c
/freebsd-11-stable/sys/dev/iicbus/ds1631.c
/freebsd-11-stable/sys/dev/iicbus/ds1672.c
/freebsd-11-stable/sys/dev/iicbus/ds1775.c
/freebsd-11-stable/sys/dev/iicbus/icee.c
/freebsd-11-stable/sys/dev/iicbus/if_ic.c
/freebsd-11-stable/sys/dev/iicbus/iic.c
/freebsd-11-stable/sys/dev/iicbus/iic.h
/freebsd-11-stable/sys/dev/iicbus/iicbb.c
/freebsd-11-stable/sys/dev/iicbus/iicbus.c
/freebsd-11-stable/sys/dev/iicbus/iicbus.h
/freebsd-11-stable/sys/dev/iicbus/iicoc.c
/freebsd-11-stable/sys/dev/iicbus/iicoc.h
/freebsd-11-stable/sys/dev/iicbus/iiconf.c
/freebsd-11-stable/sys/dev/iicbus/iiconf.h
/freebsd-11-stable/sys/dev/iicbus/iicsmb.c
/freebsd-11-stable/sys/dev/iicbus/max6690.c
/freebsd-11-stable/sys/dev/iicbus/s35390a.c
/freebsd-11-stable/sys/dev/iir/iir.c
/freebsd-11-stable/sys/dev/iir/iir.h
/freebsd-11-stable/sys/dev/iir/iir_ctrl.c
/freebsd-11-stable/sys/dev/iir/iir_pci.c
/freebsd-11-stable/sys/dev/io/iodev.c
/freebsd-11-stable/sys/dev/io/iodev.h
/freebsd-11-stable/sys/dev/ipmi/ipmi.c
/freebsd-11-stable/sys/dev/ipmi/ipmi_acpi.c
/freebsd-11-stable/sys/dev/ipmi/ipmi_isa.c
/freebsd-11-stable/sys/dev/ipmi/ipmi_kcs.c
/freebsd-11-stable/sys/dev/ipmi/ipmi_linux.c
/freebsd-11-stable/sys/dev/ipmi/ipmi_pci.c
/freebsd-11-stable/sys/dev/ipmi/ipmi_smbios.c
/freebsd-11-stable/sys/dev/ipmi/ipmi_smbus.c
/freebsd-11-stable/sys/dev/ipmi/ipmi_smic.c
/freebsd-11-stable/sys/dev/ipmi/ipmi_ssif.c
/freebsd-11-stable/sys/dev/ipmi/ipmivars.h
/freebsd-11-stable/sys/dev/ips/ips.c
/freebsd-11-stable/sys/dev/ips/ips.h
/freebsd-11-stable/sys/dev/ips/ips_commands.c
/freebsd-11-stable/sys/dev/ips/ips_disk.c
/freebsd-11-stable/sys/dev/ips/ips_disk.h
/freebsd-11-stable/sys/dev/ips/ips_ioctl.c
/freebsd-11-stable/sys/dev/ips/ips_ioctl.h
/freebsd-11-stable/sys/dev/ips/ips_pci.c
/freebsd-11-stable/sys/dev/ips/ipsreg.h
/freebsd-11-stable/sys/dev/ipw/if_ipw.c
/freebsd-11-stable/sys/dev/ipw/if_ipwreg.h
/freebsd-11-stable/sys/dev/ipw/if_ipwvar.h
/freebsd-11-stable/sys/dev/isci/environment.h
/freebsd-11-stable/sys/dev/isci/isci.c
/freebsd-11-stable/sys/dev/isci/isci.h
/freebsd-11-stable/sys/dev/isci/isci_controller.c
/freebsd-11-stable/sys/dev/isci/isci_domain.c
/freebsd-11-stable/sys/dev/isci/isci_interrupt.c
/freebsd-11-stable/sys/dev/isci/isci_io_request.c
/freebsd-11-stable/sys/dev/isci/isci_logger.c
/freebsd-11-stable/sys/dev/isci/isci_oem_parameters.c
/freebsd-11-stable/sys/dev/isci/isci_remote_device.c
/freebsd-11-stable/sys/dev/isci/isci_sysctl.c
/freebsd-11-stable/sys/dev/isci/isci_task_request.c
/freebsd-11-stable/sys/dev/isci/isci_timer.c
/freebsd-11-stable/sys/dev/isci/scil/intel_ata.h
/freebsd-11-stable/sys/dev/isci/scil/intel_pci.h
/freebsd-11-stable/sys/dev/isci/scil/intel_sas.h
/freebsd-11-stable/sys/dev/isci/scil/intel_sat.h
/freebsd-11-stable/sys/dev/isci/scil/intel_sata.h
/freebsd-11-stable/sys/dev/isci/scil/intel_scsi.h
/freebsd-11-stable/sys/dev/isci/scil/sati.c
/freebsd-11-stable/sys/dev/isci/scil/sati.h
/freebsd-11-stable/sys/dev/isci/scil/sati_abort_task_set.c
/freebsd-11-stable/sys/dev/isci/scil/sati_abort_task_set.h
/freebsd-11-stable/sys/dev/isci/scil/sati_atapi.c
/freebsd-11-stable/sys/dev/isci/scil/sati_atapi.h
/freebsd-11-stable/sys/dev/isci/scil/sati_callbacks.h
/freebsd-11-stable/sys/dev/isci/scil/sati_design.h
/freebsd-11-stable/sys/dev/isci/scil/sati_device.c
/freebsd-11-stable/sys/dev/isci/scil/sati_device.h
/freebsd-11-stable/sys/dev/isci/scil/sati_inquiry.c
/freebsd-11-stable/sys/dev/isci/scil/sati_inquiry.h
/freebsd-11-stable/sys/dev/isci/scil/sati_log_sense.c
/freebsd-11-stable/sys/dev/isci/scil/sati_log_sense.h
/freebsd-11-stable/sys/dev/isci/scil/sati_lun_reset.c
/freebsd-11-stable/sys/dev/isci/scil/sati_lun_reset.h
/freebsd-11-stable/sys/dev/isci/scil/sati_mode_pages.c
/freebsd-11-stable/sys/dev/isci/scil/sati_mode_pages.h
/freebsd-11-stable/sys/dev/isci/scil/sati_mode_select.c
/freebsd-11-stable/sys/dev/isci/scil/sati_mode_select.h
/freebsd-11-stable/sys/dev/isci/scil/sati_mode_sense.c
/freebsd-11-stable/sys/dev/isci/scil/sati_mode_sense.h
/freebsd-11-stable/sys/dev/isci/scil/sati_mode_sense_10.c
/freebsd-11-stable/sys/dev/isci/scil/sati_mode_sense_10.h
/freebsd-11-stable/sys/dev/isci/scil/sati_mode_sense_6.c
/freebsd-11-stable/sys/dev/isci/scil/sati_mode_sense_6.h
/freebsd-11-stable/sys/dev/isci/scil/sati_move.c
/freebsd-11-stable/sys/dev/isci/scil/sati_move.h
/freebsd-11-stable/sys/dev/isci/scil/sati_passthrough.c
/freebsd-11-stable/sys/dev/isci/scil/sati_passthrough.h
/freebsd-11-stable/sys/dev/isci/scil/sati_read.c
/freebsd-11-stable/sys/dev/isci/scil/sati_read.h
/freebsd-11-stable/sys/dev/isci/scil/sati_read_buffer.c
/freebsd-11-stable/sys/dev/isci/scil/sati_read_buffer.h
/freebsd-11-stable/sys/dev/isci/scil/sati_read_capacity.c
/freebsd-11-stable/sys/dev/isci/scil/sati_read_capacity.h
/freebsd-11-stable/sys/dev/isci/scil/sati_reassign_blocks.c
/freebsd-11-stable/sys/dev/isci/scil/sati_reassign_blocks.h
/freebsd-11-stable/sys/dev/isci/scil/sati_report_luns.c
/freebsd-11-stable/sys/dev/isci/scil/sati_report_luns.h
/freebsd-11-stable/sys/dev/isci/scil/sati_request_sense.c
/freebsd-11-stable/sys/dev/isci/scil/sati_request_sense.h
/freebsd-11-stable/sys/dev/isci/scil/sati_start_stop_unit.c
/freebsd-11-stable/sys/dev/isci/scil/sati_start_stop_unit.h
/freebsd-11-stable/sys/dev/isci/scil/sati_synchronize_cache.c
/freebsd-11-stable/sys/dev/isci/scil/sati_synchronize_cache.h
/freebsd-11-stable/sys/dev/isci/scil/sati_test_unit_ready.c
/freebsd-11-stable/sys/dev/isci/scil/sati_test_unit_ready.h
/freebsd-11-stable/sys/dev/isci/scil/sati_translator_sequence.h
/freebsd-11-stable/sys/dev/isci/scil/sati_types.h
/freebsd-11-stable/sys/dev/isci/scil/sati_unmap.c
/freebsd-11-stable/sys/dev/isci/scil/sati_unmap.h
/freebsd-11-stable/sys/dev/isci/scil/sati_util.c
/freebsd-11-stable/sys/dev/isci/scil/sati_util.h
/freebsd-11-stable/sys/dev/isci/scil/sati_verify.c
/freebsd-11-stable/sys/dev/isci/scil/sati_verify.h
/freebsd-11-stable/sys/dev/isci/scil/sati_write.c
/freebsd-11-stable/sys/dev/isci/scil/sati_write.h
/freebsd-11-stable/sys/dev/isci/scil/sati_write_and_verify.c
/freebsd-11-stable/sys/dev/isci/scil/sati_write_and_verify.h
/freebsd-11-stable/sys/dev/isci/scil/sati_write_buffer.c
/freebsd-11-stable/sys/dev/isci/scil/sati_write_buffer.h
/freebsd-11-stable/sys/dev/isci/scil/sati_write_long.c
/freebsd-11-stable/sys/dev/isci/scil/sati_write_long.h
/freebsd-11-stable/sys/dev/isci/scil/sci_abstract_list.c
/freebsd-11-stable/sys/dev/isci/scil/sci_abstract_list.h
/freebsd-11-stable/sys/dev/isci/scil/sci_base_controller.c
/freebsd-11-stable/sys/dev/isci/scil/sci_base_controller.h
/freebsd-11-stable/sys/dev/isci/scil/sci_base_domain.c
/freebsd-11-stable/sys/dev/isci/scil/sci_base_domain.h
/freebsd-11-stable/sys/dev/isci/scil/sci_base_iterator.c
/freebsd-11-stable/sys/dev/isci/scil/sci_base_iterator.h
/freebsd-11-stable/sys/dev/isci/scil/sci_base_library.c
/freebsd-11-stable/sys/dev/isci/scil/sci_base_library.h
/freebsd-11-stable/sys/dev/isci/scil/sci_base_logger.c
/freebsd-11-stable/sys/dev/isci/scil/sci_base_logger.h
/freebsd-11-stable/sys/dev/isci/scil/sci_base_memory_descriptor_list.c
/freebsd-11-stable/sys/dev/isci/scil/sci_base_memory_descriptor_list.h
/freebsd-11-stable/sys/dev/isci/scil/sci_base_memory_descriptor_list_decorator.c
/freebsd-11-stable/sys/dev/isci/scil/sci_base_object.c
/freebsd-11-stable/sys/dev/isci/scil/sci_base_object.h
/freebsd-11-stable/sys/dev/isci/scil/sci_base_observer.c
/freebsd-11-stable/sys/dev/isci/scil/sci_base_observer.h
/freebsd-11-stable/sys/dev/isci/scil/sci_base_phy.c
/freebsd-11-stable/sys/dev/isci/scil/sci_base_phy.h
/freebsd-11-stable/sys/dev/isci/scil/sci_base_port.c
/freebsd-11-stable/sys/dev/isci/scil/sci_base_port.h
/freebsd-11-stable/sys/dev/isci/scil/sci_base_remote_device.c
/freebsd-11-stable/sys/dev/isci/scil/sci_base_remote_device.h
/freebsd-11-stable/sys/dev/isci/scil/sci_base_request.c
/freebsd-11-stable/sys/dev/isci/scil/sci_base_request.h
/freebsd-11-stable/sys/dev/isci/scil/sci_base_state.h
/freebsd-11-stable/sys/dev/isci/scil/sci_base_state_machine.c
/freebsd-11-stable/sys/dev/isci/scil/sci_base_state_machine.h
/freebsd-11-stable/sys/dev/isci/scil/sci_base_state_machine_logger.c
/freebsd-11-stable/sys/dev/isci/scil/sci_base_state_machine_logger.h
/freebsd-11-stable/sys/dev/isci/scil/sci_base_state_machine_observer.c
/freebsd-11-stable/sys/dev/isci/scil/sci_base_state_machine_observer.h
/freebsd-11-stable/sys/dev/isci/scil/sci_base_subject.c
/freebsd-11-stable/sys/dev/isci/scil/sci_base_subject.h
/freebsd-11-stable/sys/dev/isci/scil/sci_controller.h
/freebsd-11-stable/sys/dev/isci/scil/sci_controller_constants.h
/freebsd-11-stable/sys/dev/isci/scil/sci_fast_list.h
/freebsd-11-stable/sys/dev/isci/scil/sci_iterator.h
/freebsd-11-stable/sys/dev/isci/scil/sci_library.h
/freebsd-11-stable/sys/dev/isci/scil/sci_logger.h
/freebsd-11-stable/sys/dev/isci/scil/sci_memory_descriptor_list.h
/freebsd-11-stable/sys/dev/isci/scil/sci_memory_descriptor_list_decorator.h
/freebsd-11-stable/sys/dev/isci/scil/sci_object.h
/freebsd-11-stable/sys/dev/isci/scil/sci_overview.h
/freebsd-11-stable/sys/dev/isci/scil/sci_pool.h
/freebsd-11-stable/sys/dev/isci/scil/sci_simple_list.h
/freebsd-11-stable/sys/dev/isci/scil/sci_status.h
/freebsd-11-stable/sys/dev/isci/scil/sci_types.h
/freebsd-11-stable/sys/dev/isci/scil/sci_util.c
/freebsd-11-stable/sys/dev/isci/scil/sci_util.h
/freebsd-11-stable/sys/dev/isci/scil/scic_config_parameters.h
/freebsd-11-stable/sys/dev/isci/scil/scic_controller.h
/freebsd-11-stable/sys/dev/isci/scil/scic_io_request.h
/freebsd-11-stable/sys/dev/isci/scil/scic_library.h
/freebsd-11-stable/sys/dev/isci/scil/scic_logger.h
/freebsd-11-stable/sys/dev/isci/scil/scic_overview.h
/freebsd-11-stable/sys/dev/isci/scil/scic_phy.h
/freebsd-11-stable/sys/dev/isci/scil/scic_port.h
/freebsd-11-stable/sys/dev/isci/scil/scic_remote_device.h
/freebsd-11-stable/sys/dev/isci/scil/scic_sds_controller.c
/freebsd-11-stable/sys/dev/isci/scil/scic_sds_controller.h
/freebsd-11-stable/sys/dev/isci/scil/scic_sds_controller_registers.h
/freebsd-11-stable/sys/dev/isci/scil/scic_sds_library.c
/freebsd-11-stable/sys/dev/isci/scil/scic_sds_library.h
/freebsd-11-stable/sys/dev/isci/scil/scic_sds_logger.h
/freebsd-11-stable/sys/dev/isci/scil/scic_sds_pci.c
/freebsd-11-stable/sys/dev/isci/scil/scic_sds_pci.h
/freebsd-11-stable/sys/dev/isci/scil/scic_sds_phy.c
/freebsd-11-stable/sys/dev/isci/scil/scic_sds_phy.h
/freebsd-11-stable/sys/dev/isci/scil/scic_sds_phy_registers.h
/freebsd-11-stable/sys/dev/isci/scil/scic_sds_port.c
/freebsd-11-stable/sys/dev/isci/scil/scic_sds_port.h
/freebsd-11-stable/sys/dev/isci/scil/scic_sds_port_configuration_agent.c
/freebsd-11-stable/sys/dev/isci/scil/scic_sds_port_configuration_agent.h
/freebsd-11-stable/sys/dev/isci/scil/scic_sds_port_registers.h
/freebsd-11-stable/sys/dev/isci/scil/scic_sds_remote_device.c
/freebsd-11-stable/sys/dev/isci/scil/scic_sds_remote_device.h
/freebsd-11-stable/sys/dev/isci/scil/scic_sds_remote_node_context.c
/freebsd-11-stable/sys/dev/isci/scil/scic_sds_remote_node_context.h
/freebsd-11-stable/sys/dev/isci/scil/scic_sds_remote_node_table.c
/freebsd-11-stable/sys/dev/isci/scil/scic_sds_remote_node_table.h
/freebsd-11-stable/sys/dev/isci/scil/scic_sds_request.c
/freebsd-11-stable/sys/dev/isci/scil/scic_sds_request.h
/freebsd-11-stable/sys/dev/isci/scil/scic_sds_sgpio.c
/freebsd-11-stable/sys/dev/isci/scil/scic_sds_smp_remote_device.c
/freebsd-11-stable/sys/dev/isci/scil/scic_sds_smp_request.c
/freebsd-11-stable/sys/dev/isci/scil/scic_sds_smp_request.h
/freebsd-11-stable/sys/dev/isci/scil/scic_sds_ssp_request.c
/freebsd-11-stable/sys/dev/isci/scil/scic_sds_stp_packet_request.c
/freebsd-11-stable/sys/dev/isci/scil/scic_sds_stp_packet_request.h
/freebsd-11-stable/sys/dev/isci/scil/scic_sds_stp_pio_request.h
/freebsd-11-stable/sys/dev/isci/scil/scic_sds_stp_remote_device.c
/freebsd-11-stable/sys/dev/isci/scil/scic_sds_stp_request.c
/freebsd-11-stable/sys/dev/isci/scil/scic_sds_stp_request.h
/freebsd-11-stable/sys/dev/isci/scil/scic_sds_unsolicited_frame_control.c
/freebsd-11-stable/sys/dev/isci/scil/scic_sds_unsolicited_frame_control.h
/freebsd-11-stable/sys/dev/isci/scil/scic_sgpio.h
/freebsd-11-stable/sys/dev/isci/scil/scic_task_request.h
/freebsd-11-stable/sys/dev/isci/scil/scic_user_callback.h
/freebsd-11-stable/sys/dev/isci/scil/scif_config_parameters.h
/freebsd-11-stable/sys/dev/isci/scil/scif_controller.h
/freebsd-11-stable/sys/dev/isci/scil/scif_domain.h
/freebsd-11-stable/sys/dev/isci/scil/scif_io_request.h
/freebsd-11-stable/sys/dev/isci/scil/scif_library.h
/freebsd-11-stable/sys/dev/isci/scil/scif_logger.h
/freebsd-11-stable/sys/dev/isci/scil/scif_overview.h
/freebsd-11-stable/sys/dev/isci/scil/scif_remote_device.h
/freebsd-11-stable/sys/dev/isci/scil/scif_sas_constants.h
/freebsd-11-stable/sys/dev/isci/scil/scif_sas_controller.c
/freebsd-11-stable/sys/dev/isci/scil/scif_sas_controller.h
/freebsd-11-stable/sys/dev/isci/scil/scif_sas_controller_state_handlers.c
/freebsd-11-stable/sys/dev/isci/scil/scif_sas_controller_states.c
/freebsd-11-stable/sys/dev/isci/scil/scif_sas_design.h
/freebsd-11-stable/sys/dev/isci/scil/scif_sas_domain.c
/freebsd-11-stable/sys/dev/isci/scil/scif_sas_domain.h
/freebsd-11-stable/sys/dev/isci/scil/scif_sas_domain_state_handlers.c
/freebsd-11-stable/sys/dev/isci/scil/scif_sas_domain_states.c
/freebsd-11-stable/sys/dev/isci/scil/scif_sas_high_priority_request_queue.c
/freebsd-11-stable/sys/dev/isci/scil/scif_sas_high_priority_request_queue.h
/freebsd-11-stable/sys/dev/isci/scil/scif_sas_internal_io_request.c
/freebsd-11-stable/sys/dev/isci/scil/scif_sas_internal_io_request.h
/freebsd-11-stable/sys/dev/isci/scil/scif_sas_io_request.c
/freebsd-11-stable/sys/dev/isci/scil/scif_sas_io_request.h
/freebsd-11-stable/sys/dev/isci/scil/scif_sas_io_request_state_handlers.c
/freebsd-11-stable/sys/dev/isci/scil/scif_sas_io_request_states.c
/freebsd-11-stable/sys/dev/isci/scil/scif_sas_library.c
/freebsd-11-stable/sys/dev/isci/scil/scif_sas_library.h
/freebsd-11-stable/sys/dev/isci/scil/scif_sas_logger.h
/freebsd-11-stable/sys/dev/isci/scil/scif_sas_remote_device.c
/freebsd-11-stable/sys/dev/isci/scil/scif_sas_remote_device.h
/freebsd-11-stable/sys/dev/isci/scil/scif_sas_remote_device_ready_substate_handlers.c
/freebsd-11-stable/sys/dev/isci/scil/scif_sas_remote_device_ready_substates.c
/freebsd-11-stable/sys/dev/isci/scil/scif_sas_remote_device_starting_substate_handlers.c
/freebsd-11-stable/sys/dev/isci/scil/scif_sas_remote_device_starting_substates.c
/freebsd-11-stable/sys/dev/isci/scil/scif_sas_remote_device_state_handlers.c
/freebsd-11-stable/sys/dev/isci/scil/scif_sas_remote_device_states.c
/freebsd-11-stable/sys/dev/isci/scil/scif_sas_request.c
/freebsd-11-stable/sys/dev/isci/scil/scif_sas_request.h
/freebsd-11-stable/sys/dev/isci/scil/scif_sas_sati_binding.h
/freebsd-11-stable/sys/dev/isci/scil/scif_sas_smp_activity_clear_affiliation.c
/freebsd-11-stable/sys/dev/isci/scil/scif_sas_smp_io_request.c
/freebsd-11-stable/sys/dev/isci/scil/scif_sas_smp_io_request.h
/freebsd-11-stable/sys/dev/isci/scil/scif_sas_smp_phy.c
/freebsd-11-stable/sys/dev/isci/scil/scif_sas_smp_phy.h
/freebsd-11-stable/sys/dev/isci/scil/scif_sas_smp_remote_device.c
/freebsd-11-stable/sys/dev/isci/scil/scif_sas_smp_remote_device.h
/freebsd-11-stable/sys/dev/isci/scil/scif_sas_stp_io_request.c
/freebsd-11-stable/sys/dev/isci/scil/scif_sas_stp_io_request.h
/freebsd-11-stable/sys/dev/isci/scil/scif_sas_stp_remote_device.c
/freebsd-11-stable/sys/dev/isci/scil/scif_sas_stp_remote_device.h
/freebsd-11-stable/sys/dev/isci/scil/scif_sas_stp_task_request.c
/freebsd-11-stable/sys/dev/isci/scil/scif_sas_stp_task_request.h
/freebsd-11-stable/sys/dev/isci/scil/scif_sas_task_request.c
/freebsd-11-stable/sys/dev/isci/scil/scif_sas_task_request.h
/freebsd-11-stable/sys/dev/isci/scil/scif_sas_task_request_state_handlers.c
/freebsd-11-stable/sys/dev/isci/scil/scif_sas_task_request_states.c
/freebsd-11-stable/sys/dev/isci/scil/scif_sas_timer.c
/freebsd-11-stable/sys/dev/isci/scil/scif_task_request.h
/freebsd-11-stable/sys/dev/isci/scil/scif_user_callback.h
/freebsd-11-stable/sys/dev/isci/scil/scu_bios_definitions.h
/freebsd-11-stable/sys/dev/isci/scil/scu_completion_codes.h
/freebsd-11-stable/sys/dev/isci/scil/scu_constants.h
/freebsd-11-stable/sys/dev/isci/scil/scu_event_codes.h
/freebsd-11-stable/sys/dev/isci/scil/scu_registers.h
/freebsd-11-stable/sys/dev/isci/scil/scu_remote_node_context.h
/freebsd-11-stable/sys/dev/isci/scil/scu_task_context.h
/freebsd-11-stable/sys/dev/isci/scil/scu_unsolicited_frame.h
/freebsd-11-stable/sys/dev/isci/scil/scu_viit_data.h
/freebsd-11-stable/sys/dev/isci/types.h
/freebsd-11-stable/sys/dev/iscsi/icl.c
/freebsd-11-stable/sys/dev/iscsi/icl.h
/freebsd-11-stable/sys/dev/iscsi/iscsi.c
/freebsd-11-stable/sys/dev/iscsi/iscsi.h
/freebsd-11-stable/sys/dev/iscsi/iscsi_ioctl.h
/freebsd-11-stable/sys/dev/iscsi/iscsi_proto.h
/freebsd-11-stable/sys/dev/iscsi_initiator/isc_cam.c
/freebsd-11-stable/sys/dev/iscsi_initiator/isc_sm.c
/freebsd-11-stable/sys/dev/iscsi_initiator/isc_soc.c
/freebsd-11-stable/sys/dev/iscsi_initiator/isc_subr.c
/freebsd-11-stable/sys/dev/iscsi_initiator/iscsi.c
/freebsd-11-stable/sys/dev/iscsi_initiator/iscsi.h
/freebsd-11-stable/sys/dev/iscsi_initiator/iscsi_subr.c
/freebsd-11-stable/sys/dev/iscsi_initiator/iscsivar.h
/freebsd-11-stable/sys/dev/isp/isp_freebsd.c
/freebsd-11-stable/sys/dev/isp/isp_freebsd.h
/freebsd-11-stable/sys/dev/isp/isp_ioctl.h
/freebsd-11-stable/sys/dev/isp/isp_library.c
/freebsd-11-stable/sys/dev/isp/isp_library.h
/freebsd-11-stable/sys/dev/isp/isp_sbus.c
/freebsd-11-stable/sys/dev/isp/isp_stds.h
/freebsd-11-stable/sys/dev/isp/isp_target.c
/freebsd-11-stable/sys/dev/isp/isp_target.h
/freebsd-11-stable/sys/dev/isp/ispreg.h
/freebsd-11-stable/sys/dev/ispfw/asm_1000.h
/freebsd-11-stable/sys/dev/ispfw/asm_1040.h
/freebsd-11-stable/sys/dev/ispfw/asm_1080.h
/freebsd-11-stable/sys/dev/ispfw/asm_12160.h
/freebsd-11-stable/sys/dev/ispfw/asm_2100.h
/freebsd-11-stable/sys/dev/ispfw/asm_2200.h
/freebsd-11-stable/sys/dev/ispfw/asm_2300.h
/freebsd-11-stable/sys/dev/ispfw/asm_2322.h
/freebsd-11-stable/sys/dev/ispfw/asm_2400.h
/freebsd-11-stable/sys/dev/ispfw/asm_2500.h
/freebsd-11-stable/sys/dev/ispfw/ispfw.c
/freebsd-11-stable/sys/dev/iwi/if_iwi.c
/freebsd-11-stable/sys/dev/iwi/if_iwireg.h
/freebsd-11-stable/sys/dev/iwi/if_iwivar.h
/freebsd-11-stable/sys/dev/ixgb/if_ixgb.c
/freebsd-11-stable/sys/dev/ixgb/if_ixgb.h
/freebsd-11-stable/sys/dev/ixgb/if_ixgb_osdep.h
/freebsd-11-stable/sys/dev/ixgb/ixgb_ee.c
/freebsd-11-stable/sys/dev/ixgb/ixgb_ee.h
/freebsd-11-stable/sys/dev/ixgb/ixgb_hw.c
/freebsd-11-stable/sys/dev/ixgb/ixgb_hw.h
/freebsd-11-stable/sys/dev/ixgb/ixgb_ids.h
/freebsd-11-stable/sys/dev/ixgbe/ixgbe.h
/freebsd-11-stable/sys/dev/ixgbe/ixgbe_82598.c
/freebsd-11-stable/sys/dev/ixgbe/ixgbe_82598.h
/freebsd-11-stable/sys/dev/ixgbe/ixgbe_82599.c
/freebsd-11-stable/sys/dev/ixgbe/ixgbe_82599.h
/freebsd-11-stable/sys/dev/ixgbe/ixgbe_api.c
/freebsd-11-stable/sys/dev/ixgbe/ixgbe_api.h
/freebsd-11-stable/sys/dev/ixgbe/ixgbe_common.c
/freebsd-11-stable/sys/dev/ixgbe/ixgbe_common.h
/freebsd-11-stable/sys/dev/ixgbe/ixgbe_dcb.c
/freebsd-11-stable/sys/dev/ixgbe/ixgbe_dcb.h
/freebsd-11-stable/sys/dev/ixgbe/ixgbe_dcb_82598.c
/freebsd-11-stable/sys/dev/ixgbe/ixgbe_dcb_82598.h
/freebsd-11-stable/sys/dev/ixgbe/ixgbe_dcb_82599.c
/freebsd-11-stable/sys/dev/ixgbe/ixgbe_dcb_82599.h
/freebsd-11-stable/sys/dev/ixgbe/ixgbe_mbx.c
/freebsd-11-stable/sys/dev/ixgbe/ixgbe_mbx.h
/freebsd-11-stable/sys/dev/ixgbe/ixgbe_osdep.h
/freebsd-11-stable/sys/dev/ixgbe/ixgbe_phy.c
/freebsd-11-stable/sys/dev/ixgbe/ixgbe_phy.h
/freebsd-11-stable/sys/dev/ixgbe/ixgbe_type.h
/freebsd-11-stable/sys/dev/ixgbe/ixgbe_vf.c
/freebsd-11-stable/sys/dev/ixgbe/ixgbe_vf.h
/freebsd-11-stable/sys/dev/ixgbe/ixgbe_x540.c
/freebsd-11-stable/sys/dev/ixgbe/ixgbe_x540.h
/freebsd-11-stable/sys/dev/jme/if_jme.c
/freebsd-11-stable/sys/dev/jme/if_jmereg.h
/freebsd-11-stable/sys/dev/jme/if_jmevar.h
/freebsd-11-stable/sys/dev/joy/joy.c
/freebsd-11-stable/sys/dev/joy/joy_isa.c
/freebsd-11-stable/sys/dev/joy/joyvar.h
/freebsd-11-stable/sys/dev/kbd/kbd.c
/freebsd-11-stable/sys/dev/kbd/kbdreg.h
/freebsd-11-stable/sys/dev/kbd/kbdtables.h
/freebsd-11-stable/sys/dev/kbdmux/kbdmux.c
/freebsd-11-stable/sys/dev/ksyms/ksyms.c
/freebsd-11-stable/sys/dev/le/am7990.c
/freebsd-11-stable/sys/dev/le/am79900.c
/freebsd-11-stable/sys/dev/le/am79900reg.h
/freebsd-11-stable/sys/dev/le/am79900var.h
/freebsd-11-stable/sys/dev/le/am7990reg.h
/freebsd-11-stable/sys/dev/le/am7990var.h
/freebsd-11-stable/sys/dev/le/if_le_isa.c
/freebsd-11-stable/sys/dev/le/if_le_lebuffer.c
/freebsd-11-stable/sys/dev/le/if_le_ledma.c
/freebsd-11-stable/sys/dev/le/if_le_pci.c
/freebsd-11-stable/sys/dev/le/lance.c
/freebsd-11-stable/sys/dev/le/lancereg.h
/freebsd-11-stable/sys/dev/le/lancevar.h
/freebsd-11-stable/sys/dev/le/lebuffer_sbus.c
/freebsd-11-stable/sys/dev/lge/if_lge.c
/freebsd-11-stable/sys/dev/lge/if_lgereg.h
/freebsd-11-stable/sys/dev/lmc/if_lmc.c
/freebsd-11-stable/sys/dev/lmc/if_lmc.h
/freebsd-11-stable/sys/dev/malo/if_malo.c
/freebsd-11-stable/sys/dev/malo/if_malo.h
/freebsd-11-stable/sys/dev/malo/if_malo_pci.c
/freebsd-11-stable/sys/dev/malo/if_malohal.c
/freebsd-11-stable/sys/dev/malo/if_malohal.h
/freebsd-11-stable/sys/dev/malo/if_maloioctl.h
/freebsd-11-stable/sys/dev/mc146818/mc146818.c
/freebsd-11-stable/sys/dev/mc146818/mc146818var.h
/freebsd-11-stable/sys/dev/md/md.c
/freebsd-11-stable/sys/dev/mem/memdev.c
/freebsd-11-stable/sys/dev/mem/memutil.c
/freebsd-11-stable/sys/dev/mfi/mfi.c
/freebsd-11-stable/sys/dev/mfi/mfi_cam.c
/freebsd-11-stable/sys/dev/mfi/mfi_debug.c
/freebsd-11-stable/sys/dev/mfi/mfi_disk.c
/freebsd-11-stable/sys/dev/mfi/mfi_ioctl.h
/freebsd-11-stable/sys/dev/mfi/mfi_linux.c
/freebsd-11-stable/sys/dev/mfi/mfi_pci.c
/freebsd-11-stable/sys/dev/mfi/mfi_syspd.c
/freebsd-11-stable/sys/dev/mfi/mfi_tbolt.c
/freebsd-11-stable/sys/dev/mfi/mfireg.h
/freebsd-11-stable/sys/dev/mfi/mfivar.h
/freebsd-11-stable/sys/dev/mge/if_mge.c
/freebsd-11-stable/sys/dev/mge/if_mgevar.h
/freebsd-11-stable/sys/dev/mii/acphy.c
/freebsd-11-stable/sys/dev/mii/acphyreg.h
/freebsd-11-stable/sys/dev/mii/amphy.c
/freebsd-11-stable/sys/dev/mii/amphyreg.h
/freebsd-11-stable/sys/dev/mii/atphy.c
/freebsd-11-stable/sys/dev/mii/atphyreg.h
/freebsd-11-stable/sys/dev/mii/axphy.c
/freebsd-11-stable/sys/dev/mii/bmtphy.c
/freebsd-11-stable/sys/dev/mii/bmtphyreg.h
/freebsd-11-stable/sys/dev/mii/brgphy.c
/freebsd-11-stable/sys/dev/mii/brgphyreg.h
/freebsd-11-stable/sys/dev/mii/ciphy.c
/freebsd-11-stable/sys/dev/mii/ciphyreg.h
/freebsd-11-stable/sys/dev/mii/e1000phy.c
/freebsd-11-stable/sys/dev/mii/e1000phyreg.h
/freebsd-11-stable/sys/dev/mii/gentbi.c
/freebsd-11-stable/sys/dev/mii/icsphy.c
/freebsd-11-stable/sys/dev/mii/icsphyreg.h
/freebsd-11-stable/sys/dev/mii/ip1000phy.c
/freebsd-11-stable/sys/dev/mii/ip1000phyreg.h
/freebsd-11-stable/sys/dev/mii/jmphy.c
/freebsd-11-stable/sys/dev/mii/jmphyreg.h
/freebsd-11-stable/sys/dev/mii/lxtphy.c
/freebsd-11-stable/sys/dev/mii/lxtphyreg.h
/freebsd-11-stable/sys/dev/mii/mii.c
/freebsd-11-stable/sys/dev/mii/mii.h
/freebsd-11-stable/sys/dev/mii/mii_bitbang.c
/freebsd-11-stable/sys/dev/mii/mii_bitbang.h
/freebsd-11-stable/sys/dev/mii/mii_physubr.c
/freebsd-11-stable/sys/dev/mii/miivar.h
/freebsd-11-stable/sys/dev/mii/mlphy.c
/freebsd-11-stable/sys/dev/mii/nsgphy.c
/freebsd-11-stable/sys/dev/mii/nsgphyreg.h
/freebsd-11-stable/sys/dev/mii/nsphy.c
/freebsd-11-stable/sys/dev/mii/nsphyreg.h
/freebsd-11-stable/sys/dev/mii/nsphyter.c
/freebsd-11-stable/sys/dev/mii/nsphyterreg.h
/freebsd-11-stable/sys/dev/mii/pnaphy.c
/freebsd-11-stable/sys/dev/mii/qsphy.c
/freebsd-11-stable/sys/dev/mii/qsphyreg.h
/freebsd-11-stable/sys/dev/mii/rdcphy.c
/freebsd-11-stable/sys/dev/mii/rdcphyreg.h
/freebsd-11-stable/sys/dev/mii/rgephy.c
/freebsd-11-stable/sys/dev/mii/rgephyreg.h
/freebsd-11-stable/sys/dev/mii/rlphy.c
/freebsd-11-stable/sys/dev/mii/rlswitch.c
/freebsd-11-stable/sys/dev/mii/smcphy.c
/freebsd-11-stable/sys/dev/mii/smscphy.c
/freebsd-11-stable/sys/dev/mii/tdkphy.c
/freebsd-11-stable/sys/dev/mii/tdkphyreg.h
/freebsd-11-stable/sys/dev/mii/tlphy.c
/freebsd-11-stable/sys/dev/mii/tlphyreg.h
/freebsd-11-stable/sys/dev/mii/truephy.c
/freebsd-11-stable/sys/dev/mii/truephyreg.h
/freebsd-11-stable/sys/dev/mii/ukphy.c
/freebsd-11-stable/sys/dev/mii/ukphy_subr.c
/freebsd-11-stable/sys/dev/mii/xmphy.c
/freebsd-11-stable/sys/dev/mii/xmphyreg.h
/freebsd-11-stable/sys/dev/mk48txx/mk48txx.c
/freebsd-11-stable/sys/dev/mk48txx/mk48txxreg.h
/freebsd-11-stable/sys/dev/mk48txx/mk48txxvar.h
/freebsd-11-stable/sys/dev/mlx/mlx.c
/freebsd-11-stable/sys/dev/mlx/mlx_disk.c
/freebsd-11-stable/sys/dev/mlx/mlx_pci.c
/freebsd-11-stable/sys/dev/mlx/mlxio.h
/freebsd-11-stable/sys/dev/mlx/mlxreg.h
/freebsd-11-stable/sys/dev/mlx/mlxvar.h
/freebsd-11-stable/sys/dev/mly/mly.c
/freebsd-11-stable/sys/dev/mly/mly_tables.h
/freebsd-11-stable/sys/dev/mly/mlyio.h
/freebsd-11-stable/sys/dev/mly/mlyreg.h
/freebsd-11-stable/sys/dev/mly/mlyvar.h
/freebsd-11-stable/sys/dev/mmc/bridge.h
/freebsd-11-stable/sys/dev/mmc/mmc.c
/freebsd-11-stable/sys/dev/mmc/mmcbrvar.h
/freebsd-11-stable/sys/dev/mmc/mmcreg.h
/freebsd-11-stable/sys/dev/mmc/mmcsd.c
/freebsd-11-stable/sys/dev/mmc/mmcvar.h
/freebsd-11-stable/sys/dev/mps/mpi/mpi2.h
/freebsd-11-stable/sys/dev/mps/mpi/mpi2_cnfg.h
/freebsd-11-stable/sys/dev/mps/mpi/mpi2_hbd.h
/freebsd-11-stable/sys/dev/mps/mpi/mpi2_init.h
/freebsd-11-stable/sys/dev/mps/mpi/mpi2_ioc.h
/freebsd-11-stable/sys/dev/mps/mpi/mpi2_ra.h
/freebsd-11-stable/sys/dev/mps/mpi/mpi2_raid.h
/freebsd-11-stable/sys/dev/mps/mpi/mpi2_sas.h
/freebsd-11-stable/sys/dev/mps/mpi/mpi2_targ.h
/freebsd-11-stable/sys/dev/mps/mpi/mpi2_tool.h
/freebsd-11-stable/sys/dev/mps/mpi/mpi2_type.h
/freebsd-11-stable/sys/dev/mps/mps.c
/freebsd-11-stable/sys/dev/mps/mps_config.c
/freebsd-11-stable/sys/dev/mps/mps_ioctl.h
/freebsd-11-stable/sys/dev/mps/mps_mapping.c
/freebsd-11-stable/sys/dev/mps/mps_mapping.h
/freebsd-11-stable/sys/dev/mps/mps_pci.c
/freebsd-11-stable/sys/dev/mps/mps_sas.c
/freebsd-11-stable/sys/dev/mps/mps_sas.h
/freebsd-11-stable/sys/dev/mps/mps_sas_lsi.c
/freebsd-11-stable/sys/dev/mps/mps_table.c
/freebsd-11-stable/sys/dev/mps/mps_table.h
/freebsd-11-stable/sys/dev/mps/mps_user.c
/freebsd-11-stable/sys/dev/mps/mpsvar.h
/freebsd-11-stable/sys/dev/mpt/mpilib/mpi.h
/freebsd-11-stable/sys/dev/mpt/mpilib/mpi_cnfg.h
/freebsd-11-stable/sys/dev/mpt/mpilib/mpi_fc.h
/freebsd-11-stable/sys/dev/mpt/mpilib/mpi_init.h
/freebsd-11-stable/sys/dev/mpt/mpilib/mpi_ioc.h
/freebsd-11-stable/sys/dev/mpt/mpilib/mpi_lan.h
/freebsd-11-stable/sys/dev/mpt/mpilib/mpi_log_fc.h
/freebsd-11-stable/sys/dev/mpt/mpilib/mpi_log_sas.h
/freebsd-11-stable/sys/dev/mpt/mpilib/mpi_raid.h
/freebsd-11-stable/sys/dev/mpt/mpilib/mpi_sas.h
/freebsd-11-stable/sys/dev/mpt/mpilib/mpi_targ.h
/freebsd-11-stable/sys/dev/mpt/mpilib/mpi_tool.h
/freebsd-11-stable/sys/dev/mpt/mpilib/mpi_type.h
/freebsd-11-stable/sys/dev/mpt/mpt.c
/freebsd-11-stable/sys/dev/mpt/mpt.h
/freebsd-11-stable/sys/dev/mpt/mpt_cam.c
/freebsd-11-stable/sys/dev/mpt/mpt_cam.h
/freebsd-11-stable/sys/dev/mpt/mpt_debug.c
/freebsd-11-stable/sys/dev/mpt/mpt_pci.c
/freebsd-11-stable/sys/dev/mpt/mpt_raid.c
/freebsd-11-stable/sys/dev/mpt/mpt_raid.h
/freebsd-11-stable/sys/dev/mpt/mpt_reg.h
/freebsd-11-stable/sys/dev/mpt/mpt_user.c
/freebsd-11-stable/sys/dev/mse/mse.c
/freebsd-11-stable/sys/dev/mse/mse_isa.c
/freebsd-11-stable/sys/dev/mse/msevar.h
/freebsd-11-stable/sys/dev/msk/if_msk.c
/freebsd-11-stable/sys/dev/msk/if_mskreg.h
/freebsd-11-stable/sys/dev/mvs/mvs.c
/freebsd-11-stable/sys/dev/mvs/mvs.h
/freebsd-11-stable/sys/dev/mvs/mvs_pci.c
/freebsd-11-stable/sys/dev/mvs/mvs_soc.c
/freebsd-11-stable/sys/dev/mwl/if_mwl.c
/freebsd-11-stable/sys/dev/mwl/if_mwl_pci.c
/freebsd-11-stable/sys/dev/mwl/if_mwlioctl.h
/freebsd-11-stable/sys/dev/mwl/if_mwlvar.h
/freebsd-11-stable/sys/dev/mwl/mwldiag.h
/freebsd-11-stable/sys/dev/mwl/mwlhal.c
/freebsd-11-stable/sys/dev/mwl/mwlhal.h
/freebsd-11-stable/sys/dev/mwl/mwlreg.h
/freebsd-11-stable/sys/dev/mxge/eth_z8e.h
/freebsd-11-stable/sys/dev/mxge/ethp_z8e.h
/freebsd-11-stable/sys/dev/mxge/if_mxge.c
/freebsd-11-stable/sys/dev/mxge/if_mxge_var.h
/freebsd-11-stable/sys/dev/mxge/mcp_gen_header.h
/freebsd-11-stable/sys/dev/mxge/mxge_mcp.h
/freebsd-11-stable/sys/dev/mxge/rss_eth_z8e.h
/freebsd-11-stable/sys/dev/mxge/rss_ethp_z8e.h
/freebsd-11-stable/sys/dev/my/if_my.c
/freebsd-11-stable/sys/dev/my/if_myreg.h
/freebsd-11-stable/sys/dev/nand/nand.c
/freebsd-11-stable/sys/dev/nand/nand.h
/freebsd-11-stable/sys/dev/nand/nand_bbt.c
/freebsd-11-stable/sys/dev/nand/nand_cdev.c
/freebsd-11-stable/sys/dev/nand/nand_dev.h
/freebsd-11-stable/sys/dev/nand/nand_ecc_pos.h
/freebsd-11-stable/sys/dev/nand/nand_generic.c
/freebsd-11-stable/sys/dev/nand/nand_geom.c
/freebsd-11-stable/sys/dev/nand/nand_id.c
/freebsd-11-stable/sys/dev/nand/nandbus.c
/freebsd-11-stable/sys/dev/nand/nandbus.h
/freebsd-11-stable/sys/dev/nand/nandsim.c
/freebsd-11-stable/sys/dev/nand/nandsim.h
/freebsd-11-stable/sys/dev/nand/nandsim_chip.c
/freebsd-11-stable/sys/dev/nand/nandsim_chip.h
/freebsd-11-stable/sys/dev/nand/nandsim_ctrl.c
/freebsd-11-stable/sys/dev/nand/nandsim_log.c
/freebsd-11-stable/sys/dev/nand/nandsim_log.h
/freebsd-11-stable/sys/dev/nand/nandsim_swap.c
/freebsd-11-stable/sys/dev/nand/nandsim_swap.h
/freebsd-11-stable/sys/dev/nand/nfc_at91.c
/freebsd-11-stable/sys/dev/nand/nfc_at91.h
/freebsd-11-stable/sys/dev/nand/nfc_fsl.c
/freebsd-11-stable/sys/dev/nand/nfc_fsl.h
/freebsd-11-stable/sys/dev/nand/nfc_mv.c
/freebsd-11-stable/sys/dev/ncv/ncr53c500.c
/freebsd-11-stable/sys/dev/ncv/ncr53c500_pccard.c
/freebsd-11-stable/sys/dev/ncv/ncr53c500hw.h
/freebsd-11-stable/sys/dev/ncv/ncr53c500hwtab.h
/freebsd-11-stable/sys/dev/ncv/ncr53c500reg.h
/freebsd-11-stable/sys/dev/ncv/ncr53c500var.h
/freebsd-11-stable/sys/dev/netmap/if_em_netmap.h
/freebsd-11-stable/sys/dev/netmap/if_igb_netmap.h
/freebsd-11-stable/sys/dev/netmap/if_lem_netmap.h
/freebsd-11-stable/sys/dev/netmap/if_re_netmap.h
/freebsd-11-stable/sys/dev/netmap/ixgbe_netmap.h
/freebsd-11-stable/sys/dev/netmap/netmap.c
/freebsd-11-stable/sys/dev/netmap/netmap_freebsd.c
/freebsd-11-stable/sys/dev/netmap/netmap_generic.c
/freebsd-11-stable/sys/dev/netmap/netmap_kern.h
/freebsd-11-stable/sys/dev/netmap/netmap_mbq.c
/freebsd-11-stable/sys/dev/netmap/netmap_mbq.h
/freebsd-11-stable/sys/dev/netmap/netmap_mem2.c
/freebsd-11-stable/sys/dev/netmap/netmap_mem2.h
/freebsd-11-stable/sys/dev/netmap/netmap_offloadings.c
/freebsd-11-stable/sys/dev/netmap/netmap_pipe.c
/freebsd-11-stable/sys/dev/netmap/netmap_vale.c
/freebsd-11-stable/sys/dev/nge/if_nge.c
/freebsd-11-stable/sys/dev/nge/if_ngereg.h
/freebsd-11-stable/sys/dev/nmdm/nmdm.c
/freebsd-11-stable/sys/dev/nsp/nsp.c
/freebsd-11-stable/sys/dev/nsp/nsp_pccard.c
/freebsd-11-stable/sys/dev/nsp/nspreg.h
/freebsd-11-stable/sys/dev/nsp/nspvar.h
/freebsd-11-stable/sys/dev/null/null.c
/freebsd-11-stable/sys/dev/nvd/nvd.c
/freebsd-11-stable/sys/dev/nvme/nvme.c
/freebsd-11-stable/sys/dev/nvme/nvme.h
/freebsd-11-stable/sys/dev/nvme/nvme_ctrlr.c
/freebsd-11-stable/sys/dev/nvme/nvme_ctrlr_cmd.c
/freebsd-11-stable/sys/dev/nvme/nvme_ns.c
/freebsd-11-stable/sys/dev/nvme/nvme_ns_cmd.c
/freebsd-11-stable/sys/dev/nvme/nvme_private.h
/freebsd-11-stable/sys/dev/nvme/nvme_qpair.c
/freebsd-11-stable/sys/dev/nvme/nvme_sysctl.c
/freebsd-11-stable/sys/dev/nvme/nvme_test.c
/freebsd-11-stable/sys/dev/nvme/nvme_util.c
/freebsd-11-stable/sys/dev/nvram/nvram.c
/freebsd-11-stable/sys/dev/nvram2env/nvram2env.c
/freebsd-11-stable/sys/dev/nxge/if_nxge.c
/freebsd-11-stable/sys/dev/nxge/if_nxge.h
/freebsd-11-stable/sys/dev/nxge/include/version.h
/freebsd-11-stable/sys/dev/nxge/include/xge-debug.h
/freebsd-11-stable/sys/dev/nxge/include/xge-defs.h
/freebsd-11-stable/sys/dev/nxge/include/xge-list.h
/freebsd-11-stable/sys/dev/nxge/include/xge-os-pal.h
/freebsd-11-stable/sys/dev/nxge/include/xge-queue.h
/freebsd-11-stable/sys/dev/nxge/include/xgehal-channel.h
/freebsd-11-stable/sys/dev/nxge/include/xgehal-config.h
/freebsd-11-stable/sys/dev/nxge/include/xgehal-device.h
/freebsd-11-stable/sys/dev/nxge/include/xgehal-driver.h
/freebsd-11-stable/sys/dev/nxge/include/xgehal-event.h
/freebsd-11-stable/sys/dev/nxge/include/xgehal-fifo.h
/freebsd-11-stable/sys/dev/nxge/include/xgehal-mgmt.h
/freebsd-11-stable/sys/dev/nxge/include/xgehal-mgmtaux.h
/freebsd-11-stable/sys/dev/nxge/include/xgehal-mm.h
/freebsd-11-stable/sys/dev/nxge/include/xgehal-regs.h
/freebsd-11-stable/sys/dev/nxge/include/xgehal-ring.h
/freebsd-11-stable/sys/dev/nxge/include/xgehal-stats.h
/freebsd-11-stable/sys/dev/nxge/include/xgehal-types.h
/freebsd-11-stable/sys/dev/nxge/include/xgehal.h
/freebsd-11-stable/sys/dev/nxge/xge-osdep.h
/freebsd-11-stable/sys/dev/nxge/xgehal/xge-queue.c
/freebsd-11-stable/sys/dev/nxge/xgehal/xgehal-channel-fp.c
/freebsd-11-stable/sys/dev/nxge/xgehal/xgehal-channel.c
/freebsd-11-stable/sys/dev/nxge/xgehal/xgehal-config.c
/freebsd-11-stable/sys/dev/nxge/xgehal/xgehal-device-fp.c
/freebsd-11-stable/sys/dev/nxge/xgehal/xgehal-device.c
/freebsd-11-stable/sys/dev/nxge/xgehal/xgehal-driver.c
/freebsd-11-stable/sys/dev/nxge/xgehal/xgehal-fifo-fp.c
/freebsd-11-stable/sys/dev/nxge/xgehal/xgehal-fifo.c
/freebsd-11-stable/sys/dev/nxge/xgehal/xgehal-mgmt.c
/freebsd-11-stable/sys/dev/nxge/xgehal/xgehal-mgmtaux.c
/freebsd-11-stable/sys/dev/nxge/xgehal/xgehal-mm.c
/freebsd-11-stable/sys/dev/nxge/xgehal/xgehal-ring-fp.c
/freebsd-11-stable/sys/dev/nxge/xgehal/xgehal-ring.c
/freebsd-11-stable/sys/dev/nxge/xgehal/xgehal-stats.c
/freebsd-11-stable/sys/dev/nxge/xgell-version.h
/freebsd-11-stable/sys/dev/oce/oce_hw.c
/freebsd-11-stable/sys/dev/oce/oce_hw.h
/freebsd-11-stable/sys/dev/oce/oce_if.c
/freebsd-11-stable/sys/dev/oce/oce_if.h
/freebsd-11-stable/sys/dev/oce/oce_mbox.c
/freebsd-11-stable/sys/dev/oce/oce_queue.c
/freebsd-11-stable/sys/dev/oce/oce_sysctl.c
/freebsd-11-stable/sys/dev/oce/oce_util.c
/freebsd-11-stable/sys/dev/ofw/ofw_bus.h
/freebsd-11-stable/sys/dev/ofw/ofw_bus_subr.c
/freebsd-11-stable/sys/dev/ofw/ofw_bus_subr.h
/freebsd-11-stable/sys/dev/ofw/ofw_console.c
/freebsd-11-stable/sys/dev/ofw/ofw_disk.c
/freebsd-11-stable/sys/dev/ofw/ofw_fdt.c
/freebsd-11-stable/sys/dev/ofw/ofw_pci.h
/freebsd-11-stable/sys/dev/ofw/ofw_standard.c
/freebsd-11-stable/sys/dev/ofw/ofwvar.h
/freebsd-11-stable/sys/dev/ofw/openfirm.c
/freebsd-11-stable/sys/dev/ofw/openfirm.h
/freebsd-11-stable/sys/dev/ofw/openfirmio.c
/freebsd-11-stable/sys/dev/ofw/openfirmio.h
/freebsd-11-stable/sys/dev/ofw/openpromio.c
/freebsd-11-stable/sys/dev/ofw/openpromio.h
/freebsd-11-stable/sys/dev/pbio/pbio.c
/freebsd-11-stable/sys/dev/pbio/pbioio.h
/freebsd-11-stable/sys/dev/pccard/pccard.c
/freebsd-11-stable/sys/dev/pccard/pccard_cis.c
/freebsd-11-stable/sys/dev/pccard/pccard_cis.h
/freebsd-11-stable/sys/dev/pccard/pccard_cis_quirks.c
/freebsd-11-stable/sys/dev/pccard/pccard_device.c
/freebsd-11-stable/sys/dev/pccard/pccardreg.h
/freebsd-11-stable/sys/dev/pccard/pccardvar.h
/freebsd-11-stable/sys/dev/pccard/pccardvarp.h
/freebsd-11-stable/sys/dev/pccbb/pccbb.c
/freebsd-11-stable/sys/dev/pccbb/pccbb_isa.c
/freebsd-11-stable/sys/dev/pccbb/pccbb_pci.c
/freebsd-11-stable/sys/dev/pccbb/pccbbdevid.h
/freebsd-11-stable/sys/dev/pccbb/pccbbreg.h
/freebsd-11-stable/sys/dev/pccbb/pccbbvar.h
/freebsd-11-stable/sys/dev/pcf/envctrl.c
/freebsd-11-stable/sys/dev/pcf/pcf.c
/freebsd-11-stable/sys/dev/pcf/pcf_ebus.c
/freebsd-11-stable/sys/dev/pcf/pcf_isa.c
/freebsd-11-stable/sys/dev/pcf/pcfvar.h
/freebsd-11-stable/sys/dev/pci/fixup_pci.c
/freebsd-11-stable/sys/dev/pci/hostb_pci.c
/freebsd-11-stable/sys/dev/pci/ignore_pci.c
/freebsd-11-stable/sys/dev/pci/isa_pci.c
/freebsd-11-stable/sys/dev/pci/pci.c
/freebsd-11-stable/sys/dev/pci/pci_pci.c
/freebsd-11-stable/sys/dev/pci/pci_private.h
/freebsd-11-stable/sys/dev/pci/pci_subr.c
/freebsd-11-stable/sys/dev/pci/pci_user.c
/freebsd-11-stable/sys/dev/pci/pcib_private.h
/freebsd-11-stable/sys/dev/pci/pcireg.h
/freebsd-11-stable/sys/dev/pci/pcivar.h
/freebsd-11-stable/sys/dev/pci/vga_pci.c
/freebsd-11-stable/sys/dev/pcn/if_pcn.c
/freebsd-11-stable/sys/dev/pcn/if_pcnreg.h
/freebsd-11-stable/sys/dev/pdq/if_fpa.c
/freebsd-11-stable/sys/dev/pdq/pdq.c
/freebsd-11-stable/sys/dev/pdq/pdq_freebsd.h
/freebsd-11-stable/sys/dev/pdq/pdq_ifsubr.c
/freebsd-11-stable/sys/dev/pdq/pdqreg.h
/freebsd-11-stable/sys/dev/pdq/pdqvar.h
/freebsd-11-stable/sys/dev/powermac_nvram/powermac_nvram.c
/freebsd-11-stable/sys/dev/powermac_nvram/powermac_nvramvar.h
/freebsd-11-stable/sys/dev/ppbus/if_plip.c
/freebsd-11-stable/sys/dev/ppbus/immio.c
/freebsd-11-stable/sys/dev/ppbus/lpbb.c
/freebsd-11-stable/sys/dev/ppbus/lpt.c
/freebsd-11-stable/sys/dev/ppbus/lpt.h
/freebsd-11-stable/sys/dev/ppbus/pcfclock.c
/freebsd-11-stable/sys/dev/ppbus/ppb_1284.c
/freebsd-11-stable/sys/dev/ppbus/ppb_1284.h
/freebsd-11-stable/sys/dev/ppbus/ppb_base.c
/freebsd-11-stable/sys/dev/ppbus/ppb_msq.c
/freebsd-11-stable/sys/dev/ppbus/ppb_msq.h
/freebsd-11-stable/sys/dev/ppbus/ppbconf.c
/freebsd-11-stable/sys/dev/ppbus/ppbconf.h
/freebsd-11-stable/sys/dev/ppbus/ppbio.h
/freebsd-11-stable/sys/dev/ppbus/ppi.c
/freebsd-11-stable/sys/dev/ppbus/ppi.h
/freebsd-11-stable/sys/dev/ppbus/vpo.c
/freebsd-11-stable/sys/dev/ppbus/vpoio.c
/freebsd-11-stable/sys/dev/ppbus/vpoio.h
/freebsd-11-stable/sys/dev/ppc/ppc.c
/freebsd-11-stable/sys/dev/ppc/ppc_acpi.c
/freebsd-11-stable/sys/dev/ppc/ppc_isa.c
/freebsd-11-stable/sys/dev/ppc/ppc_pci.c
/freebsd-11-stable/sys/dev/ppc/ppc_puc.c
/freebsd-11-stable/sys/dev/ppc/ppcreg.h
/freebsd-11-stable/sys/dev/ppc/ppcvar.h
/freebsd-11-stable/sys/dev/pst/pst-iop.c
/freebsd-11-stable/sys/dev/pst/pst-iop.h
/freebsd-11-stable/sys/dev/pst/pst-pci.c
/freebsd-11-stable/sys/dev/pst/pst-raid.c
/freebsd-11-stable/sys/dev/pty/pty.c
/freebsd-11-stable/sys/dev/puc/puc.c
/freebsd-11-stable/sys/dev/puc/puc_bfe.h
/freebsd-11-stable/sys/dev/puc/puc_bus.h
/freebsd-11-stable/sys/dev/puc/puc_cfg.c
/freebsd-11-stable/sys/dev/puc/puc_cfg.h
/freebsd-11-stable/sys/dev/puc/puc_pccard.c
/freebsd-11-stable/sys/dev/puc/puc_pci.c
/freebsd-11-stable/sys/dev/puc/pucdata.c
/freebsd-11-stable/sys/dev/qlxgb/qla_dbg.c
/freebsd-11-stable/sys/dev/qlxgb/qla_dbg.h
/freebsd-11-stable/sys/dev/qlxgb/qla_def.h
/freebsd-11-stable/sys/dev/qlxgb/qla_glbl.h
/freebsd-11-stable/sys/dev/qlxgb/qla_hw.c
/freebsd-11-stable/sys/dev/qlxgb/qla_hw.h
/freebsd-11-stable/sys/dev/qlxgb/qla_inline.h
/freebsd-11-stable/sys/dev/qlxgb/qla_ioctl.c
/freebsd-11-stable/sys/dev/qlxgb/qla_ioctl.h
/freebsd-11-stable/sys/dev/qlxgb/qla_isr.c
/freebsd-11-stable/sys/dev/qlxgb/qla_misc.c
/freebsd-11-stable/sys/dev/qlxgb/qla_os.c
/freebsd-11-stable/sys/dev/qlxgb/qla_os.h
/freebsd-11-stable/sys/dev/qlxgb/qla_reg.h
/freebsd-11-stable/sys/dev/qlxgb/qla_ver.h
/freebsd-11-stable/sys/dev/qlxgbe/ql_dbg.c
/freebsd-11-stable/sys/dev/qlxgbe/ql_dbg.h
/freebsd-11-stable/sys/dev/qlxgbe/ql_def.h
/freebsd-11-stable/sys/dev/qlxgbe/ql_glbl.h
/freebsd-11-stable/sys/dev/qlxgbe/ql_hw.c
/freebsd-11-stable/sys/dev/qlxgbe/ql_hw.h
/freebsd-11-stable/sys/dev/qlxgbe/ql_inline.h
/freebsd-11-stable/sys/dev/qlxgbe/ql_ioctl.c
/freebsd-11-stable/sys/dev/qlxgbe/ql_ioctl.h
/freebsd-11-stable/sys/dev/qlxgbe/ql_isr.c
/freebsd-11-stable/sys/dev/qlxgbe/ql_misc.c
/freebsd-11-stable/sys/dev/qlxgbe/ql_os.c
/freebsd-11-stable/sys/dev/qlxgbe/ql_os.h
/freebsd-11-stable/sys/dev/qlxgbe/ql_reset.c
/freebsd-11-stable/sys/dev/qlxgbe/ql_tmplt.h
/freebsd-11-stable/sys/dev/qlxgbe/ql_ver.h
/freebsd-11-stable/sys/dev/qlxge/qls_dbg.c
/freebsd-11-stable/sys/dev/qlxge/qls_dbg.h
/freebsd-11-stable/sys/dev/qlxge/qls_def.h
/freebsd-11-stable/sys/dev/qlxge/qls_dump.c
/freebsd-11-stable/sys/dev/qlxge/qls_dump.h
/freebsd-11-stable/sys/dev/qlxge/qls_glbl.h
/freebsd-11-stable/sys/dev/qlxge/qls_hw.c
/freebsd-11-stable/sys/dev/qlxge/qls_hw.h
/freebsd-11-stable/sys/dev/qlxge/qls_inline.h
/freebsd-11-stable/sys/dev/qlxge/qls_ioctl.c
/freebsd-11-stable/sys/dev/qlxge/qls_ioctl.h
/freebsd-11-stable/sys/dev/qlxge/qls_isr.c
/freebsd-11-stable/sys/dev/qlxge/qls_os.c
/freebsd-11-stable/sys/dev/qlxge/qls_os.h
/freebsd-11-stable/sys/dev/qlxge/qls_ver.h
/freebsd-11-stable/sys/dev/quicc/quicc_bfe.h
/freebsd-11-stable/sys/dev/quicc/quicc_bfe_fdt.c
/freebsd-11-stable/sys/dev/quicc/quicc_bus.h
/freebsd-11-stable/sys/dev/quicc/quicc_core.c
/freebsd-11-stable/sys/dev/rc/rc.c
/freebsd-11-stable/sys/dev/rc/rcreg.h
/freebsd-11-stable/sys/dev/re/if_re.c
/freebsd-11-stable/sys/dev/rndtest/rndtest.c
/freebsd-11-stable/sys/dev/rndtest/rndtest.h
/freebsd-11-stable/sys/dev/rp/rp.c
/freebsd-11-stable/sys/dev/rp/rp_isa.c
/freebsd-11-stable/sys/dev/rp/rp_pci.c
/freebsd-11-stable/sys/dev/rp/rpreg.h
/freebsd-11-stable/sys/dev/rp/rpvar.h
/freebsd-11-stable/sys/dev/rt/if_rt.c
/freebsd-11-stable/sys/dev/rt/if_rtreg.h
/freebsd-11-stable/sys/dev/rt/if_rtvar.h
/freebsd-11-stable/sys/dev/safe/safe.c
/freebsd-11-stable/sys/dev/safe/safereg.h
/freebsd-11-stable/sys/dev/safe/safevar.h
/freebsd-11-stable/sys/dev/scc/scc_bfe.h
/freebsd-11-stable/sys/dev/scc/scc_bfe_ebus.c
/freebsd-11-stable/sys/dev/scc/scc_bfe_macio.c
/freebsd-11-stable/sys/dev/scc/scc_bfe_quicc.c
/freebsd-11-stable/sys/dev/scc/scc_bfe_sbus.c
/freebsd-11-stable/sys/dev/scc/scc_bus.h
/freebsd-11-stable/sys/dev/scc/scc_core.c
/freebsd-11-stable/sys/dev/scc/scc_dev_quicc.c
/freebsd-11-stable/sys/dev/scc/scc_dev_sab82532.c
/freebsd-11-stable/sys/dev/scc/scc_dev_z8530.c
/freebsd-11-stable/sys/dev/sdhci/sdhci.c
/freebsd-11-stable/sys/dev/sdhci/sdhci.h
/freebsd-11-stable/sys/dev/sdhci/sdhci_fdt.c
/freebsd-11-stable/sys/dev/sdhci/sdhci_pci.c
/freebsd-11-stable/sys/dev/sec/sec.c
/freebsd-11-stable/sys/dev/sec/sec.h
/freebsd-11-stable/sys/dev/sf/if_sf.c
/freebsd-11-stable/sys/dev/sf/if_sfreg.h
/freebsd-11-stable/sys/dev/sfxge/common/efsys.h
/freebsd-11-stable/sys/dev/sfxge/common/efx.h
/freebsd-11-stable/sys/dev/sfxge/common/efx_bootcfg.c
/freebsd-11-stable/sys/dev/sfxge/common/efx_ev.c
/freebsd-11-stable/sys/dev/sfxge/common/efx_filter.c
/freebsd-11-stable/sys/dev/sfxge/common/efx_impl.h
/freebsd-11-stable/sys/dev/sfxge/common/efx_intr.c
/freebsd-11-stable/sys/dev/sfxge/common/efx_mac.c
/freebsd-11-stable/sys/dev/sfxge/common/efx_mcdi.c
/freebsd-11-stable/sys/dev/sfxge/common/efx_mcdi.h
/freebsd-11-stable/sys/dev/sfxge/common/efx_mon.c
/freebsd-11-stable/sys/dev/sfxge/common/efx_nic.c
/freebsd-11-stable/sys/dev/sfxge/common/efx_nvram.c
/freebsd-11-stable/sys/dev/sfxge/common/efx_phy.c
/freebsd-11-stable/sys/dev/sfxge/common/efx_port.c
/freebsd-11-stable/sys/dev/sfxge/common/efx_regs.h
/freebsd-11-stable/sys/dev/sfxge/common/efx_regs_ef10.h
/freebsd-11-stable/sys/dev/sfxge/common/efx_regs_mcdi.h
/freebsd-11-stable/sys/dev/sfxge/common/efx_regs_pci.h
/freebsd-11-stable/sys/dev/sfxge/common/efx_rx.c
/freebsd-11-stable/sys/dev/sfxge/common/efx_sram.c
/freebsd-11-stable/sys/dev/sfxge/common/efx_tx.c
/freebsd-11-stable/sys/dev/sfxge/common/efx_types.h
/freebsd-11-stable/sys/dev/sfxge/common/efx_vpd.c
/freebsd-11-stable/sys/dev/sfxge/common/siena_flash.h
/freebsd-11-stable/sys/dev/sfxge/common/siena_impl.h
/freebsd-11-stable/sys/dev/sfxge/common/siena_mac.c
/freebsd-11-stable/sys/dev/sfxge/common/siena_nic.c
/freebsd-11-stable/sys/dev/sfxge/common/siena_nvram.c
/freebsd-11-stable/sys/dev/sfxge/common/siena_phy.c
/freebsd-11-stable/sys/dev/sfxge/common/siena_sram.c
/freebsd-11-stable/sys/dev/sfxge/common/siena_vpd.c
/freebsd-11-stable/sys/dev/sfxge/sfxge.c
/freebsd-11-stable/sys/dev/sfxge/sfxge.h
/freebsd-11-stable/sys/dev/sfxge/sfxge_dma.c
/freebsd-11-stable/sys/dev/sfxge/sfxge_ev.c
/freebsd-11-stable/sys/dev/sfxge/sfxge_intr.c
/freebsd-11-stable/sys/dev/sfxge/sfxge_mcdi.c
/freebsd-11-stable/sys/dev/sfxge/sfxge_port.c
/freebsd-11-stable/sys/dev/sfxge/sfxge_rx.c
/freebsd-11-stable/sys/dev/sfxge/sfxge_rx.h
/freebsd-11-stable/sys/dev/sfxge/sfxge_tx.c
/freebsd-11-stable/sys/dev/sfxge/sfxge_tx.h
/freebsd-11-stable/sys/dev/sge/if_sge.c
/freebsd-11-stable/sys/dev/sge/if_sgereg.h
/freebsd-11-stable/sys/dev/siba/siba_bwn.c
/freebsd-11-stable/sys/dev/siba/siba_core.c
/freebsd-11-stable/sys/dev/siba/siba_ids.h
/freebsd-11-stable/sys/dev/siba/sibareg.h
/freebsd-11-stable/sys/dev/siba/sibavar.h
/freebsd-11-stable/sys/dev/siis/siis.c
/freebsd-11-stable/sys/dev/siis/siis.h
/freebsd-11-stable/sys/dev/sio/sio.c
/freebsd-11-stable/sys/dev/sio/sio_isa.c
/freebsd-11-stable/sys/dev/sio/sio_pccard.c
/freebsd-11-stable/sys/dev/sio/sio_pci.c
/freebsd-11-stable/sys/dev/sio/sio_puc.c
/freebsd-11-stable/sys/dev/sio/sioreg.h
/freebsd-11-stable/sys/dev/sio/siovar.h
/freebsd-11-stable/sys/dev/sis/if_sis.c
/freebsd-11-stable/sys/dev/sis/if_sisreg.h
/freebsd-11-stable/sys/dev/sk/if_sk.c
/freebsd-11-stable/sys/dev/sk/if_skreg.h
/freebsd-11-stable/sys/dev/sk/xmaciireg.h
/freebsd-11-stable/sys/dev/smbus/smb.c
/freebsd-11-stable/sys/dev/smbus/smb.h
/freebsd-11-stable/sys/dev/smbus/smbconf.c
/freebsd-11-stable/sys/dev/smbus/smbconf.h
/freebsd-11-stable/sys/dev/smbus/smbus.c
/freebsd-11-stable/sys/dev/smbus/smbus.h
/freebsd-11-stable/sys/dev/smc/if_smc.c
/freebsd-11-stable/sys/dev/smc/if_smcreg.h
/freebsd-11-stable/sys/dev/smc/if_smcvar.h
/freebsd-11-stable/sys/dev/sn/if_sn.c
/freebsd-11-stable/sys/dev/sn/if_sn_isa.c
/freebsd-11-stable/sys/dev/sn/if_sn_pccard.c
/freebsd-11-stable/sys/dev/sn/if_snreg.h
/freebsd-11-stable/sys/dev/sn/if_snvar.h
/freebsd-11-stable/sys/dev/sn/ositech.h
/freebsd-11-stable/sys/dev/snp/snp.c
/freebsd-11-stable/sys/dev/sound/chip.h
/freebsd-11-stable/sys/dev/sound/clone.c
/freebsd-11-stable/sys/dev/sound/clone.h
/freebsd-11-stable/sys/dev/sound/driver.c
/freebsd-11-stable/sys/dev/sound/isa/ad1816.c
/freebsd-11-stable/sys/dev/sound/isa/ad1816.h
/freebsd-11-stable/sys/dev/sound/isa/ess.c
/freebsd-11-stable/sys/dev/sound/isa/gusc.c
/freebsd-11-stable/sys/dev/sound/isa/mss.c
/freebsd-11-stable/sys/dev/sound/isa/mss.h
/freebsd-11-stable/sys/dev/sound/isa/sb.h
/freebsd-11-stable/sys/dev/sound/isa/sb16.c
/freebsd-11-stable/sys/dev/sound/isa/sb8.c
/freebsd-11-stable/sys/dev/sound/isa/sbc.c
/freebsd-11-stable/sys/dev/sound/isa/sndbuf_dma.c
/freebsd-11-stable/sys/dev/sound/macio/aoa.c
/freebsd-11-stable/sys/dev/sound/macio/aoa.h
/freebsd-11-stable/sys/dev/sound/macio/davbus.c
/freebsd-11-stable/sys/dev/sound/macio/davbusreg.h
/freebsd-11-stable/sys/dev/sound/macio/i2s.c
/freebsd-11-stable/sys/dev/sound/macio/onyx.c
/freebsd-11-stable/sys/dev/sound/macio/snapper.c
/freebsd-11-stable/sys/dev/sound/macio/tumbler.c
/freebsd-11-stable/sys/dev/sound/midi/midi.c
/freebsd-11-stable/sys/dev/sound/midi/midi.h
/freebsd-11-stable/sys/dev/sound/midi/midiq.h
/freebsd-11-stable/sys/dev/sound/midi/mpu401.c
/freebsd-11-stable/sys/dev/sound/midi/mpu401.h
/freebsd-11-stable/sys/dev/sound/midi/sequencer.c
/freebsd-11-stable/sys/dev/sound/midi/sequencer.h
/freebsd-11-stable/sys/dev/sound/pci/allegro_code.h
/freebsd-11-stable/sys/dev/sound/pci/allegro_reg.h
/freebsd-11-stable/sys/dev/sound/pci/als4000.c
/freebsd-11-stable/sys/dev/sound/pci/als4000.h
/freebsd-11-stable/sys/dev/sound/pci/atiixp.c
/freebsd-11-stable/sys/dev/sound/pci/atiixp.h
/freebsd-11-stable/sys/dev/sound/pci/aureal.c
/freebsd-11-stable/sys/dev/sound/pci/aureal.h
/freebsd-11-stable/sys/dev/sound/pci/cmi.c
/freebsd-11-stable/sys/dev/sound/pci/cmireg.h
/freebsd-11-stable/sys/dev/sound/pci/cs4281.c
/freebsd-11-stable/sys/dev/sound/pci/cs4281.h
/freebsd-11-stable/sys/dev/sound/pci/cs461x_dsp.h
/freebsd-11-stable/sys/dev/sound/pci/csa.c
/freebsd-11-stable/sys/dev/sound/pci/csapcm.c
/freebsd-11-stable/sys/dev/sound/pci/csareg.h
/freebsd-11-stable/sys/dev/sound/pci/csavar.h
/freebsd-11-stable/sys/dev/sound/pci/ds1-fw.h
/freebsd-11-stable/sys/dev/sound/pci/ds1.c
/freebsd-11-stable/sys/dev/sound/pci/emu10k1.c
/freebsd-11-stable/sys/dev/sound/pci/emu10kx-midi.c
/freebsd-11-stable/sys/dev/sound/pci/emu10kx-pcm.c
/freebsd-11-stable/sys/dev/sound/pci/emu10kx.c
/freebsd-11-stable/sys/dev/sound/pci/emu10kx.h
/freebsd-11-stable/sys/dev/sound/pci/envy24.c
/freebsd-11-stable/sys/dev/sound/pci/envy24.h
/freebsd-11-stable/sys/dev/sound/pci/envy24ht.c
/freebsd-11-stable/sys/dev/sound/pci/envy24ht.h
/freebsd-11-stable/sys/dev/sound/pci/es137x.c
/freebsd-11-stable/sys/dev/sound/pci/es137x.h
/freebsd-11-stable/sys/dev/sound/pci/fm801.c
/freebsd-11-stable/sys/dev/sound/pci/hda/hda_reg.h
/freebsd-11-stable/sys/dev/sound/pci/hda/hdaa.c
/freebsd-11-stable/sys/dev/sound/pci/hda/hdaa.h
/freebsd-11-stable/sys/dev/sound/pci/hda/hdaa_patches.c
/freebsd-11-stable/sys/dev/sound/pci/hda/hdac.c
/freebsd-11-stable/sys/dev/sound/pci/hda/hdac.h
/freebsd-11-stable/sys/dev/sound/pci/hda/hdac_private.h
/freebsd-11-stable/sys/dev/sound/pci/hda/hdac_reg.h
/freebsd-11-stable/sys/dev/sound/pci/hda/hdacc.c
/freebsd-11-stable/sys/dev/sound/pci/hdspe-pcm.c
/freebsd-11-stable/sys/dev/sound/pci/hdspe.c
/freebsd-11-stable/sys/dev/sound/pci/hdspe.h
/freebsd-11-stable/sys/dev/sound/pci/ich.c
/freebsd-11-stable/sys/dev/sound/pci/ich.h
/freebsd-11-stable/sys/dev/sound/pci/maestro.c
/freebsd-11-stable/sys/dev/sound/pci/maestro3.c
/freebsd-11-stable/sys/dev/sound/pci/maestro_reg.h
/freebsd-11-stable/sys/dev/sound/pci/neomagic-coeff.h
/freebsd-11-stable/sys/dev/sound/pci/neomagic.c
/freebsd-11-stable/sys/dev/sound/pci/neomagic.h
/freebsd-11-stable/sys/dev/sound/pci/solo.c
/freebsd-11-stable/sys/dev/sound/pci/spicds.c
/freebsd-11-stable/sys/dev/sound/pci/spicds.h
/freebsd-11-stable/sys/dev/sound/pci/t4dwave.c
/freebsd-11-stable/sys/dev/sound/pci/t4dwave.h
/freebsd-11-stable/sys/dev/sound/pci/via8233.c
/freebsd-11-stable/sys/dev/sound/pci/via8233.h
/freebsd-11-stable/sys/dev/sound/pci/via82c686.c
/freebsd-11-stable/sys/dev/sound/pci/via82c686.h
/freebsd-11-stable/sys/dev/sound/pci/vibes.c
/freebsd-11-stable/sys/dev/sound/pci/vibes.h
/freebsd-11-stable/sys/dev/sound/pcm/ac97.c
/freebsd-11-stable/sys/dev/sound/pcm/ac97.h
/freebsd-11-stable/sys/dev/sound/pcm/ac97_patch.c
/freebsd-11-stable/sys/dev/sound/pcm/ac97_patch.h
/freebsd-11-stable/sys/dev/sound/pcm/buffer.c
/freebsd-11-stable/sys/dev/sound/pcm/buffer.h
/freebsd-11-stable/sys/dev/sound/pcm/channel.c
/freebsd-11-stable/sys/dev/sound/pcm/channel.h
/freebsd-11-stable/sys/dev/sound/pcm/dsp.c
/freebsd-11-stable/sys/dev/sound/pcm/dsp.h
/freebsd-11-stable/sys/dev/sound/pcm/feeder.c
/freebsd-11-stable/sys/dev/sound/pcm/feeder.h
/freebsd-11-stable/sys/dev/sound/pcm/feeder_chain.c
/freebsd-11-stable/sys/dev/sound/pcm/feeder_eq.c
/freebsd-11-stable/sys/dev/sound/pcm/feeder_format.c
/freebsd-11-stable/sys/dev/sound/pcm/feeder_matrix.c
/freebsd-11-stable/sys/dev/sound/pcm/feeder_mixer.c
/freebsd-11-stable/sys/dev/sound/pcm/feeder_rate.c
/freebsd-11-stable/sys/dev/sound/pcm/feeder_volume.c
/freebsd-11-stable/sys/dev/sound/pcm/g711.h
/freebsd-11-stable/sys/dev/sound/pcm/intpcm.h
/freebsd-11-stable/sys/dev/sound/pcm/matrix.h
/freebsd-11-stable/sys/dev/sound/pcm/matrix_map.h
/freebsd-11-stable/sys/dev/sound/pcm/mixer.c
/freebsd-11-stable/sys/dev/sound/pcm/mixer.h
/freebsd-11-stable/sys/dev/sound/pcm/pcm.h
/freebsd-11-stable/sys/dev/sound/pcm/sndstat.c
/freebsd-11-stable/sys/dev/sound/pcm/sndstat.h
/freebsd-11-stable/sys/dev/sound/pcm/sound.c
/freebsd-11-stable/sys/dev/sound/pcm/sound.h
/freebsd-11-stable/sys/dev/sound/pcm/vchan.c
/freebsd-11-stable/sys/dev/sound/pcm/vchan.h
/freebsd-11-stable/sys/dev/sound/sbus/apcdmareg.h
/freebsd-11-stable/sys/dev/sound/sbus/cs4231.c
/freebsd-11-stable/sys/dev/sound/sbus/cs4231.h
/freebsd-11-stable/sys/dev/sound/unit.c
/freebsd-11-stable/sys/dev/sound/unit.h
/freebsd-11-stable/sys/dev/sound/usb/uaudio.c
/freebsd-11-stable/sys/dev/sound/usb/uaudio.h
/freebsd-11-stable/sys/dev/sound/usb/uaudio_pcm.c
/freebsd-11-stable/sys/dev/sound/usb/uaudioreg.h
/freebsd-11-stable/sys/dev/sound/version.h
/freebsd-11-stable/sys/dev/spibus/ofw_spibus.c
/freebsd-11-stable/sys/dev/ste/if_ste.c
/freebsd-11-stable/sys/dev/ste/if_stereg.h
/freebsd-11-stable/sys/dev/stg/tmc18c30.c
/freebsd-11-stable/sys/dev/stg/tmc18c30_isa.c
/freebsd-11-stable/sys/dev/stg/tmc18c30_pccard.c
/freebsd-11-stable/sys/dev/stg/tmc18c30_pci.c
/freebsd-11-stable/sys/dev/stg/tmc18c30_subr.c
/freebsd-11-stable/sys/dev/stg/tmc18c30reg.h
/freebsd-11-stable/sys/dev/stg/tmc18c30var.h
/freebsd-11-stable/sys/dev/stge/if_stge.c
/freebsd-11-stable/sys/dev/stge/if_stgereg.h
/freebsd-11-stable/sys/dev/sym/sym_conf.h
/freebsd-11-stable/sys/dev/sym/sym_defs.h
/freebsd-11-stable/sys/dev/sym/sym_fw.h
/freebsd-11-stable/sys/dev/sym/sym_fw1.h
/freebsd-11-stable/sys/dev/sym/sym_fw2.h
/freebsd-11-stable/sys/dev/sym/sym_hipd.c
/freebsd-11-stable/sys/dev/syscons/apm/apm_saver.c
/freebsd-11-stable/sys/dev/syscons/blank/blank_saver.c
/freebsd-11-stable/sys/dev/syscons/daemon/daemon_saver.c
/freebsd-11-stable/sys/dev/syscons/dragon/dragon_saver.c
/freebsd-11-stable/sys/dev/syscons/fade/fade_saver.c
/freebsd-11-stable/sys/dev/syscons/fire/fire_saver.c
/freebsd-11-stable/sys/dev/syscons/green/green_saver.c
/freebsd-11-stable/sys/dev/syscons/logo/logo_saver.c
/freebsd-11-stable/sys/dev/syscons/rain/rain_saver.c
/freebsd-11-stable/sys/dev/syscons/scgfbrndr.c
/freebsd-11-stable/sys/dev/syscons/schistory.c
/freebsd-11-stable/sys/dev/syscons/scmouse.c
/freebsd-11-stable/sys/dev/syscons/scterm-teken.c
/freebsd-11-stable/sys/dev/syscons/scterm.c
/freebsd-11-stable/sys/dev/syscons/scvesactl.c
/freebsd-11-stable/sys/dev/syscons/scvgarndr.c
/freebsd-11-stable/sys/dev/syscons/scvidctl.c
/freebsd-11-stable/sys/dev/syscons/scvtb.c
/freebsd-11-stable/sys/dev/syscons/snake/snake_saver.c
/freebsd-11-stable/sys/dev/syscons/star/star_saver.c
/freebsd-11-stable/sys/dev/syscons/syscons.c
/freebsd-11-stable/sys/dev/syscons/syscons.h
/freebsd-11-stable/sys/dev/syscons/sysmouse.c
/freebsd-11-stable/sys/dev/syscons/warp/warp_saver.c
/freebsd-11-stable/sys/dev/tdfx/tdfx_io.h
/freebsd-11-stable/sys/dev/tdfx/tdfx_linux.c
/freebsd-11-stable/sys/dev/tdfx/tdfx_linux.h
/freebsd-11-stable/sys/dev/tdfx/tdfx_pci.c
/freebsd-11-stable/sys/dev/tdfx/tdfx_pci.h
/freebsd-11-stable/sys/dev/tdfx/tdfx_vars.h
/freebsd-11-stable/sys/dev/terasic/de4led/terasic_de4led.c
/freebsd-11-stable/sys/dev/terasic/de4led/terasic_de4led.h
/freebsd-11-stable/sys/dev/terasic/de4led/terasic_de4led_fdt.c
/freebsd-11-stable/sys/dev/terasic/de4led/terasic_de4led_nexus.c
/freebsd-11-stable/sys/dev/terasic/mtl/terasic_mtl.c
/freebsd-11-stable/sys/dev/terasic/mtl/terasic_mtl.h
/freebsd-11-stable/sys/dev/terasic/mtl/terasic_mtl_fdt.c
/freebsd-11-stable/sys/dev/terasic/mtl/terasic_mtl_nexus.c
/freebsd-11-stable/sys/dev/terasic/mtl/terasic_mtl_pixel.c
/freebsd-11-stable/sys/dev/terasic/mtl/terasic_mtl_reg.c
/freebsd-11-stable/sys/dev/terasic/mtl/terasic_mtl_syscons.c
/freebsd-11-stable/sys/dev/terasic/mtl/terasic_mtl_text.c
/freebsd-11-stable/sys/dev/ti/if_ti.c
/freebsd-11-stable/sys/dev/ti/if_tireg.h
/freebsd-11-stable/sys/dev/tl/if_tl.c
/freebsd-11-stable/sys/dev/tl/if_tlreg.h
/freebsd-11-stable/sys/dev/trm/trm.c
/freebsd-11-stable/sys/dev/trm/trm.h
/freebsd-11-stable/sys/dev/tsec/if_tsec.c
/freebsd-11-stable/sys/dev/tsec/if_tsec.h
/freebsd-11-stable/sys/dev/tsec/if_tsec_fdt.c
/freebsd-11-stable/sys/dev/tsec/if_tsecreg.h
/freebsd-11-stable/sys/dev/twa/tw_cl.h
/freebsd-11-stable/sys/dev/twa/tw_cl_externs.h
/freebsd-11-stable/sys/dev/twa/tw_cl_fwif.h
/freebsd-11-stable/sys/dev/twa/tw_cl_init.c
/freebsd-11-stable/sys/dev/twa/tw_cl_intr.c
/freebsd-11-stable/sys/dev/twa/tw_cl_io.c
/freebsd-11-stable/sys/dev/twa/tw_cl_ioctl.h
/freebsd-11-stable/sys/dev/twa/tw_cl_misc.c
/freebsd-11-stable/sys/dev/twa/tw_cl_share.h
/freebsd-11-stable/sys/dev/twa/tw_osl.h
/freebsd-11-stable/sys/dev/twa/tw_osl_cam.c
/freebsd-11-stable/sys/dev/twa/tw_osl_externs.h
/freebsd-11-stable/sys/dev/twa/tw_osl_freebsd.c
/freebsd-11-stable/sys/dev/twa/tw_osl_includes.h
/freebsd-11-stable/sys/dev/twa/tw_osl_inline.h
/freebsd-11-stable/sys/dev/twa/tw_osl_ioctl.h
/freebsd-11-stable/sys/dev/twa/tw_osl_share.h
/freebsd-11-stable/sys/dev/twa/tw_osl_types.h
/freebsd-11-stable/sys/dev/twe/twe.c
/freebsd-11-stable/sys/dev/twe/twe_compat.h
/freebsd-11-stable/sys/dev/twe/twe_freebsd.c
/freebsd-11-stable/sys/dev/twe/twe_tables.h
/freebsd-11-stable/sys/dev/twe/tweio.h
/freebsd-11-stable/sys/dev/twe/twereg.h
/freebsd-11-stable/sys/dev/twe/twevar.h
/freebsd-11-stable/sys/dev/tws/tws.c
/freebsd-11-stable/sys/dev/tws/tws.h
/freebsd-11-stable/sys/dev/tws/tws_cam.c
/freebsd-11-stable/sys/dev/tws/tws_hdm.c
/freebsd-11-stable/sys/dev/tws/tws_hdm.h
/freebsd-11-stable/sys/dev/tws/tws_services.c
/freebsd-11-stable/sys/dev/tws/tws_services.h
/freebsd-11-stable/sys/dev/tws/tws_user.c
/freebsd-11-stable/sys/dev/tws/tws_user.h
/freebsd-11-stable/sys/dev/tx/if_tx.c
/freebsd-11-stable/sys/dev/tx/if_txreg.h
/freebsd-11-stable/sys/dev/tx/if_txvar.h
/freebsd-11-stable/sys/dev/txp/3c990img.h
/freebsd-11-stable/sys/dev/txp/if_txp.c
/freebsd-11-stable/sys/dev/txp/if_txpreg.h
/freebsd-11-stable/sys/dev/uart/uart.h
/freebsd-11-stable/sys/dev/uart/uart_bus.h
/freebsd-11-stable/sys/dev/uart/uart_bus_acpi.c
/freebsd-11-stable/sys/dev/uart/uart_bus_ebus.c
/freebsd-11-stable/sys/dev/uart/uart_bus_fdt.c
/freebsd-11-stable/sys/dev/uart/uart_bus_isa.c
/freebsd-11-stable/sys/dev/uart/uart_bus_pccard.c
/freebsd-11-stable/sys/dev/uart/uart_bus_pci.c
/freebsd-11-stable/sys/dev/uart/uart_bus_puc.c
/freebsd-11-stable/sys/dev/uart/uart_bus_scc.c
/freebsd-11-stable/sys/dev/uart/uart_core.c
/freebsd-11-stable/sys/dev/uart/uart_cpu.h
/freebsd-11-stable/sys/dev/uart/uart_cpu_fdt.c
/freebsd-11-stable/sys/dev/uart/uart_cpu_powerpc.c
/freebsd-11-stable/sys/dev/uart/uart_cpu_sparc64.c
/freebsd-11-stable/sys/dev/uart/uart_cpu_x86.c
/freebsd-11-stable/sys/dev/uart/uart_dbg.c
/freebsd-11-stable/sys/dev/uart/uart_dev_imx.c
/freebsd-11-stable/sys/dev/uart/uart_dev_lpc.c
/freebsd-11-stable/sys/dev/uart/uart_dev_ns8250.c
/freebsd-11-stable/sys/dev/uart/uart_dev_ns8250.h
/freebsd-11-stable/sys/dev/uart/uart_dev_pl011.c
/freebsd-11-stable/sys/dev/uart/uart_dev_quicc.c
/freebsd-11-stable/sys/dev/uart/uart_dev_sab82532.c
/freebsd-11-stable/sys/dev/uart/uart_dev_ti8250.c
/freebsd-11-stable/sys/dev/uart/uart_dev_z8530.c
/freebsd-11-stable/sys/dev/uart/uart_kbd_sun.c
/freebsd-11-stable/sys/dev/uart/uart_kbd_sun.h
/freebsd-11-stable/sys/dev/uart/uart_subr.c
/freebsd-11-stable/sys/dev/uart/uart_tty.c
/freebsd-11-stable/sys/dev/ubsec/ubsec.c
/freebsd-11-stable/sys/dev/ubsec/ubsecreg.h
/freebsd-11-stable/sys/dev/ubsec/ubsecvar.h
/freebsd-11-stable/sys/dev/usb/controller/at91dci.c
/freebsd-11-stable/sys/dev/usb/controller/at91dci.h
/freebsd-11-stable/sys/dev/usb/controller/at91dci_atmelarm.c
/freebsd-11-stable/sys/dev/usb/controller/at91dci_fdt.c
/freebsd-11-stable/sys/dev/usb/controller/atmegadci.c
/freebsd-11-stable/sys/dev/usb/controller/atmegadci.h
/freebsd-11-stable/sys/dev/usb/controller/atmegadci_atmelarm.c
/freebsd-11-stable/sys/dev/usb/controller/avr32dci.c
/freebsd-11-stable/sys/dev/usb/controller/avr32dci.h
/freebsd-11-stable/sys/dev/usb/controller/dwc_otg.c
/freebsd-11-stable/sys/dev/usb/controller/dwc_otg.h
/freebsd-11-stable/sys/dev/usb/controller/dwc_otg_fdt.c
/freebsd-11-stable/sys/dev/usb/controller/dwc_otgreg.h
/freebsd-11-stable/sys/dev/usb/controller/ehci.c
/freebsd-11-stable/sys/dev/usb/controller/ehci.h
/freebsd-11-stable/sys/dev/usb/controller/ehci_fsl.c
/freebsd-11-stable/sys/dev/usb/controller/ehci_imx.c
/freebsd-11-stable/sys/dev/usb/controller/ehci_ixp4xx.c
/freebsd-11-stable/sys/dev/usb/controller/ehci_mv.c
/freebsd-11-stable/sys/dev/usb/controller/ehci_pci.c
/freebsd-11-stable/sys/dev/usb/controller/ehcireg.h
/freebsd-11-stable/sys/dev/usb/controller/musb_otg.c
/freebsd-11-stable/sys/dev/usb/controller/musb_otg.h
/freebsd-11-stable/sys/dev/usb/controller/musb_otg_atmelarm.c
/freebsd-11-stable/sys/dev/usb/controller/ohci.c
/freebsd-11-stable/sys/dev/usb/controller/ohci.h
/freebsd-11-stable/sys/dev/usb/controller/ohci_pci.c
/freebsd-11-stable/sys/dev/usb/controller/ohci_s3c24x0.c
/freebsd-11-stable/sys/dev/usb/controller/ohcireg.h
/freebsd-11-stable/sys/dev/usb/controller/uhci.c
/freebsd-11-stable/sys/dev/usb/controller/uhci.h
/freebsd-11-stable/sys/dev/usb/controller/uhci_pci.c
/freebsd-11-stable/sys/dev/usb/controller/uhcireg.h
/freebsd-11-stable/sys/dev/usb/controller/usb_controller.c
/freebsd-11-stable/sys/dev/usb/controller/uss820dci.c
/freebsd-11-stable/sys/dev/usb/controller/uss820dci.h
/freebsd-11-stable/sys/dev/usb/controller/uss820dci_atmelarm.c
/freebsd-11-stable/sys/dev/usb/controller/xhci.c
/freebsd-11-stable/sys/dev/usb/controller/xhci.h
/freebsd-11-stable/sys/dev/usb/controller/xhci_pci.c
/freebsd-11-stable/sys/dev/usb/controller/xhcireg.h
/freebsd-11-stable/sys/dev/usb/gadget/g_audio.c
/freebsd-11-stable/sys/dev/usb/gadget/g_audio.h
/freebsd-11-stable/sys/dev/usb/gadget/g_keyboard.c
/freebsd-11-stable/sys/dev/usb/gadget/g_keyboard.h
/freebsd-11-stable/sys/dev/usb/gadget/g_modem.c
/freebsd-11-stable/sys/dev/usb/gadget/g_modem.h
/freebsd-11-stable/sys/dev/usb/gadget/g_mouse.c
/freebsd-11-stable/sys/dev/usb/gadget/g_mouse.h
/freebsd-11-stable/sys/dev/usb/input/atp.c
/freebsd-11-stable/sys/dev/usb/input/uep.c
/freebsd-11-stable/sys/dev/usb/input/uhid.c
/freebsd-11-stable/sys/dev/usb/input/ukbd.c
/freebsd-11-stable/sys/dev/usb/input/ums.c
/freebsd-11-stable/sys/dev/usb/input/usb_rdesc.h
/freebsd-11-stable/sys/dev/usb/input/wsp.c
/freebsd-11-stable/sys/dev/usb/misc/udbp.c
/freebsd-11-stable/sys/dev/usb/misc/ufm.c
/freebsd-11-stable/sys/dev/usb/net/if_aue.c
/freebsd-11-stable/sys/dev/usb/net/if_auereg.h
/freebsd-11-stable/sys/dev/usb/net/if_axe.c
/freebsd-11-stable/sys/dev/usb/net/if_axereg.h
/freebsd-11-stable/sys/dev/usb/net/if_axge.c
/freebsd-11-stable/sys/dev/usb/net/if_axgereg.h
/freebsd-11-stable/sys/dev/usb/net/if_cdce.c
/freebsd-11-stable/sys/dev/usb/net/if_cdcereg.h
/freebsd-11-stable/sys/dev/usb/net/if_cue.c
/freebsd-11-stable/sys/dev/usb/net/if_cuereg.h
/freebsd-11-stable/sys/dev/usb/net/if_ipheth.c
/freebsd-11-stable/sys/dev/usb/net/if_iphethvar.h
/freebsd-11-stable/sys/dev/usb/net/if_kue.c
/freebsd-11-stable/sys/dev/usb/net/if_kuefw.h
/freebsd-11-stable/sys/dev/usb/net/if_kuereg.h
/freebsd-11-stable/sys/dev/usb/net/if_mos.c
/freebsd-11-stable/sys/dev/usb/net/if_mosreg.h
/freebsd-11-stable/sys/dev/usb/net/if_rue.c
/freebsd-11-stable/sys/dev/usb/net/if_ruereg.h
/freebsd-11-stable/sys/dev/usb/net/if_smsc.c
/freebsd-11-stable/sys/dev/usb/net/if_smscreg.h
/freebsd-11-stable/sys/dev/usb/net/if_udav.c
/freebsd-11-stable/sys/dev/usb/net/if_udavreg.h
/freebsd-11-stable/sys/dev/usb/net/if_usie.c
/freebsd-11-stable/sys/dev/usb/net/if_usievar.h
/freebsd-11-stable/sys/dev/usb/net/ruephy.c
/freebsd-11-stable/sys/dev/usb/net/ruephyreg.h
/freebsd-11-stable/sys/dev/usb/net/uhso.c
/freebsd-11-stable/sys/dev/usb/net/usb_ethernet.c
/freebsd-11-stable/sys/dev/usb/net/usb_ethernet.h
/freebsd-11-stable/sys/dev/usb/quirk/usb_quirk.c
/freebsd-11-stable/sys/dev/usb/quirk/usb_quirk.h
/freebsd-11-stable/sys/dev/usb/serial/ubsa.c
/freebsd-11-stable/sys/dev/usb/serial/ubser.c
/freebsd-11-stable/sys/dev/usb/serial/uchcom.c
/freebsd-11-stable/sys/dev/usb/serial/ucycom.c
/freebsd-11-stable/sys/dev/usb/serial/ufoma.c
/freebsd-11-stable/sys/dev/usb/serial/uftdi.c
/freebsd-11-stable/sys/dev/usb/serial/ugensa.c
/freebsd-11-stable/sys/dev/usb/serial/uipaq.c
/freebsd-11-stable/sys/dev/usb/serial/ulpt.c
/freebsd-11-stable/sys/dev/usb/serial/umcs.c
/freebsd-11-stable/sys/dev/usb/serial/umcs.h
/freebsd-11-stable/sys/dev/usb/serial/umct.c
/freebsd-11-stable/sys/dev/usb/serial/umodem.c
/freebsd-11-stable/sys/dev/usb/serial/uplcom.c
/freebsd-11-stable/sys/dev/usb/serial/usb_serial.c
/freebsd-11-stable/sys/dev/usb/serial/usb_serial.h
/freebsd-11-stable/sys/dev/usb/serial/uvisor.c
/freebsd-11-stable/sys/dev/usb/serial/uvscom.c
/freebsd-11-stable/sys/dev/usb/storage/umass.c
/freebsd-11-stable/sys/dev/usb/storage/urio.c
/freebsd-11-stable/sys/dev/usb/storage/ustorage_fs.c
/freebsd-11-stable/sys/dev/usb/template/usb_template.c
/freebsd-11-stable/sys/dev/usb/template/usb_template.h
/freebsd-11-stable/sys/dev/usb/template/usb_template_audio.c
/freebsd-11-stable/sys/dev/usb/template/usb_template_cdce.c
/freebsd-11-stable/sys/dev/usb/template/usb_template_kbd.c
/freebsd-11-stable/sys/dev/usb/template/usb_template_modem.c
/freebsd-11-stable/sys/dev/usb/template/usb_template_mouse.c
/freebsd-11-stable/sys/dev/usb/template/usb_template_msc.c
/freebsd-11-stable/sys/dev/usb/template/usb_template_mtp.c
/freebsd-11-stable/sys/dev/usb/ufm_ioctl.h
/freebsd-11-stable/sys/dev/usb/usb.h
/freebsd-11-stable/sys/dev/usb/usb_bus.h
/freebsd-11-stable/sys/dev/usb/usb_busdma.c
/freebsd-11-stable/sys/dev/usb/usb_busdma.h
/freebsd-11-stable/sys/dev/usb/usb_cdc.h
/freebsd-11-stable/sys/dev/usb/usb_controller.h
/freebsd-11-stable/sys/dev/usb/usb_core.c
/freebsd-11-stable/sys/dev/usb/usb_core.h
/freebsd-11-stable/sys/dev/usb/usb_debug.c
/freebsd-11-stable/sys/dev/usb/usb_debug.h
/freebsd-11-stable/sys/dev/usb/usb_dev.c
/freebsd-11-stable/sys/dev/usb/usb_dev.h
/freebsd-11-stable/sys/dev/usb/usb_device.c
/freebsd-11-stable/sys/dev/usb/usb_device.h
/freebsd-11-stable/sys/dev/usb/usb_dynamic.c
/freebsd-11-stable/sys/dev/usb/usb_dynamic.h
/freebsd-11-stable/sys/dev/usb/usb_endian.h
/freebsd-11-stable/sys/dev/usb/usb_error.c
/freebsd-11-stable/sys/dev/usb/usb_freebsd.h
/freebsd-11-stable/sys/dev/usb/usb_freebsd_loader.h
/freebsd-11-stable/sys/dev/usb/usb_generic.c
/freebsd-11-stable/sys/dev/usb/usb_generic.h
/freebsd-11-stable/sys/dev/usb/usb_handle_request.c
/freebsd-11-stable/sys/dev/usb/usb_hid.c
/freebsd-11-stable/sys/dev/usb/usb_hub.c
/freebsd-11-stable/sys/dev/usb/usb_hub.h
/freebsd-11-stable/sys/dev/usb/usb_ioctl.h
/freebsd-11-stable/sys/dev/usb/usb_lookup.c
/freebsd-11-stable/sys/dev/usb/usb_mbuf.c
/freebsd-11-stable/sys/dev/usb/usb_mbuf.h
/freebsd-11-stable/sys/dev/usb/usb_msctest.c
/freebsd-11-stable/sys/dev/usb/usb_msctest.h
/freebsd-11-stable/sys/dev/usb/usb_parse.c
/freebsd-11-stable/sys/dev/usb/usb_pci.h
/freebsd-11-stable/sys/dev/usb/usb_pf.c
/freebsd-11-stable/sys/dev/usb/usb_pf.h
/freebsd-11-stable/sys/dev/usb/usb_process.c
/freebsd-11-stable/sys/dev/usb/usb_process.h
/freebsd-11-stable/sys/dev/usb/usb_request.c
/freebsd-11-stable/sys/dev/usb/usb_request.h
/freebsd-11-stable/sys/dev/usb/usb_transfer.c
/freebsd-11-stable/sys/dev/usb/usb_transfer.h
/freebsd-11-stable/sys/dev/usb/usb_util.c
/freebsd-11-stable/sys/dev/usb/usb_util.h
/freebsd-11-stable/sys/dev/usb/usbdi.h
/freebsd-11-stable/sys/dev/usb/usbdi_util.h
/freebsd-11-stable/sys/dev/usb/usbhid.h
/freebsd-11-stable/sys/dev/usb/wlan/if_uath.c
/freebsd-11-stable/sys/dev/usb/wlan/if_zydfw.h
/freebsd-11-stable/sys/dev/vge/if_vge.c
/freebsd-11-stable/sys/dev/vge/if_vgereg.h
/freebsd-11-stable/sys/dev/vge/if_vgevar.h
/freebsd-11-stable/sys/dev/viawd/viawd.c
/freebsd-11-stable/sys/dev/viawd/viawd.h
/freebsd-11-stable/sys/dev/virtio/balloon/virtio_balloon.c
/freebsd-11-stable/sys/dev/virtio/balloon/virtio_balloon.h
/freebsd-11-stable/sys/dev/virtio/block/virtio_blk.c
/freebsd-11-stable/sys/dev/virtio/block/virtio_blk.h
/freebsd-11-stable/sys/dev/virtio/network/if_vtnet.c
/freebsd-11-stable/sys/dev/virtio/network/if_vtnetvar.h
/freebsd-11-stable/sys/dev/virtio/network/virtio_net.h
/freebsd-11-stable/sys/dev/virtio/pci/virtio_pci.c
/freebsd-11-stable/sys/dev/virtio/pci/virtio_pci.h
/freebsd-11-stable/sys/dev/virtio/random/virtio_random.c
/freebsd-11-stable/sys/dev/virtio/scsi/virtio_scsi.c
/freebsd-11-stable/sys/dev/virtio/scsi/virtio_scsi.h
/freebsd-11-stable/sys/dev/virtio/scsi/virtio_scsivar.h
/freebsd-11-stable/sys/dev/virtio/virtio.c
/freebsd-11-stable/sys/dev/virtio/virtio.h
/freebsd-11-stable/sys/dev/virtio/virtio_ring.h
/freebsd-11-stable/sys/dev/virtio/virtqueue.c
/freebsd-11-stable/sys/dev/virtio/virtqueue.h
/freebsd-11-stable/sys/dev/vkbd/vkbd.c
/freebsd-11-stable/sys/dev/vkbd/vkbd_var.h
/freebsd-11-stable/sys/dev/vr/if_vr.c
/freebsd-11-stable/sys/dev/vr/if_vrreg.h
/freebsd-11-stable/sys/dev/vt/colors/vt_termcolors.c
/freebsd-11-stable/sys/dev/vt/colors/vt_termcolors.h
/freebsd-11-stable/sys/dev/vt/font/vt_font_default.c
/freebsd-11-stable/sys/dev/vt/font/vt_mouse_cursor.c
/freebsd-11-stable/sys/dev/vt/hw/efifb/efifb.c
/freebsd-11-stable/sys/dev/vt/hw/fb/vt_early_fb.c
/freebsd-11-stable/sys/dev/vt/hw/fb/vt_fb.c
/freebsd-11-stable/sys/dev/vt/hw/fb/vt_fb.h
/freebsd-11-stable/sys/dev/vt/hw/ofwfb/ofwfb.c
/freebsd-11-stable/sys/dev/vt/logo/logo_freebsd.c
/freebsd-11-stable/sys/dev/vt/vt.h
/freebsd-11-stable/sys/dev/vt/vt_buf.c
/freebsd-11-stable/sys/dev/vt/vt_consolectl.c
/freebsd-11-stable/sys/dev/vt/vt_core.c
/freebsd-11-stable/sys/dev/vt/vt_font.c
/freebsd-11-stable/sys/dev/vt/vt_sysmouse.c
/freebsd-11-stable/sys/dev/vte/if_vte.c
/freebsd-11-stable/sys/dev/vte/if_vtereg.h
/freebsd-11-stable/sys/dev/vte/if_vtevar.h
/freebsd-11-stable/sys/dev/vx/if_vx.c
/freebsd-11-stable/sys/dev/vx/if_vx_pci.c
/freebsd-11-stable/sys/dev/vx/if_vxreg.h
/freebsd-11-stable/sys/dev/vx/if_vxvar.h
/freebsd-11-stable/sys/dev/vxge/include/vxge-debug.h
/freebsd-11-stable/sys/dev/vxge/include/vxge-defs.h
/freebsd-11-stable/sys/dev/vxge/include/vxge-list.h
/freebsd-11-stable/sys/dev/vxge/include/vxge-os-debug.h
/freebsd-11-stable/sys/dev/vxge/include/vxge-os-pal.h
/freebsd-11-stable/sys/dev/vxge/include/vxge-queue.h
/freebsd-11-stable/sys/dev/vxge/include/vxgehal-config.h
/freebsd-11-stable/sys/dev/vxge/include/vxgehal-ll.h
/freebsd-11-stable/sys/dev/vxge/include/vxgehal-mgmt.h
/freebsd-11-stable/sys/dev/vxge/include/vxgehal-mgmtaux.h
/freebsd-11-stable/sys/dev/vxge/include/vxgehal-stats.h
/freebsd-11-stable/sys/dev/vxge/include/vxgehal-status.h
/freebsd-11-stable/sys/dev/vxge/include/vxgehal-types.h
/freebsd-11-stable/sys/dev/vxge/include/vxgehal-version.h
/freebsd-11-stable/sys/dev/vxge/vxge-firmware.h
/freebsd-11-stable/sys/dev/vxge/vxge-osdep.h
/freebsd-11-stable/sys/dev/vxge/vxge.c
/freebsd-11-stable/sys/dev/vxge/vxge.h
/freebsd-11-stable/sys/dev/vxge/vxgehal/vxge-queue.c
/freebsd-11-stable/sys/dev/vxge/vxgehal/vxgehal-blockpool.c
/freebsd-11-stable/sys/dev/vxge/vxgehal/vxgehal-blockpool.h
/freebsd-11-stable/sys/dev/vxge/vxgehal/vxgehal-channel.c
/freebsd-11-stable/sys/dev/vxge/vxgehal/vxgehal-channel.h
/freebsd-11-stable/sys/dev/vxge/vxgehal/vxgehal-common-reg.h
/freebsd-11-stable/sys/dev/vxge/vxgehal/vxgehal-config-priv.h
/freebsd-11-stable/sys/dev/vxge/vxgehal/vxgehal-config.c
/freebsd-11-stable/sys/dev/vxge/vxgehal/vxgehal-debug.h
/freebsd-11-stable/sys/dev/vxge/vxgehal/vxgehal-device.c
/freebsd-11-stable/sys/dev/vxge/vxgehal/vxgehal-device.h
/freebsd-11-stable/sys/dev/vxge/vxgehal/vxgehal-doorbells.c
/freebsd-11-stable/sys/dev/vxge/vxgehal/vxgehal-doorbells.h
/freebsd-11-stable/sys/dev/vxge/vxgehal/vxgehal-driver.c
/freebsd-11-stable/sys/dev/vxge/vxgehal/vxgehal-driver.h
/freebsd-11-stable/sys/dev/vxge/vxgehal/vxgehal-fifo.c
/freebsd-11-stable/sys/dev/vxge/vxgehal/vxgehal-fifo.h
/freebsd-11-stable/sys/dev/vxge/vxgehal/vxgehal-ifmsg.c
/freebsd-11-stable/sys/dev/vxge/vxgehal/vxgehal-ifmsg.h
/freebsd-11-stable/sys/dev/vxge/vxgehal/vxgehal-legacy-reg.h
/freebsd-11-stable/sys/dev/vxge/vxgehal/vxgehal-memrepair-reg.h
/freebsd-11-stable/sys/dev/vxge/vxgehal/vxgehal-mgmt.c
/freebsd-11-stable/sys/dev/vxge/vxgehal/vxgehal-mgmtaux.c
/freebsd-11-stable/sys/dev/vxge/vxgehal/vxgehal-mm.c
/freebsd-11-stable/sys/dev/vxge/vxgehal/vxgehal-mm.h
/freebsd-11-stable/sys/dev/vxge/vxgehal/vxgehal-mrpcim-reg.h
/freebsd-11-stable/sys/dev/vxge/vxgehal/vxgehal-mrpcim.c
/freebsd-11-stable/sys/dev/vxge/vxgehal/vxgehal-mrpcim.h
/freebsd-11-stable/sys/dev/vxge/vxgehal/vxgehal-pcicfgmgmt-reg.h
/freebsd-11-stable/sys/dev/vxge/vxgehal/vxgehal-regdefs.h
/freebsd-11-stable/sys/dev/vxge/vxgehal/vxgehal-regs.h
/freebsd-11-stable/sys/dev/vxge/vxgehal/vxgehal-ring.c
/freebsd-11-stable/sys/dev/vxge/vxgehal/vxgehal-ring.h
/freebsd-11-stable/sys/dev/vxge/vxgehal/vxgehal-srpcim-reg.h
/freebsd-11-stable/sys/dev/vxge/vxgehal/vxgehal-srpcim.c
/freebsd-11-stable/sys/dev/vxge/vxgehal/vxgehal-srpcim.h
/freebsd-11-stable/sys/dev/vxge/vxgehal/vxgehal-swapper.c
/freebsd-11-stable/sys/dev/vxge/vxgehal/vxgehal-swapper.h
/freebsd-11-stable/sys/dev/vxge/vxgehal/vxgehal-toc-reg.h
/freebsd-11-stable/sys/dev/vxge/vxgehal/vxgehal-virtualpath.c
/freebsd-11-stable/sys/dev/vxge/vxgehal/vxgehal-virtualpath.h
/freebsd-11-stable/sys/dev/vxge/vxgehal/vxgehal-vpath-reg.h
/freebsd-11-stable/sys/dev/vxge/vxgehal/vxgehal-vpmgmt-reg.h
/freebsd-11-stable/sys/dev/vxge/vxgehal/vxgehal.h
/freebsd-11-stable/sys/dev/vxge/vxgell-version.h
/freebsd-11-stable/sys/dev/watchdog/watchdog.c
/freebsd-11-stable/sys/dev/wb/if_wb.c
/freebsd-11-stable/sys/dev/wb/if_wbreg.h
/freebsd-11-stable/sys/dev/wbwd/wbwd.c
/freebsd-11-stable/sys/dev/wi/if_wavelan_ieee.h
/freebsd-11-stable/sys/dev/wi/if_wi_macio.c
/freebsd-11-stable/sys/dev/wi/if_wi_pccard.c
/freebsd-11-stable/sys/dev/wi/if_wi_pci.c
/freebsd-11-stable/sys/dev/wi/if_wireg.h
/freebsd-11-stable/sys/dev/wi/if_wivar.h
/freebsd-11-stable/sys/dev/wtap/if_medium.c
/freebsd-11-stable/sys/dev/wtap/if_medium.h
/freebsd-11-stable/sys/dev/wtap/if_wtap.c
/freebsd-11-stable/sys/dev/wtap/if_wtap_module.c
/freebsd-11-stable/sys/dev/wtap/if_wtapioctl.h
/freebsd-11-stable/sys/dev/wtap/if_wtapvar.h
/freebsd-11-stable/sys/dev/wtap/plugins/visibility.c
/freebsd-11-stable/sys/dev/wtap/plugins/visibility.h
/freebsd-11-stable/sys/dev/wtap/plugins/visibility_ioctl.h
/freebsd-11-stable/sys/dev/wtap/plugins/wtap_plugin.h
/freebsd-11-stable/sys/dev/wtap/wtap_hal/hal.c
/freebsd-11-stable/sys/dev/wtap/wtap_hal/hal.h
/freebsd-11-stable/sys/dev/wtap/wtap_hal/handler.h
/freebsd-11-stable/sys/dev/xe/if_xe.c
/freebsd-11-stable/sys/dev/xe/if_xe_pccard.c
/freebsd-11-stable/sys/dev/xe/if_xereg.h
/freebsd-11-stable/sys/dev/xe/if_xevar.h
/freebsd-11-stable/sys/dev/xen/blkback/blkback.c
/freebsd-11-stable/sys/dev/xen/control/control.c
/freebsd-11-stable/sys/dev/xen/netback/netback.c
/freebsd-11-stable/sys/dev/xen/netback/netback_unit_tests.c
/freebsd-11-stable/sys/dev/xen/netfront/netfront.c
/freebsd-11-stable/sys/dev/xen/pcifront/pcifront.c
/freebsd-11-stable/sys/dev/xen/timer/timer.c
/freebsd-11-stable/sys/dev/xen/timer/timer.h
/freebsd-11-stable/sys/dev/xen/xenpci/xenpci.c
/freebsd-11-stable/sys/dev/xen/xenpci/xenpcivar.h
/freebsd-11-stable/sys/dev/xl/if_xl.c
/freebsd-11-stable/sys/dev/xl/if_xlreg.h
/freebsd-11-stable/sys/dev/xl/xlphy.c
/freebsd-11-stable/sys/fs/cd9660/cd9660_bmap.c
/freebsd-11-stable/sys/fs/cd9660/cd9660_lookup.c
/freebsd-11-stable/sys/fs/cd9660/cd9660_mount.h
/freebsd-11-stable/sys/fs/cd9660/cd9660_node.c
/freebsd-11-stable/sys/fs/cd9660/cd9660_node.h
/freebsd-11-stable/sys/fs/cd9660/cd9660_rrip.c
/freebsd-11-stable/sys/fs/cd9660/cd9660_rrip.h
/freebsd-11-stable/sys/fs/cd9660/cd9660_util.c
/freebsd-11-stable/sys/fs/cd9660/cd9660_vfsops.c
/freebsd-11-stable/sys/fs/cd9660/cd9660_vnops.c
/freebsd-11-stable/sys/fs/cd9660/iso.h
/freebsd-11-stable/sys/fs/cd9660/iso_rrip.h
/freebsd-11-stable/sys/fs/deadfs/dead_vnops.c
/freebsd-11-stable/sys/fs/ext2fs/ext2_alloc.c
/freebsd-11-stable/sys/fs/ext2fs/ext2_balloc.c
/freebsd-11-stable/sys/fs/ext2fs/ext2_bmap.c
/freebsd-11-stable/sys/fs/ext2fs/ext2_extern.h
/freebsd-11-stable/sys/fs/ext2fs/ext2_inode.c
/freebsd-11-stable/sys/fs/ext2fs/ext2_lookup.c
/freebsd-11-stable/sys/fs/ext2fs/ext2_mount.h
/freebsd-11-stable/sys/fs/ext2fs/ext2_subr.c
/freebsd-11-stable/sys/fs/ext2fs/ext2_vfsops.c
/freebsd-11-stable/sys/fs/ext2fs/ext2_vnops.c
/freebsd-11-stable/sys/fs/ext2fs/fs.h
/freebsd-11-stable/sys/fs/ext2fs/inode.h
/freebsd-11-stable/sys/fs/fdescfs/fdesc.h
/freebsd-11-stable/sys/fs/fdescfs/fdesc_vfsops.c
/freebsd-11-stable/sys/fs/fdescfs/fdesc_vnops.c
/freebsd-11-stable/sys/fs/fifofs/fifo_vnops.c
/freebsd-11-stable/sys/fs/fuse/fuse.h
/freebsd-11-stable/sys/fs/fuse/fuse_debug.h
/freebsd-11-stable/sys/fs/fuse/fuse_device.c
/freebsd-11-stable/sys/fs/fuse/fuse_file.c
/freebsd-11-stable/sys/fs/fuse/fuse_file.h
/freebsd-11-stable/sys/fs/fuse/fuse_internal.c
/freebsd-11-stable/sys/fs/fuse/fuse_internal.h
/freebsd-11-stable/sys/fs/fuse/fuse_io.c
/freebsd-11-stable/sys/fs/fuse/fuse_io.h
/freebsd-11-stable/sys/fs/fuse/fuse_ipc.c
/freebsd-11-stable/sys/fs/fuse/fuse_ipc.h
/freebsd-11-stable/sys/fs/fuse/fuse_kernel.h
/freebsd-11-stable/sys/fs/fuse/fuse_main.c
/freebsd-11-stable/sys/fs/fuse/fuse_node.c
/freebsd-11-stable/sys/fs/fuse/fuse_node.h
/freebsd-11-stable/sys/fs/fuse/fuse_param.h
/freebsd-11-stable/sys/fs/fuse/fuse_vfsops.c
/freebsd-11-stable/sys/fs/fuse/fuse_vnops.c
/freebsd-11-stable/sys/fs/nfs/nfs.h
/freebsd-11-stable/sys/fs/nfs/nfs_commonkrpc.c
/freebsd-11-stable/sys/fs/nfs/nfs_commonport.c
/freebsd-11-stable/sys/fs/nfs/nfs_commonsubs.c
/freebsd-11-stable/sys/fs/nfs/nfs_var.h
/freebsd-11-stable/sys/fs/nfs/nfsm_subs.h
/freebsd-11-stable/sys/fs/nfs/nfsport.h
/freebsd-11-stable/sys/fs/nfs/nfsproto.h
/freebsd-11-stable/sys/fs/nfs/nfsrvcache.h
/freebsd-11-stable/sys/fs/nfs/rpcv2.h
/freebsd-11-stable/sys/fs/nfs/xdr_subs.h
/freebsd-11-stable/sys/fs/nfsclient/nfs.h
/freebsd-11-stable/sys/fs/nfsclient/nfs_clbio.c
/freebsd-11-stable/sys/fs/nfsclient/nfs_clcomsubs.c
/freebsd-11-stable/sys/fs/nfsclient/nfs_clkrpc.c
/freebsd-11-stable/sys/fs/nfsclient/nfs_clnfsiod.c
/freebsd-11-stable/sys/fs/nfsclient/nfs_clnode.c
/freebsd-11-stable/sys/fs/nfsclient/nfs_clport.c
/freebsd-11-stable/sys/fs/nfsclient/nfs_clrpcops.c
/freebsd-11-stable/sys/fs/nfsclient/nfs_clsubs.c
/freebsd-11-stable/sys/fs/nfsclient/nfs_clvfsops.c
/freebsd-11-stable/sys/fs/nfsclient/nfs_clvnops.c
/freebsd-11-stable/sys/fs/nfsclient/nfsmount.h
/freebsd-11-stable/sys/fs/nfsclient/nfsnode.h
/freebsd-11-stable/sys/fs/nfsserver/nfs_nfsdcache.c
/freebsd-11-stable/sys/fs/nfsserver/nfs_nfsdkrpc.c
/freebsd-11-stable/sys/fs/nfsserver/nfs_nfsdport.c
/freebsd-11-stable/sys/fs/nfsserver/nfs_nfsdserv.c
/freebsd-11-stable/sys/fs/nfsserver/nfs_nfsdsocket.c
/freebsd-11-stable/sys/fs/nfsserver/nfs_nfsdsubs.c
/freebsd-11-stable/sys/fs/nullfs/null.h
/freebsd-11-stable/sys/fs/nullfs/null_subr.c
/freebsd-11-stable/sys/fs/nullfs/null_vfsops.c
/freebsd-11-stable/sys/fs/nullfs/null_vnops.c
/freebsd-11-stable/sys/fs/procfs/procfs.c
/freebsd-11-stable/sys/fs/procfs/procfs.h
/freebsd-11-stable/sys/fs/procfs/procfs_dbregs.c
/freebsd-11-stable/sys/fs/procfs/procfs_fpregs.c
/freebsd-11-stable/sys/fs/procfs/procfs_map.c
/freebsd-11-stable/sys/fs/procfs/procfs_mem.c
/freebsd-11-stable/sys/fs/procfs/procfs_note.c
/freebsd-11-stable/sys/fs/procfs/procfs_osrel.c
/freebsd-11-stable/sys/fs/procfs/procfs_regs.c
/freebsd-11-stable/sys/fs/procfs/procfs_rlimit.c
/freebsd-11-stable/sys/fs/procfs/procfs_status.c
/freebsd-11-stable/sys/fs/procfs/procfs_type.c
/freebsd-11-stable/sys/fs/unionfs/union.h
/freebsd-11-stable/sys/fs/unionfs/union_subr.c
/freebsd-11-stable/sys/fs/unionfs/union_vfsops.c
/freebsd-11-stable/sys/fs/unionfs/union_vnops.c
/freebsd-11-stable/sys/geom/vinum/geom_vinum_share.c
/freebsd-11-stable/sys/geom/vinum/geom_vinum_subr.c
/freebsd-11-stable/sys/geom/vinum/geom_vinum_var.h
/freebsd-11-stable/sys/i386/acpica/acpi_machdep.c
/freebsd-11-stable/sys/i386/bios/smapi.c
/freebsd-11-stable/sys/i386/i386/atomic.c
/freebsd-11-stable/sys/i386/i386/bios.c
/freebsd-11-stable/sys/i386/i386/bpf_jit_machdep.c
/freebsd-11-stable/sys/i386/i386/bpf_jit_machdep.h
/freebsd-11-stable/sys/i386/i386/elf_machdep.c
/freebsd-11-stable/sys/i386/i386/gdb_machdep.c
/freebsd-11-stable/sys/i386/i386/genassym.c
/freebsd-11-stable/sys/i386/i386/geode.c
/freebsd-11-stable/sys/i386/i386/in_cksum.c
/freebsd-11-stable/sys/i386/i386/initcpu.c
/freebsd-11-stable/sys/i386/i386/io.c
/freebsd-11-stable/sys/i386/i386/k6_mem.c
/freebsd-11-stable/sys/i386/i386/longrun.c
/freebsd-11-stable/sys/i386/i386/machdep.c
/freebsd-11-stable/sys/i386/i386/mem.c
/freebsd-11-stable/sys/i386/i386/minidump_machdep.c
/freebsd-11-stable/sys/i386/i386/mp_machdep.c
/freebsd-11-stable/sys/i386/i386/pmap.c
/freebsd-11-stable/sys/i386/i386/ptrace_machdep.c
/freebsd-11-stable/sys/i386/i386/sys_machdep.c
/freebsd-11-stable/sys/i386/i386/trap.c
/freebsd-11-stable/sys/i386/i386/uio_machdep.c
/freebsd-11-stable/sys/i386/i386/vm86.c
/freebsd-11-stable/sys/i386/i386/vm_machdep.c
/freebsd-11-stable/sys/i386/ibcs2/coff.h
/freebsd-11-stable/sys/i386/ibcs2/ibcs2_dirent.h
/freebsd-11-stable/sys/i386/ibcs2/ibcs2_errno.c
/freebsd-11-stable/sys/i386/ibcs2/ibcs2_errno.h
/freebsd-11-stable/sys/i386/ibcs2/ibcs2_fcntl.c
/freebsd-11-stable/sys/i386/ibcs2/ibcs2_fcntl.h
/freebsd-11-stable/sys/i386/ibcs2/ibcs2_ioctl.c
/freebsd-11-stable/sys/i386/ibcs2/ibcs2_ipc.c
/freebsd-11-stable/sys/i386/ibcs2/ibcs2_ipc.h
/freebsd-11-stable/sys/i386/ibcs2/ibcs2_isc.c
/freebsd-11-stable/sys/i386/ibcs2/ibcs2_misc.c
/freebsd-11-stable/sys/i386/ibcs2/ibcs2_mount.h
/freebsd-11-stable/sys/i386/ibcs2/ibcs2_msg.c
/freebsd-11-stable/sys/i386/ibcs2/ibcs2_other.c
/freebsd-11-stable/sys/i386/ibcs2/ibcs2_signal.c
/freebsd-11-stable/sys/i386/ibcs2/ibcs2_signal.h
/freebsd-11-stable/sys/i386/ibcs2/ibcs2_socksys.c
/freebsd-11-stable/sys/i386/ibcs2/ibcs2_socksys.h
/freebsd-11-stable/sys/i386/ibcs2/ibcs2_stat.c
/freebsd-11-stable/sys/i386/ibcs2/ibcs2_stat.h
/freebsd-11-stable/sys/i386/ibcs2/ibcs2_statfs.h
/freebsd-11-stable/sys/i386/ibcs2/ibcs2_stropts.h
/freebsd-11-stable/sys/i386/ibcs2/ibcs2_sysi86.c
/freebsd-11-stable/sys/i386/ibcs2/ibcs2_sysvec.c
/freebsd-11-stable/sys/i386/ibcs2/ibcs2_termios.h
/freebsd-11-stable/sys/i386/ibcs2/ibcs2_time.h
/freebsd-11-stable/sys/i386/ibcs2/ibcs2_types.h
/freebsd-11-stable/sys/i386/ibcs2/ibcs2_unistd.h
/freebsd-11-stable/sys/i386/ibcs2/ibcs2_ustat.h
/freebsd-11-stable/sys/i386/ibcs2/ibcs2_util.c
/freebsd-11-stable/sys/i386/ibcs2/ibcs2_util.h
/freebsd-11-stable/sys/i386/ibcs2/ibcs2_utime.h
/freebsd-11-stable/sys/i386/ibcs2/ibcs2_utsname.h
/freebsd-11-stable/sys/i386/ibcs2/ibcs2_xenix.c
/freebsd-11-stable/sys/i386/ibcs2/imgact_coff.c
/freebsd-11-stable/sys/i386/include/_bus.h
/freebsd-11-stable/sys/i386/include/asm.h
/freebsd-11-stable/sys/i386/include/asmacros.h
/freebsd-11-stable/sys/i386/include/atomic.h
/freebsd-11-stable/sys/i386/include/bootinfo.h
/freebsd-11-stable/sys/i386/include/bus_dma.h
/freebsd-11-stable/sys/i386/include/counter.h
/freebsd-11-stable/sys/i386/include/cpu.h
/freebsd-11-stable/sys/i386/include/cpufunc.h
/freebsd-11-stable/sys/i386/include/cputypes.h
/freebsd-11-stable/sys/i386/include/elan_mmcr.h
/freebsd-11-stable/sys/i386/include/exec.h
/freebsd-11-stable/sys/i386/include/floatingpoint.h
/freebsd-11-stable/sys/i386/include/gdb_machdep.h
/freebsd-11-stable/sys/i386/include/ieeefp.h
/freebsd-11-stable/sys/i386/include/if_wl_wavelan.h
/freebsd-11-stable/sys/i386/include/in_cksum.h
/freebsd-11-stable/sys/i386/include/intr_machdep.h
/freebsd-11-stable/sys/i386/include/ioctl_bt848.h
/freebsd-11-stable/sys/i386/include/ioctl_meteor.h
/freebsd-11-stable/sys/i386/include/iodev.h
/freebsd-11-stable/sys/i386/include/kdb.h
/freebsd-11-stable/sys/i386/include/limits.h
/freebsd-11-stable/sys/i386/include/md_var.h
/freebsd-11-stable/sys/i386/include/memdev.h
/freebsd-11-stable/sys/i386/include/minidump.h
/freebsd-11-stable/sys/i386/include/mp_watchdog.h
/freebsd-11-stable/sys/i386/include/npx.h
/freebsd-11-stable/sys/i386/include/param.h
/freebsd-11-stable/sys/i386/include/pc/bios.h
/freebsd-11-stable/sys/i386/include/pcaudioio.h
/freebsd-11-stable/sys/i386/include/pcb.h
/freebsd-11-stable/sys/i386/include/pcb_ext.h
/freebsd-11-stable/sys/i386/include/pcpu.h
/freebsd-11-stable/sys/i386/include/pmap.h
/freebsd-11-stable/sys/i386/include/pmc_mdep.h
/freebsd-11-stable/sys/i386/include/ppireg.h
/freebsd-11-stable/sys/i386/include/proc.h
/freebsd-11-stable/sys/i386/include/profile.h
/freebsd-11-stable/sys/i386/include/reloc.h
/freebsd-11-stable/sys/i386/include/runq.h
/freebsd-11-stable/sys/i386/include/segments.h
/freebsd-11-stable/sys/i386/include/sf_buf.h
/freebsd-11-stable/sys/i386/include/sigframe.h
/freebsd-11-stable/sys/i386/include/signal.h
/freebsd-11-stable/sys/i386/include/smapi.h
/freebsd-11-stable/sys/i386/include/timerreg.h
/freebsd-11-stable/sys/i386/include/tss.h
/freebsd-11-stable/sys/i386/include/ucontext.h
/freebsd-11-stable/sys/i386/include/varargs.h
/freebsd-11-stable/sys/i386/include/vm.h
/freebsd-11-stable/sys/i386/include/vm86.h
/freebsd-11-stable/sys/i386/include/vmparam.h
/freebsd-11-stable/sys/i386/isa/ccbque.h
/freebsd-11-stable/sys/i386/isa/elink.c
/freebsd-11-stable/sys/i386/isa/elink.h
/freebsd-11-stable/sys/i386/isa/pmtimer.c
/freebsd-11-stable/sys/i386/isa/prof_machdep.c
/freebsd-11-stable/sys/i386/linux/imgact_linux.c
/freebsd-11-stable/sys/i386/linux/linux.h
/freebsd-11-stable/sys/i386/linux/linux_dummy.c
/freebsd-11-stable/sys/i386/linux/linux_machdep.c
/freebsd-11-stable/sys/i386/linux/linux_ptrace.c
/freebsd-11-stable/sys/i386/linux/linux_sysvec.c
/freebsd-11-stable/sys/i386/pci/pci_cfgreg.c
/freebsd-11-stable/sys/i386/pci/pci_pir.c
/freebsd-11-stable/sys/isa/isareg.h
/freebsd-11-stable/sys/isa/pnpreg.h
/freebsd-11-stable/sys/isa/rtc.h
/freebsd-11-stable/sys/kern/init_main.c
/freebsd-11-stable/sys/kern/kern_acct.c
/freebsd-11-stable/sys/kern/kern_clock.c
/freebsd-11-stable/sys/kern/kern_cons.c
/freebsd-11-stable/sys/kern/kern_descrip.c
/freebsd-11-stable/sys/kern/kern_exit.c
/freebsd-11-stable/sys/kern/kern_fork.c
/freebsd-11-stable/sys/kern/kern_ktrace.c
/freebsd-11-stable/sys/kern/kern_lockf.c
/freebsd-11-stable/sys/kern/kern_malloc.c
/freebsd-11-stable/sys/kern/kern_mib.c
/freebsd-11-stable/sys/kern/kern_proc.c
/freebsd-11-stable/sys/kern/kern_prot.c
/freebsd-11-stable/sys/kern/kern_resource.c
/freebsd-11-stable/sys/kern/kern_rmlock.c
/freebsd-11-stable/sys/kern/kern_shutdown.c
/freebsd-11-stable/sys/kern/kern_sig.c
/freebsd-11-stable/sys/kern/kern_synch.c
/freebsd-11-stable/sys/kern/kern_sysctl.c
/freebsd-11-stable/sys/kern/kern_time.c
/freebsd-11-stable/sys/kern/kern_timeout.c
/freebsd-11-stable/sys/kern/kern_xxx.c
/freebsd-11-stable/sys/kern/ksched.c
/freebsd-11-stable/sys/kern/p1003_1b.c
/freebsd-11-stable/sys/kern/posix4_mib.c
/freebsd-11-stable/sys/kern/sched_4bsd.c
/freebsd-11-stable/sys/kern/subr_autoconf.c
/freebsd-11-stable/sys/kern/subr_blist.c
/freebsd-11-stable/sys/kern/subr_clock.c
/freebsd-11-stable/sys/kern/subr_hash.c
/freebsd-11-stable/sys/kern/subr_log.c
/freebsd-11-stable/sys/kern/subr_mchain.c
/freebsd-11-stable/sys/kern/subr_param.c
/freebsd-11-stable/sys/kern/subr_pcpu.c
/freebsd-11-stable/sys/kern/subr_prf.c
/freebsd-11-stable/sys/kern/subr_prof.c
/freebsd-11-stable/sys/kern/subr_rtc.c
/freebsd-11-stable/sys/kern/subr_scanf.c
/freebsd-11-stable/sys/kern/subr_sglist.c
/freebsd-11-stable/sys/kern/subr_syscall.c
/freebsd-11-stable/sys/kern/subr_trap.c
/freebsd-11-stable/sys/kern/subr_uio.c
/freebsd-11-stable/sys/kern/sys_generic.c
/freebsd-11-stable/sys/kern/sys_socket.c
/freebsd-11-stable/sys/kern/tty_compat.c
/freebsd-11-stable/sys/kern/tty_info.c
/freebsd-11-stable/sys/kern/uipc_domain.c
/freebsd-11-stable/sys/kern/uipc_mbuf.c
/freebsd-11-stable/sys/kern/uipc_mbuf2.c
/freebsd-11-stable/sys/kern/uipc_sockbuf.c
/freebsd-11-stable/sys/kern/uipc_socket.c
/freebsd-11-stable/sys/kern/uipc_syscalls.c
/freebsd-11-stable/sys/kern/uipc_usrreq.c
/freebsd-11-stable/sys/kern/vfs_cache.c
/freebsd-11-stable/sys/kern/vfs_cluster.c
/freebsd-11-stable/sys/kern/vfs_default.c
/freebsd-11-stable/sys/kern/vfs_export.c
/freebsd-11-stable/sys/kern/vfs_init.c
/freebsd-11-stable/sys/kern/vfs_lookup.c
/freebsd-11-stable/sys/kern/vfs_mount.c
/freebsd-11-stable/sys/kern/vfs_mountroot.c
/freebsd-11-stable/sys/kern/vfs_subr.c
/freebsd-11-stable/sys/kern/vfs_syscalls.c
/freebsd-11-stable/sys/kern/vfs_vnops.c
/freebsd-11-stable/sys/libkern/arm/muldi3.c
/freebsd-11-stable/sys/libkern/ashldi3.c
/freebsd-11-stable/sys/libkern/ashrdi3.c
/freebsd-11-stable/sys/libkern/bcmp.c
/freebsd-11-stable/sys/libkern/bsearch.c
/freebsd-11-stable/sys/libkern/cmpdi2.c
/freebsd-11-stable/sys/libkern/divdi3.c
/freebsd-11-stable/sys/libkern/ffs.c
/freebsd-11-stable/sys/libkern/ffsl.c
/freebsd-11-stable/sys/libkern/fls.c
/freebsd-11-stable/sys/libkern/flsl.c
/freebsd-11-stable/sys/libkern/flsll.c
/freebsd-11-stable/sys/libkern/fnmatch.c
/freebsd-11-stable/sys/libkern/lshrdi3.c
/freebsd-11-stable/sys/libkern/mcount.c
/freebsd-11-stable/sys/libkern/memchr.c
/freebsd-11-stable/sys/libkern/memcmp.c
/freebsd-11-stable/sys/libkern/moddi3.c
/freebsd-11-stable/sys/libkern/qdivrem.c
/freebsd-11-stable/sys/libkern/qsort.c
/freebsd-11-stable/sys/libkern/quad.h
/freebsd-11-stable/sys/libkern/random.c
/freebsd-11-stable/sys/libkern/scanc.c
/freebsd-11-stable/sys/libkern/strcasecmp.c
/freebsd-11-stable/sys/libkern/strcat.c
/freebsd-11-stable/sys/libkern/strchr.c
/freebsd-11-stable/sys/libkern/strcmp.c
/freebsd-11-stable/sys/libkern/strcpy.c
/freebsd-11-stable/sys/libkern/strncmp.c
/freebsd-11-stable/sys/libkern/strncpy.c
/freebsd-11-stable/sys/libkern/strrchr.c
/freebsd-11-stable/sys/libkern/strsep.c
/freebsd-11-stable/sys/libkern/strstr.c
/freebsd-11-stable/sys/libkern/strtol.c
/freebsd-11-stable/sys/libkern/strtoq.c
/freebsd-11-stable/sys/libkern/strtoul.c
/freebsd-11-stable/sys/libkern/strtouq.c
/freebsd-11-stable/sys/libkern/ucmpdi2.c
/freebsd-11-stable/sys/libkern/udivdi3.c
/freebsd-11-stable/sys/libkern/umoddi3.c
/freebsd-11-stable/sys/mips/adm5120/adm5120_machdep.c
/freebsd-11-stable/sys/mips/adm5120/adm5120reg.h
/freebsd-11-stable/sys/mips/adm5120/admpci.c
/freebsd-11-stable/sys/mips/adm5120/console.c
/freebsd-11-stable/sys/mips/adm5120/if_admsw.c
/freebsd-11-stable/sys/mips/adm5120/if_admswreg.h
/freebsd-11-stable/sys/mips/adm5120/if_admswvar.h
/freebsd-11-stable/sys/mips/adm5120/obio.c
/freebsd-11-stable/sys/mips/adm5120/obiovar.h
/freebsd-11-stable/sys/mips/adm5120/uart_bus_adm5120.c
/freebsd-11-stable/sys/mips/adm5120/uart_cpu_adm5120.c
/freebsd-11-stable/sys/mips/adm5120/uart_dev_adm5120.c
/freebsd-11-stable/sys/mips/adm5120/uart_dev_adm5120.h
/freebsd-11-stable/sys/mips/alchemy/alchemy_machdep.c
/freebsd-11-stable/sys/mips/alchemy/aureg.h
/freebsd-11-stable/sys/mips/alchemy/obio.c
/freebsd-11-stable/sys/mips/alchemy/uart_bus_alchemy.c
/freebsd-11-stable/sys/mips/alchemy/uart_cpu_alchemy.c
/freebsd-11-stable/sys/mips/atheros/apb.c
/freebsd-11-stable/sys/mips/atheros/apbvar.h
/freebsd-11-stable/sys/mips/atheros/ar71xx_bus_space_reversed.c
/freebsd-11-stable/sys/mips/atheros/ar71xx_bus_space_reversed.h
/freebsd-11-stable/sys/mips/atheros/ar71xx_chip.c
/freebsd-11-stable/sys/mips/atheros/ar71xx_chip.h
/freebsd-11-stable/sys/mips/atheros/ar71xx_cpudef.h
/freebsd-11-stable/sys/mips/atheros/ar71xx_ehci.c
/freebsd-11-stable/sys/mips/atheros/ar71xx_fixup.c
/freebsd-11-stable/sys/mips/atheros/ar71xx_fixup.h
/freebsd-11-stable/sys/mips/atheros/ar71xx_gpio.c
/freebsd-11-stable/sys/mips/atheros/ar71xx_gpiovar.h
/freebsd-11-stable/sys/mips/atheros/ar71xx_machdep.c
/freebsd-11-stable/sys/mips/atheros/ar71xx_ohci.c
/freebsd-11-stable/sys/mips/atheros/ar71xx_pci.c
/freebsd-11-stable/sys/mips/atheros/ar71xx_pci_bus_space.c
/freebsd-11-stable/sys/mips/atheros/ar71xx_pci_bus_space.h
/freebsd-11-stable/sys/mips/atheros/ar71xx_setup.c
/freebsd-11-stable/sys/mips/atheros/ar71xx_setup.h
/freebsd-11-stable/sys/mips/atheros/ar71xx_spi.c
/freebsd-11-stable/sys/mips/atheros/ar71xx_wdog.c
/freebsd-11-stable/sys/mips/atheros/ar71xxreg.h
/freebsd-11-stable/sys/mips/atheros/ar724x_chip.c
/freebsd-11-stable/sys/mips/atheros/ar724x_chip.h
/freebsd-11-stable/sys/mips/atheros/ar724x_pci.c
/freebsd-11-stable/sys/mips/atheros/ar724xreg.h
/freebsd-11-stable/sys/mips/atheros/ar91xx_chip.c
/freebsd-11-stable/sys/mips/atheros/ar91xx_chip.h
/freebsd-11-stable/sys/mips/atheros/ar91xxreg.h
/freebsd-11-stable/sys/mips/atheros/ar933x_chip.c
/freebsd-11-stable/sys/mips/atheros/ar933x_chip.h
/freebsd-11-stable/sys/mips/atheros/ar933x_uart.h
/freebsd-11-stable/sys/mips/atheros/ar933xreg.h
/freebsd-11-stable/sys/mips/atheros/ar934x_chip.c
/freebsd-11-stable/sys/mips/atheros/ar934x_chip.h
/freebsd-11-stable/sys/mips/atheros/ar934xreg.h
/freebsd-11-stable/sys/mips/atheros/if_arge.c
/freebsd-11-stable/sys/mips/atheros/if_argevar.h
/freebsd-11-stable/sys/mips/atheros/pcf2123_rtc.c
/freebsd-11-stable/sys/mips/atheros/pcf2123reg.h
/freebsd-11-stable/sys/mips/atheros/uart_bus_ar71xx.c
/freebsd-11-stable/sys/mips/atheros/uart_bus_ar933x.c
/freebsd-11-stable/sys/mips/atheros/uart_cpu_ar71xx.c
/freebsd-11-stable/sys/mips/atheros/uart_cpu_ar933x.c
/freebsd-11-stable/sys/mips/atheros/uart_dev_ar933x.c
/freebsd-11-stable/sys/mips/atheros/uart_dev_ar933x.h
/freebsd-11-stable/sys/mips/beri/beri_machdep.c
/freebsd-11-stable/sys/mips/beri/beri_pic.c
/freebsd-11-stable/sys/mips/cavium/ciu.c
/freebsd-11-stable/sys/mips/cavium/cryptocteon/cavium_crypto.c
/freebsd-11-stable/sys/mips/cavium/cvmx_config.h
/freebsd-11-stable/sys/mips/cavium/if_octm.c
/freebsd-11-stable/sys/mips/cavium/obio.c
/freebsd-11-stable/sys/mips/cavium/obiovar.h
/freebsd-11-stable/sys/mips/cavium/octe/cavium-ethernet.h
/freebsd-11-stable/sys/mips/cavium/octe/ethernet-common.c
/freebsd-11-stable/sys/mips/cavium/octe/ethernet-common.h
/freebsd-11-stable/sys/mips/cavium/octe/ethernet-defines.h
/freebsd-11-stable/sys/mips/cavium/octe/ethernet-headers.h
/freebsd-11-stable/sys/mips/cavium/octe/ethernet-mdio.c
/freebsd-11-stable/sys/mips/cavium/octe/ethernet-mdio.h
/freebsd-11-stable/sys/mips/cavium/octe/ethernet-mem.c
/freebsd-11-stable/sys/mips/cavium/octe/ethernet-mem.h
/freebsd-11-stable/sys/mips/cavium/octe/ethernet-mv88e61xx.c
/freebsd-11-stable/sys/mips/cavium/octe/ethernet-mv88e61xx.h
/freebsd-11-stable/sys/mips/cavium/octe/ethernet-rgmii.c
/freebsd-11-stable/sys/mips/cavium/octe/ethernet-rx.c
/freebsd-11-stable/sys/mips/cavium/octe/ethernet-rx.h
/freebsd-11-stable/sys/mips/cavium/octe/ethernet-sgmii.c
/freebsd-11-stable/sys/mips/cavium/octe/ethernet-spi.c
/freebsd-11-stable/sys/mips/cavium/octe/ethernet-tx.c
/freebsd-11-stable/sys/mips/cavium/octe/ethernet-tx.h
/freebsd-11-stable/sys/mips/cavium/octe/ethernet-util.h
/freebsd-11-stable/sys/mips/cavium/octe/ethernet-xaui.c
/freebsd-11-stable/sys/mips/cavium/octe/ethernet.c
/freebsd-11-stable/sys/mips/cavium/octe/mv88e61xxphy.c
/freebsd-11-stable/sys/mips/cavium/octe/mv88e61xxphyreg.h
/freebsd-11-stable/sys/mips/cavium/octe/octe.c
/freebsd-11-stable/sys/mips/cavium/octe/octebus.c
/freebsd-11-stable/sys/mips/cavium/octe/octebusvar.h
/freebsd-11-stable/sys/mips/cavium/octe/wrapper-cvmx-includes.h
/freebsd-11-stable/sys/mips/cavium/octeon_cop2.h
/freebsd-11-stable/sys/mips/cavium/octeon_ds1337.c
/freebsd-11-stable/sys/mips/cavium/octeon_ebt3000_cf.c
/freebsd-11-stable/sys/mips/cavium/octeon_gpio.c
/freebsd-11-stable/sys/mips/cavium/octeon_gpiovar.h
/freebsd-11-stable/sys/mips/cavium/octeon_irq.h
/freebsd-11-stable/sys/mips/cavium/octeon_machdep.c
/freebsd-11-stable/sys/mips/cavium/octeon_mp.c
/freebsd-11-stable/sys/mips/cavium/octeon_pci_console.c
/freebsd-11-stable/sys/mips/cavium/octeon_pcmap_regs.h
/freebsd-11-stable/sys/mips/cavium/octeon_pmc.c
/freebsd-11-stable/sys/mips/cavium/octeon_rnd.c
/freebsd-11-stable/sys/mips/cavium/octeon_rtc.c
/freebsd-11-stable/sys/mips/cavium/octeon_wdog.c
/freebsd-11-stable/sys/mips/cavium/octopci.c
/freebsd-11-stable/sys/mips/cavium/octopci_bus_space.c
/freebsd-11-stable/sys/mips/cavium/octopcireg.h
/freebsd-11-stable/sys/mips/cavium/octopcivar.h
/freebsd-11-stable/sys/mips/cavium/uart_bus_octeonusart.c
/freebsd-11-stable/sys/mips/cavium/uart_cpu_octeonusart.c
/freebsd-11-stable/sys/mips/cavium/uart_dev_oct16550.c
/freebsd-11-stable/sys/mips/cavium/usb/octusb.c
/freebsd-11-stable/sys/mips/cavium/usb/octusb.h
/freebsd-11-stable/sys/mips/cavium/usb/octusb_octeon.c
/freebsd-11-stable/sys/mips/gxemul/gxemul_machdep.c
/freebsd-11-stable/sys/mips/gxemul/mpreg.h
/freebsd-11-stable/sys/mips/idt/idt_machdep.c
/freebsd-11-stable/sys/mips/idt/idtpci.c
/freebsd-11-stable/sys/mips/idt/idtreg.h
/freebsd-11-stable/sys/mips/idt/if_kr.c
/freebsd-11-stable/sys/mips/idt/if_krreg.h
/freebsd-11-stable/sys/mips/idt/obio.c
/freebsd-11-stable/sys/mips/idt/obiovar.h
/freebsd-11-stable/sys/mips/idt/uart_bus_rc32434.c
/freebsd-11-stable/sys/mips/idt/uart_cpu_rc32434.c
/freebsd-11-stable/sys/mips/include/_align.h
/freebsd-11-stable/sys/mips/include/_bus.h
/freebsd-11-stable/sys/mips/include/_inttypes.h
/freebsd-11-stable/sys/mips/include/_limits.h
/freebsd-11-stable/sys/mips/include/_stdint.h
/freebsd-11-stable/sys/mips/include/_types.h
/freebsd-11-stable/sys/mips/include/asm.h
/freebsd-11-stable/sys/mips/include/atomic.h
/freebsd-11-stable/sys/mips/include/bootinfo.h
/freebsd-11-stable/sys/mips/include/bus.h
/freebsd-11-stable/sys/mips/include/bus_dma.h
/freebsd-11-stable/sys/mips/include/cache.h
/freebsd-11-stable/sys/mips/include/cache_mipsNN.h
/freebsd-11-stable/sys/mips/include/cache_r4k.h
/freebsd-11-stable/sys/mips/include/counter.h
/freebsd-11-stable/sys/mips/include/cpu.h
/freebsd-11-stable/sys/mips/include/cpufunc.h
/freebsd-11-stable/sys/mips/include/cpuinfo.h
/freebsd-11-stable/sys/mips/include/cpuregs.h
/freebsd-11-stable/sys/mips/include/db_machdep.h
/freebsd-11-stable/sys/mips/include/elf.h
/freebsd-11-stable/sys/mips/include/endian.h
/freebsd-11-stable/sys/mips/include/exec.h
/freebsd-11-stable/sys/mips/include/fdt.h
/freebsd-11-stable/sys/mips/include/float.h
/freebsd-11-stable/sys/mips/include/floatingpoint.h
/freebsd-11-stable/sys/mips/include/fls64.h
/freebsd-11-stable/sys/mips/include/frame.h
/freebsd-11-stable/sys/mips/include/gdb_machdep.h
/freebsd-11-stable/sys/mips/include/hwfunc.h
/freebsd-11-stable/sys/mips/include/ieee.h
/freebsd-11-stable/sys/mips/include/in_cksum.h
/freebsd-11-stable/sys/mips/include/intr_machdep.h
/freebsd-11-stable/sys/mips/include/kdb.h
/freebsd-11-stable/sys/mips/include/limits.h
/freebsd-11-stable/sys/mips/include/md_var.h
/freebsd-11-stable/sys/mips/include/memdev.h
/freebsd-11-stable/sys/mips/include/metadata.h
/freebsd-11-stable/sys/mips/include/minidump.h
/freebsd-11-stable/sys/mips/include/mips_opcode.h
/freebsd-11-stable/sys/mips/include/octeon_cop2.h
/freebsd-11-stable/sys/mips/include/ofw_machdep.h
/freebsd-11-stable/sys/mips/include/param.h
/freebsd-11-stable/sys/mips/include/pcb.h
/freebsd-11-stable/sys/mips/include/pcpu.h
/freebsd-11-stable/sys/mips/include/pmap.h
/freebsd-11-stable/sys/mips/include/proc.h
/freebsd-11-stable/sys/mips/include/profile.h
/freebsd-11-stable/sys/mips/include/pte.h
/freebsd-11-stable/sys/mips/include/ptrace.h
/freebsd-11-stable/sys/mips/include/reg.h
/freebsd-11-stable/sys/mips/include/regdef.h
/freebsd-11-stable/sys/mips/include/regnum.h
/freebsd-11-stable/sys/mips/include/reloc.h
/freebsd-11-stable/sys/mips/include/runq.h
/freebsd-11-stable/sys/mips/include/sc_machdep.h
/freebsd-11-stable/sys/mips/include/sf_buf.h
/freebsd-11-stable/sys/mips/include/sigframe.h
/freebsd-11-stable/sys/mips/include/signal.h
/freebsd-11-stable/sys/mips/include/sysarch.h
/freebsd-11-stable/sys/mips/include/tlb.h
/freebsd-11-stable/sys/mips/include/tls.h
/freebsd-11-stable/sys/mips/include/trap.h
/freebsd-11-stable/sys/mips/include/ucontext.h
/freebsd-11-stable/sys/mips/include/varargs.h
/freebsd-11-stable/sys/mips/include/vdso.h
/freebsd-11-stable/sys/mips/include/vm.h
/freebsd-11-stable/sys/mips/include/vmparam.h
/freebsd-11-stable/sys/mips/malta/gt.c
/freebsd-11-stable/sys/mips/malta/gt_pci.c
/freebsd-11-stable/sys/mips/malta/gt_pci_bus_space.c
/freebsd-11-stable/sys/mips/malta/gt_pci_bus_space.h
/freebsd-11-stable/sys/mips/malta/gtreg.h
/freebsd-11-stable/sys/mips/malta/gtvar.h
/freebsd-11-stable/sys/mips/malta/malta_machdep.c
/freebsd-11-stable/sys/mips/malta/maltareg.h
/freebsd-11-stable/sys/mips/malta/obio.c
/freebsd-11-stable/sys/mips/malta/obiovar.h
/freebsd-11-stable/sys/mips/malta/uart_bus_maltausart.c
/freebsd-11-stable/sys/mips/malta/uart_cpu_maltausart.c
/freebsd-11-stable/sys/mips/malta/yamon.c
/freebsd-11-stable/sys/mips/malta/yamon.h
/freebsd-11-stable/sys/mips/mips/autoconf.c
/freebsd-11-stable/sys/mips/mips/bus_space_generic.c
/freebsd-11-stable/sys/mips/mips/busdma_machdep.c
/freebsd-11-stable/sys/mips/mips/cache.c
/freebsd-11-stable/sys/mips/mips/cache_mipsNN.c
/freebsd-11-stable/sys/mips/mips/cpu.c
/freebsd-11-stable/sys/mips/mips/db_disasm.c
/freebsd-11-stable/sys/mips/mips/db_interface.c
/freebsd-11-stable/sys/mips/mips/db_trace.c
/freebsd-11-stable/sys/mips/mips/dump_machdep.c
/freebsd-11-stable/sys/mips/mips/elf_machdep.c
/freebsd-11-stable/sys/mips/mips/elf_trampoline.c
/freebsd-11-stable/sys/mips/mips/freebsd32_machdep.c
/freebsd-11-stable/sys/mips/mips/gdb_machdep.c
/freebsd-11-stable/sys/mips/mips/genassym.c
/freebsd-11-stable/sys/mips/mips/in_cksum.c
/freebsd-11-stable/sys/mips/mips/intr_machdep.c
/freebsd-11-stable/sys/mips/mips/libkern_machdep.c
/freebsd-11-stable/sys/mips/mips/machdep.c
/freebsd-11-stable/sys/mips/mips/mem.c
/freebsd-11-stable/sys/mips/mips/minidump_machdep.c
/freebsd-11-stable/sys/mips/mips/mp_machdep.c
/freebsd-11-stable/sys/mips/mips/octeon_cop2.c
/freebsd-11-stable/sys/mips/mips/pm_machdep.c
/freebsd-11-stable/sys/mips/mips/pmap.c
/freebsd-11-stable/sys/mips/mips/ptrace_machdep.c
/freebsd-11-stable/sys/mips/mips/sc_machdep.c
/freebsd-11-stable/sys/mips/mips/stack_machdep.c
/freebsd-11-stable/sys/mips/mips/stdatomic.c
/freebsd-11-stable/sys/mips/mips/sys_machdep.c
/freebsd-11-stable/sys/mips/mips/tick.c
/freebsd-11-stable/sys/mips/mips/tlb.c
/freebsd-11-stable/sys/mips/mips/trap.c
/freebsd-11-stable/sys/mips/mips/uio_machdep.c
/freebsd-11-stable/sys/mips/mips/uma_machdep.c
/freebsd-11-stable/sys/mips/mips/vm_machdep.c
/freebsd-11-stable/sys/mips/nlm/board.c
/freebsd-11-stable/sys/mips/nlm/board.h
/freebsd-11-stable/sys/mips/nlm/board_cpld.c
/freebsd-11-stable/sys/mips/nlm/board_eeprom.c
/freebsd-11-stable/sys/mips/nlm/bus_space_rmi.c
/freebsd-11-stable/sys/mips/nlm/bus_space_rmi_pci.c
/freebsd-11-stable/sys/mips/nlm/clock.h
/freebsd-11-stable/sys/mips/nlm/cms.c
/freebsd-11-stable/sys/mips/nlm/dev/net/mdio.c
/freebsd-11-stable/sys/mips/nlm/dev/net/nae.c
/freebsd-11-stable/sys/mips/nlm/dev/net/sgmii.c
/freebsd-11-stable/sys/mips/nlm/dev/net/ucore/ucore.h
/freebsd-11-stable/sys/mips/nlm/dev/net/ucore/ucore_app.c
/freebsd-11-stable/sys/mips/nlm/dev/net/xaui.c
/freebsd-11-stable/sys/mips/nlm/dev/net/xlpge.c
/freebsd-11-stable/sys/mips/nlm/dev/net/xlpge.h
/freebsd-11-stable/sys/mips/nlm/dev/sec/nlmrsa.c
/freebsd-11-stable/sys/mips/nlm/dev/sec/nlmrsalib.h
/freebsd-11-stable/sys/mips/nlm/dev/sec/nlmsec.c
/freebsd-11-stable/sys/mips/nlm/dev/sec/nlmseclib.c
/freebsd-11-stable/sys/mips/nlm/dev/sec/nlmseclib.h
/freebsd-11-stable/sys/mips/nlm/dev/sec/rsa_ucode.h
/freebsd-11-stable/sys/mips/nlm/hal/bridge.h
/freebsd-11-stable/sys/mips/nlm/hal/cop2.h
/freebsd-11-stable/sys/mips/nlm/hal/cpucontrol.h
/freebsd-11-stable/sys/mips/nlm/hal/fmn.c
/freebsd-11-stable/sys/mips/nlm/hal/fmn.h
/freebsd-11-stable/sys/mips/nlm/hal/gbu.h
/freebsd-11-stable/sys/mips/nlm/hal/haldefs.h
/freebsd-11-stable/sys/mips/nlm/hal/interlaken.h
/freebsd-11-stable/sys/mips/nlm/hal/iomap.h
/freebsd-11-stable/sys/mips/nlm/hal/mdio.h
/freebsd-11-stable/sys/mips/nlm/hal/mips-extns.h
/freebsd-11-stable/sys/mips/nlm/hal/mmu.h
/freebsd-11-stable/sys/mips/nlm/hal/nae.h
/freebsd-11-stable/sys/mips/nlm/hal/nlm_hal.c
/freebsd-11-stable/sys/mips/nlm/hal/nlmsaelib.h
/freebsd-11-stable/sys/mips/nlm/hal/pcibus.h
/freebsd-11-stable/sys/mips/nlm/hal/pic.h
/freebsd-11-stable/sys/mips/nlm/hal/poe.h
/freebsd-11-stable/sys/mips/nlm/hal/sgmii.h
/freebsd-11-stable/sys/mips/nlm/hal/sys.h
/freebsd-11-stable/sys/mips/nlm/hal/uart.h
/freebsd-11-stable/sys/mips/nlm/hal/ucore_loader.h
/freebsd-11-stable/sys/mips/nlm/hal/usb.h
/freebsd-11-stable/sys/mips/nlm/hal/xaui.h
/freebsd-11-stable/sys/mips/nlm/interrupt.h
/freebsd-11-stable/sys/mips/nlm/intr_machdep.c
/freebsd-11-stable/sys/mips/nlm/msgring.h
/freebsd-11-stable/sys/mips/nlm/tick.c
/freebsd-11-stable/sys/mips/nlm/uart_cpu_xlp.c
/freebsd-11-stable/sys/mips/nlm/usb_init.c
/freebsd-11-stable/sys/mips/nlm/xlp.h
/freebsd-11-stable/sys/mips/nlm/xlp_machdep.c
/freebsd-11-stable/sys/mips/nlm/xlp_pci.c
/freebsd-11-stable/sys/mips/rmi/board.c
/freebsd-11-stable/sys/mips/rmi/board.h
/freebsd-11-stable/sys/mips/rmi/bus_space_rmi.c
/freebsd-11-stable/sys/mips/rmi/bus_space_rmi_pci.c
/freebsd-11-stable/sys/mips/rmi/dev/iic/at24co2n.c
/freebsd-11-stable/sys/mips/rmi/dev/iic/max6657.c
/freebsd-11-stable/sys/mips/rmi/dev/nlge/if_nlge.c
/freebsd-11-stable/sys/mips/rmi/dev/nlge/if_nlge.h
/freebsd-11-stable/sys/mips/rmi/dev/sec/desc.h
/freebsd-11-stable/sys/mips/rmi/dev/sec/rmilib.c
/freebsd-11-stable/sys/mips/rmi/dev/sec/rmilib.h
/freebsd-11-stable/sys/mips/rmi/dev/sec/rmisec.c
/freebsd-11-stable/sys/mips/rmi/dev/xlr/atx_cpld.h
/freebsd-11-stable/sys/mips/rmi/dev/xlr/debug.h
/freebsd-11-stable/sys/mips/rmi/dev/xlr/xgmac_mdio.h
/freebsd-11-stable/sys/mips/rmi/fmn.c
/freebsd-11-stable/sys/mips/rmi/interrupt.h
/freebsd-11-stable/sys/mips/rmi/intr_machdep.c
/freebsd-11-stable/sys/mips/rmi/iodi.c
/freebsd-11-stable/sys/mips/rmi/iomap.h
/freebsd-11-stable/sys/mips/rmi/msgring.c
/freebsd-11-stable/sys/mips/rmi/msgring.cfg
/freebsd-11-stable/sys/mips/rmi/msgring.h
/freebsd-11-stable/sys/mips/rmi/pcibus.h
/freebsd-11-stable/sys/mips/rmi/pic.h
/freebsd-11-stable/sys/mips/rmi/rmi_boot_info.h
/freebsd-11-stable/sys/mips/rmi/rmi_mips_exts.h
/freebsd-11-stable/sys/mips/rmi/tick.c
/freebsd-11-stable/sys/mips/rmi/uart_bus_xlr_iodi.c
/freebsd-11-stable/sys/mips/rmi/uart_cpu_mips_xlr.c
/freebsd-11-stable/sys/mips/rmi/xlr_i2c.c
/freebsd-11-stable/sys/mips/rmi/xlr_machdep.c
/freebsd-11-stable/sys/mips/rmi/xlr_pci.c
/freebsd-11-stable/sys/mips/rmi/xlr_pcmcia.c
/freebsd-11-stable/sys/mips/rmi/xls_ehci.c
/freebsd-11-stable/sys/mips/rt305x/obio.c
/freebsd-11-stable/sys/mips/rt305x/obiovar.h
/freebsd-11-stable/sys/mips/rt305x/rt305x_dotg.c
/freebsd-11-stable/sys/mips/rt305x/rt305x_gpio.c
/freebsd-11-stable/sys/mips/rt305x/rt305x_gpio.h
/freebsd-11-stable/sys/mips/rt305x/rt305x_gpiovar.h
/freebsd-11-stable/sys/mips/rt305x/rt305x_ic.c
/freebsd-11-stable/sys/mips/rt305x/rt305x_icvar.h
/freebsd-11-stable/sys/mips/rt305x/rt305x_machdep.c
/freebsd-11-stable/sys/mips/rt305x/rt305x_sysctl.c
/freebsd-11-stable/sys/mips/rt305x/rt305x_sysctlvar.h
/freebsd-11-stable/sys/mips/rt305x/rt305xreg.h
/freebsd-11-stable/sys/mips/rt305x/rt_swreg.h
/freebsd-11-stable/sys/mips/rt305x/uart_bus_rt305x.c
/freebsd-11-stable/sys/mips/rt305x/uart_cpu_rt305x.c
/freebsd-11-stable/sys/mips/rt305x/uart_dev_rt305x.c
/freebsd-11-stable/sys/mips/rt305x/uart_dev_rt305x.h
/freebsd-11-stable/sys/mips/sibyte/ata_zbbus.c
/freebsd-11-stable/sys/mips/sibyte/sb_bus_space.h
/freebsd-11-stable/sys/mips/sibyte/sb_machdep.c
/freebsd-11-stable/sys/mips/sibyte/sb_scd.c
/freebsd-11-stable/sys/mips/sibyte/sb_scd.h
/freebsd-11-stable/sys/mips/sibyte/sb_zbbus.c
/freebsd-11-stable/sys/mips/sibyte/sb_zbpci.c
/freebsd-11-stable/sys/net/bpf.c
/freebsd-11-stable/sys/net/bpf.h
/freebsd-11-stable/sys/net/bpf_buffer.c
/freebsd-11-stable/sys/net/bpf_filter.c
/freebsd-11-stable/sys/net/bpf_jitter.c
/freebsd-11-stable/sys/net/bpf_jitter.h
/freebsd-11-stable/sys/net/bpfdesc.h
/freebsd-11-stable/sys/net/fddi.h
/freebsd-11-stable/sys/net/if.c
/freebsd-11-stable/sys/net/if.h
/freebsd-11-stable/sys/net/if_arc.h
/freebsd-11-stable/sys/net/if_arcsubr.c
/freebsd-11-stable/sys/net/if_arp.h
/freebsd-11-stable/sys/net/if_clone.c
/freebsd-11-stable/sys/net/if_clone.h
/freebsd-11-stable/sys/net/if_disc.c
/freebsd-11-stable/sys/net/if_dl.h
/freebsd-11-stable/sys/net/if_edsc.c
/freebsd-11-stable/sys/net/if_ethersubr.c
/freebsd-11-stable/sys/net/if_fddisubr.c
/freebsd-11-stable/sys/net/if_fwsubr.c
/freebsd-11-stable/sys/net/if_gif.c
/freebsd-11-stable/sys/net/if_gif.h
/freebsd-11-stable/sys/net/if_llc.h
/freebsd-11-stable/sys/net/if_loop.c
/freebsd-11-stable/sys/net/if_stf.c
/freebsd-11-stable/sys/net/if_types.h
/freebsd-11-stable/sys/net/if_var.h
/freebsd-11-stable/sys/net/ifq.h
/freebsd-11-stable/sys/net/pfkeyv2.h
/freebsd-11-stable/sys/net/radix.c
/freebsd-11-stable/sys/net/radix.h
/freebsd-11-stable/sys/net/radix_mpath.c
/freebsd-11-stable/sys/net/radix_mpath.h
/freebsd-11-stable/sys/net/raw_cb.c
/freebsd-11-stable/sys/net/raw_cb.h
/freebsd-11-stable/sys/net/raw_usrreq.c
/freebsd-11-stable/sys/net/route.c
/freebsd-11-stable/sys/net/route.h
/freebsd-11-stable/sys/net/rtsock.c
/freebsd-11-stable/sys/net/slcompress.c
/freebsd-11-stable/sys/net/slcompress.h
/freebsd-11-stable/sys/netinet/icmp6.h
/freebsd-11-stable/sys/netinet/icmp_var.h
/freebsd-11-stable/sys/netinet/if_ether.c
/freebsd-11-stable/sys/netinet/if_ether.h
/freebsd-11-stable/sys/netinet/igmp.c
/freebsd-11-stable/sys/netinet/igmp.h
/freebsd-11-stable/sys/netinet/igmp_var.h
/freebsd-11-stable/sys/netinet/in.c
/freebsd-11-stable/sys/netinet/in.h
/freebsd-11-stable/sys/netinet/in_cksum.c
/freebsd-11-stable/sys/netinet/in_gif.c
/freebsd-11-stable/sys/netinet/in_pcb.c
/freebsd-11-stable/sys/netinet/in_pcb.h
/freebsd-11-stable/sys/netinet/in_proto.c
/freebsd-11-stable/sys/netinet/in_systm.h
/freebsd-11-stable/sys/netinet/in_var.h
/freebsd-11-stable/sys/netinet/ip.h
/freebsd-11-stable/sys/netinet/ip6.h
/freebsd-11-stable/sys/netinet/ip_divert.c
/freebsd-11-stable/sys/netinet/ip_ecn.c
/freebsd-11-stable/sys/netinet/ip_ecn.h
/freebsd-11-stable/sys/netinet/ip_encap.c
/freebsd-11-stable/sys/netinet/ip_encap.h
/freebsd-11-stable/sys/netinet/ip_icmp.c
/freebsd-11-stable/sys/netinet/ip_icmp.h
/freebsd-11-stable/sys/netinet/ip_input.c
/freebsd-11-stable/sys/netinet/ip_mroute.c
/freebsd-11-stable/sys/netinet/ip_mroute.h
/freebsd-11-stable/sys/netinet/ip_options.c
/freebsd-11-stable/sys/netinet/ip_options.h
/freebsd-11-stable/sys/netinet/ip_output.c
/freebsd-11-stable/sys/netinet/ip_var.h
/freebsd-11-stable/sys/netinet/pim.h
/freebsd-11-stable/sys/netinet/pim_var.h
/freebsd-11-stable/sys/netinet/raw_ip.c
/freebsd-11-stable/sys/netinet/sctp.h
/freebsd-11-stable/sys/netinet/sctp_asconf.c
/freebsd-11-stable/sys/netinet/sctp_asconf.h
/freebsd-11-stable/sys/netinet/sctp_auth.c
/freebsd-11-stable/sys/netinet/sctp_auth.h
/freebsd-11-stable/sys/netinet/sctp_bsd_addr.c
/freebsd-11-stable/sys/netinet/sctp_bsd_addr.h
/freebsd-11-stable/sys/netinet/sctp_cc_functions.c
/freebsd-11-stable/sys/netinet/sctp_constants.h
/freebsd-11-stable/sys/netinet/sctp_crc32.c
/freebsd-11-stable/sys/netinet/sctp_crc32.h
/freebsd-11-stable/sys/netinet/sctp_dtrace_declare.h
/freebsd-11-stable/sys/netinet/sctp_dtrace_define.h
/freebsd-11-stable/sys/netinet/sctp_header.h
/freebsd-11-stable/sys/netinet/sctp_indata.c
/freebsd-11-stable/sys/netinet/sctp_indata.h
/freebsd-11-stable/sys/netinet/sctp_input.c
/freebsd-11-stable/sys/netinet/sctp_input.h
/freebsd-11-stable/sys/netinet/sctp_lock_bsd.h
/freebsd-11-stable/sys/netinet/sctp_os.h
/freebsd-11-stable/sys/netinet/sctp_os_bsd.h
/freebsd-11-stable/sys/netinet/sctp_output.c
/freebsd-11-stable/sys/netinet/sctp_output.h
/freebsd-11-stable/sys/netinet/sctp_pcb.c
/freebsd-11-stable/sys/netinet/sctp_pcb.h
/freebsd-11-stable/sys/netinet/sctp_peeloff.c
/freebsd-11-stable/sys/netinet/sctp_peeloff.h
/freebsd-11-stable/sys/netinet/sctp_structs.h
/freebsd-11-stable/sys/netinet/sctp_sysctl.c
/freebsd-11-stable/sys/netinet/sctp_sysctl.h
/freebsd-11-stable/sys/netinet/sctp_timer.c
/freebsd-11-stable/sys/netinet/sctp_timer.h
/freebsd-11-stable/sys/netinet/sctp_uio.h
/freebsd-11-stable/sys/netinet/sctp_usrreq.c
/freebsd-11-stable/sys/netinet/sctp_var.h
/freebsd-11-stable/sys/netinet/sctputil.c
/freebsd-11-stable/sys/netinet/sctputil.h
/freebsd-11-stable/sys/netinet/tcp.h
/freebsd-11-stable/sys/netinet/tcp_debug.c
/freebsd-11-stable/sys/netinet/tcp_debug.h
/freebsd-11-stable/sys/netinet/tcp_fsm.h
/freebsd-11-stable/sys/netinet/tcp_input.c
/freebsd-11-stable/sys/netinet/tcp_output.c
/freebsd-11-stable/sys/netinet/tcp_reass.c
/freebsd-11-stable/sys/netinet/tcp_sack.c
/freebsd-11-stable/sys/netinet/tcp_seq.h
/freebsd-11-stable/sys/netinet/tcp_subr.c
/freebsd-11-stable/sys/netinet/tcp_syncache.h
/freebsd-11-stable/sys/netinet/tcp_timer.c
/freebsd-11-stable/sys/netinet/tcp_timer.h
/freebsd-11-stable/sys/netinet/tcp_timewait.c
/freebsd-11-stable/sys/netinet/tcp_usrreq.c
/freebsd-11-stable/sys/netinet/tcp_var.h
/freebsd-11-stable/sys/netinet/tcpip.h
/freebsd-11-stable/sys/netinet/udp.h
/freebsd-11-stable/sys/netinet/udp_usrreq.c
/freebsd-11-stable/sys/netinet/udp_var.h
/freebsd-11-stable/sys/netinet6/dest6.c
/freebsd-11-stable/sys/netinet6/frag6.c
/freebsd-11-stable/sys/netinet6/icmp6.c
/freebsd-11-stable/sys/netinet6/in6.c
/freebsd-11-stable/sys/netinet6/in6.h
/freebsd-11-stable/sys/netinet6/in6_cksum.c
/freebsd-11-stable/sys/netinet6/in6_gif.c
/freebsd-11-stable/sys/netinet6/in6_ifattach.c
/freebsd-11-stable/sys/netinet6/in6_ifattach.h
/freebsd-11-stable/sys/netinet6/in6_pcb.c
/freebsd-11-stable/sys/netinet6/in6_pcb.h
/freebsd-11-stable/sys/netinet6/in6_proto.c
/freebsd-11-stable/sys/netinet6/in6_rmx.c
/freebsd-11-stable/sys/netinet6/in6_src.c
/freebsd-11-stable/sys/netinet6/in6_var.h
/freebsd-11-stable/sys/netinet6/ip6_ecn.h
/freebsd-11-stable/sys/netinet6/ip6_forward.c
/freebsd-11-stable/sys/netinet6/ip6_id.c
/freebsd-11-stable/sys/netinet6/ip6_input.c
/freebsd-11-stable/sys/netinet6/ip6_mroute.c
/freebsd-11-stable/sys/netinet6/ip6_mroute.h
/freebsd-11-stable/sys/netinet6/ip6_output.c
/freebsd-11-stable/sys/netinet6/ip6_var.h
/freebsd-11-stable/sys/netinet6/ip6protosw.h
/freebsd-11-stable/sys/netinet6/mld6.c
/freebsd-11-stable/sys/netinet6/nd6.c
/freebsd-11-stable/sys/netinet6/nd6.h
/freebsd-11-stable/sys/netinet6/nd6_nbr.c
/freebsd-11-stable/sys/netinet6/nd6_rtr.c
/freebsd-11-stable/sys/netinet6/pim6.h
/freebsd-11-stable/sys/netinet6/pim6_var.h
/freebsd-11-stable/sys/netinet6/raw_ip6.c
/freebsd-11-stable/sys/netinet6/raw_ip6.h
/freebsd-11-stable/sys/netinet6/route6.c
/freebsd-11-stable/sys/netinet6/scope6.c
/freebsd-11-stable/sys/netinet6/scope6_var.h
/freebsd-11-stable/sys/netinet6/sctp6_usrreq.c
/freebsd-11-stable/sys/netinet6/sctp6_var.h
/freebsd-11-stable/sys/netinet6/tcp6_var.h
/freebsd-11-stable/sys/netinet6/udp6_usrreq.c
/freebsd-11-stable/sys/netinet6/udp6_var.h
/freebsd-11-stable/sys/netipsec/ah.h
/freebsd-11-stable/sys/netipsec/esp.h
/freebsd-11-stable/sys/netipsec/ipcomp.h
/freebsd-11-stable/sys/netipsec/ipcomp_var.h
/freebsd-11-stable/sys/netipsec/ipsec.c
/freebsd-11-stable/sys/netipsec/ipsec.h
/freebsd-11-stable/sys/netipsec/ipsec6.h
/freebsd-11-stable/sys/netipsec/key.c
/freebsd-11-stable/sys/netipsec/key.h
/freebsd-11-stable/sys/netipsec/key_debug.c
/freebsd-11-stable/sys/netipsec/key_debug.h
/freebsd-11-stable/sys/netipsec/key_var.h
/freebsd-11-stable/sys/netipsec/keydb.h
/freebsd-11-stable/sys/netipsec/keysock.c
/freebsd-11-stable/sys/netipsec/keysock.h
/freebsd-11-stable/sys/netpfil/pf/in4_cksum.c
/freebsd-11-stable/sys/netsmb/smb_crypt.c
/freebsd-11-stable/sys/nfs/bootp_subr.c
/freebsd-11-stable/sys/nfs/krpc_subr.c
/freebsd-11-stable/sys/nfs/nfs_common.h
/freebsd-11-stable/sys/nfs/nfs_diskless.c
/freebsd-11-stable/sys/nfs/nfs_nfssvc.c
/freebsd-11-stable/sys/nfs/nfsdiskless.h
/freebsd-11-stable/sys/nfs/nfsproto.h
/freebsd-11-stable/sys/nfs/nfssvc.h
/freebsd-11-stable/sys/nfs/xdr_subs.h
/freebsd-11-stable/sys/nfsclient/nfs.h
/freebsd-11-stable/sys/nfsclient/nfsargs.h
/freebsd-11-stable/sys/nfsclient/nfsm_subs.h
/freebsd-11-stable/sys/nfsclient/nfsmount.h
/freebsd-11-stable/sys/nfsclient/nfsnode.h
/freebsd-11-stable/sys/nfsclient/nfsstats.h
/freebsd-11-stable/sys/nfsserver/nfs.h
/freebsd-11-stable/sys/nfsserver/nfsm_subs.h
/freebsd-11-stable/sys/nfsserver/nfsrvcache.h
/freebsd-11-stable/sys/nfsserver/nfsrvstats.h
/freebsd-11-stable/sys/ofed/drivers/infiniband/ulp/sdp/sdp_main.c
/freebsd-11-stable/sys/powerpc/aim/mmu_oea.c
/freebsd-11-stable/sys/powerpc/aim/mmu_oea64.c
/freebsd-11-stable/sys/powerpc/aim/mmu_oea64.h
/freebsd-11-stable/sys/powerpc/aim/moea64_native.c
/freebsd-11-stable/sys/powerpc/aim/mp_cpudep.c
/freebsd-11-stable/sys/powerpc/aim/slb.c
/freebsd-11-stable/sys/powerpc/booke/machdep_e500.c
/freebsd-11-stable/sys/powerpc/booke/machdep_ppc4xx.c
/freebsd-11-stable/sys/powerpc/booke/mp_cpudep.c
/freebsd-11-stable/sys/powerpc/booke/platform_bare.c
/freebsd-11-stable/sys/powerpc/booke/pmap.c
/freebsd-11-stable/sys/powerpc/cpufreq/dfs.c
/freebsd-11-stable/sys/powerpc/cpufreq/pcr.c
/freebsd-11-stable/sys/powerpc/cpufreq/pmufreq.c
/freebsd-11-stable/sys/powerpc/fpu/fpu_add.c
/freebsd-11-stable/sys/powerpc/fpu/fpu_arith.h
/freebsd-11-stable/sys/powerpc/fpu/fpu_compare.c
/freebsd-11-stable/sys/powerpc/fpu/fpu_div.c
/freebsd-11-stable/sys/powerpc/fpu/fpu_emu.c
/freebsd-11-stable/sys/powerpc/fpu/fpu_emu.h
/freebsd-11-stable/sys/powerpc/fpu/fpu_explode.c
/freebsd-11-stable/sys/powerpc/fpu/fpu_extern.h
/freebsd-11-stable/sys/powerpc/fpu/fpu_implode.c
/freebsd-11-stable/sys/powerpc/fpu/fpu_instr.h
/freebsd-11-stable/sys/powerpc/fpu/fpu_mul.c
/freebsd-11-stable/sys/powerpc/fpu/fpu_sqrt.c
/freebsd-11-stable/sys/powerpc/fpu/fpu_subr.c
/freebsd-11-stable/sys/powerpc/include/_align.h
/freebsd-11-stable/sys/powerpc/include/_bus.h
/freebsd-11-stable/sys/powerpc/include/_inttypes.h
/freebsd-11-stable/sys/powerpc/include/_limits.h
/freebsd-11-stable/sys/powerpc/include/_stdint.h
/freebsd-11-stable/sys/powerpc/include/_types.h
/freebsd-11-stable/sys/powerpc/include/altivec.h
/freebsd-11-stable/sys/powerpc/include/asm.h
/freebsd-11-stable/sys/powerpc/include/atomic.h
/freebsd-11-stable/sys/powerpc/include/bat.h
/freebsd-11-stable/sys/powerpc/include/bus.h
/freebsd-11-stable/sys/powerpc/include/bus_dma.h
/freebsd-11-stable/sys/powerpc/include/counter.h
/freebsd-11-stable/sys/powerpc/include/cpu.h
/freebsd-11-stable/sys/powerpc/include/cpufunc.h
/freebsd-11-stable/sys/powerpc/include/dbdma.h
/freebsd-11-stable/sys/powerpc/include/elf.h
/freebsd-11-stable/sys/powerpc/include/endian.h
/freebsd-11-stable/sys/powerpc/include/exec.h
/freebsd-11-stable/sys/powerpc/include/float.h
/freebsd-11-stable/sys/powerpc/include/floatingpoint.h
/freebsd-11-stable/sys/powerpc/include/fpu.h
/freebsd-11-stable/sys/powerpc/include/frame.h
/freebsd-11-stable/sys/powerpc/include/gdb_machdep.h
/freebsd-11-stable/sys/powerpc/include/hid.h
/freebsd-11-stable/sys/powerpc/include/ieee.h
/freebsd-11-stable/sys/powerpc/include/in_cksum.h
/freebsd-11-stable/sys/powerpc/include/intr_machdep.h
/freebsd-11-stable/sys/powerpc/include/kdb.h
/freebsd-11-stable/sys/powerpc/include/limits.h
/freebsd-11-stable/sys/powerpc/include/machdep.h
/freebsd-11-stable/sys/powerpc/include/md_var.h
/freebsd-11-stable/sys/powerpc/include/memdev.h
/freebsd-11-stable/sys/powerpc/include/metadata.h
/freebsd-11-stable/sys/powerpc/include/mmuvar.h
/freebsd-11-stable/sys/powerpc/include/ofw_machdep.h
/freebsd-11-stable/sys/powerpc/include/openpicreg.h
/freebsd-11-stable/sys/powerpc/include/openpicvar.h
/freebsd-11-stable/sys/powerpc/include/param.h
/freebsd-11-stable/sys/powerpc/include/pcb.h
/freebsd-11-stable/sys/powerpc/include/pcpu.h
/freebsd-11-stable/sys/powerpc/include/pio.h
/freebsd-11-stable/sys/powerpc/include/platform.h
/freebsd-11-stable/sys/powerpc/include/platformvar.h
/freebsd-11-stable/sys/powerpc/include/pmap.h
/freebsd-11-stable/sys/powerpc/include/proc.h
/freebsd-11-stable/sys/powerpc/include/psl.h
/freebsd-11-stable/sys/powerpc/include/pte.h
/freebsd-11-stable/sys/powerpc/include/ptrace.h
/freebsd-11-stable/sys/powerpc/include/reloc.h
/freebsd-11-stable/sys/powerpc/include/rtas.h
/freebsd-11-stable/sys/powerpc/include/runq.h
/freebsd-11-stable/sys/powerpc/include/sc_machdep.h
/freebsd-11-stable/sys/powerpc/include/sigframe.h
/freebsd-11-stable/sys/powerpc/include/signal.h
/freebsd-11-stable/sys/powerpc/include/slb.h
/freebsd-11-stable/sys/powerpc/include/smp.h
/freebsd-11-stable/sys/powerpc/include/spr.h
/freebsd-11-stable/sys/powerpc/include/sr.h
/freebsd-11-stable/sys/powerpc/include/stdarg.h
/freebsd-11-stable/sys/powerpc/include/sysarch.h
/freebsd-11-stable/sys/powerpc/include/tlb.h
/freebsd-11-stable/sys/powerpc/include/trap.h
/freebsd-11-stable/sys/powerpc/include/ucontext.h
/freebsd-11-stable/sys/powerpc/include/varargs.h
/freebsd-11-stable/sys/powerpc/include/vdso.h
/freebsd-11-stable/sys/powerpc/include/vm.h
/freebsd-11-stable/sys/powerpc/include/vmparam.h
/freebsd-11-stable/sys/powerpc/mambo/mambo.c
/freebsd-11-stable/sys/powerpc/mambo/mambo_console.c
/freebsd-11-stable/sys/powerpc/mambo/mambo_disk.c
/freebsd-11-stable/sys/powerpc/mambo/mambocall.h
/freebsd-11-stable/sys/powerpc/mpc85xx/atpic.c
/freebsd-11-stable/sys/powerpc/mpc85xx/ds1553_bus_fdt.c
/freebsd-11-stable/sys/powerpc/mpc85xx/ds1553_core.c
/freebsd-11-stable/sys/powerpc/mpc85xx/ds1553_reg.h
/freebsd-11-stable/sys/powerpc/mpc85xx/i2c.c
/freebsd-11-stable/sys/powerpc/mpc85xx/isa.c
/freebsd-11-stable/sys/powerpc/mpc85xx/lbc.c
/freebsd-11-stable/sys/powerpc/mpc85xx/lbc.h
/freebsd-11-stable/sys/powerpc/mpc85xx/mpc85xx.c
/freebsd-11-stable/sys/powerpc/mpc85xx/mpc85xx.h
/freebsd-11-stable/sys/powerpc/mpc85xx/pci_mpc85xx.c
/freebsd-11-stable/sys/powerpc/mpc85xx/platform_mpc85xx.c
/freebsd-11-stable/sys/powerpc/ofw/ofw_machdep.c
/freebsd-11-stable/sys/powerpc/ofw/ofw_pcib_pci.c
/freebsd-11-stable/sys/powerpc/ofw/ofw_pcibus.c
/freebsd-11-stable/sys/powerpc/ofw/ofw_pcibus.h
/freebsd-11-stable/sys/powerpc/ofw/ofw_real.c
/freebsd-11-stable/sys/powerpc/ofw/ofw_syscons.c
/freebsd-11-stable/sys/powerpc/ofw/ofw_syscons.h
/freebsd-11-stable/sys/powerpc/ofw/openpic_ofw.c
/freebsd-11-stable/sys/powerpc/ofw/rtas.c
/freebsd-11-stable/sys/powerpc/powermac/ata_dbdma.c
/freebsd-11-stable/sys/powerpc/powermac/ata_dbdma.h
/freebsd-11-stable/sys/powerpc/powermac/ata_kauai.c
/freebsd-11-stable/sys/powerpc/powermac/ata_macio.c
/freebsd-11-stable/sys/powerpc/powermac/atibl.c
/freebsd-11-stable/sys/powerpc/powermac/cpcht.c
/freebsd-11-stable/sys/powerpc/powermac/cuda.c
/freebsd-11-stable/sys/powerpc/powermac/cudavar.h
/freebsd-11-stable/sys/powerpc/powermac/dbdma.c
/freebsd-11-stable/sys/powerpc/powermac/dbdmavar.h
/freebsd-11-stable/sys/powerpc/powermac/fcu.c
/freebsd-11-stable/sys/powerpc/powermac/grackle.c
/freebsd-11-stable/sys/powerpc/powermac/gracklevar.h
/freebsd-11-stable/sys/powerpc/powermac/hrowpic.c
/freebsd-11-stable/sys/powerpc/powermac/hrowpicvar.h
/freebsd-11-stable/sys/powerpc/powermac/kiic.c
/freebsd-11-stable/sys/powerpc/powermac/macgpio.c
/freebsd-11-stable/sys/powerpc/powermac/macgpiovar.h
/freebsd-11-stable/sys/powerpc/powermac/macio.c
/freebsd-11-stable/sys/powerpc/powermac/maciovar.h
/freebsd-11-stable/sys/powerpc/powermac/nvbl.c
/freebsd-11-stable/sys/powerpc/powermac/platform_powermac.c
/freebsd-11-stable/sys/powerpc/powermac/pmu.c
/freebsd-11-stable/sys/powerpc/powermac/pmuvar.h
/freebsd-11-stable/sys/powerpc/powermac/powermac_thermal.c
/freebsd-11-stable/sys/powerpc/powermac/powermac_thermal.h
/freebsd-11-stable/sys/powerpc/powermac/pswitch.c
/freebsd-11-stable/sys/powerpc/powermac/smu.c
/freebsd-11-stable/sys/powerpc/powermac/smusat.c
/freebsd-11-stable/sys/powerpc/powermac/uninorth.c
/freebsd-11-stable/sys/powerpc/powermac/uninorthpci.c
/freebsd-11-stable/sys/powerpc/powermac/uninorthvar.h
/freebsd-11-stable/sys/powerpc/powermac/vcoregpio.c
/freebsd-11-stable/sys/powerpc/powermac/viareg.h
/freebsd-11-stable/sys/powerpc/powerpc/altivec.c
/freebsd-11-stable/sys/powerpc/powerpc/autoconf.c
/freebsd-11-stable/sys/powerpc/powerpc/bcopy.c
/freebsd-11-stable/sys/powerpc/powerpc/bus_machdep.c
/freebsd-11-stable/sys/powerpc/powerpc/busdma_machdep.c
/freebsd-11-stable/sys/powerpc/powerpc/clock.c
/freebsd-11-stable/sys/powerpc/powerpc/copyinout.c
/freebsd-11-stable/sys/powerpc/powerpc/copystr.c
/freebsd-11-stable/sys/powerpc/powerpc/cpu.c
/freebsd-11-stable/sys/powerpc/powerpc/db_hwwatch.c
/freebsd-11-stable/sys/powerpc/powerpc/dump_machdep.c
/freebsd-11-stable/sys/powerpc/powerpc/elf32_machdep.c
/freebsd-11-stable/sys/powerpc/powerpc/elf64_machdep.c
/freebsd-11-stable/sys/powerpc/powerpc/exec_machdep.c
/freebsd-11-stable/sys/powerpc/powerpc/fpu.c
/freebsd-11-stable/sys/powerpc/powerpc/fuswintr.c
/freebsd-11-stable/sys/powerpc/powerpc/gdb_machdep.c
/freebsd-11-stable/sys/powerpc/powerpc/genassym.c
/freebsd-11-stable/sys/powerpc/powerpc/in_cksum.c
/freebsd-11-stable/sys/powerpc/powerpc/intr_machdep.c
/freebsd-11-stable/sys/powerpc/powerpc/mem.c
/freebsd-11-stable/sys/powerpc/powerpc/mp_machdep.c
/freebsd-11-stable/sys/powerpc/powerpc/openpic.c
/freebsd-11-stable/sys/powerpc/powerpc/platform.c
/freebsd-11-stable/sys/powerpc/powerpc/pmap_dispatch.c
/freebsd-11-stable/sys/powerpc/powerpc/sc_machdep.c
/freebsd-11-stable/sys/powerpc/powerpc/stack_machdep.c
/freebsd-11-stable/sys/powerpc/powerpc/suswintr.c
/freebsd-11-stable/sys/powerpc/powerpc/syncicache.c
/freebsd-11-stable/sys/powerpc/powerpc/sys_machdep.c
/freebsd-11-stable/sys/powerpc/powerpc/uio_machdep.c
/freebsd-11-stable/sys/powerpc/powerpc/vm_machdep.c
/freebsd-11-stable/sys/powerpc/ps3/ehci_ps3.c
/freebsd-11-stable/sys/powerpc/ps3/if_glc.c
/freebsd-11-stable/sys/powerpc/ps3/if_glcreg.h
/freebsd-11-stable/sys/powerpc/ps3/mmu_ps3.c
/freebsd-11-stable/sys/powerpc/ps3/ohci_ps3.c
/freebsd-11-stable/sys/powerpc/ps3/platform_ps3.c
/freebsd-11-stable/sys/powerpc/ps3/ps3_syscons.c
/freebsd-11-stable/sys/powerpc/ps3/ps3bus.c
/freebsd-11-stable/sys/powerpc/ps3/ps3bus.h
/freebsd-11-stable/sys/powerpc/ps3/ps3cdrom.c
/freebsd-11-stable/sys/powerpc/ps3/ps3disk.c
/freebsd-11-stable/sys/powerpc/ps3/ps3pic.c
/freebsd-11-stable/sys/powerpc/pseries/mmu_phyp.c
/freebsd-11-stable/sys/powerpc/pseries/phyp-hvcall.h
/freebsd-11-stable/sys/powerpc/pseries/phyp_console.c
/freebsd-11-stable/sys/powerpc/pseries/phyp_llan.c
/freebsd-11-stable/sys/powerpc/pseries/phyp_vscsi.c
/freebsd-11-stable/sys/powerpc/pseries/platform_chrp.c
/freebsd-11-stable/sys/powerpc/pseries/plpar_iommu.c
/freebsd-11-stable/sys/powerpc/pseries/plpar_iommu.h
/freebsd-11-stable/sys/powerpc/pseries/plpar_pcibus.c
/freebsd-11-stable/sys/powerpc/pseries/rtas_dev.c
/freebsd-11-stable/sys/powerpc/pseries/rtas_pci.c
/freebsd-11-stable/sys/powerpc/pseries/vdevice.c
/freebsd-11-stable/sys/powerpc/pseries/xics.c
/freebsd-11-stable/sys/powerpc/psim/ata_iobus.c
/freebsd-11-stable/sys/powerpc/psim/iobus.c
/freebsd-11-stable/sys/powerpc/psim/iobusvar.h
/freebsd-11-stable/sys/powerpc/psim/openpic_iobus.c
/freebsd-11-stable/sys/powerpc/psim/uart_iobus.c
/freebsd-11-stable/sys/riscv/riscv/in_cksum.c
/freebsd-11-stable/sys/riscv/riscv/pmap.c
/freebsd-11-stable/sys/rpc/auth.h
/freebsd-11-stable/sys/rpc/auth_none.c
/freebsd-11-stable/sys/rpc/auth_unix.c
/freebsd-11-stable/sys/rpc/authunix_prot.c
/freebsd-11-stable/sys/rpc/clnt.h
/freebsd-11-stable/sys/rpc/clnt_dg.c
/freebsd-11-stable/sys/rpc/clnt_vc.c
/freebsd-11-stable/sys/rpc/krpc.h
/freebsd-11-stable/sys/rpc/nettype.h
/freebsd-11-stable/sys/rpc/pmap_prot.h
/freebsd-11-stable/sys/rpc/rpc.h
/freebsd-11-stable/sys/rpc/rpc_callmsg.c
/freebsd-11-stable/sys/rpc/rpc_com.h
/freebsd-11-stable/sys/rpc/rpc_generic.c
/freebsd-11-stable/sys/rpc/rpc_msg.h
/freebsd-11-stable/sys/rpc/rpc_prot.c
/freebsd-11-stable/sys/rpc/rpcb_clnt.c
/freebsd-11-stable/sys/rpc/rpcb_clnt.h
/freebsd-11-stable/sys/rpc/rpcb_prot.c
/freebsd-11-stable/sys/rpc/rpcb_prot.h
/freebsd-11-stable/sys/rpc/rpcm_subs.h
/freebsd-11-stable/sys/rpc/rpcsec_gss/rpcsec_gss.c
/freebsd-11-stable/sys/rpc/rpcsec_gss/rpcsec_gss_int.h
/freebsd-11-stable/sys/rpc/rpcsec_gss/rpcsec_gss_prot.c
/freebsd-11-stable/sys/rpc/rpcsec_gss/svc_rpcsec_gss.c
/freebsd-11-stable/sys/rpc/svc.c
/freebsd-11-stable/sys/rpc/svc.h
/freebsd-11-stable/sys/rpc/svc_auth.c
/freebsd-11-stable/sys/rpc/svc_auth.h
/freebsd-11-stable/sys/rpc/svc_auth_unix.c
/freebsd-11-stable/sys/rpc/svc_dg.c
/freebsd-11-stable/sys/rpc/svc_generic.c
/freebsd-11-stable/sys/rpc/svc_vc.c
/freebsd-11-stable/sys/rpc/types.h
/freebsd-11-stable/sys/rpc/xdr.h
/freebsd-11-stable/sys/security/audit/audit.c
/freebsd-11-stable/sys/security/audit/audit.h
/freebsd-11-stable/sys/security/audit/audit_arg.c
/freebsd-11-stable/sys/security/audit/audit_bsm.c
/freebsd-11-stable/sys/security/audit/audit_bsm_klib.c
/freebsd-11-stable/sys/security/audit/audit_private.h
/freebsd-11-stable/sys/security/audit/audit_syscalls.c
/freebsd-11-stable/sys/security/audit/audit_worker.c
/freebsd-11-stable/sys/security/audit/bsm_domain.c
/freebsd-11-stable/sys/security/audit/bsm_errno.c
/freebsd-11-stable/sys/security/audit/bsm_fcntl.c
/freebsd-11-stable/sys/security/audit/bsm_socket_type.c
/freebsd-11-stable/sys/security/audit/bsm_token.c
/freebsd-11-stable/sys/sparc64/include/_types.h
/freebsd-11-stable/sys/sparc64/include/asm.h
/freebsd-11-stable/sys/sparc64/include/bus_common.h
/freebsd-11-stable/sys/sparc64/include/cache.h
/freebsd-11-stable/sys/sparc64/include/cpu.h
/freebsd-11-stable/sys/sparc64/include/endian.h
/freebsd-11-stable/sys/sparc64/include/float.h
/freebsd-11-stable/sys/sparc64/include/floatingpoint.h
/freebsd-11-stable/sys/sparc64/include/ieee.h
/freebsd-11-stable/sys/sparc64/include/in_cksum.h
/freebsd-11-stable/sys/sparc64/include/iommureg.h
/freebsd-11-stable/sys/sparc64/include/md_var.h
/freebsd-11-stable/sys/sparc64/include/pmap.h
/freebsd-11-stable/sys/sparc64/include/proc.h
/freebsd-11-stable/sys/sparc64/include/ptrace.h
/freebsd-11-stable/sys/sparc64/include/reg.h
/freebsd-11-stable/sys/sparc64/include/reloc.h
/freebsd-11-stable/sys/sparc64/include/setjmp.h
/freebsd-11-stable/sys/sparc64/include/signal.h
/freebsd-11-stable/sys/sparc64/include/sysarch.h
/freebsd-11-stable/sys/sparc64/include/varargs.h
/freebsd-11-stable/sys/sparc64/include/vmparam.h
/freebsd-11-stable/sys/sparc64/sparc64/cache.c
/freebsd-11-stable/sys/sparc64/sparc64/eeprom.c
/freebsd-11-stable/sys/sparc64/sparc64/in_cksum.c
/freebsd-11-stable/sys/sparc64/sparc64/intr_machdep.c
/freebsd-11-stable/sys/sparc64/sparc64/machdep.c
/freebsd-11-stable/sys/sparc64/sparc64/mem.c
/freebsd-11-stable/sys/sparc64/sparc64/pmap.c
/freebsd-11-stable/sys/sparc64/sparc64/trap.c
/freebsd-11-stable/sys/sparc64/sparc64/uio_machdep.c
/freebsd-11-stable/sys/sparc64/sparc64/vm_machdep.c
/freebsd-11-stable/sys/sys/_bitset.h
/freebsd-11-stable/sys/sys/_bus_dma.h
/freebsd-11-stable/sys/sys/_callout.h
/freebsd-11-stable/sys/sys/_cpuset.h
/freebsd-11-stable/sys/sys/_ffcounter.h
/freebsd-11-stable/sys/sys/_iovec.h
/freebsd-11-stable/sys/sys/_kstack_cache.h
/freebsd-11-stable/sys/sys/_lock.h
/freebsd-11-stable/sys/sys/_lockmgr.h
/freebsd-11-stable/sys/sys/_mutex.h
/freebsd-11-stable/sys/sys/_null.h
/freebsd-11-stable/sys/sys/_pctrie.h
/freebsd-11-stable/sys/sys/_pthreadtypes.h
/freebsd-11-stable/sys/sys/_rmlock.h
/freebsd-11-stable/sys/sys/_rwlock.h
/freebsd-11-stable/sys/sys/_semaphore.h
/freebsd-11-stable/sys/sys/_sigset.h
/freebsd-11-stable/sys/sys/_sockaddr_storage.h
/freebsd-11-stable/sys/sys/_stack.h
/freebsd-11-stable/sys/sys/_stdint.h
/freebsd-11-stable/sys/sys/_sx.h
/freebsd-11-stable/sys/sys/_task.h
/freebsd-11-stable/sys/sys/_termios.h
/freebsd-11-stable/sys/sys/_timespec.h
/freebsd-11-stable/sys/sys/_timeval.h
/freebsd-11-stable/sys/sys/_types.h
/freebsd-11-stable/sys/sys/_umtx.h
/freebsd-11-stable/sys/sys/_unrhdr.h
/freebsd-11-stable/sys/sys/aac_ioctl.h
/freebsd-11-stable/sys/sys/acct.h
/freebsd-11-stable/sys/sys/acl.h
/freebsd-11-stable/sys/sys/agpio.h
/freebsd-11-stable/sys/sys/aio.h
/freebsd-11-stable/sys/sys/alq.h
/freebsd-11-stable/sys/sys/assym.h
/freebsd-11-stable/sys/sys/ata.h
/freebsd-11-stable/sys/sys/bio.h
/freebsd-11-stable/sys/sys/bitset.h
/freebsd-11-stable/sys/sys/bitstring.h
/freebsd-11-stable/sys/sys/blist.h
/freebsd-11-stable/sys/sys/boot.h
/freebsd-11-stable/sys/sys/buf.h
/freebsd-11-stable/sys/sys/buf_ring.h
/freebsd-11-stable/sys/sys/bufobj.h
/freebsd-11-stable/sys/sys/bus.h
/freebsd-11-stable/sys/sys/bus_dma.h
/freebsd-11-stable/sys/sys/busdma_bufalloc.h
/freebsd-11-stable/sys/sys/callout.h
/freebsd-11-stable/sys/sys/capability.h
/freebsd-11-stable/sys/sys/caprights.h
/freebsd-11-stable/sys/sys/cdefs.h
/freebsd-11-stable/sys/sys/cdrio.h
/freebsd-11-stable/sys/sys/cfictl.h
/freebsd-11-stable/sys/sys/chio.h
/freebsd-11-stable/sys/sys/clock.h
/freebsd-11-stable/sys/sys/condvar.h
/freebsd-11-stable/sys/sys/conf.h
/freebsd-11-stable/sys/sys/cons.h
/freebsd-11-stable/sys/sys/consio.h
/freebsd-11-stable/sys/sys/copyright.h
/freebsd-11-stable/sys/sys/counter.h
/freebsd-11-stable/sys/sys/cpu.h
/freebsd-11-stable/sys/sys/cpuctl.h
/freebsd-11-stable/sys/sys/cpuset.h
/freebsd-11-stable/sys/sys/ctype.h
/freebsd-11-stable/sys/sys/devicestat.h
/freebsd-11-stable/sys/sys/digiio.h
/freebsd-11-stable/sys/sys/dir.h
/freebsd-11-stable/sys/sys/dirent.h
/freebsd-11-stable/sys/sys/disklabel.h
/freebsd-11-stable/sys/sys/diskmbr.h
/freebsd-11-stable/sys/sys/dkstat.h
/freebsd-11-stable/sys/sys/domain.h
/freebsd-11-stable/sys/sys/dtrace_bsd.h
/freebsd-11-stable/sys/sys/dvdio.h
/freebsd-11-stable/sys/sys/elf.h
/freebsd-11-stable/sys/sys/elf32.h
/freebsd-11-stable/sys/sys/elf64.h
/freebsd-11-stable/sys/sys/elf_common.h
/freebsd-11-stable/sys/sys/elf_generic.h
/freebsd-11-stable/sys/sys/endian.h
/freebsd-11-stable/sys/sys/errno.h
/freebsd-11-stable/sys/sys/eui64.h
/freebsd-11-stable/sys/sys/event.h
/freebsd-11-stable/sys/sys/eventhandler.h
/freebsd-11-stable/sys/sys/eventvar.h
/freebsd-11-stable/sys/sys/exec.h
/freebsd-11-stable/sys/sys/extattr.h
/freebsd-11-stable/sys/sys/fail.h
/freebsd-11-stable/sys/sys/fbio.h
/freebsd-11-stable/sys/sys/fcntl.h
/freebsd-11-stable/sys/sys/fdcio.h
/freebsd-11-stable/sys/sys/file.h
/freebsd-11-stable/sys/sys/filedesc.h
/freebsd-11-stable/sys/sys/filio.h
/freebsd-11-stable/sys/sys/firmware.h
/freebsd-11-stable/sys/sys/gmon.h
/freebsd-11-stable/sys/sys/gpio.h
/freebsd-11-stable/sys/sys/gpt.h
/freebsd-11-stable/sys/sys/hash.h
/freebsd-11-stable/sys/sys/hhook.h
/freebsd-11-stable/sys/sys/iconv.h
/freebsd-11-stable/sys/sys/imgact.h
/freebsd-11-stable/sys/sys/imgact_aout.h
/freebsd-11-stable/sys/sys/imgact_elf.h
/freebsd-11-stable/sys/sys/interrupt.h
/freebsd-11-stable/sys/sys/ioccom.h
/freebsd-11-stable/sys/sys/ioctl.h
/freebsd-11-stable/sys/sys/ioctl_compat.h
/freebsd-11-stable/sys/sys/ipc.h
/freebsd-11-stable/sys/sys/ipmi.h
/freebsd-11-stable/sys/sys/jail.h
/freebsd-11-stable/sys/sys/joystick.h
/freebsd-11-stable/sys/sys/kdb.h
/freebsd-11-stable/sys/sys/kenv.h
/freebsd-11-stable/sys/sys/kernel.h
/freebsd-11-stable/sys/sys/kerneldump.h
/freebsd-11-stable/sys/sys/khelp.h
/freebsd-11-stable/sys/sys/kobj.h
/freebsd-11-stable/sys/sys/ksem.h
/freebsd-11-stable/sys/sys/kthread.h
/freebsd-11-stable/sys/sys/ktr.h
/freebsd-11-stable/sys/sys/ktr_class.h
/freebsd-11-stable/sys/sys/ktrace.h
/freebsd-11-stable/sys/sys/libkern.h
/freebsd-11-stable/sys/sys/limits.h
/freebsd-11-stable/sys/sys/link_aout.h
/freebsd-11-stable/sys/sys/link_elf.h
/freebsd-11-stable/sys/sys/linker.h
/freebsd-11-stable/sys/sys/linker_set.h
/freebsd-11-stable/sys/sys/lock.h
/freebsd-11-stable/sys/sys/lock_profile.h
/freebsd-11-stable/sys/sys/lockf.h
/freebsd-11-stable/sys/sys/lockmgr.h
/freebsd-11-stable/sys/sys/lockstat.h
/freebsd-11-stable/sys/sys/loginclass.h
/freebsd-11-stable/sys/sys/mac.h
/freebsd-11-stable/sys/sys/malloc.h
/freebsd-11-stable/sys/sys/mbuf.h
/freebsd-11-stable/sys/sys/mchain.h
/freebsd-11-stable/sys/sys/mdioctl.h
/freebsd-11-stable/sys/sys/memdesc.h
/freebsd-11-stable/sys/sys/mman.h
/freebsd-11-stable/sys/sys/module.h
/freebsd-11-stable/sys/sys/module_khelp.h
/freebsd-11-stable/sys/sys/mount.h
/freebsd-11-stable/sys/sys/mpt_ioctl.h
/freebsd-11-stable/sys/sys/mqueue.h
/freebsd-11-stable/sys/sys/msg.h
/freebsd-11-stable/sys/sys/msgbuf.h
/freebsd-11-stable/sys/sys/mtio.h
/freebsd-11-stable/sys/sys/mutex.h
/freebsd-11-stable/sys/sys/namei.h
/freebsd-11-stable/sys/sys/nlist_aout.h
/freebsd-11-stable/sys/sys/osd.h
/freebsd-11-stable/sys/sys/param.h
/freebsd-11-stable/sys/sys/pciio.h
/freebsd-11-stable/sys/sys/pcpu.h
/freebsd-11-stable/sys/sys/pctrie.h
/freebsd-11-stable/sys/sys/pioctl.h
/freebsd-11-stable/sys/sys/pmc.h
/freebsd-11-stable/sys/sys/pmckern.h
/freebsd-11-stable/sys/sys/pmclog.h
/freebsd-11-stable/sys/sys/poll.h
/freebsd-11-stable/sys/sys/posix4.h
/freebsd-11-stable/sys/sys/power.h
/freebsd-11-stable/sys/sys/priority.h
/freebsd-11-stable/sys/sys/priv.h
/freebsd-11-stable/sys/sys/proc.h
/freebsd-11-stable/sys/sys/procctl.h
/freebsd-11-stable/sys/sys/procdesc.h
/freebsd-11-stable/sys/sys/procfs.h
/freebsd-11-stable/sys/sys/protosw.h
/freebsd-11-stable/sys/sys/ptio.h
/freebsd-11-stable/sys/sys/ptrace.h
/freebsd-11-stable/sys/sys/queue.h
/freebsd-11-stable/sys/sys/racct.h
/freebsd-11-stable/sys/sys/random.h
/freebsd-11-stable/sys/sys/rangelock.h
/freebsd-11-stable/sys/sys/rctl.h
/freebsd-11-stable/sys/sys/reboot.h
/freebsd-11-stable/sys/sys/refcount.h
/freebsd-11-stable/sys/sys/regression.h
/freebsd-11-stable/sys/sys/resource.h
/freebsd-11-stable/sys/sys/resourcevar.h
/freebsd-11-stable/sys/sys/rmlock.h
/freebsd-11-stable/sys/sys/rtprio.h
/freebsd-11-stable/sys/sys/runq.h
/freebsd-11-stable/sys/sys/rwlock.h
/freebsd-11-stable/sys/sys/sbuf.h
/freebsd-11-stable/sys/sys/sched.h
/freebsd-11-stable/sys/sys/sdt.h
/freebsd-11-stable/sys/sys/select.h
/freebsd-11-stable/sys/sys/selinfo.h
/freebsd-11-stable/sys/sys/sema.h
/freebsd-11-stable/sys/sys/serial.h
/freebsd-11-stable/sys/sys/sf_buf.h
/freebsd-11-stable/sys/sys/sglist.h
/freebsd-11-stable/sys/sys/shm.h
/freebsd-11-stable/sys/sys/sigio.h
/freebsd-11-stable/sys/sys/signal.h
/freebsd-11-stable/sys/sys/signalvar.h
/freebsd-11-stable/sys/sys/sleepqueue.h
/freebsd-11-stable/sys/sys/slicer.h
/freebsd-11-stable/sys/sys/snoop.h
/freebsd-11-stable/sys/sys/sockbuf.h
/freebsd-11-stable/sys/sys/socket.h
/freebsd-11-stable/sys/sys/socketvar.h
/freebsd-11-stable/sys/sys/sockio.h
/freebsd-11-stable/sys/sys/sockopt.h
/freebsd-11-stable/sys/sys/stack.h
/freebsd-11-stable/sys/sys/stat.h
/freebsd-11-stable/sys/sys/stdatomic.h
/freebsd-11-stable/sys/sys/stddef.h
/freebsd-11-stable/sys/sys/stdint.h
/freebsd-11-stable/sys/sys/sun_disklabel.h
/freebsd-11-stable/sys/sys/sx.h
/freebsd-11-stable/sys/sys/syscallsubr.h
/freebsd-11-stable/sys/sys/sysctl.h
/freebsd-11-stable/sys/sys/sysent.h
/freebsd-11-stable/sys/sys/syslimits.h
/freebsd-11-stable/sys/sys/syslog.h
/freebsd-11-stable/sys/sys/systm.h
/freebsd-11-stable/sys/sys/taskqueue.h
/freebsd-11-stable/sys/sys/terminal.h
/freebsd-11-stable/sys/sys/thr.h
/freebsd-11-stable/sys/sys/tiio.h
/freebsd-11-stable/sys/sys/time.h
/freebsd-11-stable/sys/sys/timeb.h
/freebsd-11-stable/sys/sys/timeet.h
/freebsd-11-stable/sys/sys/timeffc.h
/freebsd-11-stable/sys/sys/timers.h
/freebsd-11-stable/sys/sys/times.h
/freebsd-11-stable/sys/sys/timespec.h
/freebsd-11-stable/sys/sys/tree.h
/freebsd-11-stable/sys/sys/tty.h
/freebsd-11-stable/sys/sys/ttycom.h
/freebsd-11-stable/sys/sys/ttydefaults.h
/freebsd-11-stable/sys/sys/ttydevsw.h
/freebsd-11-stable/sys/sys/ttydisc.h
/freebsd-11-stable/sys/sys/ttyhook.h
/freebsd-11-stable/sys/sys/ttyqueue.h
/freebsd-11-stable/sys/sys/turnstile.h
/freebsd-11-stable/sys/sys/types.h
/freebsd-11-stable/sys/sys/ucontext.h
/freebsd-11-stable/sys/sys/ucred.h
/freebsd-11-stable/sys/sys/uio.h
/freebsd-11-stable/sys/sys/umtx.h
/freebsd-11-stable/sys/sys/un.h
/freebsd-11-stable/sys/sys/unistd.h
/freebsd-11-stable/sys/sys/unpcb.h
/freebsd-11-stable/sys/sys/user.h
/freebsd-11-stable/sys/sys/utsname.h
/freebsd-11-stable/sys/sys/uuid.h
/freebsd-11-stable/sys/sys/vdso.h
/freebsd-11-stable/sys/sys/vmem.h
/freebsd-11-stable/sys/sys/vmmeter.h
/freebsd-11-stable/sys/sys/vnode.h
/freebsd-11-stable/sys/sys/wait.h
/freebsd-11-stable/sys/sys/watchdog.h
/freebsd-11-stable/sys/tools/makeobjops.awk
/freebsd-11-stable/sys/tools/vnode_if.awk
/freebsd-11-stable/sys/ufs/ffs/ffs_alloc.c
/freebsd-11-stable/sys/ufs/ffs/ffs_balloc.c
/freebsd-11-stable/sys/ufs/ffs/ffs_extern.h
/freebsd-11-stable/sys/ufs/ffs/ffs_inode.c
/freebsd-11-stable/sys/ufs/ffs/ffs_subr.c
/freebsd-11-stable/sys/ufs/ffs/ffs_tables.c
/freebsd-11-stable/sys/ufs/ffs/ffs_vfsops.c
/freebsd-11-stable/sys/ufs/ffs/ffs_vnops.c
/freebsd-11-stable/sys/ufs/ffs/fs.h
/freebsd-11-stable/sys/ufs/ufs/dir.h
/freebsd-11-stable/sys/ufs/ufs/inode.h
/freebsd-11-stable/sys/ufs/ufs/quota.h
/freebsd-11-stable/sys/ufs/ufs/ufs_bmap.c
/freebsd-11-stable/sys/ufs/ufs/ufs_extern.h
/freebsd-11-stable/sys/ufs/ufs/ufs_inode.c
/freebsd-11-stable/sys/ufs/ufs/ufs_lookup.c
/freebsd-11-stable/sys/ufs/ufs/ufs_quota.c
/freebsd-11-stable/sys/ufs/ufs/ufs_vfsops.c
/freebsd-11-stable/sys/ufs/ufs/ufs_vnops.c
/freebsd-11-stable/sys/ufs/ufs/ufsmount.h
/freebsd-11-stable/sys/vm/device_pager.c
/freebsd-11-stable/sys/vm/pmap.h
/freebsd-11-stable/sys/vm/swap_pager.c
/freebsd-11-stable/sys/vm/swap_pager.h
/freebsd-11-stable/sys/vm/vm.h
/freebsd-11-stable/sys/vm/vm_extern.h
/freebsd-11-stable/sys/vm/vm_fault.c
/freebsd-11-stable/sys/vm/vm_glue.c
/freebsd-11-stable/sys/vm/vm_init.c
/freebsd-11-stable/sys/vm/vm_kern.c
/freebsd-11-stable/sys/vm/vm_kern.h
/freebsd-11-stable/sys/vm/vm_map.c
/freebsd-11-stable/sys/vm/vm_map.h
/freebsd-11-stable/sys/vm/vm_meter.c
/freebsd-11-stable/sys/vm/vm_mmap.c
/freebsd-11-stable/sys/vm/vm_object.c
/freebsd-11-stable/sys/vm/vm_object.h
/freebsd-11-stable/sys/vm/vm_page.c
/freebsd-11-stable/sys/vm/vm_page.h
/freebsd-11-stable/sys/vm/vm_pageout.c
/freebsd-11-stable/sys/vm/vm_pageout.h
/freebsd-11-stable/sys/vm/vm_pager.c
/freebsd-11-stable/sys/vm/vm_pager.h
/freebsd-11-stable/sys/vm/vm_param.h
/freebsd-11-stable/sys/vm/vm_unix.c
/freebsd-11-stable/sys/vm/vnode_pager.c
/freebsd-11-stable/sys/vm/vnode_pager.h
/freebsd-11-stable/sys/x86/include/_align.h
/freebsd-11-stable/sys/x86/include/_limits.h
/freebsd-11-stable/sys/x86/include/_types.h
/freebsd-11-stable/sys/x86/include/endian.h
/freebsd-11-stable/sys/x86/include/float.h
/freebsd-11-stable/sys/x86/include/frame.h
/freebsd-11-stable/sys/x86/include/psl.h
/freebsd-11-stable/sys/x86/include/ptrace.h
/freebsd-11-stable/sys/x86/include/reg.h
/freebsd-11-stable/sys/x86/include/segments.h
/freebsd-11-stable/sys/x86/include/setjmp.h
/freebsd-11-stable/sys/x86/include/signal.h
/freebsd-11-stable/sys/x86/include/specialreg.h
/freebsd-11-stable/sys/x86/include/stdarg.h
/freebsd-11-stable/sys/x86/include/sysarch.h
/freebsd-11-stable/sys/x86/include/trap.h
/freebsd-11-stable/sys/x86/isa/clock.c
/freebsd-11-stable/sys/x86/isa/icu.h
/freebsd-11-stable/sys/x86/isa/isa_dma.c
/freebsd-11-stable/sys/x86/isa/nmi.c
/freebsd-11-stable/sys/x86/x86/delay.c
/freebsd-11-stable/sys/x86/x86/msi.c
/freebsd-11-stable/tools/regression/aio/aiop/aiop.c
/freebsd-11-stable/tools/regression/p1003_1b/fifo.c
/freebsd-11-stable/tools/regression/p1003_1b/memlock.c
/freebsd-11-stable/tools/regression/p1003_1b/p26.c
/freebsd-11-stable/tools/regression/p1003_1b/sched.c
/freebsd-11-stable/tools/regression/p1003_1b/yield.c
/freebsd-11-stable/tools/regression/posixsem/posixsem.c
/freebsd-11-stable/tools/regression/posixsem/test.c
/freebsd-11-stable/tools/regression/posixsem/test.h
/freebsd-11-stable/tools/test/hwpmc/pmctest.py
/freebsd-11-stable/tools/tools/cxgbtool/cxgbtool.c
/freebsd-11-stable/tools/tools/pirtool/pirtable.h
/freebsd-11-stable/tools/tools/pirtool/pirtool.c
/freebsd-11-stable/tools/tools/vxge/vxge_cmn.h
/freebsd-11-stable/tools/tools/vxge/vxge_info.c
/freebsd-11-stable/tools/tools/vxge/vxge_info.h
/freebsd-11-stable/tools/tools/vxge/vxge_log.c
/freebsd-11-stable/tools/tools/vxge/vxge_log.h
/freebsd-11-stable/usr.bin/apply/apply.c
/freebsd-11-stable/usr.bin/ar/ar.c
/freebsd-11-stable/usr.bin/banner/banner.c
/freebsd-11-stable/usr.bin/basename/basename.c
/freebsd-11-stable/usr.bin/biff/biff.c
/freebsd-11-stable/usr.bin/calendar/calendar.c
/freebsd-11-stable/usr.bin/calendar/calendar.h
/freebsd-11-stable/usr.bin/calendar/day.c
/freebsd-11-stable/usr.bin/calendar/io.c
/freebsd-11-stable/usr.bin/calendar/locale.c
/freebsd-11-stable/usr.bin/calendar/pathnames.h
/freebsd-11-stable/usr.bin/calendar/pom.c
/freebsd-11-stable/usr.bin/cap_mkdb/cap_mkdb.c
/freebsd-11-stable/usr.bin/chpass/chpass.c
/freebsd-11-stable/usr.bin/chpass/chpass.h
/freebsd-11-stable/usr.bin/chpass/edit.c
/freebsd-11-stable/usr.bin/chpass/field.c
/freebsd-11-stable/usr.bin/chpass/table.c
/freebsd-11-stable/usr.bin/chpass/util.c
/freebsd-11-stable/usr.bin/cksum/cksum.c
/freebsd-11-stable/usr.bin/cksum/crc.c
/freebsd-11-stable/usr.bin/cksum/extern.h
/freebsd-11-stable/usr.bin/cksum/print.c
/freebsd-11-stable/usr.bin/cksum/sum1.c
/freebsd-11-stable/usr.bin/cksum/sum2.c
/freebsd-11-stable/usr.bin/cmp/cmp.c
/freebsd-11-stable/usr.bin/cmp/extern.h
/freebsd-11-stable/usr.bin/cmp/misc.c
/freebsd-11-stable/usr.bin/cmp/regular.c
/freebsd-11-stable/usr.bin/cmp/special.c
/freebsd-11-stable/usr.bin/col/col.c
/freebsd-11-stable/usr.bin/colrm/colrm.c
/freebsd-11-stable/usr.bin/column/column.c
/freebsd-11-stable/usr.bin/comm/comm.c
/freebsd-11-stable/usr.bin/compress/compress.c
/freebsd-11-stable/usr.bin/compress/zopen.c
/freebsd-11-stable/usr.bin/ctags/C.c
/freebsd-11-stable/usr.bin/ctags/ctags.c
/freebsd-11-stable/usr.bin/ctags/ctags.h
/freebsd-11-stable/usr.bin/ctags/fortran.c
/freebsd-11-stable/usr.bin/ctags/lisp.c
/freebsd-11-stable/usr.bin/ctags/print.c
/freebsd-11-stable/usr.bin/ctags/tree.c
/freebsd-11-stable/usr.bin/ctags/yacc.c
/freebsd-11-stable/usr.bin/cut/cut.c
/freebsd-11-stable/usr.bin/dirname/dirname.c
/freebsd-11-stable/usr.bin/du/du.c
/freebsd-11-stable/usr.bin/env/env.c
/freebsd-11-stable/usr.bin/expand/expand.c
/freebsd-11-stable/usr.bin/false/false.c
/freebsd-11-stable/usr.bin/find/extern.h
/freebsd-11-stable/usr.bin/find/find.c
/freebsd-11-stable/usr.bin/find/find.h
/freebsd-11-stable/usr.bin/find/function.c
/freebsd-11-stable/usr.bin/find/ls.c
/freebsd-11-stable/usr.bin/find/main.c
/freebsd-11-stable/usr.bin/find/misc.c
/freebsd-11-stable/usr.bin/find/operator.c
/freebsd-11-stable/usr.bin/find/option.c
/freebsd-11-stable/usr.bin/finger/extern.h
/freebsd-11-stable/usr.bin/finger/finger.c
/freebsd-11-stable/usr.bin/finger/finger.h
/freebsd-11-stable/usr.bin/finger/lprint.c
/freebsd-11-stable/usr.bin/finger/net.c
/freebsd-11-stable/usr.bin/finger/sprint.c
/freebsd-11-stable/usr.bin/finger/util.c
/freebsd-11-stable/usr.bin/fold/fold.c
/freebsd-11-stable/usr.bin/from/from.c
/freebsd-11-stable/usr.bin/fstat/fstat.c
/freebsd-11-stable/usr.bin/gcore/extern.h
/freebsd-11-stable/usr.bin/gcore/gcore.c
/freebsd-11-stable/usr.bin/gprof/amd64.h
/freebsd-11-stable/usr.bin/gprof/aout.c
/freebsd-11-stable/usr.bin/gprof/arcs.c
/freebsd-11-stable/usr.bin/gprof/arm.h
/freebsd-11-stable/usr.bin/gprof/dfn.c
/freebsd-11-stable/usr.bin/gprof/elf.c
/freebsd-11-stable/usr.bin/gprof/gprof.c
/freebsd-11-stable/usr.bin/gprof/gprof.h
/freebsd-11-stable/usr.bin/gprof/hertz.c
/freebsd-11-stable/usr.bin/gprof/i386.h
/freebsd-11-stable/usr.bin/gprof/lookup.c
/freebsd-11-stable/usr.bin/gprof/mips.h
/freebsd-11-stable/usr.bin/gprof/pathnames.h
/freebsd-11-stable/usr.bin/gprof/powerpc.h
/freebsd-11-stable/usr.bin/gprof/printgprof.c
/freebsd-11-stable/usr.bin/gprof/printlist.c
/freebsd-11-stable/usr.bin/gprof/sparc64.h
/freebsd-11-stable/usr.bin/gzip/zuncompress.c
/freebsd-11-stable/usr.bin/head/head.c
/freebsd-11-stable/usr.bin/hexdump/conv.c
/freebsd-11-stable/usr.bin/hexdump/display.c
/freebsd-11-stable/usr.bin/hexdump/hexdump.c
/freebsd-11-stable/usr.bin/hexdump/hexdump.h
/freebsd-11-stable/usr.bin/hexdump/hexsyntax.c
/freebsd-11-stable/usr.bin/hexdump/odsyntax.c
/freebsd-11-stable/usr.bin/hexdump/parse.c
/freebsd-11-stable/usr.bin/id/id.c
/freebsd-11-stable/usr.bin/indent/args.c
/freebsd-11-stable/usr.bin/indent/indent.c
/freebsd-11-stable/usr.bin/indent/indent_codes.h
/freebsd-11-stable/usr.bin/indent/indent_globs.h
/freebsd-11-stable/usr.bin/indent/io.c
/freebsd-11-stable/usr.bin/indent/lexi.c
/freebsd-11-stable/usr.bin/indent/parse.c
/freebsd-11-stable/usr.bin/indent/pr_comment.c
/freebsd-11-stable/usr.bin/join/join.c
/freebsd-11-stable/usr.bin/jot/jot.c
/freebsd-11-stable/usr.bin/kdump/kdump.c
/freebsd-11-stable/usr.bin/ktrace/ktrace.c
/freebsd-11-stable/usr.bin/ktrace/ktrace.h
/freebsd-11-stable/usr.bin/ktrace/subr.c
/freebsd-11-stable/usr.bin/lam/lam.c
/freebsd-11-stable/usr.bin/last/last.c
/freebsd-11-stable/usr.bin/lastcomm/lastcomm.c
/freebsd-11-stable/usr.bin/lastcomm/pathnames.h
/freebsd-11-stable/usr.bin/leave/leave.c
/freebsd-11-stable/usr.bin/lex/initparse.c
/freebsd-11-stable/usr.bin/locate/bigram/locate.bigram.c
/freebsd-11-stable/usr.bin/locate/code/locate.code.c
/freebsd-11-stable/usr.bin/locate/locate/fastfind.c
/freebsd-11-stable/usr.bin/locate/locate/locate.c
/freebsd-11-stable/usr.bin/locate/locate/locate.h
/freebsd-11-stable/usr.bin/locate/locate/util.c
/freebsd-11-stable/usr.bin/lock/lock.c
/freebsd-11-stable/usr.bin/logger/logger.c
/freebsd-11-stable/usr.bin/login/login.c
/freebsd-11-stable/usr.bin/login/login_audit.c
/freebsd-11-stable/usr.bin/login/pathnames.h
/freebsd-11-stable/usr.bin/logname/logname.c
/freebsd-11-stable/usr.bin/look/look.c
/freebsd-11-stable/usr.bin/look/pathnames.h
/freebsd-11-stable/usr.bin/lorder/lorder.sh
/freebsd-11-stable/usr.bin/m4/eval.c
/freebsd-11-stable/usr.bin/m4/extern.h
/freebsd-11-stable/usr.bin/m4/look.c
/freebsd-11-stable/usr.bin/m4/main.c
/freebsd-11-stable/usr.bin/m4/mdef.h
/freebsd-11-stable/usr.bin/m4/misc.c
/freebsd-11-stable/usr.bin/m4/pathnames.h
/freebsd-11-stable/usr.bin/m4/stdd.h
/freebsd-11-stable/usr.bin/mail/cmd1.c
/freebsd-11-stable/usr.bin/mail/cmd2.c
/freebsd-11-stable/usr.bin/mail/cmd3.c
/freebsd-11-stable/usr.bin/mail/cmdtab.c
/freebsd-11-stable/usr.bin/mail/collect.c
/freebsd-11-stable/usr.bin/mail/def.h
/freebsd-11-stable/usr.bin/mail/edit.c
/freebsd-11-stable/usr.bin/mail/extern.h
/freebsd-11-stable/usr.bin/mail/fio.c
/freebsd-11-stable/usr.bin/mail/getname.c
/freebsd-11-stable/usr.bin/mail/glob.h
/freebsd-11-stable/usr.bin/mail/head.c
/freebsd-11-stable/usr.bin/mail/lex.c
/freebsd-11-stable/usr.bin/mail/list.c
/freebsd-11-stable/usr.bin/mail/main.c
/freebsd-11-stable/usr.bin/mail/names.c
/freebsd-11-stable/usr.bin/mail/pathnames.h
/freebsd-11-stable/usr.bin/mail/popen.c
/freebsd-11-stable/usr.bin/mail/quit.c
/freebsd-11-stable/usr.bin/mail/rcv.h
/freebsd-11-stable/usr.bin/mail/send.c
/freebsd-11-stable/usr.bin/mail/strings.c
/freebsd-11-stable/usr.bin/mail/temp.c
/freebsd-11-stable/usr.bin/mail/tty.c
/freebsd-11-stable/usr.bin/mail/util.c
/freebsd-11-stable/usr.bin/mail/v7.local.c
/freebsd-11-stable/usr.bin/mail/vars.c
/freebsd-11-stable/usr.bin/mail/version.c
/freebsd-11-stable/usr.bin/mesg/mesg.c
/freebsd-11-stable/usr.bin/mkdep/mkdep.gcc.sh
/freebsd-11-stable/usr.bin/mkdep/mkdep.sh
/freebsd-11-stable/usr.bin/mkfifo/mkfifo.c
/freebsd-11-stable/usr.bin/mklocale/extern.h
/freebsd-11-stable/usr.bin/mklocale/ldef.h
/freebsd-11-stable/usr.bin/mklocale/lex.l
/freebsd-11-stable/usr.bin/mklocale/yacc.y
/freebsd-11-stable/usr.bin/mkstr/mkstr.c
/freebsd-11-stable/usr.bin/msgs/msgs.c
/freebsd-11-stable/usr.bin/msgs/pathnames.h
/freebsd-11-stable/usr.bin/mt/mt.c
/freebsd-11-stable/usr.bin/netstat/if.c
/freebsd-11-stable/usr.bin/netstat/inet6.c
/freebsd-11-stable/usr.bin/netstat/ipsec.c
/freebsd-11-stable/usr.bin/netstat/main.c
/freebsd-11-stable/usr.bin/netstat/mbuf.c
/freebsd-11-stable/usr.bin/netstat/mroute.c
/freebsd-11-stable/usr.bin/netstat/mroute6.c
/freebsd-11-stable/usr.bin/netstat/netstat.h
/freebsd-11-stable/usr.bin/netstat/pfkey.c
/freebsd-11-stable/usr.bin/netstat/route.c
/freebsd-11-stable/usr.bin/netstat/sctp.c
/freebsd-11-stable/usr.bin/netstat/unix.c
/freebsd-11-stable/usr.bin/nice/nice.c
/freebsd-11-stable/usr.bin/nohup/nohup.c
/freebsd-11-stable/usr.bin/pagesize/pagesize.sh
/freebsd-11-stable/usr.bin/paste/paste.c
/freebsd-11-stable/usr.bin/patch/mkpath.c
/freebsd-11-stable/usr.bin/pr/egetopt.c
/freebsd-11-stable/usr.bin/pr/extern.h
/freebsd-11-stable/usr.bin/pr/pr.c
/freebsd-11-stable/usr.bin/pr/pr.h
/freebsd-11-stable/usr.bin/printenv/printenv.c
/freebsd-11-stable/usr.bin/printf/printf.c
/freebsd-11-stable/usr.bin/quota/quota.c
/freebsd-11-stable/usr.bin/renice/renice.c
/freebsd-11-stable/usr.bin/rev/rev.c
/freebsd-11-stable/usr.bin/rs/rs.c
/freebsd-11-stable/usr.bin/rup/rup.c
/freebsd-11-stable/usr.bin/ruptime/ruptime.c
/freebsd-11-stable/usr.bin/rusers/rusers.c
/freebsd-11-stable/usr.bin/rwall/rwall.c
/freebsd-11-stable/usr.bin/rwho/rwho.c
/freebsd-11-stable/usr.bin/script/script.c
/freebsd-11-stable/usr.bin/sed/compile.c
/freebsd-11-stable/usr.bin/sed/defs.h
/freebsd-11-stable/usr.bin/sed/extern.h
/freebsd-11-stable/usr.bin/sed/main.c
/freebsd-11-stable/usr.bin/sed/misc.c
/freebsd-11-stable/usr.bin/sed/process.c
/freebsd-11-stable/usr.bin/shar/shar.sh
/freebsd-11-stable/usr.bin/showmount/showmount.c
/freebsd-11-stable/usr.bin/split/split.c
/freebsd-11-stable/usr.bin/su/su.c
/freebsd-11-stable/usr.bin/systat/cmds.c
/freebsd-11-stable/usr.bin/systat/cmdtab.c
/freebsd-11-stable/usr.bin/systat/devs.c
/freebsd-11-stable/usr.bin/systat/extern.h
/freebsd-11-stable/usr.bin/systat/fetch.c
/freebsd-11-stable/usr.bin/systat/icmp.c
/freebsd-11-stable/usr.bin/systat/icmp6.c
/freebsd-11-stable/usr.bin/systat/iostat.c
/freebsd-11-stable/usr.bin/systat/ip.c
/freebsd-11-stable/usr.bin/systat/ip6.c
/freebsd-11-stable/usr.bin/systat/keyboard.c
/freebsd-11-stable/usr.bin/systat/main.c
/freebsd-11-stable/usr.bin/systat/netcmds.c
/freebsd-11-stable/usr.bin/systat/netstat.c
/freebsd-11-stable/usr.bin/systat/pigs.c
/freebsd-11-stable/usr.bin/systat/swap.c
/freebsd-11-stable/usr.bin/systat/systat.h
/freebsd-11-stable/usr.bin/systat/tcp.c
/freebsd-11-stable/usr.bin/systat/vmstat.c
/freebsd-11-stable/usr.bin/tail/extern.h
/freebsd-11-stable/usr.bin/tail/forward.c
/freebsd-11-stable/usr.bin/tail/misc.c
/freebsd-11-stable/usr.bin/tail/read.c
/freebsd-11-stable/usr.bin/tail/reverse.c
/freebsd-11-stable/usr.bin/tail/tail.c
/freebsd-11-stable/usr.bin/talk/ctl.c
/freebsd-11-stable/usr.bin/talk/ctl_transact.c
/freebsd-11-stable/usr.bin/talk/display.c
/freebsd-11-stable/usr.bin/talk/get_addrs.c
/freebsd-11-stable/usr.bin/talk/get_names.c
/freebsd-11-stable/usr.bin/talk/init_disp.c
/freebsd-11-stable/usr.bin/talk/invite.c
/freebsd-11-stable/usr.bin/talk/io.c
/freebsd-11-stable/usr.bin/talk/look_up.c
/freebsd-11-stable/usr.bin/talk/msgs.c
/freebsd-11-stable/usr.bin/talk/talk.c
/freebsd-11-stable/usr.bin/talk/talk.h
/freebsd-11-stable/usr.bin/talk/talk_ctl.h
/freebsd-11-stable/usr.bin/tcopy/tcopy.c
/freebsd-11-stable/usr.bin/tee/tee.c
/freebsd-11-stable/usr.bin/tftp/main.c
/freebsd-11-stable/usr.bin/tftp/tftp.c
/freebsd-11-stable/usr.bin/tftp/tftp.h
/freebsd-11-stable/usr.bin/time/time.c
/freebsd-11-stable/usr.bin/tip/libacu/biz22.c
/freebsd-11-stable/usr.bin/tip/libacu/biz31.c
/freebsd-11-stable/usr.bin/tip/libacu/courier.c
/freebsd-11-stable/usr.bin/tip/libacu/df.c
/freebsd-11-stable/usr.bin/tip/libacu/dn11.c
/freebsd-11-stable/usr.bin/tip/libacu/hayes.c
/freebsd-11-stable/usr.bin/tip/libacu/t3000.c
/freebsd-11-stable/usr.bin/tip/libacu/v3451.c
/freebsd-11-stable/usr.bin/tip/libacu/v831.c
/freebsd-11-stable/usr.bin/tip/libacu/ventel.c
/freebsd-11-stable/usr.bin/tip/tip/acu.c
/freebsd-11-stable/usr.bin/tip/tip/acutab.c
/freebsd-11-stable/usr.bin/tip/tip/cmds.c
/freebsd-11-stable/usr.bin/tip/tip/cmdtab.c
/freebsd-11-stable/usr.bin/tip/tip/cu.c
/freebsd-11-stable/usr.bin/tip/tip/hunt.c
/freebsd-11-stable/usr.bin/tip/tip/log.c
/freebsd-11-stable/usr.bin/tip/tip/partab.c
/freebsd-11-stable/usr.bin/tip/tip/pathnames.h
/freebsd-11-stable/usr.bin/tip/tip/remote.c
/freebsd-11-stable/usr.bin/tip/tip/tip.c
/freebsd-11-stable/usr.bin/tip/tip/tip.h
/freebsd-11-stable/usr.bin/tip/tip/tipout.c
/freebsd-11-stable/usr.bin/tip/tip/uucplock.c
/freebsd-11-stable/usr.bin/tip/tip/value.c
/freebsd-11-stable/usr.bin/tip/tip/vars.c
/freebsd-11-stable/usr.bin/touch/touch.c
/freebsd-11-stable/usr.bin/tput/clear.sh
/freebsd-11-stable/usr.bin/tput/tput.c
/freebsd-11-stable/usr.bin/tr/extern.h
/freebsd-11-stable/usr.bin/tr/str.c
/freebsd-11-stable/usr.bin/tr/tr.c
/freebsd-11-stable/usr.bin/true/true.c
/freebsd-11-stable/usr.bin/truss/amd64-freebsd.c
/freebsd-11-stable/usr.bin/truss/amd64-freebsd32.c
/freebsd-11-stable/usr.bin/truss/amd64-linux.c
/freebsd-11-stable/usr.bin/truss/amd64-linux32.c
/freebsd-11-stable/usr.bin/truss/arm-freebsd.c
/freebsd-11-stable/usr.bin/truss/extern.h
/freebsd-11-stable/usr.bin/truss/i386-freebsd.c
/freebsd-11-stable/usr.bin/truss/i386-linux.c
/freebsd-11-stable/usr.bin/truss/main.c
/freebsd-11-stable/usr.bin/truss/mips-freebsd.c
/freebsd-11-stable/usr.bin/truss/setup.c
/freebsd-11-stable/usr.bin/truss/sparc64-freebsd.c
/freebsd-11-stable/usr.bin/truss/syscalls.c
/freebsd-11-stable/usr.bin/tset/extern.h
/freebsd-11-stable/usr.bin/tset/map.c
/freebsd-11-stable/usr.bin/tset/misc.c
/freebsd-11-stable/usr.bin/tset/set.c
/freebsd-11-stable/usr.bin/tset/term.c
/freebsd-11-stable/usr.bin/tset/tset.c
/freebsd-11-stable/usr.bin/tset/wrterm.c
/freebsd-11-stable/usr.bin/tsort/tsort.c
/freebsd-11-stable/usr.bin/tty/tty.c
/freebsd-11-stable/usr.bin/ul/ul.c
/freebsd-11-stable/usr.bin/uname/uname.c
/freebsd-11-stable/usr.bin/unexpand/unexpand.c
/freebsd-11-stable/usr.bin/uniq/uniq.c
/freebsd-11-stable/usr.bin/uudecode/uudecode.c
/freebsd-11-stable/usr.bin/uuencode/uuencode.c
/freebsd-11-stable/usr.bin/vgrind/extern.h
/freebsd-11-stable/usr.bin/vgrind/pathnames.h
/freebsd-11-stable/usr.bin/vgrind/regexp.c
/freebsd-11-stable/usr.bin/vgrind/vfontedpr.c
/freebsd-11-stable/usr.bin/vgrind/vgrind.sh
/freebsd-11-stable/usr.bin/vmstat/vmstat.c
/freebsd-11-stable/usr.bin/w/extern.h
/freebsd-11-stable/usr.bin/w/pr_time.c
/freebsd-11-stable/usr.bin/w/proc_compare.c
/freebsd-11-stable/usr.bin/w/w.c
/freebsd-11-stable/usr.bin/wall/ttymsg.c
/freebsd-11-stable/usr.bin/wall/wall.c
/freebsd-11-stable/usr.bin/wc/wc.c
/freebsd-11-stable/usr.bin/what/what.c
/freebsd-11-stable/usr.bin/whois/whois.c
/freebsd-11-stable/usr.bin/write/write.c
/freebsd-11-stable/usr.bin/xargs/pathnames.h
/freebsd-11-stable/usr.bin/xargs/xargs.c
/freebsd-11-stable/usr.bin/xinstall/xinstall.c
/freebsd-11-stable/usr.bin/xstr/pathnames.h
/freebsd-11-stable/usr.bin/xstr/xstr.c
/freebsd-11-stable/usr.bin/yes/yes.c
/freebsd-11-stable/usr.sbin/accton/accton.c
/freebsd-11-stable/usr.sbin/ancontrol/ancontrol.c
/freebsd-11-stable/usr.sbin/arp/arp.c
/freebsd-11-stable/usr.sbin/chown/chown.c
/freebsd-11-stable/usr.sbin/chroot/chroot.c
/freebsd-11-stable/usr.sbin/config/config.h
/freebsd-11-stable/usr.sbin/config/config.y
/freebsd-11-stable/usr.sbin/config/lang.l
/freebsd-11-stable/usr.sbin/config/main.c
/freebsd-11-stable/usr.sbin/config/mkheaders.c
/freebsd-11-stable/usr.sbin/config/mkmakefile.c
/freebsd-11-stable/usr.sbin/config/mkoptions.c
/freebsd-11-stable/usr.sbin/crashinfo/crashinfo.sh
/freebsd-11-stable/usr.sbin/dconschat/dconschat.c
/freebsd-11-stable/usr.sbin/edquota/edquota.c
/freebsd-11-stable/usr.sbin/edquota/pathnames.h
/freebsd-11-stable/usr.sbin/fwcontrol/fwcontrol.c
/freebsd-11-stable/usr.sbin/fwcontrol/fwdv.c
/freebsd-11-stable/usr.sbin/fwcontrol/fwmpegts.c
/freebsd-11-stable/usr.sbin/ifmcstat/ifmcstat.c
/freebsd-11-stable/usr.sbin/ifmcstat/printb.c
/freebsd-11-stable/usr.sbin/inetd/inetd.c
/freebsd-11-stable/usr.sbin/inetd/inetd.h
/freebsd-11-stable/usr.sbin/inetd/pathnames.h
/freebsd-11-stable/usr.sbin/iostat/iostat.c
/freebsd-11-stable/usr.sbin/ip6addrctl/ip6addrctl.c
/freebsd-11-stable/usr.sbin/kgmon/kgmon.c
/freebsd-11-stable/usr.sbin/kldxref/ef.c
/freebsd-11-stable/usr.sbin/kldxref/ef_obj.c
/freebsd-11-stable/usr.sbin/kldxref/kldxref.c
/freebsd-11-stable/usr.sbin/lpr/common_source/common.c
/freebsd-11-stable/usr.sbin/lpr/common_source/displayq.c
/freebsd-11-stable/usr.sbin/lpr/common_source/lp.h
/freebsd-11-stable/usr.sbin/lpr/common_source/lp.local.h
/freebsd-11-stable/usr.sbin/lpr/common_source/net.c
/freebsd-11-stable/usr.sbin/lpr/common_source/pathnames.h
/freebsd-11-stable/usr.sbin/lpr/common_source/printcap.c
/freebsd-11-stable/usr.sbin/lpr/common_source/rmjob.c
/freebsd-11-stable/usr.sbin/lpr/common_source/startdaemon.c
/freebsd-11-stable/usr.sbin/lpr/filters/lpf.c
/freebsd-11-stable/usr.sbin/lpr/lpc/cmds.c
/freebsd-11-stable/usr.sbin/lpr/lpc/cmdtab.c
/freebsd-11-stable/usr.sbin/lpr/lpc/extern.h
/freebsd-11-stable/usr.sbin/lpr/lpc/lpc.c
/freebsd-11-stable/usr.sbin/lpr/lpc/lpc.h
/freebsd-11-stable/usr.sbin/lpr/lpd/extern.h
/freebsd-11-stable/usr.sbin/lpr/lpd/lpd.c
/freebsd-11-stable/usr.sbin/lpr/lpd/lpdchar.c
/freebsd-11-stable/usr.sbin/lpr/lpd/modes.c
/freebsd-11-stable/usr.sbin/lpr/lpd/printjob.c
/freebsd-11-stable/usr.sbin/lpr/lpd/recvjob.c
/freebsd-11-stable/usr.sbin/lpr/lpq/lpq.c
/freebsd-11-stable/usr.sbin/lpr/lpr/lpr.c
/freebsd-11-stable/usr.sbin/lpr/lprm/lprm.c
/freebsd-11-stable/usr.sbin/lpr/lptest/lptest.c
/freebsd-11-stable/usr.sbin/lpr/pac/pac.c
/freebsd-11-stable/usr.sbin/makefs/ffs.c
/freebsd-11-stable/usr.sbin/makefs/ffs/ffs_alloc.c
/freebsd-11-stable/usr.sbin/makefs/ffs/ffs_balloc.c
/freebsd-11-stable/usr.sbin/makefs/ffs/ffs_extern.h
/freebsd-11-stable/usr.sbin/makefs/ffs/ffs_subr.c
/freebsd-11-stable/usr.sbin/makefs/ffs/mkfs.c
/freebsd-11-stable/usr.sbin/makefs/ffs/ufs_bmap.c
/freebsd-11-stable/usr.sbin/makefs/ffs/ufs_inode.h
/freebsd-11-stable/usr.sbin/manctl/manctl.sh
/freebsd-11-stable/usr.sbin/mld6query/mld6.c
/freebsd-11-stable/usr.sbin/mountd/mountd.c
/freebsd-11-stable/usr.sbin/mountd/pathnames.h
/freebsd-11-stable/usr.sbin/mptutil/mpt_cam.c
/freebsd-11-stable/usr.sbin/mptutil/mpt_cmd.c
/freebsd-11-stable/usr.sbin/mptutil/mpt_config.c
/freebsd-11-stable/usr.sbin/mptutil/mpt_drive.c
/freebsd-11-stable/usr.sbin/mptutil/mpt_evt.c
/freebsd-11-stable/usr.sbin/mptutil/mpt_show.c
/freebsd-11-stable/usr.sbin/mptutil/mpt_volume.c
/freebsd-11-stable/usr.sbin/mptutil/mptutil.c
/freebsd-11-stable/usr.sbin/mptutil/mptutil.h
/freebsd-11-stable/usr.sbin/nandsim/nandsim_rcfile.c
/freebsd-11-stable/usr.sbin/nandsim/nandsim_rcfile.h
/freebsd-11-stable/usr.sbin/ndiscvt/inf-parse.y
/freebsd-11-stable/usr.sbin/ndiscvt/inf-token.l
/freebsd-11-stable/usr.sbin/ndiscvt/inf.c
/freebsd-11-stable/usr.sbin/ndiscvt/ndiscvt.c
/freebsd-11-stable/usr.sbin/ndiscvt/ndisgen.sh
/freebsd-11-stable/usr.sbin/ndiscvt/windrv_stub.c
/freebsd-11-stable/usr.sbin/ndp/ndp.c
/freebsd-11-stable/usr.sbin/nfsd/nfsd.c
/freebsd-11-stable/usr.sbin/pciconf/cap.c
/freebsd-11-stable/usr.sbin/pciconf/pciconf.h
/freebsd-11-stable/usr.sbin/ppp/slcompress.c
/freebsd-11-stable/usr.sbin/ppp/slcompress.h
/freebsd-11-stable/usr.sbin/pstat/pstat.c
/freebsd-11-stable/usr.sbin/pwd_mkdb/pwd_mkdb.c
/freebsd-11-stable/usr.sbin/quotaon/quotaon.c
/freebsd-11-stable/usr.sbin/repquota/repquota.c
/freebsd-11-stable/usr.sbin/rip6query/rip6query.c
/freebsd-11-stable/usr.sbin/rmt/rmt.c
/freebsd-11-stable/usr.sbin/route6d/misc/cksum.c
/freebsd-11-stable/usr.sbin/route6d/route6d.c
/freebsd-11-stable/usr.sbin/route6d/route6d.h
/freebsd-11-stable/usr.sbin/rpc.lockd/lock_proc.c
/freebsd-11-stable/usr.sbin/rpc.lockd/lockd.c
/freebsd-11-stable/usr.sbin/rpc.lockd/lockd.h
/freebsd-11-stable/usr.sbin/rpc.lockd/lockd_lock.c
/freebsd-11-stable/usr.sbin/rpc.statd/file.c
/freebsd-11-stable/usr.sbin/rpc.statd/procs.c
/freebsd-11-stable/usr.sbin/rpc.statd/statd.c
/freebsd-11-stable/usr.sbin/rpc.statd/statd.h
/freebsd-11-stable/usr.sbin/rpc.yppasswdd/yppasswdd_extern.h
/freebsd-11-stable/usr.sbin/rpc.yppasswdd/yppasswdd_main.c
/freebsd-11-stable/usr.sbin/rpc.yppasswdd/yppasswdd_server.c
/freebsd-11-stable/usr.sbin/rpc.ypupdated/yp_dbdelete.c
/freebsd-11-stable/usr.sbin/rpc.ypupdated/yp_dbupdate.c
/freebsd-11-stable/usr.sbin/rpc.ypupdated/ypupdated_main.c
/freebsd-11-stable/usr.sbin/rpc.ypupdated/ypupdated_server.c
/freebsd-11-stable/usr.sbin/rpc.ypxfrd/ypxfrd_extern.h
/freebsd-11-stable/usr.sbin/rpc.ypxfrd/ypxfrd_main.c
/freebsd-11-stable/usr.sbin/rpc.ypxfrd/ypxfrd_server.c
/freebsd-11-stable/usr.sbin/rpcbind/check_bound.c
/freebsd-11-stable/usr.sbin/rpcbind/pmap_svc.c
/freebsd-11-stable/usr.sbin/rpcbind/rpcb_stat.c
/freebsd-11-stable/usr.sbin/rpcbind/rpcb_svc.c
/freebsd-11-stable/usr.sbin/rpcbind/rpcb_svc_4.c
/freebsd-11-stable/usr.sbin/rpcbind/rpcb_svc_com.c
/freebsd-11-stable/usr.sbin/rpcbind/rpcbind.c
/freebsd-11-stable/usr.sbin/rpcbind/rpcbind.h
/freebsd-11-stable/usr.sbin/rpcbind/warmstart.c
/freebsd-11-stable/usr.sbin/rrenumd/lexer.l
/freebsd-11-stable/usr.sbin/rrenumd/parser.y
/freebsd-11-stable/usr.sbin/rrenumd/rrenumd.c
/freebsd-11-stable/usr.sbin/rrenumd/rrenumd.h
/freebsd-11-stable/usr.sbin/rtadvd/advcap.c
/freebsd-11-stable/usr.sbin/rtadvd/config.c
/freebsd-11-stable/usr.sbin/rtadvd/config.h
/freebsd-11-stable/usr.sbin/rtadvd/if.c
/freebsd-11-stable/usr.sbin/rtadvd/if.h
/freebsd-11-stable/usr.sbin/rtadvd/rrenum.c
/freebsd-11-stable/usr.sbin/rtadvd/rrenum.h
/freebsd-11-stable/usr.sbin/rtadvd/rtadvd.c
/freebsd-11-stable/usr.sbin/rtadvd/rtadvd.h
/freebsd-11-stable/usr.sbin/rtadvd/timer.c
/freebsd-11-stable/usr.sbin/rtadvd/timer.h
/freebsd-11-stable/usr.sbin/rtadvd/timer_subr.c
/freebsd-11-stable/usr.sbin/rtadvd/timer_subr.h
/freebsd-11-stable/usr.sbin/rtsold/dump.c
/freebsd-11-stable/usr.sbin/rtsold/if.c
/freebsd-11-stable/usr.sbin/rtsold/probe.c
/freebsd-11-stable/usr.sbin/rtsold/rtsock.c
/freebsd-11-stable/usr.sbin/rtsold/rtsol.c
/freebsd-11-stable/usr.sbin/rtsold/rtsold.c
/freebsd-11-stable/usr.sbin/rtsold/rtsold.h
/freebsd-11-stable/usr.sbin/rwhod/rwhod.c
/freebsd-11-stable/usr.sbin/setfib/setfib.c
/freebsd-11-stable/usr.sbin/syslogd/pathnames.h
/freebsd-11-stable/usr.sbin/syslogd/syslogd.c
/freebsd-11-stable/usr.sbin/timed/timed/acksend.c
/freebsd-11-stable/usr.sbin/timed/timed/byteorder.c
/freebsd-11-stable/usr.sbin/timed/timed/candidate.c
/freebsd-11-stable/usr.sbin/timed/timed/cksum.c
/freebsd-11-stable/usr.sbin/timed/timed/correct.c
/freebsd-11-stable/usr.sbin/timed/timed/extern.h
/freebsd-11-stable/usr.sbin/timed/timed/globals.h
/freebsd-11-stable/usr.sbin/timed/timed/master.c
/freebsd-11-stable/usr.sbin/timed/timed/measure.c
/freebsd-11-stable/usr.sbin/timed/timed/networkdelta.c
/freebsd-11-stable/usr.sbin/timed/timed/pathnames.h
/freebsd-11-stable/usr.sbin/timed/timed/readmsg.c
/freebsd-11-stable/usr.sbin/timed/timed/slave.c
/freebsd-11-stable/usr.sbin/timed/timed/timed.c
/freebsd-11-stable/usr.sbin/timed/timedc/cmds.c
/freebsd-11-stable/usr.sbin/timed/timedc/cmdtab.c
/freebsd-11-stable/usr.sbin/timed/timedc/extern.h
/freebsd-11-stable/usr.sbin/timed/timedc/timedc.c
/freebsd-11-stable/usr.sbin/timed/timedc/timedc.h
/freebsd-11-stable/usr.sbin/traceroute6/traceroute6.c
/freebsd-11-stable/usr.sbin/trpt/trpt.c
/freebsd-11-stable/usr.sbin/vipw/vipw.c
/freebsd-11-stable/usr.sbin/wpa/ndis_events/ndis_events.c
/freebsd-11-stable/usr.sbin/wpa/wpa_supplicant/Packet32.c
/freebsd-11-stable/usr.sbin/wpa/wpa_supplicant/Packet32.h
/freebsd-11-stable/usr.sbin/yp_mkdb/yp_mkdb.c
/freebsd-11-stable/usr.sbin/ypbind/yp_ping.c
/freebsd-11-stable/usr.sbin/yppush/yppush_main.c
/freebsd-11-stable/usr.sbin/ypserv/yp_access.c
/freebsd-11-stable/usr.sbin/ypserv/yp_dblookup.c
/freebsd-11-stable/usr.sbin/ypserv/yp_dnslookup.c
/freebsd-11-stable/usr.sbin/ypserv/yp_error.c
/freebsd-11-stable/usr.sbin/ypserv/yp_extern.h
/freebsd-11-stable/usr.sbin/ypserv/yp_main.c
/freebsd-11-stable/usr.sbin/ypserv/yp_server.c
/freebsd-11-stable/usr.sbin/ypserv/yp_svc_udp.c
316369 01-Apr-2017 jhibbits

MFC r310146,r311912,r312369,r312617,r312614,r312659,r312974,r312977,r313005,r314826:

A series of Clang-related powerpc commits

r310146:
Use the right bitwise OR operation for clearing single-step at trap time.
r311912:
Force all TOC references in asm to include '@toc'
r312369:
Use the explicit expanded form of cmp.
r312617:
Hide the 'MOREARGS' macro, it conflicts with contrib code, and is only used
in one file.
r312614:
Don't pass -Wa,-many through clang, the integrated as doesn't support it.
r312659:
Avoid using non-zero argument for __builtin_frame_address().
r312974:
Add a INTR_TRIG_INVALID, and use it in the powerpc interrupt code.
r312977:
Force the setting of bit 7 in the sysmouse packet byte 1 to be unsigned.
r313005:
Update CFLAGS for clang compatibility
r314826:
Clang in base now supports -mlongcall, so remove this hack

313538 10-Feb-2017 ngie

MFC r312452-r312512:

r312452-r312512:

- Use SRCTOP-relative paths to other directories instead of .CURDIR-relative ones

This simplifies pathing in make/displayed output

- Use .CURDIR:H instead of .CURDIR to simplify pathing in output, etc


aarch64/Makefile
amd64/Makefile
arm/Makefile
i386/Makefile
mips/Makefile
powerpc/Makefile
powerpc64/Makefile
riscv/Makefile
sparc64/Makefile
/freebsd-11-stable/lib/libalias/libalias/Makefile
/freebsd-11-stable/lib/libalias/modules/Makefile
/freebsd-11-stable/lib/libalias/modules/Makefile.inc
/freebsd-11-stable/lib/libarchive/Makefile
/freebsd-11-stable/lib/libauditd/Makefile
/freebsd-11-stable/lib/libbegemot/Makefile
/freebsd-11-stable/lib/libblocksruntime/Makefile
/freebsd-11-stable/lib/libbluetooth/Makefile
/freebsd-11-stable/lib/libbsm/Makefile
/freebsd-11-stable/lib/libbsnmp/libbsnmp/Makefile
/freebsd-11-stable/lib/libbz2/Makefile
/freebsd-11-stable/lib/libc++/Makefile
/freebsd-11-stable/lib/libc_nonshared/Makefile
/freebsd-11-stable/lib/libcam/Makefile
/freebsd-11-stable/lib/libcom_err/Makefile
/freebsd-11-stable/lib/libcompat/Makefile
/freebsd-11-stable/lib/libcrypt/Makefile
/freebsd-11-stable/lib/libcxxrt/Makefile
/freebsd-11-stable/lib/libdevdctl/tests/Makefile
/freebsd-11-stable/lib/libdwarf/Makefile
/freebsd-11-stable/lib/libelf/Makefile
/freebsd-11-stable/lib/libevent/Makefile
/freebsd-11-stable/lib/libexecinfo/Makefile
/freebsd-11-stable/lib/libexpat/Makefile
/freebsd-11-stable/lib/libgssapi/Makefile
/freebsd-11-stable/lib/libiconv_modules/Makefile.inc
/freebsd-11-stable/lib/libiconv_modules/mapper_parallel/Makefile
/freebsd-11-stable/lib/libkiconv/Makefile
/freebsd-11-stable/lib/libldns/Makefile
/freebsd-11-stable/lib/liblzma/Makefile
/freebsd-11-stable/lib/libmagic/Makefile
/freebsd-11-stable/lib/libmd/Makefile
/freebsd-11-stable/lib/libmilter/Makefile
/freebsd-11-stable/lib/libmp/Makefile
/freebsd-11-stable/lib/libngatm/Makefile
/freebsd-11-stable/lib/libnv/Makefile
/freebsd-11-stable/lib/libopie/Makefile
/freebsd-11-stable/lib/libpam/libpam/Makefile
/freebsd-11-stable/lib/libpam/modules/Makefile.inc
/freebsd-11-stable/lib/libpam/modules/pam_passwdqc/Makefile
/freebsd-11-stable/lib/libpam/modules/pam_ssh/Makefile
/freebsd-11-stable/lib/libpam/static_libpam/Makefile
/freebsd-11-stable/lib/libpcap/Makefile
/freebsd-11-stable/lib/libpe/Makefile
/freebsd-11-stable/lib/libproc/Makefile
/freebsd-11-stable/lib/libprocstat/zfs/Makefile
/freebsd-11-stable/lib/librpcsec_gss/Makefile
/freebsd-11-stable/lib/librpcsvc/Makefile
/freebsd-11-stable/lib/librt/Makefile
/freebsd-11-stable/lib/libsbuf/Makefile
/freebsd-11-stable/lib/libsm/Makefile
/freebsd-11-stable/lib/libsmb/Makefile
/freebsd-11-stable/lib/libsmdb/Makefile
/freebsd-11-stable/lib/libsmutil/Makefile
/freebsd-11-stable/lib/libsqlite3/Makefile
/freebsd-11-stable/lib/libstdthreads/Makefile
/freebsd-11-stable/lib/libsysdecode/Makefile
/freebsd-11-stable/lib/libtelnet/Makefile
/freebsd-11-stable/lib/libthr/Makefile
/freebsd-11-stable/lib/libthr/support/Makefile.inc
/freebsd-11-stable/lib/libthread_db/Makefile
/freebsd-11-stable/lib/libufs/Makefile
/freebsd-11-stable/lib/libulog/Makefile
/freebsd-11-stable/lib/libunbound/Makefile
/freebsd-11-stable/lib/libutil/Makefile
/freebsd-11-stable/lib/libypclnt/Makefile
/freebsd-11-stable/lib/ncurses/config.mk
/freebsd-11-stable/lib/ncurses/form/Makefile
/freebsd-11-stable/lib/ncurses/formw/Makefile
/freebsd-11-stable/lib/ncurses/menu/Makefile
/freebsd-11-stable/lib/ncurses/menuw/Makefile
/freebsd-11-stable/lib/ncurses/ncurses/Makefile
/freebsd-11-stable/lib/ncurses/ncursesw/Makefile
/freebsd-11-stable/lib/ncurses/panel/Makefile
/freebsd-11-stable/lib/ncurses/panelw/Makefile
302408 08-Jul-2016 gjb

Copy head@r302406 to stable/11 as part of the 11.0-RELEASE cycle.
Prune svn:mergeinfo from the new branch, as nothing has been merged
here.

Additional commits post-branch will follow.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation


/freebsd-11-stable/MAINTAINERS
/freebsd-11-stable/cddl
/freebsd-11-stable/cddl/contrib/opensolaris
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/print
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/zfs
/freebsd-11-stable/cddl/contrib/opensolaris/lib/libzfs
/freebsd-11-stable/contrib/amd
/freebsd-11-stable/contrib/apr
/freebsd-11-stable/contrib/apr-util
/freebsd-11-stable/contrib/atf
/freebsd-11-stable/contrib/binutils
/freebsd-11-stable/contrib/bmake
/freebsd-11-stable/contrib/byacc
/freebsd-11-stable/contrib/bzip2
/freebsd-11-stable/contrib/com_err
/freebsd-11-stable/contrib/compiler-rt
/freebsd-11-stable/contrib/dialog
/freebsd-11-stable/contrib/dma
/freebsd-11-stable/contrib/dtc
/freebsd-11-stable/contrib/ee
/freebsd-11-stable/contrib/elftoolchain
/freebsd-11-stable/contrib/elftoolchain/ar
/freebsd-11-stable/contrib/elftoolchain/brandelf
/freebsd-11-stable/contrib/elftoolchain/elfdump
/freebsd-11-stable/contrib/expat
/freebsd-11-stable/contrib/file
/freebsd-11-stable/contrib/gcc
/freebsd-11-stable/contrib/gcclibs/libgomp
/freebsd-11-stable/contrib/gdb
/freebsd-11-stable/contrib/gdtoa
/freebsd-11-stable/contrib/groff
/freebsd-11-stable/contrib/ipfilter
/freebsd-11-stable/contrib/ldns
/freebsd-11-stable/contrib/ldns-host
/freebsd-11-stable/contrib/less
/freebsd-11-stable/contrib/libarchive
/freebsd-11-stable/contrib/libarchive/cpio
/freebsd-11-stable/contrib/libarchive/libarchive
/freebsd-11-stable/contrib/libarchive/libarchive_fe
/freebsd-11-stable/contrib/libarchive/tar
/freebsd-11-stable/contrib/libc++
/freebsd-11-stable/contrib/libc-vis
/freebsd-11-stable/contrib/libcxxrt
/freebsd-11-stable/contrib/libexecinfo
/freebsd-11-stable/contrib/libpcap
/freebsd-11-stable/contrib/libstdc++
/freebsd-11-stable/contrib/libucl
/freebsd-11-stable/contrib/libxo
/freebsd-11-stable/contrib/llvm
/freebsd-11-stable/contrib/llvm/projects/libunwind
/freebsd-11-stable/contrib/llvm/tools/clang
/freebsd-11-stable/contrib/llvm/tools/lldb
/freebsd-11-stable/contrib/llvm/tools/llvm-dwarfdump
/freebsd-11-stable/contrib/llvm/tools/llvm-lto
/freebsd-11-stable/contrib/mdocml
/freebsd-11-stable/contrib/mtree
/freebsd-11-stable/contrib/ncurses
/freebsd-11-stable/contrib/netcat
/freebsd-11-stable/contrib/ntp
/freebsd-11-stable/contrib/nvi
/freebsd-11-stable/contrib/one-true-awk
/freebsd-11-stable/contrib/openbsm
/freebsd-11-stable/contrib/openpam
/freebsd-11-stable/contrib/openresolv
/freebsd-11-stable/contrib/pf
/freebsd-11-stable/contrib/sendmail
/freebsd-11-stable/contrib/serf
/freebsd-11-stable/contrib/sqlite3
/freebsd-11-stable/contrib/subversion
/freebsd-11-stable/contrib/tcpdump
/freebsd-11-stable/contrib/tcsh
/freebsd-11-stable/contrib/tnftp
/freebsd-11-stable/contrib/top
/freebsd-11-stable/contrib/top/install-sh
/freebsd-11-stable/contrib/tzcode/stdtime
/freebsd-11-stable/contrib/tzcode/zic
/freebsd-11-stable/contrib/tzdata
/freebsd-11-stable/contrib/unbound
/freebsd-11-stable/contrib/vis
/freebsd-11-stable/contrib/wpa
/freebsd-11-stable/contrib/xz
/freebsd-11-stable/crypto/heimdal
/freebsd-11-stable/crypto/openssh
/freebsd-11-stable/crypto/openssl
/freebsd-11-stable/gnu/lib
/freebsd-11-stable/gnu/usr.bin/binutils
/freebsd-11-stable/gnu/usr.bin/cc/cc_tools
/freebsd-11-stable/gnu/usr.bin/gdb
/freebsd-11-stable/lib/libc/locale/ascii.c
/freebsd-11-stable/sys/cddl/contrib/opensolaris
/freebsd-11-stable/sys/contrib/dev/acpica
/freebsd-11-stable/sys/contrib/ipfilter
/freebsd-11-stable/sys/contrib/libfdt
/freebsd-11-stable/sys/contrib/octeon-sdk
/freebsd-11-stable/sys/contrib/x86emu
/freebsd-11-stable/sys/contrib/xz-embedded
/freebsd-11-stable/usr.sbin/bhyve/atkbdc.h
/freebsd-11-stable/usr.sbin/bhyve/bhyvegc.c
/freebsd-11-stable/usr.sbin/bhyve/bhyvegc.h
/freebsd-11-stable/usr.sbin/bhyve/console.c
/freebsd-11-stable/usr.sbin/bhyve/console.h
/freebsd-11-stable/usr.sbin/bhyve/pci_fbuf.c
/freebsd-11-stable/usr.sbin/bhyve/pci_xhci.c
/freebsd-11-stable/usr.sbin/bhyve/pci_xhci.h
/freebsd-11-stable/usr.sbin/bhyve/ps2kbd.c
/freebsd-11-stable/usr.sbin/bhyve/ps2kbd.h
/freebsd-11-stable/usr.sbin/bhyve/ps2mouse.c
/freebsd-11-stable/usr.sbin/bhyve/ps2mouse.h
/freebsd-11-stable/usr.sbin/bhyve/rfb.c
/freebsd-11-stable/usr.sbin/bhyve/rfb.h
/freebsd-11-stable/usr.sbin/bhyve/sockstream.c
/freebsd-11-stable/usr.sbin/bhyve/sockstream.h
/freebsd-11-stable/usr.sbin/bhyve/usb_emul.c
/freebsd-11-stable/usr.sbin/bhyve/usb_emul.h
/freebsd-11-stable/usr.sbin/bhyve/usb_mouse.c
/freebsd-11-stable/usr.sbin/bhyve/vga.c
/freebsd-11-stable/usr.sbin/bhyve/vga.h
300406 22-May-2016 andrew

Stop dereferencing _end in crt1.c. This was only needed for brk/sbrk so is
no longer needed.

Sponsored by: ABT Systems Ltd


297249 24-Mar-2016 bdrewery

Don't reset CC away from full-pathed gcc.

This was breaking the build when using CROSS_TOOLCHAIN=powerpc64-gcc

Sponsored by: EMC / Isilon Storage Division


293832 13-Jan-2016 andrew

Remove the compat code to handle the kernel passing us an unalinged
stackpointer. Userland expects the kernel to pass it an aligned sp and
pass a pointer to the arguments in x0. The kernel side was updated in
r289502, 3 months ago.

Sponsored by: ABT Systems Ltd


293648 10-Jan-2016 andrew

Use -mlong-calls to build crt1.o and gcrt1.o. This tells the compiler to
generate code to branch based on an address in a register. This allows us
to have binaries larger than the 32MiB limit of a branch instruction.

The main use of this is with clang. Clang 3.8.0 has been shown to be larger
than the above limit.


292124 11-Dec-2015 br

Start support for the RISC-V 64-bit architecture developed by UC Berkeley.

RISC-V is a new ISA designed to support computer research and education, and
is now become a standard open architecture for industry implementations.

This is a minimal set of changes required to run 'make kernel-toolchain'
using external (GNU) toolchain.

The FreeBSD/RISC-V project home: https://wiki.freebsd.org/riscv.

Reviewed by: andrew, bdrewery, emaste, imp
Sponsored by: DARPA, AFRL
Sponsored by: HEIF5
Differential Revision: https://reviews.freebsd.org/D4445


292000 08-Dec-2015 emaste

Remove historical GNUC test

The requirement is for a GCC-compatible compiler and not necessarily
GCC itself. However, we currently expect any compiler used for building
the whole of FreeBSD to be GCC-compatible and many things will break if
not; there's no longer a need to have an explicit test for this in csu.

Sponsored by: The FreeBSD Foundation


291668 03-Dec-2015 nwhitehorn

Provide support for ELFv2 userland if using a newer compiler (recent clang
or gcc) and binutils >= 2.24. Not enabled by default.


288373 29-Sep-2015 kib

Annotate arm userspace assembler sources stating their tolerance to
the non-executable stack.

Reviewed by: andrew
Sponsored by: The FreeBSD Foundation


288228 25-Sep-2015 bdrewery

META_MODE: Remove DEP_MACHINE from Makefile.depend files.

This has not been needed since r246865 in projects/bmake.

Sponsored by: EMC / Isilon Storage Division


288226 25-Sep-2015 bdrewery

META_MODE: Remove DEP_RELDIR from Makefile.depend files.

This has not been needed since r284171 in projects/bmake.

Sponsored by: EMC / Isilon Storage Division


288076 21-Sep-2015 bdrewery

Fix installation of 32bit libraries after r288074.

FILES is not used when LIBRARIES_ONLY is set, which is used to build and
install the lib32 sysroot. All of the csu files do quality as "libraries"
for this case so just undefine LIBRARIES_ONLY.

This is still better than the previous realinstall handling as it does
not hook into META_MODE properly.

Sponsored by: EMC / Isilon Storage Division


288074 21-Sep-2015 bdrewery

Replace realinstall: and META_MODE staging hacks with FILES mechanism.

This partially reverts r270170 for lib/csu/i386 while retaining the
change for using bsd.lib.mk.

These FILES groups could go into lib/csu/Makefile.inc but I've kept them
in the Makefiles for clarity.

Sponsored by: EMC / Isilon Storage Division


285044 02-Jul-2015 andrew

Force the dynamic linker to resolve _end early so we pick up the correct
copy.

Sponsored by: ABT Systems Ltd


284707 22-Jun-2015 andrew

Add a workaround to correctly align the stack before calling into C code.
When enough time has passed for users to update their userland the kernel
fix will be applied. This will change the ABI to have x0 point to the args
and sp be correctly aligned.

It is expected this compatibility code can be removed when the kernel and
qemu usermode emulation have both been updated for the new ABI.

This fixes clang failures, and most likely other crashes.

Obtained from: ABT Systems Ltd
Sponsored by: The FreeBSD Foundation


284345 13-Jun-2015 sjg

Add META_MODE support.

Off by default, build behaves normally.
WITH_META_MODE we get auto objdir creation, the ability to
start build from anywhere in the tree.

Still need to add real targets under targets/ to build packages.

Differential Revision: D2796
Reviewed by: brooks imp


283125 19-May-2015 emaste

All FreeBSD platforms are elf: move i386-elf to i386

This was a leftover from when we had both i386 a.out and ELF.

Reviewed by: kib, imp
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D2591


280980 02-Apr-2015 dim

Ensure the cross assembler, linker and objcopy are used for the build32
stage, just like for the regular world stage.

Reviewed by: rodrigc, imp, bapt, emaste
MFC after: 1 week
Differential Revision: https://reviews.freebsd.org/D2187


280259 19-Mar-2015 andrew

Start to import support for the AArch64 architecture from ARM. This change
only adds support for kernel-toolchain, however it is expected further
changes to add kernel and userland support will be committed as they are
reviewed.

As our copy of binutils is too old the devel/aarch64-binutils port needs
to be installed to pull in a linker.

To build either TARGET needs to be set to arm64, or TARGET_ARCH set to
aarch64. The latter is set so uname -p will return aarch64 as existing
third party software expects this.

Differential Revision: https://reviews.freebsd.org/D2005
Relnotes: Yes
Sponsored by: The FreeBSD Foundation


278305 06-Feb-2015 jhibbits

Add a comment explaining why gcc is needed.

X-MFC-With: 278231
MFC after: 2 weeks


278231 05-Feb-2015 jhibbits

powerpc64 csu needs to be built by gcc, so enforce that.

With this change, world is one step closer to being clang-able.

MFC after: 2 weeks


270170 19-Aug-2014 bdrewery

Use bsd.lib.mk here as all other csu Makefiles do.

This effectively reverts r124752.

There's no reason this should be different. It resulted in needing NO_PIE in
the original opt-out NO_PIE commit as this was not using the proper framework.

Reported by: peter


270168 19-Aug-2014 bdrewery

Revert r267233 for now. PIE support needs to be reworked.

1. 50+% of NO_PIE use is fixed by adding -fPIC to INTERNALLIB and other
build-only utility libraries.
2. Another 40% is fixed by generating _pic.a variants of various libraries.
3. Some of the NO_PIE use is a bit absurd as it is disabling PIE (and ASLR)
where it never would work anyhow, such as csu or loader. This suggests
there may be better ways of adding support to the tree. Many of these
cases can be fixed such that -fPIE will work but there is really no
reason to have it in those cases.
4. Some of the uses are working around hacks done to some Makefiles that are
really building libraries but have been using bsd.prog.mk because the code
is cleaner. Had they been using bsd.lib.mk then NO_PIE would not have
been needed.

We likely do want to enable PIE by default (opt-out) for non-tree consumers
(such as ports). For in-tree though we probably want to only enable PIE
(opt-in) for common attack targets such as remote service daemons and setuid
utilities. This is also a great performance compromise since ASLR is expected
to reduce performance. As such it does not make sense to enable it in all
utilities such as ls(1) that have little benefit to having it enabled.

Reported by: kib


269114 26-Jul-2014 sjg

Reviewed by: imp

LDFLAGS is supposed to be given to CC not LD.
Define _LDFLAGS as a filtered version of LDFLAGS safe to give to LD


268351 07-Jul-2014 marcel

Remove ia64.

This includes:
o All directories named *ia64*
o All files named *ia64*
o All ia64-specific code guarded by __ia64__
o All ia64-specific makefile logic
o Mention of ia64 in comments and documentation

This excludes:
o Everything under contrib/
o Everything under crypto/
o sys/xen/interface
o sys/sys/elf_common.h

Discussed at: BSDcan


267233 08-Jun-2014 bdrewery

In preparation for ASLR [1] support add WITH_PIE to support building with -fPIE.

This is currently an opt-in build flag. Once ASLR support is ready and stable
it should changed to opt-out and be enabled by default along with ASLR.

Each application Makefile uses opt-out to ensure that ASLR will be enabled by
default in new directories when the system is compiled with PIE/ASLR. [2]

Mark known build failures as NO_PIE for now.

The only known runtime failure was rtld.

[1] http://www.bsdcan.org/2014/schedule/events/452.en.html
Submitted by: Shawn Webb <lattera@gmail.com>
Discussed between: des@ and Shawn Webb [2]


257233 27-Oct-2013 cognet

Use the size of the MACHINE_ARCH string instead of sizeof(uint32_t). It can
happen sizeof(MACHINE_ARCH) is more than 4 bytes, and bad things would
happen. This should make the ctors being called again on armeb.


255874 26-Sep-2013 andrew

Add an elf note on ARM to store the MACHINE_ARCH an executable was built
for. This is useful for software needing to know which architecture a
binary is built for as arm and armv6 have slight differences meaning only
some binaries build for one will work as expected on the other. It is
expected pkgng will be able to make use of this to simplify the logic to
determine which package ABI to use.

Approved by: re (kib)


250863 21-May-2013 marcel

Add a makefle that recurses into the right architecture-specific
sub-directory. This to allow simpler logic outside of the csu
directory.

Obtained from: Juniper Networks, Inc.


249657 19-Apr-2013 ed

Add the Clang specific -Wmissing-variable-declarations to WARNS=6.

This compiler flag enforces that that people either mark variables
static or use an external declarations for the variable, similar to how
-Wmissing-prototypes works for functions.

Due to the fact that Yacc/Lex generate code that cannot trivially be
changed to not warn because of this (lots of yy* variables), add a
NO_WMISSING_VARIABLE_DECLARATIONS that can be used to turn off this
specific compiler warning.

Announced on: toolchain@


245133 07-Jan-2013 kib

Only assign the environ in the startup code when environ is NULL.
Preloaded library could have changed the environment, and
unconditional assingment to the environ undoes the customization.
The binaries needs to be recompiled to get the fix.

Move the common code to set up environ and __progname into the helper.
Note that ia64 possibly not fixed, due to it still using old csu.

Reported and tested by: John Hein <jhein@symmetricom.com>
Reviewed by: kan, scf
Approved by: secteam (simon)
MFC after: 2 weeks


234596 23-Apr-2012 dim

Revert r234356 for now, as it leads to run-time problems on 32-bit
PowerPC. Note this will break world.

Reported by: andreast
Pointy hat to: dim


234502 20-Apr-2012 dim

After r217375, some startup objects under lib/csu are built in a special
way: first they are compiled to assembly, then some sed'ing is done on
the assembly, and lastly the assembly is compiled to an object file.

This last step is done using ${CC}, and not ${AS}, because when the
compiler is clang, it outputs directives that are too advanced for our
old gas. So we use clang's integrated assembler instead. (When the
compiler is gcc, it just calls gas, and nothing is different, except one
extra fork.)

However, in the .s to .o rules in lib/csu/$ARCH/Makefile, I still passed
CFLAGS to the compiler, instead of ACFLAGS, which are specifically for
compiling .s files.

In case you are using '-g' for debug info anywhere in your CFLAGS, it
causes the .s files to already contain debug information in the assembly
itself. In the next step, the .s files are also compiled using '-g',
and if the compiler is clang, it complains: "error: input can't have
.file dwarf directives when -g is used to generate dwarf debug info for
assembly code".

Fix this by using ${ACFLAGS} for compiling the .s files instead.

Reported by: jasone
MFC after: 1 week


234356 16-Apr-2012 dim

Work around an issue on 32-bit PowerPC, where clang executable can get
too big, causing 'relocation truncated to fit' errors at link time.

Reviewed by: nwhitehorn


232932 13-Mar-2012 nwhitehorn

Work around a binutils bug on powerpc64 where the TOC would not be
properly reloaded when calling _fini() in large binaries with multiple
TOC sections (e.g. GCC), leading to a segmentation fault. Adding -mlongcall
to crt1 flags causes the compiler to emit explicit TOC load instructions
for all function calls, including _fini().

Reviewed by: kib
Pointy hat to: kib


232832 11-Mar-2012 kib

Stop calling _init/_fini methods from crt1 for dynamic binaries. Do
call preinit, init and fini arrays methods from crt1 for static binaries.

Mark new crt1 with FreeBSD-specific ELF note.

Move some common crt1 code into new MI file ignore_init.c, to reduce
duplication. Also, conservatively adjust nearby sources for style.

Reviewed by: kan
Tested by: andrew (arm), flo (sparc64)
MFC after: 3 weeks


232830 11-Mar-2012 kib

Add a header with definitions useful for constructing ELF notes.

Reviewed by: kan
MFC after: 3 weeks


232616 06-Mar-2012 gonzo

- Remove one more no-op #ifndef


232580 06-Mar-2012 gonzo

- Remove NOSHARED parts since it seems to be no-op
- Call _init_tls for statically linked binaries


223599 27-Jun-2011 nwhitehorn

Build Scrt.o on powerpc64. Its introduction on other platforms got lost
during the period of time the powerpc64 port was on a project branch.


218824 18-Feb-2011 nwhitehorn

Turn off default generation of userland dot symbols on powerpc64 now that
we have a binutils that supports it. Kernel dot symbols remain on to assist
DDB.


218179 01-Feb-2011 imp

Whitespace nit


217399 14-Jan-2011 kib

Mark csu on PowerPC as not requiring executable stack.

Reviewed and tested by: nwhitehorn


217383 13-Jan-2011 kib

The (%esp & 0xf) == 0 should be true before the call instruction is
executed, for the properly aligned stack.

Reported and tested by: rstone
Pointy hat to: kib
MFC after: 3 days


217375 13-Jan-2011 dim

Apply a workaround for a binutils issue with the .note.ABI-tag section
generated from lib/csu/common/crtbrand.c (which ultimately ends up in
executables and shared libraries, via crt1.o, gcrt1.o or Scrt1.o).

For all arches except sparc, gcc emits the section directive for the
abitag struct in crtbrand.c with a PROGBITS type. However, newer
versions of binutils (after 2.16.90) require the section to be of NOTE
type, to guarantee that the .note.ABI-tag section correctly ends up in
the first page of the final executable.

Unfortunately, there is no clean way to tell gcc to use another section
type, so crtbrand.c (or the C files that include it) must be compiled in
multiple steps:

- Compile the .c file to a .s file.
- Edit the .s file to change the 'progbits' type to 'note', for the section
directive that defines the .note.ABI-tag section.
- Compile the .s file to an object file.

These steps are done in the invididual Makefiles for each applicable arch.

Reviewed by: kib


217105 07-Jan-2011 kib

Add section .note.GNU-stack for assembly files used by 386 and amd64.


216351 10-Dec-2010 tijl

Add a .note.ABI-tag section to ia64 startup files by linking crtbrand.c
in crt1.o. On other architectures crtbrand.c is included from crt1.c,
but that's not a C source code file on ia64. Instead it is compiled
separately and included in crt1.o using incremental linking.

Tested by: dim (previous version)
Approved by: kib (mentor)


216338 09-Dec-2010 dim

Let all .c and .S files under lib/csu consistently use the __FBSDID()
macro for identification, instead of several different hand-rolled
variants (plain .ident, .ascii, etc).


213906 15-Oct-2010 dim

Remove two .endp's without matching .proc in lib/csu/ia64/crtn.S.
This allows it to assemble with newer binutils.

Reviewed by: marcel


209869 10-Jul-2010 nwhitehorn

C startup support for 64-bit PowerPC.

Obtained from: projects/ppc64


209295 18-Jun-2010 kib

Add unwind annotations to the asm part of crt1 on i386. Terminate the
process with SIGTRAP if _start1() unexpectedly returns.

Reviewed by: kan
MFC after: 2 weeks


205398 20-Mar-2010 jilles

Do not create *.gmon files for PIE executables on i386.

Scrt1_c.o was accidentally compiled with -DGCRT (profiling), like gcrt1_c.o.
This problem is i386-specific, the other architectures are OK.

If you have problems with PIE executables such as samba and cups leaving
behind gmon files, rebuild them after installing this change.

PR: ports/143924
Reviewed by: kib
MFC after: 3 days


205112 13-Mar-2010 jmallett

Fix spelling of noreorder.


204757 05-Mar-2010 uqs

Use default WARNS setting (of 6) for lib/csu.

PR: bin/140089
Reviewed by: jmallett
Approved by: ed (co-mentor)


204756 05-Mar-2010 uqs

Properly declare non-extern functions in crt1

Also move the declarations after __progname consistently to
make the distinction clearer.

Reviewed by: jmallett
Approved by: ed (co-mentor)


204674 03-Mar-2010 imp

Use ABI neutral macrosa

Submitted by: jmallet


204673 03-Mar-2010 imp

__main and __gccmain are no longer required, so eliminate them.

Submitted by: jmallet@


201381 02-Jan-2010 ed

Build lib/ with WARNS=6 by default.

Similar to libexec/, do the same with lib/. Make WARNS=6 the norm and
lower it when needed.

I'm setting WARNS?=0 for secure/. It seems secure/ includes the
Makefile.inc provided by lib/. I'm not going to touch that directory.
Most of the code there is contributed anyway.


200038 02-Dec-2009 kib

Properly support -fPIE by linking PIE binaries with specially-built
Scrt1.o instead of crt1.o, since the later is built as non-PIC.

Separate i386-elf crt1.c into the pure assembler part and C code,
supplying all data extracted by assembler stub as explicit parameters [1].
Hide and localize _start1 symbol used as an interface between asm and
C code.

In collaboration with: kan
Inspired by: PR i386/127387 [1]
Prodded and tested by: rdivacky [1]
MFC after: 3 weeks


188895 21-Feb-2009 ru

Fix build when WITH_SSP is set explicitly.

Submitted by: Jeremie Le Hen


181997 22-Aug-2008 kib

Add -fno-omit-frame-pointer to CFLAGS used to compile crt1.c on amd64.

For gcc' __builtin_frame_address() to work, all call frames need to save
frame pointer. In particular, this is important for the upper frame that
should terminate the chain.

No objections from: jhb
PR: amd64/126543
MFC after: 1 week


180012 25-Jun-2008 ru

Enable GCC stack protection (aka Propolice) for userland:
- It is opt-out for now so as to give it maximum testing, but it may be
turned opt-in for stable branches depending on the consensus. You
can turn it off with WITHOUT_SSP.
- WITHOUT_SSP was previously used to disable the build of GNU libssp.
It is harmless to steal the knob as SSP symbols have been provided
by libc for a long time, GNU libssp should not have been much used.
- SSP is disabled in a few corners such as system bootstrap programs
(sys/boot), process bootstrap code (rtld, csu) and SSP symbols themselves.
- It should be safe to use -fstack-protector-all to build world, however
libc will be automatically downgraded to -fstack-protector because it
breaks rtld otherwise.
- This option is unavailable on ia64.

Enable GCC stack protection (aka Propolice) for kernel:
- It is opt-out for now so as to give it maximum testing.
- Do not compile your kernel with -fstack-protector-all, it won't work.

Submitted by: Jeremie Le Hen <jeremie@le-hen.org>


178739 03-May-2008 gonzo

Bring C runtime bits for FreeBSD/mips from p4 mips2-jnpr branch.

Approved by: cognet (mentor)


174251 04-Dec-2007 kib

The __used (== __attribute__((__used)) ) silences the warning produced
by unreferenced symbol. Apply __used instead of rev. 1.5.

Requested by: kan


174218 03-Dec-2007 kib

Restore the branding of the ELF executables. The structure was optimized out.

MFC after: 3 days


163118 08-Oct-2006 kmacy

Fix TLS on sparc64 for statically and dynamically linked binaries
Approved by: rwatson (mentor)
Reviewed by: jmg and marcel


161526 22-Aug-2006 ru

Remove alpha left-overs.


158836 22-May-2006 marius

GC these crt{begin,end}.c, which are unused since the last FreeBSD platform
switched to those created from GCC's crtstuff.c 4 years ago.


151072 07-Oct-2005 bde

Fixed profiling of main() for amd64 and i386. This started rotting
in 1993 in rev.1.5 of the i386 a.out version (csu/i386/crt0.c).
Profiling uses a magic label "eprol" to delimit the start of the part
of the text section covered by profiling. This label must be placed
before the call to main() to get main() properly profiled. It was
placed there in rev.1.1 of crt0.c. Rev.1.5 imported the initial
implementation of shared libraries in FreeBSD and misplaced the label.
Fortunately, the misplaced label was misspelled and the old label
wasn't removed, so the new label had no effect. Unfortunately, when
profiling was implemented for the ELF in 1998 in rev.1.2 of
csu/i386-elf/crt1.c, only the incorrectly placed label was copied
(after fixing its name). The bug was then copied to all other arches.
The label seems to be still misplaced in NetBSD for most arches. It
is in common.c for most arches so it is even further from being inside
the function that calls main().

I think "eprol" is short for "end of prologue", but it must be placed
before the end of the prologue so that it covers main(). crt0.c has
it before the calls atexit(_mcleanup) and monstartup(...), but it
cannot affect these calls so I moved it after the call to monstartup().
It now also covers the call to _init() but not the newer call to
_init_tls(). Profiling of _init() seems to be harmless, and the call
to _init_tls() seems to be misplaced.

Reviewed by: jdp (long ago, for a slightly different i386 version)


146371 19-May-2005 dfr

Align the stack to a 16 byte boundary so that we can safely call functions
that use SSE. The compiler does attempt to do this in main() but not very
successfully - it still manages to use unaligned offsets from %ebp in some
cases. Also we need to have an aligned stack in case something uses SSE
via _init().

MFC After: 1 week


146369 19-May-2005 dfr

Keep the stack aligned to a 16 byte boundary when calling init functions
so that we don't cause a bus error if they start storing SSE math stuff
on the stack.

MFC After: 1 week


140077 11-Jan-2005 trhodes

Remnant code (broken, unhooked) from a.out which I missed.

Noticed by: ru


135679 23-Sep-2004 cognet

Implement .init and .fini.


134110 21-Aug-2004 dfr

Back out the call to _init_tls() - something is broken there and it
prevents all static binaries from running.


133989 18-Aug-2004 marcel

Bring ia64 back from the dead. After a call one needs to restore the
GP register, because it's clobbered for calls across load modules. The
previous commit inserted the call to _init_tls() between the call to
atexit() and the restoration of the GP register clobbered by it. Fix:
restore GP before we call _init_tls().

Pointy hat: dfr@


133754 15-Aug-2004 dfr

Add support for TLS in statically linked programs.


129205 14-May-2004 cognet

C runtime support for FreeBSD/arm.


127252 21-Mar-2004 peter

Adjust stack alignment so that when the 'call xxx' functions are
gathered into the middle of the _init and _fini sections, they get
executed with their expected stack alignment.


124752 20-Jan-2004 ru

The <bsd.files.mk> API seems the best to use here.


121160 17-Oct-2003 peter

Explicitly specify an alignment for abitag. Without it, gcc specifies a
section alignnment of 16 bytes for amd64 and this breaks file(1).
Before:
./cp: ELF 64-bit LSB executable, AMD x86-64, version 1 (FreeBSD), for \
FreeBSD 127.7.9, statically linked, stripped
after: ^^^^^^^
./ls: ELF 64-bit LSB executable, AMD x86-64, version 1 (FreeBSD), for \
FreeBSD 5.0.1, dynamically linked (uses shared libs), stripped

The reason for this is that the NOTE sections are not contiguous
internally. If the note section has an alignment of 16, then anything
that looks for the data is supposed to round up the payload start to
the next multiple of the alignment. But FreeBSD/amd64 broke because the
structure is declared as a single structure, not a (header,payload) group,
where the payload had an explicit alignment roundup.

The alternative is to change things like file(1) to ignore the ELF payload
alignment rules for the PT_NOTE section only for FreeBSD.


117606 15-Jul-2003 marcel

Fix typo: Passing the first argument to exit() in out2 does not work.
Trust me.


117537 14-Jul-2003 marcel

_start() needed to be written in assembly. See crt1.S.


117531 13-Jul-2003 marcel

Rewite _start(). We cannot use a C function due to the fact that we
don't call it according to the runtime specification and especially
WRT to gp this can cause trouble. The gcc 3.3.1 import broke the
ia64 runtime because the compiler saved gp prior to us being able
to set it properly. Restoring gp after the calls would then invalidate
gp and cause segmentation faults later on.
By rewriting _start() as an assembly function, we also avoided even
more gcc dependences, by trying to use gcc specific features to work
around the problem.
This version of _start() does not reference _DYNAMIC. We register the
cleanup function when it's a non-NULL pointer. The kernel will always
pass a NULL pointer and dynamic linkers may pass a non-NULL pointer.

The machine independent code to set __progname now unfortunately is
written in assembly. So be it.


117074 30-Jun-2003 ru

MFi386: revision 1.19.


115826 04-Jun-2003 bde

Removed garbage:
- -elf in CFLAGS had no effect except to reduce portability.
- -elf in LDFLAGS had even less effect, since LDFLAGS is not used.
- -Wall in CFLAGS had no effect except to reduce portability and break
overriding of WARNS, since the setting of WARNS implies -Wall.


114667 04-May-2003 obrien

This is now Gcc 3.3 WARNS 6 clean.


114666 04-May-2003 obrien

Set abitag __unused.


114319 30-Apr-2003 peter

Update for AMD64. repocopied from i386-elf/crt1.c. Deal with regparm
argument passing rather than stack based args. The kernel passes the
base of the argument/env vector in %rdi (arg1).


109908 26-Jan-2003 markm

Very minor EOL whitespace diff-reducer.


109907 26-Jan-2003 markm

Missed a bit of cleanup.


109905 26-Jan-2003 markm

make these more useful for lint(1). Minor diff-reductions while I'm
about it.


109903 26-Jan-2003 markm

Remove the get_term() function. It pretty much can't work for
FreeBSD, and makes ugly diffs with the other crt1.c's. Leave
behind a comment (words supplied by Thomas Moestl) that explain
the issue.

OK'ed by: tmm


107460 01-Dec-2002 bde

Backed out previous commit (alignment suitable for RELENG_4) as planned
since it has been MFC'ed. See the log message for the previous commit
for more details. The alignment bug in gcc-3 has not been fixed, but
it is not very serious and the previous commit just moved it (as intended).

Approved by: re (murray)


104143 29-Sep-2002 bde

Align the stack suitably for the version of gcc in FreeBSD-4 (provided
-fomit-frame-pointer is not used). This is mostly moot for -current
because gcc-3 does the alignment (slightly incorrectly) in main().

This patch is intended for easy MFC'ing and should be backed out in
-current soon since it causes compiler warnings and better fixes are
possible in -current. The best fix is to do nothing here and wait for
gcc to do stack alignment right. gcc-3 aligns the stack in main(), but
does it too late for main()'s local variables and too late for anything
called before main(). A misaligned stack is now more than an efficiency
problem, since some SSE instructions in some or all (hardware)
implementations trap on misaligned operands even if alignment checking
is not enabled.

PR: 41528:
Submitted by: NIIMI Satoshi <sa2c@sa2c.net> (original version)
MFC after: 3 days


103721 20-Sep-2002 markm

Remove a prototype for a function that is no longer called.


102900 03-Sep-2002 jake

Don't need to install the signal trampoline here anymore.


100872 29-Jul-2002 ru

Drop support for COPY, -c has been the default mode of install(1)
for a long time now.

Approved by: bde


100167 16-Jul-2002 markm

The main reason for this is to reduce diffs between all the crt1.c's.

Assembler macros are tidied up and made as similar as sanely possible.
The macros are translated into C (__inline static) functions for lint.

Declaration orders are made the same.
Declarations are all ISOfied and tidied up.

Comment contents have gratuitous diffs removed.

The net result is a bunch of crt1.c's that are 90% the same.
It may be possible to now encapsulate the differences in one
MD header, and have only one MI crt1.c file (although the macros
to do this may be ugly).

Helpful comments by: obrien, bde
Alpha tested by: des
i386-elf tested by: markm


99354 03-Jul-2002 markm

Whitespace diffs only; this brings this file into the same whitespace
convention as src/lib/csu/*/crt1.c.

This will make the follow up diffs easier to see and extract.


98817 25-Jun-2002 obrien

WARNS=6'ify.
Style nits.


98816 25-Jun-2002 obrien

Prototype _start.
Submitted by: markm

Mark some _start formal parameters __unused.


96632 15-May-2002 obrien

Use .rodata section for $FreeBSD$.


96530 13-May-2002 ru

Fixed CLEANFILES after bsd.lib.mk sweep.


96516 13-May-2002 ru

SOBJS are not used here for a long time, and were just
pessimising the `install'.


96512 13-May-2002 ru

Major cleanup of bsd.lib.mk.

Get rid of the INTERNALSTATICLIB knob and just use plain INTERNALLIB.
INTERNALLIB now means to build static library only and don't install
anything. Added a NOINSTALLLIB knob for libpam/modules. To not
build any library at all, just do not set LIB.


96463 12-May-2002 ru

Revert the last change. The corresponding bsd.lib.mk changes were
already backed out.


96411 11-May-2002 obrien

Use the simpler NOMAN rather than NOMAN, NOPIC, NOPROFILE, INTERNALLIB.


96313 10-May-2002 obrien

Use the compiler's crt{begin,end}.


96171 07-May-2002 obrien

Fix the copyright dates.


95751 29-Apr-2002 jake

Install the libc signal trampoline on startup.


95721 29-Apr-2002 bde

Removed "-fkeep-inline-functions" from CFLAGS, since it now has no effect
except to generate spurious warnings about a system header <sys/param.h>
having some inline functions (the bswap family). This backs out the main
part of rev.1.5 (which was the only part left). The problem fixed by
rev.1.5 of the Makefile went away in rev.1.5 of ../common/crtbegin.c
when the references to do_ctors() and do_dtors() in the latter were moved
from inline asm to C code.

This leaves the problem that implementation details cause warnings.

Discussed with: jdp


94613 13-Apr-2002 obrien

Style nit and modernize SCM ID.


94230 08-Apr-2002 obrien

For now we are using our old crt{begin,end}.


93399 29-Mar-2002 markm

Do not use __progname directly (except in [gs]etprogname(3)).
Also, make an internal _getprogname() that is used only inside
libc. For libc, getprogname(3) is a weak symbol in case a
function of the same name is defined in userland.


93037 23-Mar-2002 obrien

Style nit.


93036 23-Mar-2002 obrien

Remove prototype, no other crt1.c has or needs it.


92938 22-Mar-2002 obrien

Remove __P() usage.


92915 21-Mar-2002 obrien

Remove __P() usage.


92447 16-Mar-2002 obrien

Revert part of rev 1.3 -- we need the calls to _init and _fini.


92033 10-Mar-2002 obrien

Sync with csu/alpha/Makefile: build crt{i,n}.o.
Leave crtbegin* to the compiler vendor.


91500 28-Feb-2002 obrien

Minor style(9) nit + utilize ELF features for the FreeBSD ID.


91430 27-Feb-2002 obrien

Minor style(9) nit + utilize ELF features for the FreeBSD ID.


91427 27-Feb-2002 obrien

We do not support the sparc platform.


91426 27-Feb-2002 obrien

Minor WS change to improve readability.


91175 23-Feb-2002 tmm

Initialize the libc user trap handlers before passing control non-startup
code, so that the userland fp emulator will work.


89930 28-Jan-2002 obrien

GC code that moved to crtbrand.c.


89303 13-Jan-2002 jake

Comment out the retrieval of a termination function from %g1. It is
doubtful this will ever be used by anything and rtld uses %g1.
Comment out references to _init and _fini for now too.


88581 28-Dec-2001 jake

Fix typo (unclosed comment).


88001 15-Dec-2001 obrien

Embelish CFLAGS.


88000 15-Dec-2001 obrien

The instructions on doing something with src/lib/csu/sparc64.


87991 15-Dec-2001 obrien

Sparc64 ELF version of the C runtime support.
It tries to comply with the SCD 2.4.1 (and thus Sparc 64-bit psABI).

This is an amalgamation of the FreeBSD Alpha crt1.c and the BSD/OS Sparc
crt0.c (which the copyright reflects).


85952 03-Nov-2001 peter

Put in an attempt at stack trace/unwind records.


85679 29-Oct-2001 peter

Mostly cosmetic. Use indentation that is reasonably close to other
ia64 *.S files in our tree (eg: locore.s). Put the rest of the args
in the .section lines.

Reviewed by: dfr


85678 29-Oct-2001 peter

Update for the new toolchain. ld doesn't provide _GLOBAL_OFFSET_TABLE_
in 2.11.2, so use a relocatable method of calculating gp.

Reviewed by: dfr


85612 28-Oct-2001 obrien

sparc64 verions of the crt initialization and finalization files required
by the ELF ABI.


85597 27-Oct-2001 peter

Add missing crti.S and crtn.S files. I have tested these with -static
linking only. They may require some gp relative tweaks for dynamic use.


85595 27-Oct-2001 obrien

Sync with other platforms.


85594 27-Oct-2001 obrien

minor style updating


85593 27-Oct-2001 obrien

Update for reality and syncing with other FreeBSD platforms.


85592 27-Oct-2001 obrien

Feh, it helps to include a file other than yourself... wonder how
GCC cpp liked that.

Properly include the branding info.


85524 26-Oct-2001 obrien

Fix nit in copyright.


85522 26-Oct-2001 obrien

Use the new machine-independent versions of crtbegin and crtend
from the "common" directory.


84799 11-Oct-2001 dfr

Change to track the new calling convention for execve. This version only
needs one line of assembler to initialise gp.


82074 21-Aug-2001 dfr

Make sure stack is aligned to 16 bytes.


81586 13-Aug-2001 ru

Removed duplicate VCS ID tags, as per style(9).


80740 31-Jul-2001 mp

Fix compilation errors by adding forward declarations and fix typo.


70659 04-Jan-2001 obrien

Add rcsid's.


70658 04-Jan-2001 obrien

The instructions on doing something with src/lib/csu/powerpc.


70657 04-Jan-2001 obrien

PowerPC version of the C runtime support.

This is an amalgamation of the NetBSD macppc crt0.c (which the copyright
reflects) and the FreeBSD/Alpha crt1.c.


70656 04-Jan-2001 obrien

PowerPC verions of the crt initialization and finalization files required
by the ELF ABI.


67926 30-Oct-2000 obrien

Alpha verions of the crt initialization and finalization files required
by the ELF ABI.


67811 28-Oct-2000 obrien

* Bring back the guts of crt{i,n}.S. This allows C++ exceptions to work
when using the egcs and gcc-devel ports, along with GCC built from stock
public FSF sources. With out this change, FreeBSD will be removed from
the list of systems GCC 3.0 must be evaluated on before release. With
the effort some of us put into getting FreeBSD on this list, we should
not turn this effort into a waste, else we might not be worth fighting
for in the future. (note that Alpha and IA-64 versions of crt{i,n}.S
are needed)

* Switch from our own crt{begin,in} to those created from GCC's crtstuff.c.
This will allow us to switch to DWARF2 exceptions in the future, along with
staying in sync with any future GCC requirements.

* Break out our ELF branding bits into a seperate file. Currently this
is now included by our crt1.c files (since this functionality was part of
our native crtbegin.c). Later crtbrand.o will be merged in the creation
of crti.o.


67116 14-Oct-2000 dfr

CSU code for ia64.


60844 24-May-2000 obrien

Use the new machine-independent versions of crtbegin and crtend
from the "common" directory.


60811 23-May-2000 jdp

Use the new machine-independent versions of crtbegin and crtend
from the "common" directory.

As a side-effect, this also fixes a bug in the ordering of global
constructors and destructors on the Alpha. See revision 1.3 of
"../common/crtbegin.c" for details.


60734 20-May-2000 jdp

Take crtbegin.c and crtend.c from the new machine-independent
"common" sister directory.


60698 19-May-2000 jdp

This is step 1 in an effort to unify the start-up files for the
various architectures. Now all the work is done in crtbegin.c.
It doesn't contain any assembly language code, so it should work
fine on all architectures. (I have tested it on the i386 and the
alpha.) The old assembly language files crt[in].S are now empty
shells that generate no code or data. They should not be removed
any time soon, because the various versions of gcc in src and ports
expect them to exist.

Next I will move crtbegin.c into a new common machine-independent
directory, and adjust the i386-elf Makefile to use that version.
After that I will adjust the alpha Makefile to use the common
version too.

Requested by: obrien


59407 19-Apr-2000 obrien

CSU source for IA-64. Current we use the ../Alpha sources.


59406 19-Apr-2000 obrien

Use ${.ALLSRC} in Makefile so that it is a better candidate for copying.
Also allows the soruce to live somewhere else.


59405 19-Apr-2000 steve

CSU source for the Sparc copied over from the FreeBSD/Alpha sources.


59342 18-Apr-2000 obrien

Change our ELF binary branding to something more acceptable to the Binutils
maintainers.

After we established our branding method of writing upto 8 characters of
the OS name into the ELF header in the padding; the Binutils maintainers
and/or SCO (as USL) decided that instead the ELF header should grow two new
fields -- EI_OSABI and EI_ABIVERSION. Each of these are an 8-bit unsigned
integer. SCO has assigned official values for the EI_OSABI field. In
addition to this, the Binutils maintainers and NetBSD decided that a better
ELF branding method was to include ABI information in a ".note" ELF
section.

With this set of changes, we will now create ELF binaries branded using
both "official" methods. Due to the complexity of adding a section to a
binary, binaries branded with ``brandelf'' will only brand using the
EI_OSABI method. Also due to the complexity of pulling a section out of an
ELF file vs. poking around in the ELF header, our image activator only
looks at the EI_OSABI header field.

Note that a new kernel can still properly load old binaries except for
Linux static binaries branded in our old method.

*
* For a short period of time, ``ld'' will also brand ELF binaries
* using our old method. This is so people can still use kernel.old
* with a new world. This support will be removed before 5.0-RELEASE,
* and may not last anywhere upto the actual release. My expiration
* time for this is about 6mo.
*


50476 28-Aug-1999 peter

$Id$ -> $FreeBSD$


48837 16-Jul-1999 simokawa

Enable gcrt1.o.


47788 06-Jun-1999 jdp

Call do_ctors() and do_dtors() using indirect calls through function
pointers. The calls are in different sections from the functions
being called, and they can potentially be far away. On a very large
program, the 21-bit displacement field of the BSR instruction
overflowed at link time.


45973 24-Apr-1999 jdp

Remove some left-over stuff from NetBSD that we don't need. This
eliminates the need to include the dynamic linker's private header
file, as well as two other headers from <sys>.


45506 09-Apr-1999 jdp

Ugh. I didn't know this Makefile was reaching over into the dynamic
linker sources for some of its header files. Add a -I flag to pick
up a new directory over there.


44789 15-Mar-1999 jdp

Add "-fkeep-inline-functions" to CFLAGS so that higher optimization
levels (-O3 and above) won't remove essential code. Many thanks
to Dmitrij Tejblum <dima@tejblum.dnttm.rssi.ru> for pointing out
that it was the optimizer's removal of this code that caused make
world with -O3 to break. With this change, make buildworld now
completes.


44699 13-Mar-1999 jdp

Reverse the order of processing object files within an executable or
shared library when invoking global constructors and destructors.
For constructors, the object files used to be processed from first
to last; now they're done from last to first. (Destructors are done
in the opposite order, as required by the C++ standard.) This makes
us consistent with standard gcc and egcs compilers. It also
eliminates ordering differences between dynamic and static
executables.

Bump the value of __FreeBSD_version to 400002 to reflect this
change.


44691 12-Mar-1999 jdp

Move the code for the ".init" and ".fini" sections outside of a
C function so the compiler won't try to emit line numbers for it
with "-g", breaking the build. This has the nice side-effect of
making crtbegin.o and crtbeginS.o a little bit smaller.

Remove "-Wno-unused" from the Makefile. Replace it with "__unused"
on particular function and variable declarations.


42826 19-Jan-1999 simokawa

Initialize __progname by argv[0] before striping leading path,
otherwise we always get empty name.


42450 09-Jan-1999 jdp

Switch to using ".So" as the extension for PIC object files rather
than ".so". The old extension conflicted with well-established
naming conventions for dynamically loadable modules.

The "clean" targets continue to remove ".so" files too, to deal with
old systems.


42376 07-Jan-1999 steve

Strip the leading path from __progname.

Ok'd by: jdp


42089 27-Dec-1998 bde

Fixed type mismatches in args to __syscall(). One for mmap() broke on
i386's with 64-bit longs -- the padding between mmap()'s 5th and 6th
is an int, not a long. The other mismatches were benign.


42088 27-Dec-1998 bde

Avoid using ld -O (as in bsd.lib.mk).

Fixed `make cleandepend'. The default is null because SRCS is null.


42049 24-Dec-1998 steve

Strip the leading path from __progname as is done in the a.out case. Also
bring in stddef.h so we can use NULL instead of 0 for pointer comparisons.

Hinted at by: Bruce Evans
Reviewed by: John Polstra


38928 07-Sep-1998 jdp

Make profiling work for ELF. gprof now autodetects the format of
the executable file, so it will work for both a.out and ELF format
files. I have split the object format specific code into separate
source files. It's cleaner than it was before, but it's still
pretty crufty.

Don't cheat on your make world for this update. A lot of things
have to be rebuilt for it to work, including the compiler and all
of the profiled libraries.


38460 20-Aug-1998 jb

Remove the bootstrap hack that prevented the use of the rtld.


36494 31-May-1998 bde

Fixed double slashes in pathnames.


36397 26-May-1998 sos

ELF preparation step 2:

Move a.out libraries to /usr/lib/aout to make space for ELF libs.
Make rtld usr /usr/lib/aout as default library path.
Make ldconfig reject /usr/lib as an a.out library path.
Fix various Makefiles for LIBDIR!=/usr/lib breakage.

This will after a make world & reboot give a system that no
longer uses /usr/lib/*, infact one could remove all the old
libraries there, they are not used anymore.

We are getting close to an ELF make world, but I'll let this
all settle for a week or two...


35664 04-May-1998 jb

Force BOOTSTRAP mode all the time while the headers are broken on alpha
as the result of i386 changes.


34977 01-Apr-1998 jb

Temporary fix for problems that occur if CFLAGS=-g is added to
/etc/make.conf. The tools can't handle generating debug code where
we fiddle with the ELF segments.


34488 11-Mar-1998 jb

Bring these back from the dead.


34487 11-Mar-1998 jb

Don't share sources with i386-elf. That was too difficult. 8-(

Add a bootstrap mode so that non-rtld versions of these objects can
be built when bootstrapping the system with NetBSD tools, headers
and libraries. Once the FreeBSD tools are built, the FreeBSD headers
are installed and *then* these objects can be recompiled with the
rtld references. Phew.


34485 11-Mar-1998 jb

This commit was generated by cvs2svn to compensate for changes in r34484,
which included commits to RCS files with non-trunk default branches.


34454 10-Mar-1998 jb

Trash startup sources from NetBSD in favour of jdp's FreeBSD source
now that has been committed.

The makefile is derived from the i386-elf version, modified to pick
up most of the source (except crt1.c) from i386-elf. With minor changes
to i386-elf/crt1.c, this directory can be combined with i386-elf to
be a single csu/elf directory for all seasons.


34453 10-Mar-1998 jb

This commit was generated by cvs2svn to compensate for changes in r34452,
which included commits to RCS files with non-trunk default branches.


34199 07-Mar-1998 jdp

This commit was generated by cvs2svn to compensate for changes in r34198,
which included commits to RCS files with non-trunk default branches.


34198 07-Mar-1998 jdp

Import C startup files for ELF support.

Submitted by: John Polstra <jdp@polstra.com>


33236 11-Feb-1998 jdp

Remove the include of <dlfcn.h> from crt0.c; it is not needed now
that the dl* trampolines have been moved into libc.

Move dlfcn.h from src/lib/csu/i386 into src/include. Nothing in
src/lib/csu/i386 uses it any more.


33180 09-Feb-1998 jdp

Move the trampolines for dlopen and related functions from crt0.o
into libc. This reduces the size of every dynamically linked
executable by 248 bytes, and it reduces the size of static executables
by a lesser amount. It also eliminates some global namespace
pollution.

With this change in place, the source for dlfcn.h should probably
be moved to "/usr/src/include". I'll save that for another day.

Compatibility note: Programs which use dlopen, if compiled on
systems with this change, will not run on systems with a libc from
prior to this change. Very few programs use dlopen, so I think
that is OK.


33137 06-Feb-1998 jdp

Implement dladdr.


32484 12-Jan-1998 eivind

${TARGET} -> ${.TARGET}

Tiny pointed hat goes to: Our Makefile-meister.


32417 11-Jan-1998 jb

CSU source for Alpha obtained from NetBSD. The makefile will require
more work when we get a half-way usable libc (which is next).


31342 22-Nov-1997 brian

const correctness for dl*()


30291 11-Oct-1997 asami

Make this file p-make clean. (Use "ld -O foo" instead of "ld; mv
a.out foo".)

Reviewed by: bde (actually more like "Suggested by")


29988 29-Sep-1997 wosch

Sort cross refereces in section SEE ALSO.


27838 02-Aug-1997 jdp

Implement dlsym(RTLD_NEXT, symbol).


25296 30-Apr-1997 msmith

Use our copy of dlfcn.h, not the version in /usr/include, which may not
be up-to-date when we are building.
Submitted by: Terry Lambert <terry@lambert.org>


24756 09-Apr-1997 jdp

Declare the constructor/destructor linker sets as extern rather than
common. Add one do-nothing element to each set. This ensures that
the linker realizes that they are linker sets rather than simple
commons, and makes it possible to link c++rt0.o into every shared
library regardless of whether it is a C++ library or not. Without
this change, the constructors and destructors in the main program
could be executed multiple times.

This change is going to make it possible to get rid of the
CPLUSPLUSLIB makefile variable once and for all. It is a piece of
the solution to PR gnu/3505 (gcc -shared). Finally, it fixes a
heretofore unreported bug: If CPLUSPLUSLIB was set in a makefile
for a C++ shared library that had no static constructors or
destructors in it, then the main program's constructors and
destructors would be executed multiple times.


24553 02-Apr-1997 jdp

Fix an error in the previous revision that caused make world breakage.


24488 01-Apr-1997 bde

Simplified install rule.


22993 22-Feb-1997 peter

Revert $FreeBSD$ to $Id$


21673 14-Jan-1997 jkh

Make the long-awaited change from $Id$ to $FreeBSD$

This will make a number of things easier in the future, as well as (finally!)
avoiding the Id-smashing problem which has plagued developers for so long.

Boy, I'm glad we're not using sup anymore. This update would have been
insane otherwise.


21619 12-Jan-1997 jdp

Convert to mdoc format.
Add descriptions of RTLD_LAZY and RTLD_NOW.
Correct the synopsis to agree with the actual function prototypes.
Add clarifications of a few things.
Clean up the wording in a few places.


21616 12-Jan-1997 jdp

Add definitions of RTLD_LAZY and RTLD_NOW.


21571 11-Jan-1997 jdp

Set the "crt_ldso" member of the crt-to-ld.so interface structure. This
was apparently overlooked at the time the member was added. Its absence
causes some error messages from the dynamic linker to begin with
"(null):" instead of with the pathname of the dynamic linker as they
should.

I am also adding a work-around to the dynamic linker, to cope with
legacy binaries that were built with older versions of crt0.


21158 01-Jan-1997 bde

Use ${COPY} instead of -C for installing non-source files. crt*.o
should be installed using the same flag as libraries, but ${COPY}
is currently used for libraries.


20975 28-Dec-1996 peter

When linking with no rtld support, provide stub dl*() functions that
just return errors. This removes the need for awful hacks like that in
our build of libtcl which would get link errors when linked static.

John Polstra once mentioned that this was on his "todo" list.

Note that one can use:
cc -Wl,-Bstatic -o foo foo.o
and get an executable that has it's libraries statically linked, but has
a fully functional runtime linker so the executable can call dlopen() and
have it work. (I've tested this)


18802 08-Oct-1996 scrappy

Fixed prototyping of dlopen/dlsym in dlfcn.h, to match how crt0.c defines
it and link.h prototypes it

Error of my ways pointed out by Peter


18735 06-Oct-1996 steve

Remove garbage initcode reference so that 'gcc -Dlint ...'
will compile without error.


18593 01-Oct-1996 peter

Support crt0 <-> ld.so interface version 4. This should be both backwards
and forwards compatable with version 3. This is needed to enable storing
a run-time library path in the dynamic linking headers. The crt startup
tries version 4 first, and falls back to version 3, so an executable that
is linked on -current will work with the ld.so on 2.1.x and less.

Reviewed by: nate, jdp
Obtained from: NetBSD


17927 30-Aug-1996 peter

cmp -s || install -c --> install -C


15679 07-May-1996 wosch

``mv'' -> ``mv -f''
``rm'' -> ``rm -f''
so mv/rm may not ask for confirmation if you are not root


14161 20-Feb-1996 jdp

Changed the dimensions of __CTOR_LIST__ and __DTOR_LIST__ from 0
to 2. This makes them agree with the declarations in libgcc, and
clears the way once again for linking c++rt0.o into all libraries,
and eliminating CPLUSPLUSLIB from <bsd.lib.mk>. (I have not made
that change yet, because there is still a bootstrapping problem
for "make world".)

Also, removed a check which ensured that the constructor count in
the first word of __CTOR_LIST__ was greater than zero before
traversing the list. I had added that check earlier, but it is no
longer necessary, now that there is guaranteed to be at least 2
words in __CTOR_LIST__.


13727 30-Jan-1996 nate

Back out the thread_init code in order to allow -current to bootstrap
from -stable, until a better solution is found.

Submitted by: Consensus of mailing list and the almighty Jordan :)


13545 22-Jan-1996 julian

Reviewed by: julian and (hsu?)
Submitted by: John Birrel(L?)

changes for threadsafe operations


13441 15-Jan-1996 jdp

Check the count in the first word of __CTOR_LIST__ before executing
the loop that invokes the static constructors. That makes it safe
to link c++rt0.o into any shared library, even one that does not
have any static constructors. Formerly, doing that would cause a
bus error. If the library has no static constructors, __CTOR_LIST__
comes out as a simple 4-byte COMMON region, and it does not have
the usual NULL word that terminates the list of constructors. This
caused the old code to "call" a garbage address via the non-existent
entry __CTOR_LIST__[1].

The analogous code that invokes the static destructors was already safe.

This change is fully backward-compatible.

Reviewed by: dfr@render.com (Doug Rabson)


13123 30-Dec-1995 peter

This commit was generated by cvs2svn to compensate for changes in r13122,
which included commits to RCS files with non-trunk default branches.


13122 30-Dec-1995 peter

recording cvs-1.6 file death


12009 02-Nov-1995 ache

Remove my locale hack. Sigh.


11912 29-Oct-1995 phk

Clean up and make code (more) readable.


11676 22-Oct-1995 bde

Fixed dependencies for scrt0.o.
Build a static gcrt0.o (sgcrt0.o) too. Currently only the dynamic gcrt0.o
is used, although -pg forces -static.
Sorted the .o targets.


11592 20-Oct-1995 phk

-fomit-frame-pointer is becomming an increasingly popular optimization,
so before somebody screws up royally, make sure this always works by
adding a -fno-omit-frame-pointer here.


11562 18-Oct-1995 phk

put the _getenv and _strncmp under #ifdef DEBUG, which is the only time
they are used. Saves a few bytes here and there, nothing major.


11556 18-Oct-1995 dg

Create a scrt0.o file that specifically excludes the shared-lib support.
This will be used for -static programs.


11039 27-Sep-1995 nate

Fixup the "ld.so failed" message for the case when ld.so finds undefined
symbols.

An easy example to see this is to develop an X program which links
against Xt, but doesn't add -lX11 to the link line. It will link fine,
but cause run-time errors by ld.so because of missing symbols used by Xt
defined in X11. This patch makes the errors more readable.

Submitted by: jdp@polstra.com (John Polstra)


9971 06-Aug-1995 bde

Install source files with the -c flag, not with the optional flag ${COPY}.


9970 06-Aug-1995 bde

Change `install' to `${INSTALL}' so that default install flags can be
specified in the top level Makefiles.

Previously I missed dozens of Makefiles that skip the install after
using `cmp -s' to decide that the install isn't necessary.


9378 30-Jun-1995 wollman

Numerous Makefile fixes:

1) Do dependencies.
2) Install all appropriate links to manual pages.
3) Install header file in `beforeinstall' like all the rest.
4) Install header file only if changed.
5) Install object files only if changed.


9335 27-Jun-1995 dfr

Change ld.so to correctly load dependant libraries for dlopen and unload them
on dlclose. Also correctly call constructors and destructors for libraries
linked with /usr/lib/c++rt0.o.
Change interpretation of dlopen manpage to call _init() rather than init()
for dlopened objects.
Change c++rt0.o to avoid using atexit to call destructors, allowing dlclose to
call destructors when an object is unloaded.
Change interface between crt0 and ld.so to allow crt0 to call a function on
exit to call destructors for shared libraries explicitly.

These changes are backwards compatible. Old binaries will work with the new
ld.so and new binaries will work with the old ld.so. A version number has
been introduced in the crt0-ld.so interface to allow for future changes.

Reviewed by: GAWollman, Craig Struble <cstruble@singularity.bevc.blacksburg.va.us>


8870 30-May-1995 rgrimes

Remove trailing whitespace.


7489 30-Mar-1995 phk

Install the dlopen.3 manpage.


6682 24-Feb-1995 phk

Remove an unused variable.


6259 09-Feb-1995 jkh

Install the header files.


6242 08-Feb-1995 jkh

Add two parts of Mark's/Gary's dlopen() changes that I missed before.


6233 07-Feb-1995 jkh

Support for more Sun compatible dlopen() and friends. Also added proper error
handling.
Reviewed by: gj
Submitted by: Mark Diekhans <markd@grizzly.com>


3051 24-Sep-1994 ache

Call reduced (8-bit only) startup_setlocale()


2879 19-Sep-1994 ache

Change level of setlocale hack enabling from compile option STARTUP_LOCALE
to check (via getenv) environment variable "ENABLE_STARTUP_LOCALE" at
runtime.
Submitted by: me per Bruce suggestion


2869 18-Sep-1994 ache

Add (#ifdef'ed by STARTUP_LOCALE) following line to crt0.c

(void) setlocale(LC_ALL, "");

It will be easiest way now to make national chars available
for all ctype-oriented programs at once by simple:

setenv LANG Your_National_Charset

Default case (without "LANG" environment
variable) will be fully ANSI compatible (got "C" locale).

If "LANG" variable present, extention becomes active.

Effect of this extention is great: in one time all ctype
oriented programs can accept/print national characters
without any touching source/binary code, it is big win, IMHO.

This method is fully compatible with ISO8859-* and russian koi8-r
too (in general -- with all 8-bit character sets). I think
it is very useful.
I got this idea from Xenix locale implementation.

This extention is even never compiled in, unless you set
setenv STARTUP_LOCALE
before rebuilding crt0.c or corresponding variable in /etc/make.conf


2217 22-Aug-1994 bde

Remove dead code. gmon stuff is now done better in libc/gmon an
<machine/profile.h>. The old version was writing an incomplete
header without the profrate field that is necessary to handle the
current faster profiling clock. The counters that are where the
the profrate should be are usually 0 and gprof converts a profrate
of 0 to hz so the old version gave times too large by a factor of
profhz/hz = 10.24.


1865 05-Aug-1994 wollman

Make it work with new mmap syscall.


1617 28-May-1994 rgrimes

MAP_FILE is the default on mmap now, and is no longer defined just
like on a sun, so #define it to be 0 if we are running BSD >=199306.


1253 09-Mar-1994 nate

From Jordan via. Paul K.

This fixes the problems Warner's having with ctors not being called
again with the latest round of ld changes and updates the file-names to what
Paul is using now.

The name change will not affect anything as we are not (yet) using it.


1164 16-Feb-1994 nate

Allow NetBSD (old style) shared binaries to work. Probably not the
final solution but at least this gets folks running -current up again.


1157 13-Feb-1994 jkh

New dlopen, dlclose, etc al. For the new ld changes.


928 03-Jan-1994 dg

Implemented 'QMAGIC' a.out format correctly, and changed the default
output to be QMAGIC.


914 24-Dec-1993 jkh

Adding embryonic C++ shared lib support (all tests positive so far).


780 18-Nov-1993 ache

-r option incorrectly removed:
it is impossible to make gcrt0.o from moncrt0.o and gmon.o without it.


772 16-Nov-1993 paul

Removed all the ld -x -r stuff -- paranoia.


741 09-Nov-1993 paul

shlib update:

Can get rid of local symbols with "ld -x -r" again.
Made LDSO #ifdef DEBUG.


710 07-Nov-1993 paul

Removed install -d line since our install doesn't support the -d
option.


698 04-Nov-1993 paul

Added shared libs support from NetBSD.


670 26-Oct-1993 dg

Yanked out the 8 'addb %al,%al' (0xc000)'s out of the start of the
program. The idea was that these are 'alignment' crap, but the image
is 16byte-aligned without these. Location 0 still doesn't have a 0,
but who cares, binaries wil be built with page zero unmapped in the
near future.


89 03-Jul-1993 root

Added ${COPY} knob to the install commands


52 29-Jun-1993 nate

Added some support the new err(3) routines need
(Copied directly from NetBSD verbatim)


7 18-Jun-1993 paul

Upgrade to GCC 2.X


5 12-Jun-1993 rgrimes

This commit was generated by cvs2svn to compensate for changes in r4,
which included commits to RCS files with non-trunk default branches.