/freebsd/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/bitops.h \ [all …]
|
/freebsd/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/bus.h \ [all …]
|
/freebsd/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/condvar.h \ [all …]
|
/freebsd/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/sys/contrib/openzfs/include/os/linux/ |
H A D | Makefile.am | 21 kernel_sysdir = $(kerneldir)/sys 23 %D%/zfs/sys/abd_os.h \ 24 %D%/zfs/sys/abd_impl_os.h \ 25 %D%/zfs/sys/policy.h \ 26 %D%/zfs/sys/trace_acl.h \ 27 %D%/zfs/sys/trace_arc.h \ 28 %D%/zfs/sys/trace_common.h \ 29 %D%/zfs/sys/trace_dbgmsg.h \ 30 %D%/zfs/sys/trace_dbuf.h \ 31 %D%/zfs/sys/trace_dmu.h \ [all …]
|
/freebsd/sys/contrib/openzfs/lib/libspl/include/ |
H A D | Makefile.am | 25 libspl_sysdir = $(libspldir)/sys 27 %D%/sys/abd_os.h \ 28 %D%/sys/abd_impl_os.h \ 29 %D%/sys/acl.h \ 30 %D%/sys/acl_impl.h \ 31 %D%/sys/asm_linkage.h \ 32 %D%/sys/backtrace.h \ 33 %D%/sys/callb.h \ 34 %D%/sys/cmn_err.h \ 35 %D%/sys/cred.h \ [all …]
|
/freebsd/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 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::swapByteOrder(Size); in swapBytes() [all …]
|
/freebsd/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/sys/contrib/openzfs/module/os/freebsd/zfs/ |
H A D | kmod_core.c | 29 #include <sys/param.h> 30 #include <sys/buf.h> 31 #include <sys/cmn_err.h> 32 #include <sys/conf.h> 33 #include <sys/dmu.h> 34 #include <sys/dmu_impl.h> 35 #include <sys/dmu_objset.h> 36 #include <sys/dmu_send.h> 37 #include <sys/dmu_tx.h> 38 #include <sys/dsl_bookmark.h> [all …]
|
H A D | spa_os.c | 30 #include <sys/zfs_context.h> 31 #include <sys/fm/fs/zfs.h> 32 #include <sys/spa_impl.h> 33 #include <sys/zio.h> 34 #include <sys/zio_checksum.h> 35 #include <sys/dmu.h> 36 #include <sys/dmu_tx.h> 37 #include <sys/zap.h> 38 #include <sys/zil.h> 39 #include <sys/ddt.h> [all …]
|
H A D | arc_os.c | 23 #include <sys/spa.h> 24 #include <sys/zio.h> 25 #include <sys/spa_impl.h> 26 #include <sys/counter.h> 27 #include <sys/zio_compress.h> 28 #include <sys/zio_checksum.h> 29 #include <sys/zfs_context.h> 30 #include <sys/arc.h> 31 #include <sys/arc_os.h> 32 #include <sys/zfs_refcount.h> [all …]
|
/freebsd/sys/contrib/openzfs/include/os/linux/zfs/sys/ |
H A D | trace_zfs.h | 26 #include <sys/multilist.h> 27 #include <sys/arc_impl.h> 28 #include <sys/vdev_impl.h> 29 #include <sys/zio.h> 30 #include <sys/dbuf.h> 31 #include <sys/dmu_objset.h> 32 #include <sys/dsl_dataset.h> 33 #include <sys/dmu_tx.h> 34 #include <sys/dnode.h> 35 #include <sys/zfs_znode.h> [all …]
|
/freebsd/sys/contrib/openzfs/module/os/linux/zfs/ |
H A D | trace.c | 28 #include <sys/multilist.h> 29 #include <sys/arc_impl.h> 30 #include <sys/vdev_impl.h> 31 #include <sys/zio.h> 32 #include <sys/dbuf.h> 33 #include <sys/dmu_objset.h> 34 #include <sys/dsl_dataset.h> 35 #include <sys/dmu_tx.h> 36 #include <sys/dnode.h> 37 #include <sys/zfs_znode.h> [all …]
|
/freebsd/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/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/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/contrib/bmake/mk/ |
H A D | FILES | 44 meta.sys.mk 66 sys.clean-env.mk 67 sys.debug.mk 68 sys.dependfile.mk 69 sys.dirdeps.mk 70 sys.mk 71 sys.vars.mk 72 sys/AIX.mk 73 sys/Cygwin.mk 74 sys/Darwin.mk [all …]
|
/freebsd/tools/build/ |
H A D | Makefile | 18 SYSINCSDIR= ${INCLUDEDIR}/sys 24 DISKINCSDIR= ${INCLUDEDIR}/sys/disk 88 .if exists(${HOST_INCLUDE_ROOT}/sys/stat.h) 89 _WITH_UTIMENS!= grep -c utimensat ${HOST_INCLUDE_ROOT}/sys/stat.h || true 100 # .PATH: ${SRCTOP}/sys/libkern 101 # Adding sys/libkern to .PATH breaks building the cross-build compat library 105 explicit_bzero.c: ${SRCTOP}/sys/libkern/explicit_bzero.c 132 RPCINCS+= ${SRCTOP}/sys/rpc/types.h 142 CHACHA20INCS+= ${SRCTOP}/sys/crypto/chacha20/_chacha.h \ 143 ${SRCTOP}/sys/crypto/chacha20/chacha.h [all …]
|
/freebsd/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/include/ |
H A D | Makefile | 50 netipsec netlink netsmb nfs nfsclient nfsserver sys vm 74 sys/disk \ 79 .PATH: ${SRCTOP}/sys/dev/acpica 84 .PATH: ${SRCTOP}/sys/dev/agp 88 .PATH: ${SRCTOP}/sys/bsm 100 .PATH: ${SRCTOP}/sys/security 107 .PATH: ${SRCTOP}/sys/cam 122 .PATH: ${SRCTOP}/sys/cam/ata 126 .PATH: ${SRCTOP}/sys/cam/mmc 132 .PATH: ${SRCTOP}/sys/cam/nvme [all …]
|
/freebsd/sys/contrib/openzfs/cmd/ |
H A D | dbufstat.in | 34 import sys 118 if sys.platform.startswith("freebsd"): 125 sys.stdin = io.StringIO(dbufs) 128 elif sys.platform.startswith("linux"): 137 sys.stderr.write("\t") 139 sys.stderr.write(",\n\t") 142 sys.stderr.write(", ") 144 sys.stderr.write("%s" % key) 147 sys.stderr.write("\n\n") 151 sys.stderr.write("%s\n" % cmd) [all …]
|
/freebsd/targets/pseudo/tests/ |
H A D | Makefile.depend | 155 lib/libc/tests/sys \ 212 tests/sys \ 213 tests/sys/acl \ 214 tests/sys/aio \ 215 tests/sys/fifo \ 216 tests/sys/file \ 217 tests/sys/fs \ 218 tests/sys/fs/tmpfs \ 219 tests/sys/geom \ 220 tests/sys/geom/class \ [all …]
|
/freebsd/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/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 …]
|