/haiku/build/scripts/ |
H A D | bootstrap_client.py | 11 import sys 18 if len(sys.argv) < 3: 19 sys.exit('Usage: ' + sys.argv[0] + ' <address>[:<port>] <command>') 21 address = sys.argv[1] 27 commandToRun = " ".join(sys.argv[2:]) 39 sys.exit('Failed to connect to %s port %d: %s' % (address, port, msg[1])) 47 connections = [controlConnection, stdioConnection, stderrConnection, sys.stdin] 49 while connections and (len(connections) > 1 or not sys.stdin in connections): 53 if sys.stdin in readable: 54 data = sys.stdin.readline(bufferSize) [all …]
|
H A D | bootstrap_daemon.py | 5 import sys 54 sys.exit('Failed to bind to %s port %d: %s' % (address, port, msg[1]))
|
/haiku/src/tools/ |
H A D | hardlink_packages.py | 10 import sys, os, subprocess, re, hashlib 22 if len(sys.argv) != 4: 28 sys.exit(1) 33 sys.exit(1) 35 args_jamf = sys.argv[1] 36 args_src = sys.argv[2] 37 args_dst = sys.argv[3] 107 sys.exit(1) 118 sys.exit(1) 136 sys.exit(1) [all …]
|
/haiku/src/bin/ |
H A D | listport.c | 51 system_info sys; in show_port_totals() local 53 if (get_system_info(&sys) == B_OK) { in show_port_totals() 54 max = sys.max_ports; in show_port_totals() 55 used = sys.used_ports; in show_port_totals()
|
/haiku/src/tools/checkstyle/ |
H A D | checkstyle.py | 6 import re, sys, os 84 if len(sys.argv) >= 2 and sys.argv[1] != "--help": 86 for arg in sys.argv[1:]:
|
/haiku/3rdparty/pulkomandy/ |
H A D | pkggraph.py | 11 import sys 41 if len(sys.argv) > 1: 42 packages = sys.argv[1:]
|
/haiku/docs/develop/kernel/arch/arm/ |
H A D | efikamx.rst | 7 * http://svnweb.freebsd.org/base/head/sys/boot/fdt/dts/imx51x.dtsi?revision=248557&view=markup 8 * http://svnweb.freebsd.org/base/head/sys/boot/fdt/dts/efikamx.dts?revision=248557&view=markup
|
/haiku/3rdparty/kallisti5/ |
H A D | configure.py | 10 import sys 47 if sys.stdout.isatty(): 55 if sys.stdout.isatty(): 63 if sys.stdout.isatty(): 86 return subprocess.check_output(cmd).decode(sys.stdout.encoding)
|
/haiku/src/bin/unzip/ |
H A D | ttyio.c | 209 status = sys$assign(&DevDesc, &DevChan, 0, 0); 217 status = sys$qiow(0, DevChan, IO$_SENSEMODE, &iosb, 0, 0, 234 status = sys$qiow(0, DevChan, IO$_SETMODE, &iosb, 0, 0, 243 status = sys$dassgn(DevChan); 263 status = sys$assign(&DevDesc, &DevChan, 0, 0); in tt_getch() 270 status = sys$qiow(0,DevChan, in tt_getch() 280 sys$dassgn(DevChan); in tt_getch()
|
/haiku/src/system/libroot/stubbed/ |
H A D | generate_stubs.py | 3 import sys; 12 for line in sys.stdin.readlines():
|
/haiku/src/tests/kits/net/service/ |
H A D | proxy.py | 17 import sys 139 options = parse_args(sys.argv) 166 file=sys.stderr)
|
/haiku/src/tests/kits/net/netservices2/ |
H A D | proxy.py | 17 import sys 139 options = parse_args(sys.argv) 166 file=sys.stderr)
|
/haiku/src/add-ons/kernel/bus_managers/firewire/ |
H A D | 00README | 1 $FreeBSD: src/sys/dev/firewire/00README,v 1.2 2005/10/01 18:56:16 glebius Exp $ 39 Suppose you have kernel source at /sys. 42 - cd /sys/dev/firewire 94 # ps -agx -M /dev/fwmem0 -N /sys/i386/compile/GENERIC/kernel 95 # dmesg -M /dev/fwmem0 -N /sys/i386/compile/GENERIC/kernel 96 # gdb -k -c /dev/fwmem0 /sys/i386/compile/GENERIC/kernel.debug
|
/haiku/src/libs/compat/openbsd_network/compat/sys/ |
H A D | types.h | 1 #include_next <sys/types.h>
|
H A D | param.h | 9 #include_next <sys/param.h>
|
H A D | malloc.h | 9 #include_next <sys/malloc.h>
|
/haiku/src/libs/compat/freebsd_iflib/compat/sys/ |
H A D | libkern.h | 9 #include_next <sys/libkern.h>
|
H A D | _task.h | 9 #include_next <sys/_task.h>
|
H A D | kthread.h | 9 #include_next <sys/kthread.h>
|
/haiku/src/add-ons/kernel/file_systems/fat/bsd/sys/ |
H A D | cdefs.h | 40 #include_next <sys/cdefs.h>
|
H A D | types.h | 42 #include_next <sys/types.h>
|
/haiku/headers/compatibility/bsd/sys/ |
H A D | cdefs.h | 9 #include_next <sys/cdefs.h>
|
H A D | wait.h | 9 #include_next <sys/wait.h>
|
/haiku/headers/build/host/freebsd/sys/ |
H A D | stat.h | 5 #include_next <sys/stat.h>
|
/haiku/src/servers/app/ |
H A D | MultiLocker.cpp | 48 system_info sys; in MultiLocker() 49 get_system_info(&sys); in MultiLocker() 50 fMaxThreads = sys.max_threads; in MultiLocker()
|