HomeSort by relevance Sort by last modified time
    Searched refs:num_ports (Results 1 - 14 of 14) sorted by null

  /external/qemu/hw/
usb-ohci.c 71 int num_ports; member in struct:__anon13804
413 ohci->rhdesc_a = OHCI_RHA_NPS | ohci->num_ports;
417 for (i = 0; i < ohci->num_ports; i++)
746 for (i = 0; i < ohci->num_ports; i++) {
924 for (i = 0; i < ohci->num_ports; i++) {
    [all...]
pci.h 237 void usb_ohci_init_pci(struct PCIBus *bus, int num_ports, int devfn);
pxa.h 217 void usb_ohci_init_pxa(target_phys_addr_t base, int num_ports, int devfn,
  /external/openssh/
servconf.h 51 u_int num_ports; member in struct:__anon12461
servconf.c 71 options->num_ports = 0;
174 if (options->num_ports == 0)
175 options->ports[options->num_ports++] = SSH_DEFAULT_PORT;
510 if (options->num_ports == 0)
511 options->ports[options->num_ports++] = SSH_DEFAULT_PORT;
515 for (i = 0; i < options->num_ports; i++)
775 if (options->num_ports >= MAX_PORTS)
782 options->ports[options->num_ports++] = a2port(arg);
783 if (options->ports[options->num_ports-1] <= 0)
    [all...]
sshd.c     [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/Xext/extensions/
Xvlib.h 88 unsigned long num_ports; member in struct:__anon13370
Xvproto.h 77 CARD16 num_ports B16;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
emux_synth.h 99 int num_ports; /* number of ports to be created */ member in struct:snd_emux
asequencer.h 529 int num_ports; /* RO: number of ports */ member in struct:snd_seq_client_info
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/
emux_synth.h 99 int num_ports; /* number of ports to be created */ member in struct:snd_emux
asequencer.h 529 int num_ports; /* RO: number of ports */ member in struct:snd_seq_client_info
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/x11/
SDL_x11yuv.c 221 for ( k=0; k < ainfo[i].num_ports; ++k ) {
  /external/qemu/distrib/sdl-1.2.15/src/video/Xext/Xv/
Xv.c 218 pa->num_ports = u.pa->num_ports;

Completed in 519 milliseconds