Searched refs:IO (Results 1 - 15 of 15) sorted by relevance

/barrelfish-master/lib/openssl-1.0.0d/crypto/des/
H A Dread_pwd.c329 status=sys$qiow(0,channel,IO$_SENSEMODE,&iosb,0,0,tty_orig,12,0,0,0,0);
353 status = sys$qiow(0,channel,IO$_SETMODE,&iosb,0,0,tty_new,12,0,0,0,0);
404 status = sys$qiow(0,channel,IO$_SETMODE,&iosb,0,0
/barrelfish-master/tools/demo/TestAquarium/
H A DProgram.cs16 using System.IO;
/barrelfish-master/doc/013-capability-mgmt/
H A Dtype_system.tex682 \subsection{IO}
683 An IO capability gives the holder the ability to read and write to IO ports.
684 IO capabilities are currently only supported on x86-64.
687 \item[Origin] A single IO capability covering the whole IO region created at
707 datatype io_cap "IO capability" {
708 start 16 "Start of the granted IO range";
709 end 16 "End of the granted IO range";
715 \arg IO por
680 This invocation is not yet implemented. subsubsection
[all...]
/barrelfish-master/lib/openssl-1.0.0d/crypto/bio/
H A Dbss_rtcp.c71 #include <iodef.h> /* VMS IO$_ definitions */
130 status = sys$qiow ( 0, chan, IO$_READVBLK, &iosb, 0, 0,
141 status = sys$qiow ( 0, chan, IO$_WRITEVBLK, &iosb, 0, 0,
/barrelfish-master/lib/openssl-1.0.0d/ssl/
H A Dssl_task.c119 #include <iodef.h> /* VMS IO$_ definitions */
171 status = SYS$QIOW ( 0, chan, IO$_READVBLK, &iosb, 0, 0,
182 status = SYS$QIOW ( 0, chan, IO$_WRITEVBLK, &iosb, 0, 0,
/barrelfish-master/lib/openssl-1.0.0d/crypto/ui/
H A Dui_openssl.c529 status=sys$qiow(0,channel,IO$_SENSEMODE,&iosb,0,0,tty_orig,12,0,0,0,0);
551 status = sys$qiow(0,channel,IO$_SETMODE,&iosb,0,0,tty_new,12,0,0,0,0);
573 status = sys$qiow(0,channel,IO$_SETMODE,&iosb,0,0,tty_new,12,0,0,0,0);
/barrelfish-master/doc/021-cpudriver/
H A Dcpudriver.tex177 \section{IO capabilities}
179 IO capabilities provide kernel-mediated access to the legacy IO space of
180 the processor. Each IO capability allows access only to a specific range of
188 At boot, an IO capability for the entire port space is passed to the
189 initial user domain. Aside from being copied or minted, IO capabilities may not
/barrelfish-master/tools/demo/Aquarium/
H A DEvents.cs7 using System.IO;
H A DWindow1.xaml.cs25 using System.IO;
/barrelfish-master/usr/eclipseclp/JavaInterface/src/com/parctechnologies/eclipse/
H A DEmbeddedEclipse.java301 NativeEclipse.setOption(IntOption.IO , options.isUsingQueues()? 2 : 0);
370 static final int IO = 12; field in interface:EmbeddedEclipse.IntOption
/barrelfish-master/lib/openssl-1.0.0d/apps/
H A Dtsget7 use IO::Handle;
/barrelfish-master/usr/skb/programs/
H A Dbridge_bios.pl23 % Filter IO BARs because some device drivers aren't able to handle them...
/barrelfish-master/doc/012-services/
H A DServices.tex149 device drivers inlcude IO devices, as well as internal devices such as
215 % Category: Interaction and IO
268 scheduling IO operations, throttling network traffic, etc.
303 % Category: Interaction and IO
312 % Category: Interaction and IO
472 %% \item[Interaction and IO] services that manage the systems external
/barrelfish-master/doc/019-device-drivers/
H A DDeviceDriver.tex603 /* Give monitor IO */
/barrelfish-master/doc/002-mackerel/
H A DMackerel.tex751 IO space. Alternatively:
1035 The idiom for accessing a device at IO address \texttt{ia} would be:
1514 The idiom for accessing a device at IO address \texttt{ia} would be:

Completed in 217 milliseconds