Searched refs:os (Results 1 - 25 of 70) sorted by relevance

123

/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/hmac/
H A Dhm_ameth.c77 ASN1_OCTET_STRING *os = (ASN1_OCTET_STRING *)pkey->pkey.ptr; local
78 if (os)
80 if (os->data)
81 OPENSSL_cleanse(os->data, os->length);
82 ASN1_OCTET_STRING_free(os);
109 ASN1_OCTET_STRING *os; local
110 os = ASN1_OCTET_STRING_new();
111 if (!os || !ASN1_OCTET_STRING_set(os, *pde
120 ASN1_OCTET_STRING *os = (ASN1_OCTET_STRING *)pkey->pkey.ptr; local
[all...]
/barrelfish-2018-10-04/usr/eclipseclp/config/
H A Dconfig.sub132 os=-$maybe_os
138 then os=`echo $1 | sed 's/.*-/-/'`
139 else os=; fi
147 case $os in
148 -sun*os*)
158 os=
162 os=-cnk
165 os=
171 os=-vxworks
175 os
[all...]
/barrelfish-2018-10-04/tools/harness/
H A Dreprocess.py12 import os, optparse, re namespace
27 if not (os.path.isdir(d) and os.access(d, os.W_OK)
28 and os.access(os.path.join(d, 'description.txt'), os.R_OK)):
40 f = open(os.path.join(dirname, 'description.txt'), 'r')
H A Dbarrelfish.py10 import os.path namespace
23 self.kernel = os.path.join(prefix, kernel)
35 self.kernel = os.path.join(self.prefix, kernel)
49 self.cpu_driver = os.path.join(self.prefix, cpu_driver)
59 self.boot_driver = os.path.join(self.prefix, boot_driver);
83 module = os.path.join(self.prefix, module)
101 os.path.join(path, self.boot_driver), " ".join(self.boot_driver_args))
104 os.path.join(path, self.cpu_driver), " ".join(self.kernelArgs))
106 r += "hypervisor %s\n" % os.path.join(path, self.prefix, self.hypervisor)
110 os
[all...]
H A Dbuilds.py10 import os, errno, re namespace
26 build_dir = os.path.join(self.options.buildbase, self.name.lower())
30 os.makedirs(build_dir)
52 if not os.path.isabs(srcdir):
53 srcdir = os.path.relpath(srcdir, self.build_dir)
54 debug.checkcmd([os.path.join(srcdir, "hake", "hake.sh"), "--source-dir", srcdir],
69 "cache_dir": "\"%s\"" % os.path.expanduser("~/.cache/barrelfish/"),
76 hakedir = os.path.join(self.build_dir, 'hake')
77 if not os.path.isdir(hakedir):
78 os
[all...]
H A Defiimage.py11 import os namespace
75 parentDir = os.path.dirname(dirName)
89 targetFile = os.path.join(dirName, os.path.basename(fileName))
96 cmd = ["mcopy", "-o", "-s", "-i", self._mformatImage, "-", os.path.join(dirName, os.path.basename(fileName))]
/barrelfish-2018-10-04/lib/openssl-1.0.0d/ssl/
H A Dssl_asn1.c363 ASN1_OCTET_STRING os,*osp; local
367 osp= &os;
382 os.data=NULL; os.length=0;
386 if (os.length != 3)
392 ((unsigned long)os.data[0]<<16L)|
393 ((unsigned long)os.data[1]<< 8L)|
394 (unsigned long)os.data[2];
398 if (os.length != 2)
404 ((unsigned long)os
[all...]
/barrelfish-2018-10-04/tools/harness/tests/
H A D__init__.py46 import os namespace
47 for module in os.listdir(os.path.dirname(__file__)):
H A Dxeonphi.py13 import re, os, sys, debug, shutil, datetime namespace
29 fullpath = os.path.join(machine.get_tftp_dir(), 'menu.lst.k1om')
68 menulst = os.path.join(machine.get_tftp_dir(), "menu.lst.k1om")
69 if (os.path.isfile(menulst)) :
70 os.remove(menulst)
96 menulst = os.path.join(machine.get_tftp_dir(), "menu.lst.k1om")
97 if (os.path.isfile(menulst)) :
98 os.remove(menulst)
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/asn1/
H A Devp_asn1.c66 ASN1_STRING *os; local
68 if ((os=M_ASN1_OCTET_STRING_new()) == NULL) return(0);
69 if (!M_ASN1_OCTET_STRING_set(os,data,len)) return(0);
70 ASN1_TYPE_set(a,V_ASN1_OCTET_STRING,os);
100 ASN1_OCTET_STRING os,*osp; local
107 os.data=data;
108 os.type=V_ASN1_OCTET_STRING;
109 os.length=len;
112 n+=M_i2d_ASN1_OCTET_STRING(&os,NULL);
129 M_i2d_ASN1_OCTET_STRING(&os,
143 ASN1_OCTET_STRING *os=NULL; local
[all...]
H A Dasn1_par.c120 ASN1_OCTET_STRING *os=NULL; local
256 os=d2i_ASN1_OCTET_STRING(NULL,&opp,len+hl);
257 if (os != NULL && os->length > 0)
259 opp = os->data;
262 for (i=0; i<os->length; i++)
280 os->length) <= 0)
289 for (i=0; i<os->length; i++)
307 os->length)?os
[all...]
/barrelfish-2018-10-04/tools/
H A Dmkefi.py17 import os namespace
24 if os.path.isfile(string):
25 return os.path.abspath(string)
44 if args.create or not os.path.isfile(args.image):
/barrelfish-2018-10-04/tools/harness/siteconfig/
H A D__init__.py10 import socket, os namespace
27 if os.path.isdir('/home/netos') and socket.getfqdn().endswith('.ethz.ch'):
/barrelfish-2018-10-04/kernel/include/arch/x86/
H A Dperfmon_amd.h22 void perfmon_amd_measure_start(uint16_t event, uint8_t umask, bool os,
H A Dperfmon_intel.h21 void perfmon_intel_measure_start(uint8_t event, uint8_t umask, bool os,
/barrelfish-2018-10-04/tools/harness/machines/
H A Deth.py10 import os, getpass, subprocess, socket, pty namespace
19 RACKBOOT=os.path.join(TOOLS_PATH, 'rackboot.sh')
20 RACKPOWER=os.path.join(TOOLS_PATH, 'rackpower')
69 os.close(slavefd)
72 self.console_out = os.fdopen(self.masterfd, 'rb', 0)
78 # os.kill(self.lockprocess.pid, signal.SIGTERM)
79 os.write(self.masterfd, "\x05c.")
90 os.write(self.masterfd, "\x05cf")
144 return os.path.join(TFTP_PATH, user, self._machine.name + "_harness")
148 return os
[all...]
H A Dpandaboard.py11 import subprocess, os, socket, sys, shutil, tempfile, pty namespace
20 RACKBOOT=os.path.join(TOOLS_PATH, 'rackboot.sh')
21 RACKPOWER=os.path.join(TOOLS_PATH, 'rackpower')
54 menulst_fullpath = os.path.join(self._machine.options.builds[0].build_dir,
81 # os.write(self.masterfd, "\x01\x24")
86 os.unlink("/var/lock/LCK..ttyUSB0")
99 os.close(slavefd)
100 self.console_out = os.fdopen(self.masterfd, 'rb', 0)
133 if os.path.isdir(file):
135 os
[all...]
H A Dmsrc.py10 import sys, os, signal, time, getpass, subprocess, socket, pty namespace
16 RACKBOOT=os.path.join(TOOLS_PATH, 'rackboot.sh')
17 RACKPOWER=os.path.join(TOOLS_PATH, 'rackpower')
57 return os.path.join(TFTP_PATH, user, self.name + "_harness")
67 ip_menu_name = os.path.join(TFTP_PATH, "menu.lst." + self.get_ip())
69 os.remove(ip_menu_name)
70 os.symlink(relpath, ip_menu_name)
73 fullpath = os.path.join(self.get_tftp_dir(), 'menu.lst')
74 relpath = os.path.relpath(fullpath, TFTP_PATH)
75 tftppath = '/' + os
[all...]
H A Duw.py10 import sys, os, signal, time, getpass, subprocess, socket, pty namespace
16 RACKBOOT=os.path.join(TOOLS_PATH, 'rackboot.sh')
17 RACKPOWER=os.path.join(TOOLS_PATH, 'rackpower')
73 return os.path.join(TFTP_PATH, user, self.name + "_harness")
83 ip_menu_name = os.path.join(TFTP_PATH, "menu.lst." + self.get_ip())
85 os.remove(ip_menu_name)
86 os.symlink(relpath, ip_menu_name)
89 fullpath = os.path.join(self.get_tftp_dir(), 'menu.lst')
90 relpath = os.path.relpath(fullpath, TFTP_PATH)
91 tftppath = '/' + os
[all...]
H A Dqemu.py10 import os, signal, tempfile, subprocess, shutil namespace
70 path = os.path.join(self.get_tftp_dir(), 'menu.lst')
85 os.kill(self.child.pid, signal.SIGTERM)
99 os.close(slavefd)
101 self.qemu_out = os.fdopen(self.masterfd, 'rb', 0)
106 if self.tftp_dir and os.path.isdir(self.tftp_dir):
115 qemu_wrapper = os.path.join(self._machine.options.sourcedir, QEMU_SCRIPT_PATH)
116 menu_lst = os.path.join(self.get_tftp_dir(), 'menu.lst')
121 path = os.path.join(self.get_tftp_dir(), 'menu.lst')
171 menulst_fullpath = os
[all...]
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/x509v3/
H A Dv3_ocsp.c213 ASN1_OCTET_STRING *os = a; local
215 memcpy(*pp, os->data, os->length);
216 *pp += os->length;
218 return os->length;
223 ASN1_OCTET_STRING *os, **pos; local
225 if(!pos || !*pos) os = ASN1_OCTET_STRING_new();
226 else os = *pos;
227 if(!ASN1_OCTET_STRING_set(os, *pp, length)) goto err;
231 if(pos) *pos = os;
[all...]
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/pkcs7/
H A Dpk7_attr.c153 ASN1_OCTET_STRING *os; local
154 os = ASN1_OCTET_STRING_new();
155 if (!os)
157 if (!ASN1_STRING_set(os, md, mdlen)
159 V_ASN1_OCTET_STRING, os))
161 ASN1_OCTET_STRING_free(os);
H A Dexample.c34 ASN1_OCTET_STRING *os; local
40 os=ASN1_OCTET_STRING_new();
41 ASN1_OCTET_STRING_set(os,(unsigned char*)str,strlen(str));
44 V_ASN1_OCTET_STRING,(char *)os);
50 ASN1_OCTET_STRING *os; local
62 os=so->value.octet_string;
63 i=os->length;
66 memcpy(buf,os->data,i);
194 ASN1_OCTET_STRING *os; local
201 os
212 ASN1_OCTET_STRING *os; local
[all...]
/barrelfish-2018-10-04/tools/ds5/configdb/
H A DbootPanda.py3 import os namespace
26 os.system('Barrelfish/tools/bin/usbboot Barrelfish/armv7_omap44xx_image')
H A DkernelPanda.py3 import os namespace
26 os.system('Barrelfish/tools/bin/usbboot Barrelfish/armv7_omap44xx_image')

Completed in 82 milliseconds

123