Home
last modified time | relevance | path

Searched refs:system (Results 1 – 25 of 1572) sorted by relevance

12345678910>>...63

/openbsd-src/regress/sys/arch/m88k/usertrap/
H A Danswer129 Bad system call
130 Bad system call
134 Bad system call
135 Bad system call
136 Bad system call
137 Bad system call
138 Bad system call
139 Bad system call
140 Bad system call
141 Bad system call
[all …]
/openbsd-src/gnu/llvm/compiler-rt/lib/asan/scripts/
H A Dasan_device_setup51 local STORAGE=`$ADB shell mount | grep /system | cut -d ' ' -f1`
53 echo Remounting $STORAGE at /system
197 if ! adb_shell ls -l /system/bin/app_process | grep -o '\->.*app_process' >&/dev/null; then
199 adb_shell mv /system/bin/app_process.real /system/bin/app_process
200 adb_shell rm /system/bin/asanwrapper
201 …elif ! adb_shell ls -l /system/bin/app_process64.real | grep -o 'No such file or directory' >&/dev…
203 adb_shell mv /system/bin/app_process32.real /system/bin/app_process32
204 adb_shell mv /system/bin/app_process64.real /system/bin/app_process64
205 adb_shell rm /system/bin/asanwrapper
206 adb_shell rm /system/bin/asanwrapper64
[all …]
/openbsd-src/usr.sbin/makefs/
H A DREADME4 makefs - build a file system image from a directory tree
17 makefs creates a file system image from a given directory tree.
18 the following file system types can be built:
20 cd9660 ISO 9660 file system
21 ffs BSD fast file system
22 msdos MS-DOS `FAT' file system (FAT12, FAT16, FAT32)
24 Various file system independent parameters and constraints can be
27 - minimum file system size (in KB)
28 - maximum file system size (in KB)
33 - endianness of target file system
[all …]
/openbsd-src/gnu/llvm/llvm/docs/
H A DSupportLibrary.rst11 services LLVM needs from the operating system. Much of LLVM is written using
12 portability features of standard C++. However, in a few areas, system dependent
14 system calls.
16 By centralizing LLVM's use of operating system interfaces, we make it possible
23 Note that the Support Library is not intended to be a complete operating system
39 variations in operating system interfaces and doing so efficiently. The
46 system header. Care has been taken to remove all such ``#includes`` from LLVM
52 To obtain system-dependent functionality, existing interfaces to the system
60 The Support Library must shield LLVM from **all** system headers. To obtain
61 system level functionality, LLVM source must
[all …]
H A DBenchmarking.rst24 * Disable as many processes or services as possible on the target system.
35 system, which can have a pretty big variability.
50 for i in /sys/devices/system/cpu/cpu*/cpufreq/scaling_governor
52 echo performance > /sys/devices/system/cpu/cpu*/cpufreq/scaling_governor
66 ``/sys/devices/system/cpu/cpuN/topology/thread_siblings_list`` and
69 echo 0 > /sys/devices/system/cpu/cpuX/online
87 echo 1 > /sys/devices/system/cpu/intel_pstate/no_turbo
/openbsd-src/gnu/usr.bin/perl/t/op/
H A Dexec.t48 $exit = system qq{$Perl -le "print q{ok $tnum - interp system(EXPR)"}};
54 $exit = system qq{$Perl -le "print q{ok $tnum - split & direct system(EXPR)"}};
62 $exit = system $Perl, '-le',
103 is( system(qq{$Perl -e "exit 0"}), 0, 'Explicit exit of 0' );
106 is( system(qq{$Perl "-I../lib" -e "use vmsish qw(hushed); exit 1"}), $exit_one,
109 $rc = system { "lskdfj" } "lskdfj";
205 is system($^X, "-e", $exit_statement, $cr), 0,
211 is system($^X, "-e", $exit_statement, "$$", $$), 0,
/openbsd-src/gnu/llvm/lldb/examples/customization/pwd-cd-and-system/
H A DREADME6 following commands: 'pwd', 'cd', and 'system'.
10 Python module which provides implementation for the 'cd' and 'system' commands.
19 file imports the utils Python module and adds the 'pwd', 'cd', and 'system'
29 (lldb) help system
32 Syntax: system
33 (lldb) system ls -l
/openbsd-src/regress/sys/fifofs/
H A Dfifotest.out47 poll: Interrupted system call
51 poll: Interrupted system call
55 select: Interrupted system call
59 select: Interrupted system call
69 poll: Interrupted system call
77 select: Interrupted system call
125 poll: Interrupted system call
129 poll: Interrupted system call
133 select: Interrupted system call
137 select: Interrupted system call
[all …]
/openbsd-src/gnu/llvm/lldb/docs/use/
H A Dqemu-testing.rst7 QEMU system mode emulation
18 * **setup.sh** is used to build the Linux kernel image and QEMU system emulation executable(s) from…
19 * **rootfs.sh** is used to generate Ubuntu root file system images to be used for QEMU system mode …
20 * **run-qemu.sh** utilizes QEMU to boot a Linux kernel image with a root file system image.
32 Create Ubuntu root file system image for QEMU system emulation with rootfs.sh
65 **Example:** Build qemu-system-arm and qemu-system-aarch64 binaries.
76 Run QEMU Arm or AArch64 system emulation using run-qemu.sh
100 **Example:** Run QEMU Arm or AArch64 system emulation using run-qemu.sh
113 Steps for running lldb-server in QEMU system emulation environment
H A Dremote.rst5 different system, than the debugger itself. We shall refer to the system
6 running the debugger as the local system, while the system running the debugged
7 process will be the remote system.
10 client part runs on the local system and the remote system runs the server. The
16 advanced debugging operations, like copying files from/to the remote system and
17 can be used to execute arbitrary shell commands on the remote system.
35 remote system automatically. Also, if the remote system runs a different OS or
38 Remote system
50 The binaries mentioned above need to be present on the remote system to enable
51 remote debugging. You can either compile on the remote system directly or copy
[all …]
/openbsd-src/usr.sbin/pkg_add/OpenBSD/
H A DVstat.pod20 C<OpenBSD::Vstat> provides methods to layout a virtual file system on top
21 of the real one. This is generally used to simulate file system manipulations
31 the file system (resp. remove a filename from the file system).
34 the virtual filesystem. Failing that, it looks into the real file system
39 They return a small object corresponding to the filename's file system with
79 Modifications to the virtual file system are stored until a call to
80 C<synchronize>, which assumes the real file system will get those changes
84 In case of file system overflow, C<remove_first> can be used to indicate
93 In case C<$state-E<gt>{not}> is true, the real file system will never store
/openbsd-src/distrib/notes/amd64/
H A Dprep7 If you plan to dual boot, use the other operating system's "fdisk" program
9 that operating system. If that operating system is already set up to use the
11 own system partition. In the control panel, search for "partition": this
12 will lead you to the system administration tool. You do not have to create an
/openbsd-src/regress/usr.bin/pkg-config/
H A DMakefile97 filter-system-dirs-1 \
98 filter-system-dirs-2 \
99 filter-system-dirs-3 \
100 filter-system-dirs-4 \
101 filter-system-dirs-5 \
102 filter-system-dirs-6 \
103 cflags-system-path-1 \
104 cflags-system-path-2 \
658 filter-system-dirs-1:
664 filter-system-dirs-2:
[all …]
/openbsd-src/distrib/notes/alpha/
H A Dxfer18 You must use a Unix-like system to write the miniroot image
20 should use the "dd" command to copy the file system image
23 that you read the dd(1) manual page or ask your system
25 it will be slightly different from system to system, and a
/openbsd-src/gnu/usr.bin/gcc/gcc/doc/
H A Dhostconfig.texi12 machine and system on which the compiler is running. They are usually
14 system can be deduced by the @command{configure} script.
22 Define this macro if the host system is VMS@.
26 exits after serious errors. The default is the system-provided macro
27 @samp{EXIT_FAILURE}, or @samp{1} if the system doesn't define that
33 default is the system-provided macro @samp{EXIT_SUCCESS}, or @samp{0} if
34 the system doesn't define that macro. Define this macro only if these
44 bugs. You should define this macro only on a system where no
45 stack-based @code{alloca} can possibly work. For instance, if a system
50 Define this macro if the host file system obeys the semantics defined by
[all …]
/openbsd-src/distrib/notes/loongson/
H A Dprep2 Most MACHINE systems are shipped with a Linux system installed on the disk
3 drive or SSD. This system will likely use two partitions, one for the
4 system and applications, and another for the user data. OpenBSD will in turn
13 to boot the system.
15 Before you install your system, you should familiarize yourself with PMON,
34 On Gdium systems, the system proceeds to immediately boot into the
35 operating system; to enter PMON, repeatedly press the `del' key
39 dnl Another way to abort autoboot is to start the system with the G-Key
40 dnl removed; the system will then stop with the splash screen displayed,
/openbsd-src/distrib/notes/i386/
H A Dprep11 If you plan to dual boot, use the other operating system's "fdisk" program
13 that operating system. If that operating system is already set up to use the
15 own system partition. In the control panel, search for "partition": this
16 will lead you to the system administration tool. You do not have to create an
/openbsd-src/usr.sbin/makefs/cd9660/
H A Dcd9660_eltorito.c102 new_image->system = ET_SYS_X86; in cd9660_add_boot_disk()
104 new_image->system = ET_SYS_PPC; in cd9660_add_boot_disk()
106 new_image->system = ET_SYS_MAC; in cd9660_add_boot_disk()
108 new_image->system = ET_SYS_EFI; in cd9660_add_boot_disk()
158 if (tmp_image->system != new_image->system) in cd9660_add_boot_disk()
270 ie->system_type[0] = disk->system; in cd9660_boot_setup_default_entry()
410 switch (tmp_disk->system) { in cd9660_setup_boot()
431 cd9660_boot_setup_section_head(tmp_disk->system); in cd9660_setup_boot()
588 if (t->system == ET_SYS_MAC) in cd9660_write_boot()
590 if (t->system == ET_SYS_PPC) in cd9660_write_boot()
[all …]
/openbsd-src/etc/examples/
H A Deigrpd.conf12 autonomous-system 1 {
41 autonomous-system 1 {
48 autonomous-system 2 {
/openbsd-src/gnu/usr.bin/cvs/lib/
H A DChangeLog29 * system.h: Include xtime.h.
37 * system.h: definitions of CVS_OPENDIR, CVS_READDIR, & CVS_CLOSEDIR
65 * system.h: Added CVS_FDOPEN to conform to CVS_FOPEN precedent
130 * fnmatch.c: Include system.h; FOLD_FN_CHAR has moved there from
172 * system.h (CVS_LSTAT): New macro.
180 * fncase.c: Include config.h before system.h.
182 * system.h: Just include string.h unconditionally. We already
188 * system.h: If __CYGWIN32__ or WIN32 are defined, define
203 it probably breaks some system. So clean this up:
208 * system.h: Remove declarations of getwd and getcwd. Move getcwd
[all …]
H A DChangeLog.fsf3 * system.h: remove a bunch of "extern int " declarations of system
25 * system.h: don't set PATH_MAX to pathconf(), since PATH_MAX is
42 * system.h: remove alloca checks (added to src/cvs.h); revamped
67 * system.h: only #undef PATH_MAX if not on an Alpha. The #undef
72 * system.h: Removed several incorrect declarations which fail
77 * system.h: add externs for sun4 so that gcc -Wall becomes useful
/openbsd-src/usr.bin/mail/misc/
H A Dmail.help17 x quit, do not remove system mailbox.
23 fi <file> switch to file (%=system inbox, %user=user's
24 system inbox). + searches in your folder
36 <file> is a full or relative pathname, +folder, % (system inbox), %user
37 (specified user's system inbox), # (previous file), & (mbox file), or an
/openbsd-src/gnu/usr.bin/binutils-2.17/etc/
H A Dconfigure.texi4 @settitle The GNU configure and build system
10 * configure: (configure). The GNU configure and build system
14 This file documents the GNU configure and build system.
41 @title The GNU configure and build system
65 @top GNU configure and build system
67 The GNU configure and build system.
89 also includes a discussion of the older Cygnus configure system.
126 The GNU configure and build system has two main goals.
129 system permits the developer to concentrate on writing the program,
142 The GNU configure and build system is comprised of several different
[all …]
/openbsd-src/gnu/usr.bin/binutils/etc/
H A Dconfigure.texi4 @settitle The GNU configure and build system
10 * configure: (configure). The GNU configure and build system
14 This file documents the GNU configure and build system.
41 @title The GNU configure and build system
65 @top GNU configure and build system
67 The GNU configure and build system.
89 also includes a discussion of the older Cygnus configure system.
126 The GNU configure and build system has two main goals.
129 system permits the developer to concentrate on writing the program,
142 The GNU configure and build system is comprised of several different
[all …]
/openbsd-src/gnu/llvm/clang/www/demo/
H A Dindex.cgi53 system("rm -f $ROOT/locked");
152 system("touch $ROOT/locked");
269 $retcode = system($commandline);
389 system("mv $tmpFile.bc $bytecodeFile");
390 system("rm $tmpFile");
409 system("c++filt < $disassemblyFile > $tmpFile 2>&1");
410 system("mv $tmpFile $disassemblyFile");
461 system("rm $ROOT/locked");

12345678910>>...63