Home
last modified time | relevance | path

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

123

/haiku/build/scripts/
H A Dbootstrap_client.py11 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 Dbootstrap_daemon.py5 import sys
54 sys.exit('Failed to bind to %s port %d: %s' % (address, port, msg[1]))
/haiku/src/tools/
H A Dhardlink_packages.py10 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 Dlistport.c51 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 Dcheckstyle.py6 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 Dpkggraph.py11 import sys
41 if len(sys.argv) > 1:
42 packages = sys.argv[1:]
/haiku/docs/develop/kernel/arch/arm/
H A Defikamx.rst7 * 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 Dconfigure.py10 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 Dttyio.c209 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 Dgenerate_stubs.py3 import sys;
12 for line in sys.stdin.readlines():
/haiku/src/tests/kits/net/service/
H A Dproxy.py17 import sys
139 options = parse_args(sys.argv)
166 file=sys.stderr)
/haiku/src/tests/kits/net/netservices2/
H A Dproxy.py17 import sys
139 options = parse_args(sys.argv)
166 file=sys.stderr)
/haiku/src/add-ons/kernel/bus_managers/firewire/
H A D00README1 $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 Dtypes.h1 #include_next <sys/types.h>
H A Dparam.h9 #include_next <sys/param.h>
H A Dmalloc.h9 #include_next <sys/malloc.h>
/haiku/src/libs/compat/freebsd_iflib/compat/sys/
H A Dlibkern.h9 #include_next <sys/libkern.h>
H A D_task.h9 #include_next <sys/_task.h>
H A Dkthread.h9 #include_next <sys/kthread.h>
/haiku/src/add-ons/kernel/file_systems/fat/bsd/sys/
H A Dcdefs.h40 #include_next <sys/cdefs.h>
H A Dtypes.h42 #include_next <sys/types.h>
/haiku/headers/compatibility/bsd/sys/
H A Dcdefs.h9 #include_next <sys/cdefs.h>
H A Dwait.h9 #include_next <sys/wait.h>
/haiku/headers/build/host/freebsd/sys/
H A Dstat.h5 #include_next <sys/stat.h>
/haiku/src/servers/app/
H A DMultiLocker.cpp48 system_info sys; in MultiLocker()
49 get_system_info(&sys); in MultiLocker()
50 fMaxThreads = sys.max_threads; in MultiLocker()

123