Home
last modified time | relevance | path

Searched refs:portnum (Results 1 – 6 of 6) sorted by relevance

/external/qemu/hw/
Dusb-ohci.c1358 static void ohci_port_set_status(OHCIState *ohci, int portnum, uint32_t val) in ohci_port_set_status() argument
1363 port = &ohci->rhport[portnum]; in ohci_port_set_status()
1373 ohci_port_set_if_connected(ohci, portnum, val & OHCI_PORT_PES); in ohci_port_set_status()
1375 if (ohci_port_set_if_connected(ohci, portnum, val & OHCI_PORT_PSS)) in ohci_port_set_status()
1376 dprintf("usb-ohci: port %d: SUSPEND\n", portnum); in ohci_port_set_status()
1378 if (ohci_port_set_if_connected(ohci, portnum, val & OHCI_PORT_PRS)) { in ohci_port_set_status()
1379 dprintf("usb-ohci: port %d: RESET\n", portnum); in ohci_port_set_status()
1390 ohci_port_power(ohci, portnum, 0); in ohci_port_set_status()
1392 ohci_port_power(ohci, portnum, 1); in ohci_port_set_status()
/external/chromium/net/ocsp/
Dnss_ocsp.cc97 SECStatus OCSPCreateSession(const char* host, PRUint16 portnum,
574 SECStatus OCSPCreateSession(const char* host, PRUint16 portnum, in OCSPCreateSession() argument
576 VLOG(1) << "OCSP create session: host=" << host << " port=" << portnum; in OCSPCreateSession()
588 *pSession = new OCSPServerSession(host, portnum); in OCSPCreateSession()
/external/openssh/regress/
DMakefile55 portnum \
/external/iptables/iptables/
Dxtables.c484 unsigned int portnum; in xtables_parse_port() local
486 if (xtables_strtoui(port, NULL, &portnum, 0, UINT16_MAX) || in xtables_parse_port()
487 (portnum = xtables_service_to_port(port, proto)) != (unsigned)-1) in xtables_parse_port()
488 return portnum; in xtables_parse_port()
/external/kernel-headers/original/linux/
Dusb.h352 u8 portnum; /* Parent port number (origin 1) */ member
/external/openssh/
DINSTALL160 --with-prngd-port=portnum allows you to enable EGD or PRNGD support