Searched refs:ports (Results 1 - 25 of 195) sorted by relevance

12345678

/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/sim/common/
H A Dhw-ports.c1 /* Hardware ports.
52 const struct hw_port_descriptor *ports; member in struct:hw_port_data
88 const struct hw_port_descriptor ports[])
90 me->ports_of_hw->ports = ports;
255 const struct hw_port_descriptor *ports = local
256 me->ports_of_hw->ports;
257 if (ports != NULL)
259 while (ports->name != NULL)
261 if (ports
87 set_hw_ports(struct hw *me, const struct hw_port_descriptor ports[]) argument
302 const struct hw_port_descriptor *ports = NULL; local
[all...]
/netbsd-6-1-5-RELEASE/distrib/notes/common/
H A Dlist-setsizes.sh39 ports="acorn26 acorn32 algor alpha amd64 amiga arc atari bebox cats cesfic
54 for port in $ports
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.c-torture/compile/
H A D20040727-1.c12 exception_handler_t ports[16]; member in struct:__anon5240
30 GC_old_exc_ports.ports,
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.c-torture/compile/
H A D20040727-1.c12 exception_handler_t ports[16]; member in struct:__anon3606
30 GC_old_exc_ports.ports,
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/arm/
H A Dweakdef-2.d4 # This test is only valid on ELF based ports.
H A Dattr-default.d5 # This test is only valid on EABI based ports.
H A Dattr-march-armv1.d5 # This test is only valid on EABI based ports.
H A Dattr-march-armv2.d5 # This test is only valid on EABI based ports.
H A Dattr-march-armv2a.d5 # This test is only valid on EABI based ports.
H A Dattr-march-armv2s.d5 # This test is only valid on EABI based ports.
H A Dattr-march-armv3.d5 # This test is only valid on EABI based ports.
H A Dattr-march-armv3m.d5 # This test is only valid on EABI based ports.
H A Dattr-march-armv4.d5 # This test is only valid on EABI based ports.
H A Dattr-march-armv4t.d5 # This test is only valid on EABI based ports.
H A Dattr-march-armv4txm.d5 # This test is only valid on EABI based ports.
H A Dattr-march-armv4xm.d5 # This test is only valid on EABI based ports.
H A Dattr-march-armv5.d5 # This test is only valid on EABI based ports.
H A Dattr-march-armv5t.d5 # This test is only valid on EABI based ports.
H A Dattr-march-armv5te.d5 # This test is only valid on EABI based ports.
H A Dattr-march-armv5tej.d5 # This test is only valid on EABI based ports.
H A Dattr-march-armv5texp.d5 # This test is only valid on EABI based ports.
H A Dattr-march-armv5txm.d5 # This test is only valid on EABI based ports.
H A Dattr-march-armv6.d5 # This test is only valid on EABI based ports.
H A Dattr-march-armv6j.d5 # This test is only valid on EABI based ports.
/netbsd-6-1-5-RELEASE/usr.bin/systat/
H A Dnetcmds.c121 else if (strstr(args, "ports") == args)
206 } *ports = NULL; variable in typeref:struct:pitem
214 if (ports == NULL)
216 free(ports);
217 ports = NULL;
221 for (p = ports; p < ports+nports; p++)
226 p = (struct pitem *)realloc(ports, (nports+1)*sizeof (*p));
231 ports = p;
232 p = &ports[nport
[all...]

Completed in 119 milliseconds

12345678