Home
last modified time | relevance | path

Searched refs:sys (Results 1 – 25 of 2636) sorted by relevance

12345678910>>...106

/freebsd-12.1/contrib/llvm/include/llvm/BinaryFormat/
H A DMachO.h1638 sys::swapByteOrder(x.ss); in swapStruct()
1641 sys::swapByteOrder(x.cs); in swapStruct()
1642 sys::swapByteOrder(x.ds); in swapStruct()
1643 sys::swapByteOrder(x.es); in swapStruct()
1644 sys::swapByteOrder(x.fs); in swapStruct()
1645 sys::swapByteOrder(x.gs); in swapStruct()
1657 sys::swapByteOrder(x.r8); in swapStruct()
1658 sys::swapByteOrder(x.r9); in swapStruct()
1667 sys::swapByteOrder(x.cs); in swapStruct()
1668 sys::swapByteOrder(x.fs); in swapStruct()
[all …]
/freebsd-12.1/include/
H A DMakefile64 sys/disk \
108 SYSDIR= ${SRCTOP}/sys
162 cd ${SRCTOP}/sys; \
246 cd ${SRCTOP}/sys/rpc; \
249 cd ${SRCTOP}/sys/teken; \
253 cd ${SRCTOP}/sys/cddl/contrib/opensolaris/uts/common/sys; \
266 cd ${SRCTOP}/sys/$i; \
272 cd ${SRCTOP}/sys/$i; \
325 cd ${SRCTOP}/sys/$i; \
391 cd ${SRCTOP}/sys/rpc; \
[all …]
/freebsd-12.1/contrib/llvm/lib/ExecutionEngine/Orc/
H A DOrcABISupport.cpp157 auto StubsMem = sys::OwningMemoryBlock(sys::Memory::allocateMappedMemory( in emitIndirectStubsBlock()
159 sys::Memory::MF_READ | sys::Memory::MF_WRITE, EC)); in emitIndirectStubsBlock()
179 StubsBlock, sys::Memory::MF_READ | sys::Memory::MF_EXEC)) in emitIndirectStubsBlock()
241 sys::Memory::MF_READ | sys::Memory::MF_WRITE, EC)); in emitIndirectStubsBlock()
260 StubsBlock, sys::Memory::MF_READ | sys::Memory::MF_EXEC)) in emitIndirectStubsBlock()
509 sys::Memory::MF_READ | sys::Memory::MF_WRITE, EC)); in emitIndirectStubsBlock()
527 StubsBlock, sys::Memory::MF_READ | sys::Memory::MF_EXEC)) in emitIndirectStubsBlock()
695 sys::Memory::MF_READ | sys::Memory::MF_WRITE, EC)); in emitIndirectStubsBlock()
720 StubsBlock, sys::Memory::MF_READ | sys::Memory::MF_EXEC)) in emitIndirectStubsBlock()
941 sys::Memory::MF_READ | sys::Memory::MF_WRITE, EC)); in emitIndirectStubsBlock()
[all …]
/freebsd-12.1/contrib/bmake/mk/
H A DFILES41 sys.mk
43 sys.debug.mk
45 sys.vars.mk
46 sys/AIX.mk
47 sys/Darwin.mk
49 sys/HP-UX.mk
50 sys/IRIX.mk
51 sys/Linux.mk
53 sys/OSF1.mk
55 sys/SunOS.mk
[all …]
H A Dinstall-mk16 # -f use -f when copying sys,mk.
41 # If set, we will avoid installing our 'sys.mk'
47 # sys.mk:
51 # includes a sys specific file, or a generic one.
127 SYS_MK=${SYS_MK:-$SYS_MK_DIR/sys.mk}
144 if [ ! -d $dest/sys -a ! -s $dest/Generic.sys.mk ]; then
153 [ -d $dest/sys ] || Do mkdir -p $dest/sys
154 [ -d $dest/sys ] || Do mkdir $dest/sys || exit 1
163 mk_files=`grep '^[a-z].*\.mk' FILES | egrep -v '(examples/|^sys\.mk|sys/)'`
165 sys_mk_files=`grep 'sys/.*\.mk' FILES`
[all …]
/freebsd-12.1/contrib/llvm/lib/ExecutionEngine/
H A DSectionMemoryManager.cpp82 sys::MemoryBlock &PendingMB = in allocateSection()
84 PendingMB = sys::MemoryBlock(PendingMB.base(), in allocateSection()
105 sys::MemoryBlock MB = MMapper.allocateMappedMemory( in allocateSection()
107 sys::Memory::MF_READ | sys::Memory::MF_WRITE, ec); in allocateSection()
147 sys::Memory::MF_READ | sys::Memory::MF_EXEC); in finalizeMemory()
157 sys::Memory::MF_READ | sys::Memory::MF_EXEC); in finalizeMemory()
175 static sys::MemoryBlock trimBlockToPageSize(sys::MemoryBlock M) { in trimBlockToPageSize()
198 for (sys::MemoryBlock &MB : MemGroup.PendingMem) in applyMemoryGroupPermissions()
222 for (sys::MemoryBlock &Block : CodeMem.PendingMem) in invalidateInstructionCache()
242 sys::MemoryBlock
[all …]
/freebsd-12.1/contrib/ipfilter/lib/
H A Dsave_syslog.c92 syslog_opts_t *sys = ctx; local
94 if (sys->facpri == -1)
97 if (sys->fac == -1) {
98 printf(".%s", pri_toname(sys->pri));
99 } else if (sys->pri == -1) {
100 printf("%s.", fac_toname(sys->fac));
121 syslog_opts_t *sys = ctx; local
124 if (sys->facpri == -1) {
127 if (sys->pri == -1) {
129 } else if (sys->fac == -1) {
[all …]
/freebsd-12.1/sys/modules/crypto/
H A DMakefile5 .PATH: ${SRCTOP}/sys/opencrypto
6 .PATH: ${SRCTOP}/sys/crypto
7 .PATH: ${SRCTOP}/sys/crypto/blowfish
8 .PATH: ${SRCTOP}/sys/crypto/camellia
9 .PATH: ${SRCTOP}/sys/crypto/des
10 .PATH: ${SRCTOP}/sys/crypto/rijndael
11 .PATH: ${SRCTOP}/sys/crypto/sha2
12 .PATH: ${SRCTOP}/sys/crypto/siphash
13 .PATH: ${SRCTOP}/sys/crypto/skein
14 .PATH: ${SRCTOP}/sys/crypto/blake2
[all …]
/freebsd-12.1/cddl/contrib/opensolaris/cmd/pyzfs/
H A Dpyzfs.py37 import sys
47 if len(sys.argv) < 2:
48 sys.exit(_("missing subcommand argument"))
50 zfs.ioctl.set_cmdstr(" ".join(["zfs"] + sys.argv[1:]))
56 subcmd = sys.argv[1]
61 sys.exit(_("invalid subcommand"))
67 sys.exit(1)
71 import sys
74 sys.exit(1)
77 import sys
[all …]
/freebsd-12.1/contrib/libstdc++/
H A Dcrossconfig.m418 sys/types.h])
28 AC_CHECK_HEADERS(sys/ioctl.h sys/filio.h)
52 wchar.h wctype.h machine/endian.h sys/ioctl.h sys/param.h \
53 sys/resource.h sys/stat.h sys/time.h sys/types.h sys/uio.h])
66 machine/endian.h machine/param.h sys/machine.h sys/types.h \
67 fp.h locale.h float.h inttypes.h sys/resource.h sys/stat.h \
122 machine/endian.h machine/param.h sys/machine.h sys/types.h \
146 machine/endian.h machine/param.h sys/machine.h sys/types.h \
163 AC_CHECK_HEADERS(sys/ioctl.h sys/filio.h)
214 AC_CHECK_HEADERS(sys/ioctl.h sys/filio.h)
[all …]
/freebsd-12.1/targets/pseudo/tests/
H A DMakefile.depend214 tests/sys \
215 tests/sys/acl \
216 tests/sys/aio \
217 tests/sys/fifo \
218 tests/sys/file \
219 tests/sys/fs \
221 tests/sys/geom \
238 tests/sys/mac \
264 tests/sys/sys \
265 tests/sys/vfs \
[all …]
/freebsd-12.1/tools/debugscripts/
H A Dkld_deb.py30 import sys
45 if len(sys.argv[1:]) < 2:
47 sys.exit(1)
50 pfs = sys.argv[1].split('/')
59 sys.stderr.write("No sys dir in kernel source path: %s\n" % sys.argv[1])
60 sys.exit(0)
63 kld_debug_paths.append(sys.argv[1])
65 gdb_cmd = gdb_cmd % {'p': sys.argv[1], 'core': sys.argv[2] }
104 sys.stderr.write("got error: %s\n" % fn.group('error'))
132 sys.stderr.write("Can't find module: %s (addr: %d + header)\n" % (i[0], a))
[all …]
/freebsd-12.1/contrib/libevent/test/
H A Dcheck-dumpevents.py8 import sys
10 text = sys.stdin.readlines()
18 print >>sys.stderr, "Missing expected dividing line in dumpevents output"
19 sys.exit(1)
23 print >>sys.stderr, "Sections out of order in dumpevents output"
24 sys.exit(1)
48 print >>sys.stderr, "Inserted event lists were not as expected!"
49 sys.exit(1)
52 print >>sys.stderr, "Active event lists were not as expected!"
53 sys.exit(1)
/freebsd-12.1/contrib/ntp/sntp/libevent/test/
H A Dcheck-dumpevents.py8 import sys
10 text = sys.stdin.readlines()
18 print >>sys.stderr, "Missing expected dividing line in dumpevents output"
19 sys.exit(1)
23 print >>sys.stderr, "Sections out of order in dumpevents output"
24 sys.exit(1)
48 print >>sys.stderr, "Inserted event lists were not as expected!"
49 sys.exit(1)
52 print >>sys.stderr, "Active event lists were not as expected!"
53 sys.exit(1)
/freebsd-12.1/usr.bin/readelf/
H A DMakefile21 SRCS+= sys/elf32.h sys/elf64.h sys/elf_common.h
22 CLEANDIRS= sys
24 sys/elf32.h sys/elf64.h sys/elf_common.h: ${SRCTOP}/sys/${.TARGET} .NOMETA
25 mkdir -p ${.OBJDIR}/sys
/freebsd-12.1/sys/modules/pms/
H A DMakefile5 .PATH: ${SRCTOP}/sys/dev/pms/freebsd/driver/ini/src \
6 ${SRCTOP}/sys/dev/pms/RefTisa/sallsdk/api \
7 ${SRCTOP}/sys/dev/pms/RefTisa/sallsdk/spc \
8 ${SRCTOP}/sys/dev/pms/RefTisa/sallsdk/hda/64k \
9 ${SRCTOP}/sys/dev/pms/RefTisa/discovery/api \
10 ${SRCTOP}/sys/dev/pms/RefTisa/discovery/dm \
11 ${SRCTOP}/sys/dev/pms/RefTisa/sat/api \
12 ${SRCTOP}/sys/dev/pms/RefTisa/sat/src \
13 ${SRCTOP}/sys/dev/pms/RefTisa/tisa/api \
14 ${SRCTOP}/sys/dev/pms/RefTisa/tisa/sassata/common \
[all …]
/freebsd-12.1/contrib/llvm/lib/Support/
H A DLockFileManager.cpp58 sys::fs::remove(LockFileName); in readLockFile()
75 sys::fs::remove(LockFileName); in readLockFile()
148 sys::fs::remove(Filename); in ~RemoveUniqueLockFileOnSignal()
149 sys::DontRemoveFileOnSignal(Filename); in ~RemoveUniqueLockFileOnSignal()
209 sys::fs::remove(UniqueLockFileName); in LockFileManager()
243 if (!sys::fs::exists(LockFileName)) { in LockFileManager()
287 sys::fs::remove(LockFileName); in ~LockFileManager()
288 sys::fs::remove(UniqueLockFileName); in ~LockFileManager()
319 if (sys::fs::access(LockFileName.c_str(), sys::fs::AccessMode::Exist) == in waitForUnlock()
322 if (!sys::fs::exists(FileName)) in waitForUnlock()
[all …]
H A Draw_ostream.cpp502 sys::fs::CreationDisposition Disp, sys::fs::FileAccess Access, in getFD()
513 if (!(Flags & sys::fs::OF_Text)) in getFD()
514 sys::ChangeStdoutToBinary(); in getFD()
519 if (Access & sys::fs::FA_Read) in getFD()
530 : raw_fd_ostream(Filename, EC, sys::fs::CD_CreateAlways, sys::fs::FA_Write, in raw_fd_ostream()
535 : raw_fd_ostream(Filename, EC, Disp, sys::fs::FA_Write, sys::fs::OF_None) {} in raw_fd_ostream()
544 : raw_fd_ostream(Filename, EC, sys::fs::CD_CreateAlways, sys::fs::FA_Write, in raw_fd_ostream()
581 sys::fs::file_status Status; in raw_fd_ostream()
788 if (sys::Process::ColorNeedsFlush()) in changeColor()
803 if (sys::Process::ColorNeedsFlush()) in resetColor()
[all …]
H A DTimer.cpp68 OutputFilename, EC, sys::fs::F_Append | sys::fs::F_Text); in CreateInfoOutputFile()
111 return sys::Process::GetMallocUsage(); in getMemUsage()
117 sys::TimePoint<> now; in getCurrentTime()
118 std::chrono::nanoseconds user, sys; in getCurrentTime() local
122 sys::Process::GetTimeUsage(now, user, sys); in getCurrentTime()
124 sys::Process::GetTimeUsage(now, user, sys); in getCurrentTime()
130 Result.SystemTime = Seconds(sys).count(); in getCurrentTime()
231 sys::SmartScopedLock<true> L(*TimerLock); in TimerGroup()
255 sys::SmartScopedLock<true> L(*TimerLock); in ~TimerGroup()
263 sys::SmartScopedLock<true> L(*TimerLock); in removeTimer()
[all …]
/freebsd-12.1/cddl/lib/libzpool/
H A DMakefile6 .PATH: ${SRCTOP}/sys/cddl/contrib/opensolaris/uts/common/fs/zfs
8 .PATH: ${SRCTOP}/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lua
10 .PATH: ${SRCTOP}/sys/cddl/contrib/opensolaris/common/zfs
14 .PATH: ${SRCTOP}/sys/cddl/contrib/opensolaris/uts/common/os
23 .PATH: ${SRCTOP}/sys/cddl/compat/opensolaris/kern
27 .PATH: ${SRCTOP}/sys/cddl/contrib/opensolaris/common/unicode
46 CFLAGS+= -I${SRCTOP}/sys/cddl/compat/opensolaris
50 CFLAGS+= -I${SRCTOP}/sys/cddl/contrib/opensolaris/uts/common/fs/zfs
52 CFLAGS+= -I${SRCTOP}/sys/cddl/contrib/opensolaris/common/zfs
53 CFLAGS+= -I${SRCTOP}/sys/cddl/contrib/opensolaris/uts/common
[all …]
/freebsd-12.1/sys/modules/ath_hal_ar5416/
H A DMakefile32 .PATH: ${SRCTOP}/sys/dev/ath
33 .PATH: ${SRCTOP}/sys/dev/ath/ath_hal
38 .PATH: ${SRCTOP}/sys/dev/ath/
50 .PATH: ${SRCTOP}/sys/dev/ath/ath_hal/ar5416
64 .PATH: ${SRCTOP}/sys/dev/ath/ath_hal/ar9001
78 .PATH: ${SRCTOP}/sys/dev/ath/ath_hal/ar9002
86 .PATH: ${SRCTOP}/sys/dev/ath/ath_hal
88 .PATH: ${SRCTOP}/sys/dev/ath/ath_hal/ar9002
91 CFLAGS+= -I. -I${SRCTOP}/sys/dev/ath -I${SRCTOP}/sys/dev/ath/ath_hal
92 CFLAGS+= -I. -I${SRCTOP}/sys/contrib/dev/ath/ath_hal/
/freebsd-12.1/contrib/serf/build/
H A Dcheck.py25 import sys
33 if len(sys.argv) > 1:
34 testdir = sys.argv[1]
38 if len(sys.argv) > 2:
39 test_builddir = sys.argv[2]
44 if sys.platform == 'win32':
60 sys.exit(1)
67 sys.exit(1)
/freebsd-12.1/contrib/llvm/lib/Testing/Support/
H A DSupportHelpers.cpp17 SmallString<128> BaseDir = llvm::sys::path::parent_path(Argv0); in findSrcDirMap()
19 llvm::sys::fs::make_absolute(BaseDir); in findSrcDirMap()
22 llvm::sys::path::append(PathInSameDir, "llvm.srcdir.txt"); in findSrcDirMap()
24 if (llvm::sys::fs::is_regular_file(PathInSameDir)) in findSrcDirMap()
27 SmallString<128> PathInParentDir = llvm::sys::path::parent_path(BaseDir); in findSrcDirMap()
29 llvm::sys::path::append(PathInParentDir, "llvm.srcdir.txt"); in findSrcDirMap()
30 if (llvm::sys::fs::is_regular_file(PathInParentDir)) in findSrcDirMap()
50 llvm::sys::path::append(InputFilePath, "Inputs"); in getInputFileDirectory()
51 llvm::sys::path::native(InputFilePath); in getInputFileDirectory()
/freebsd-12.1/contrib/libstdc++/scripts/
H A Dmake_graphs.py3 import sys
29 sys.stderr.write(build)
60 sys.stderr.write(so[1] + '\n')
61 sys.exit(-1)
139 if len(sys.argv) != 7:
140 sys.stderr.write(usg)
143 src_dir = sys.argv[1]
144 build_dir = sys.argv[2]
145 htmls_xml_f_name = sys.argv[3]
147 build_name = sys.argv[5]
[all …]
/freebsd-12.1/contrib/llvm/include/llvm/ExecutionEngine/Orc/
H A DOrcRemoteTargetServer.h124 sys::MemoryBlock MB = sys::Memory::allocateMappedMemory( in allocate()
125 Size, nullptr, sys::Memory::MF_READ | sys::Memory::MF_WRITE, EC); in allocate()
144 std::map<void *, sys::MemoryBlock> Allocs;
285 ResolverBlock = sys::OwningMemoryBlock(sys::Memory::allocateMappedMemory( in handleEmitResolverBlock()
287 sys::Memory::MF_READ | sys::Memory::MF_WRITE, EC)); in handleEmitResolverBlock()
296 sys::Memory::MF_READ | sys::Memory::MF_EXEC)); in handleEmitResolverBlock()
302 sys::OwningMemoryBlock(sys::Memory::allocateMappedMemory( in handleEmitTrampolineBlock()
303 sys::Process::getPageSize(), nullptr, in handleEmitTrampolineBlock()
304 sys::Memory::MF_READ | sys::Memory::MF_WRITE, EC)); in handleEmitTrampolineBlock()
339 uint32_t PageSize = sys::Process::getPageSize(); in handleGetRemoteInfo()
[all …]

12345678910>>...106