/freebsd-src/sys/contrib/openzfs/include/ |
H A D | Makefile.am | 19 sys/abd.h \ 20 sys/abd_impl.h \ 21 sys/aggsum.h \ 22 sys/arc.h \ 23 sys/arc_impl.h \ 24 sys/asm_linkage.h \ 25 sys/avl.h \ 26 sys/avl_impl.h \ 27 sys/bitmap.h \ 28 sys/bitop [all...] |
/freebsd-src/tools/build/test-includes/ |
H A D | badfiles.inc | 3 sys/aac_ioctl.h \ 4 sys/agpio.h \ 5 sys/atomic_common.h \ 6 sys/atomic_san.h \ 7 sys/bio.h \ 8 sys/bitstring.h \ 9 sys/blist.h \ 10 sys/buf.h \ 11 sys/buf_ring.h \ 12 sys/bu [all...] |
/freebsd-src/sys/contrib/openzfs/include/os/freebsd/ |
H A D | Makefile.am | 7 %D%/spl/sys/ia32/asm_linkage.h \ 9 %D%/spl/sys/acl.h \ 10 %D%/spl/sys/acl_impl.h \ 11 %D%/spl/sys/atomic.h \ 12 %D%/spl/sys/byteorder.h \ 13 %D%/spl/sys/callb.h \ 14 %D%/spl/sys/ccompat.h \ 15 %D%/spl/sys/ccompile.h \ 16 %D%/spl/sys/cmn_err.h \ 17 %D%/spl/sys/condva [all...] |
/freebsd-src/sys/kern/ |
H A D | Make.tags.inc | 2 SYS?= ${.CURDIR}/.. 7 # Put the /sys/sys include files at the end so that subroutine definitions 11 COMM= ${SYS}/sys/vnode.h \ 12 ${SYS}/dev/alc/*.[ch] \ 13 ${SYS}/dev/iicbus/*.[ch] \ 14 ${SYS}/dev/isp/*.[ch] \ 15 ${SYS}/dev/ppbus/*.[ch] \ 16 ${SYS}/dev/smbus/*.[ch] \ 17 ${SYS}/fs/autofs/*.[ch] \ 18 ${SYS}/fs/cd9660/*.[ch] \ [all …]
|
/freebsd-src/sys/contrib/openzfs/include/os/linux/ |
H A D | Makefile.am | 20 kernel_sysdir = $(kerneldir)/sys 22 %D%/zfs/sys/abd_os.h \ 23 %D%/zfs/sys/abd_impl_os.h \ 24 %D%/zfs/sys/policy.h \ 25 %D%/zfs/sys/trace_acl.h \ 26 %D%/zfs/sys/trace_arc.h \ 27 %D%/zfs/sys/trace_common.h \ 28 %D%/zfs/sys/trace_dbgmsg.h \ 29 %D%/zfs/sys/trace_dbuf.h \ 30 %D%/zfs/sys/trace_dm [all...] |
/freebsd-src/sys/contrib/openzfs/lib/libspl/include/ |
H A D | Makefile.am | 25 libspl_sysdir = $(libspldir)/sys 27 %D%/sys/acl.h \ 28 %D%/sys/acl_impl.h \ 29 %D%/sys/asm_linkage.h \ 30 %D%/sys/backtrace.h \ 31 %D%/sys/callb.h \ 32 %D%/sys/cmn_err.h \ 33 %D%/sys/cred.h \ 34 %D%/sys/debug.h \ 35 %D%/sys/dkio.h \ [all …]
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ |
H A D | MachO.h | 1141 sys::swapByteOrder(mh.magic); in swapStruct() 1142 sys::swapByteOrder(mh.nfat_arch); in swapStruct() 1146 sys::swapByteOrder(mh.cputype); in swapStruct() 1147 sys::swapByteOrder(mh.cpusubtype); in swapStruct() 1148 sys::swapByteOrder(mh.offset); in swapStruct() 1149 sys::swapByteOrder(mh.size); in swapStruct() 1150 sys::swapByteOrder(mh.align); in swapStruct() 1154 sys::swapByteOrder(mh.cputype); in swapStruct() 1155 sys::swapByteOrder(mh.cpusubtype); in swapStruct() 1156 sys::swapByteOrder(mh.offset); in swapStruct() [all …]
|
H A D | DXContainer.h | 63 void swapBytes() { sys::swapByteOrder(Flags); } in swapBytes() 71 sys::swapByteOrder(Major); in swapBytes() 72 sys::swapByteOrder(Minor); in swapBytes() 85 sys::swapByteOrder(FileSize); in swapBytes() 86 sys::swapByteOrder(PartCount); in swapBytes() 97 void swapBytes() { sys::swapByteOrder(Size); } in swapBytes() 114 sys::swapByteOrder(MinorVersion); in swapBytes() 115 sys::swapByteOrder(MajorVersion); in swapBytes() 116 sys::swapByteOrder(Offset); in swapBytes() 117 sys in swapBytes() [all...] |
/freebsd-src/sys/contrib/openzfs/lib/libzdb/ |
H A D | libzdb.c | 7 #include <sys/zfs_context.h> 8 #include <sys/spa.h> 9 #include <sys/spa_impl.h> 10 #include <sys/dmu.h> 11 #include <sys/zap.h> 12 #include <sys/fs/zfs.h> 13 #include <sys/zfs_znode.h> 14 #include <sys/zfs_sa.h> 15 #include <sys/sa.h> 16 #include <sys/sa_impl.h> [all …]
|
/freebsd-src/sys/contrib/openzfs/module/os/freebsd/zfs/ |
H A D | kmod_core.c | 28 #include <sys/param.h> 29 #include <sys/buf.h> 30 #include <sys/cmn_err.h> 31 #include <sys/conf.h> 32 #include <sys/dmu.h> 33 #include <sys/dmu_impl.h> 34 #include <sys/dmu_objset.h> 35 #include <sys/dmu_send.h> 36 #include <sys/dmu_tx.h> 37 #include <sys/dsl_bookmar [all...] |
H A D | spa_os.c | 29 #include <sys/zfs_context.h> 30 #include <sys/fm/fs/zfs.h> 31 #include <sys/spa_impl.h> 32 #include <sys/zio.h> 33 #include <sys/zio_checksum.h> 34 #include <sys/dmu.h> 35 #include <sys/dmu_tx.h> 36 #include <sys/zap.h> 37 #include <sys/zil.h> 38 #include <sys/ddt.h> [all …]
|
H A D | arc_os.c | 22 #include <sys/spa.h> 23 #include <sys/zio.h> 24 #include <sys/spa_impl.h> 25 #include <sys/counter.h> 26 #include <sys/zio_compress.h> 27 #include <sys/zio_checksum.h> 28 #include <sys/zfs_context.h> 29 #include <sys/arc.h> 30 #include <sys/arc_os.h> 31 #include <sys/zfs_refcoun [all...] |
/freebsd-src/sys/contrib/openzfs/include/os/linux/zfs/sys/ |
H A D | trace_zfs.h | 25 #include <sys/multilist.h> 26 #include <sys/arc_impl.h> 27 #include <sys/vdev_impl.h> 28 #include <sys/zio.h> 29 #include <sys/dbuf.h> 30 #include <sys/dmu_objset.h> 31 #include <sys/dsl_dataset.h> 32 #include <sys/dmu_tx.h> 33 #include <sys/dnode.h> 34 #include <sys/zfs_znode.h> [all …]
|
/freebsd-src/sys/contrib/openzfs/module/os/linux/zfs/ |
H A D | trace.c | 27 #include <sys/multilist.h> 28 #include <sys/arc_impl.h> 29 #include <sys/vdev_impl.h> 30 #include <sys/zio.h> 31 #include <sys/dbuf.h> 32 #include <sys/dmu_objset.h> 33 #include <sys/dsl_dataset.h> 34 #include <sys/dmu_tx.h> 35 #include <sys/dnode.h> 36 #include <sys/zfs_znode.h> [all …]
|
/freebsd-src/.github/ |
H A D | CODEOWNERS | 53 /lib/libc/sys/kevent.c @jmgurney 72 /sys/amd64/pci @bsdimp @bsdjhb 73 /sys/amd64/vmm/ @bsdjhb @grehan-freebsd 74 /sys/arm/allwinner @evadot 75 /sys/arm64/arm64 @zxombie 76 /sys/arm64/include @zxombie 77 /sys/arm64/rockchip @evadot 78 /sys/compat/linprocfs/ @dag-erling 79 /sys/crypto/openssl/ @juikim 80 /sys/de [all...] |
/freebsd-src/tools/tools/shlib-compat/ |
H A D | makesyscalls-fake.sh | 30 printf "#include <sys/param.h>\n" 33 printf "#include <sys/_semaphore.h>\n" 34 printf "#include <sys/aio.h>\n" 35 printf "#include <sys/cpuset.h>\n" 36 printf "#include <sys/jail.h>\n" 37 printf "#include <sys/linker.h>\n" 38 printf "#include <sys/mac.h>\n" 39 printf "#include <sys/module.h>\n" 40 printf "#include <sys/mount.h>\n" 41 printf "#include <sys/mqueue.h>\n" [all …]
|
/freebsd-src/tools/build/ |
H A D | Makefile | 9 SYSINCSDIR= ${INCLUDEDIR}/sys 15 DISKINCSDIR= ${INCLUDEDIR}/sys/disk 69 .if exists(${HOST_INCLUDE_ROOT}/sys/stat.h) 70 _WITH_UTIMENS!= grep -c utimensat ${HOST_INCLUDE_ROOT}/sys/stat.h || true 81 # .PATH: ${SRCTOP}/sys/libkern 82 # Adding sys/libkern to .PATH breaks building the cross-build compat library 86 explicit_bzero.c: ${SRCTOP}/sys/libkern/explicit_bzero.c 113 RPCINCS+= ${SRCTOP}/sys/rpc/types.h 123 CHACHA20INCS+= ${SRCTOP}/sys/crypto/chacha20/_chacha.h \ 124 ${SRCTOP}/sys/crypt [all...] |
/freebsd-src/contrib/bmake/mk/ |
H A D | FILES | 50 sys.mk 51 sys.clean-env.mk 52 sys.debug.mk 53 sys.dependfile.mk 54 sys.dirdeps.mk 55 sys.vars.mk 56 sys/AIX.mk 57 sys/Cygwin.mk 58 sys/Darwin.mk 59 sys/Generic.mk [all …]
|
/freebsd-src/crypto/openssl/VMS/ |
H A D | msg_staging.com | 19 $ WRITE SYS$OUTPUT "Staging installation complete" 20 $ WRITE SYS$OUTPUT "" 21 $ WRITE SYS$OUTPUT "Finish or package in such a way that the contents of the following direct… 22 $ WRITE SYS$OUTPUT "trees end up being copied:" 23 $ WRITE SYS$OUTPUT "" 24 $ WRITE SYS$OUTPUT "- from ", staging_instdir 25 $ WRITE SYS$OUTPUT " to ", final_instdir 26 $ WRITE SYS$OUTPUT "- from ", staging_datadir 27 $ WRITE SYS$OUTPUT " to ", final_datadir 28 $ WRITE SYS$OUTPUT "" [all …]
|
/freebsd-src/sys/dev/smartpqi/ |
H A D | smartpqi_includes.h | 30 #include <sys/param.h> 31 #include <sys/systm.h> 32 #include <sys/kernel.h> 33 #include <sys/module.h> 34 #include <sys/bio.h> 35 #include <sys/bus.h> 36 #include <sys/conf.h> 37 #include <sys/disk.h> 38 #include <sys/eventhandler.h> 39 #include <sys/malloc.h> [all …]
|
/freebsd-src/lib/libsysdecode/ |
H A D | mktables | 92 gen_table "accessmode" "[A-Z]_OK[[:space:]]+0?x?[0-9A-Fa-f]+" "sys/unistd.h" 93 gen_table "acltype" "ACL_TYPE_[A-Z4_]+[[:space:]]+0x[0-9]+" "sys/acl.h" 94 gen_table "atflags" "AT_[A-Z_]+[[:space:]]+0x[0-9]+" "sys/fcntl.h" 95 gen_table "capfcntl" "CAP_FCNTL_[A-Z]+[[:space:]]+\(1" "sys/capsicum.h" 96 gen_table "closerangeflags" "CLOSE_RANGE_[A-Z]+[[:space:]]+\([0-9]+<<[0-9]+\)" "sys/unistd.h" 97 gen_table "extattrns" "EXTATTR_NAMESPACE_[A-Z]+[[:space:]]+0x[0-9]+" "sys/extattr.h" 98 gen_table "fadvisebehav" "POSIX_FADV_[A-Z]+[[:space:]]+[0-9]+" "sys/fcntl.h" 99 gen_table "openflags" "O_[A-Z]+[[:space:]]+0x[0-9A-Fa-f]+" "sys/fcntl.h" "O_RDONLY|… 100 gen_table "flockops" "LOCK_[A-Z]+[[:space:]]+0x[0-9]+" "sys/fcntl.h" 101 gen_table "kldsymcmd" "KLDSYM_[A-Z]+[[:space:]]+[0-9]+" "sys/linker.h" [all …]
|
/freebsd-src/sys/dev/qlnx/qlnxe/ |
H A D | qlnx_os.h | 37 #include <sys/param.h> 38 #include <sys/systm.h> 39 #include <sys/mbuf.h> 40 #include <sys/protosw.h> 41 #include <sys/socket.h> 42 #include <sys/malloc.h> 43 #include <sys/module.h> 44 #include <sys/kernel.h> 45 #include <sys/sockio.h> 46 #include <sys/types.h> [all …]
|
/freebsd-src/include/ |
H A D | Makefile | 49 netipsec netlink netsmb nfs nfsclient nfsserver sys vm 73 sys/disk \ 78 .PATH: ${SRCTOP}/sys/dev/acpica 83 .PATH: ${SRCTOP}/sys/dev/agp 87 .PATH: ${SRCTOP}/sys/bsm 99 .PATH: ${SRCTOP}/sys/security 106 .PATH: ${SRCTOP}/sys/cam 121 .PATH: ${SRCTOP}/sys/cam/ata 125 .PATH: ${SRCTOP}/sys/cam/mmc 131 .PATH: ${SRCTOP}/sys/ca [all...] |
/freebsd-src/sys/dev/usb/ |
H A D | usb_core.c | 37 #include <sys/stdint.h> 38 #include <sys/stddef.h> 39 #include <sys/param.h> 40 #include <sys/queue.h> 41 #include <sys/types.h> 42 #include <sys/systm.h> 43 #include <sys/kernel.h> 44 #include <sys/bus.h> 45 #include <sys/module.h> 46 #include <sys/lock.h> [all …]
|
/freebsd-src/sys/riscv/riscv/ |
H A D | ptrace_machdep.c | 36 #include <sys/param.h> 37 #include <sys/systm.h> 38 #include <sys/exec.h> 39 #include <sys/imgact.h> 40 #include <sys/kdb.h> 41 #include <sys/kernel.h> 42 #include <sys/ktr.h> 43 #include <sys/limits.h> 44 #include <sys/lock.h> 45 #include <sys/mutex.h> [all …]
|