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

  /external/qemu/hw/
dma.c 154 int ichan, nreg, iport, ff, val, dir; local
157 iport = (nport >> d->dshift) & 0x0f;
158 ichan = iport >> 1;
159 nreg = iport & 1;
169 ldebug ("read_chan %#x -> %d\n", iport, val);
176 int iport, ichan, nreg; local
179 iport = (nport >> d->dshift) & 0x0f;
180 ichan = iport >> 1;
181 nreg = iport & 1;
194 int iport, ichan = 0 local
282 int iport, val; local
    [all...]
  /external/grub/netboot/
fsys_tftp.c 38 static unsigned short iport = 2000; variable
68 if (! await_reply (AWAIT_TFTP, iport, NULL, timeout))
80 ++iport, TFTP_PORT, len, &tp))
94 iport, oport,
170 iport, ntohs (tr->udp.src),
223 udp_transmit (arptable[ARP_SERVER].ipaddr.s_addr, iport,
297 return udp_transmit (arptable[ARP_SERVER].ipaddr.s_addr, ++iport,
main.c 303 static unsigned short iport = 2000; local
324 if (! udp_transmit (arptable[ARP_SERVER].ipaddr.s_addr, ++iport,
338 if (! await_reply (AWAIT_TFTP, iport, NULL, timeout))
344 ++iport, TFTP_PORT, len, &tp))
358 iport, oport,
415 iport, ntohs (tr->udp.src),
449 udp_transmit (arptable[ARP_SERVER].ipaddr.s_addr, iport,
  /external/libppp/src/
command.c 1501 int iport, add = 0; local
    [all...]

Completed in 97 milliseconds