Searched refs:port (Results 1 - 25 of 982) sorted by relevance

1234567891011>>

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/obj-c++.dg/
H A Dmethod-12.mm9 - (unsigned)port;
13 - (Object *)port;
14 + (Protocol *)port;
21 [receiver port]; /* { dg-warning "multiple methods named .\\+port. found" } */
22 /* { dg-warning "using .\\-\\(unsigned( int)?\\)port." "" { target *-*-* } 9 } */
23 /* { dg-warning "also found .\\+\\(Protocol \\*\\)port." "" { target *-*-* } 14 } */
30 [Class port]; /* { dg-error ".Class. is not an Objective\\-C class name or alias" } */
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/objc.dg/
H A Dmethod-6.m10 - (unsigned)port;
14 - (Object *)port;
15 + (Protocol *)port;
22 [receiver port]; /* { dg-warning "multiple methods named .\\+port. found" } */
23 /* { dg-message "using .\\-\\(unsigned( int)?\\)port." "" { target *-*-* } 10 } */
24 /* { dg-message "also found .\\+\\(Protocol \\*\\)port." "" { target *-*-* } 15 } */
31 [Class port]; /* { dg-error ".Class. is not an Objective\\-C class name or alias" } */
/netbsd-6-1-5-RELEASE/sys/arch/arm/include/arm32/
H A Dkatelib.h89 #define inb(port) ReadByte((port))
90 #define outb(port, byte) WriteByte((port), (byte))
91 #define inw(port) ReadShort((port))
92 #define outw(port, word) WriteShort((port), (word))
93 #define inl(port) ReadWord((port))
[all...]
/netbsd-6-1-5-RELEASE/sys/arch/usermode/include/
H A Dasm.h15 #error port me
H A Dbswap.h15 #error port me
H A Dbyte_swap.h15 #error port me
H A Dcdefs.h15 #error port me
H A Delf_machdep.h15 #error port me
H A Dendian.h15 #error port me
H A Dendian_machdep.h15 #error port me
H A Dint_const.h15 #error port me
H A Dint_fmtio.h15 #error port me
H A Dint_limits.h15 #error port me
H A Dint_mwgwtypes.h15 #error port me
H A Dint_types.h15 #error port me
H A Dlimits.h15 #error port me
H A Dnetbsd32_machdep.h15 #error port me
H A Dwchar_limits.h15 #error port me
/netbsd-6-1-5-RELEASE/sys/arch/arm/include/
H A Dpio.h43 #define inb(port) bus_space_read_1( &isa_io_bs_tag, (bus_space_handle_t)isa_io_bs_tag.bs_cookie, (port))
44 #define outb(port, byte) bus_space_write_1(&isa_io_bs_tag, (bus_space_handle_t)isa_io_bs_tag.bs_cookie, (port), (byte))
/netbsd-6-1-5-RELEASE/sys/arch/rs6000/stand/boot/
H A Dio.c32 outb(int port, char val) argument
35 MCA_io[port] = val;
39 outw(int port, u_int16_t val) argument
41 outb(port, val>>8);
42 outb(port+1, val);
46 inb(int port) argument
49 return (MCA_io[port]);
/netbsd-6-1-5-RELEASE/sys/arch/xen/include/
H A Dxenio3.h35 * Bind a fresh port to VIRQ @virq.
36 * Return allocated port.
42 unsigned int port; member in struct:ioctl_evtchn_bind_virq
46 * Bind a fresh port to remote <@remote_domain, @remote_port>.
47 * Return allocated port.
53 unsigned int port; member in struct:ioctl_evtchn_bind_interdomain
57 * Allocate a fresh port for binding to @remote_domain.
58 * Return allocated port.
64 unsigned int port; member in struct:ioctl_evtchn_bind_unbound_port
68 * Unbind previously allocated @port
73 unsigned int port; member in struct:ioctl_evtchn_unbind
82 unsigned int port; member in struct:ioctl_evtchn_notify
[all...]
/netbsd-6-1-5-RELEASE/distrib/notes/common/
H A Dlist-setsizes.sh54 for port in $ports
56 set -- `gzip -l $port/binary/sets/${set}.tgz | tail -1`
64 echo ".if \\n[$port] .setsize $compressed $uncompressed"
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/bin/tests/system/
H A Dtestsock.pl27 my $port = 0;
29 GetOptions("p=i" => \$port,
41 my $sa = pack_sockaddr_in($port, $addr);
48 inet_ntoa($addr), $port);
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/bin/tests/virtual-time/
H A Dtestsock.pl26 my $port = 0;
28 GetOptions("p=i" => \$port,
40 my $sa = pack_sockaddr_in($port, $addr);
47 inet_ntoa($addr), $port);
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/
H A Dser-go32.c169 /* Main interrupt controller port addresses. */
183 struct dos_ttystate *port; member in struct:intrupt
247 dos_getc (volatile struct dos_ttystate *port) argument
251 if (port->count == 0)
254 c = port->cbuf[port->first];
256 port->first = (port->first + 1) & (CBSIZE - 1);
257 port->count--;
264 dos_putc (int c, struct dos_ttystate *port) argument
278 struct dos_ttystate *port; local
457 struct dos_ttystate *port; local
562 struct dos_ttystate *port; local
616 struct dos_ttystate *port = &ports[scb->fd]; local
634 struct dos_ttystate *port = &ports[scb->fd]; local
690 struct dos_ttystate *port = &ports[scb->fd]; local
734 struct dos_ttystate *port = &ports[scb->fd]; local
766 struct dos_ttystate *port = &ports[scb->fd]; local
793 volatile struct dos_ttystate *port = &ports[scb->fd]; local
834 volatile struct dos_ttystate *port = &ports[scb->fd]; local
886 struct dos_ttystate *port; local
[all...]

Completed in 269 milliseconds

1234567891011>>