Searched refs:port (Results 26 - 50 of 302) sorted by relevance

1234567891011>>

/osnet-11/usr/src/lib/sun_fc/common/
H A DAdapterDeviceEventListener.h50 AdapterDeviceEventListener(HBAPort *port,
56 HBAPort *port; member in class:AdapterDeviceEventListener
H A DAdapterPortEventListener.h52 AdapterPortEventListener(HBAPort *port, AdapterPortCallback myCallback,
57 HBAPort *port; member in class:AdapterPortEventListener
H A DHandlePort.cc46 * @param myHBA The HBA for this port
50 handle(myHandle), hba(myHBA), port(myPort), active(false) {
67 * @memo Validate the current state of the handle port
69 * @param newState The new state of the port
71 * @doc After opening a port or refreshing, no state is tracked.
78 log.debug("Port %016llx state %016llx", port->getPortWWN(), newState);
93 * @memo Verify this port has the stated port wwn
94 * @return TRUE if the argument matches this port
95 * @return FALSE if the argument does not match this port
[all...]
H A DAdapterDeviceEventBridge.h34 * @memo Bridge interface for adapter port events
43 HBAPort *port) = 0;
H A DAdapterPortEventBridge.h33 * @memo Bridge interface for adapter port events
42 HBAPort *port) = 0;
H A DAdapterPortStatEventBridge.h34 * @memo Bridge interface for adapter port statistic events
43 HBAPort *port) = 0;
H A DHBA.cc51 * @memo Add a new port to this HBA
52 * @precondition Port must be a valid port on this HBA
54 * @exception Throws InternalError when the HBA port count exceeds
56 * @param port The Port to add to this HBA
59 * routine to add a port to its existing HBA instance.
61 void HBA::addPort(HBAPort* port) { argument
71 portsByWWN[port->getPortWWN()] = port;
72 portsByIndex.insert(portsByIndex.end(), port);
94 * @memo Retrieve an HBA port base
106 HBAPort *port = NULL; local
[all...]
H A DLinkEventBridge.h42 virtual void addListener(LinkEventListener *listener, HBAPort *port) = 0;
H A DSun_fcGetPortStatistics.cc38 HBA_UINT32 port, PHBA_PORTSTATISTICS statistics) {
37 Sun_fcGetPortStatistics(HBA_HANDLE handle, HBA_UINT32 port, PHBA_PORTSTATISTICS statistics) argument
H A DSun_fcGetAdapterPortAttributes.cc37 * @memo Retrieves the attributes for a specified port of an adapter
41 * @param port The desired HBA port
46 HBA_UINT32 port, PHBA_PORTATTRIBUTES attributes) {
57 HandlePort *myPort = myHandle->getHandlePortByIndex(port);
45 Sun_fcGetAdapterPortAttributes(HBA_HANDLE handle, HBA_UINT32 port, PHBA_PORTATTRIBUTES attributes) argument
H A DSun_fcGetDiscPortAttrs.cc37 * @memo Retrieves the attributes for a specified port discovered
41 * @param port The index of desired HBA port
42 * @param discoverdPort The index of the desired discovered port
47 HBA_UINT32 port, HBA_UINT32 discoveredport,
59 HandlePort *myPort = myHandle->getHandlePortByIndex(port);
46 Sun_fcGetDiscoveredPortAttributes(HBA_HANDLE handle, HBA_UINT32 port, HBA_UINT32 discoveredport, PHBA_PORTATTRIBUTES attributes) argument
H A DSun_fcGetPortNPIVAttributes.cc36 HBA_UINT32 port, PHBA_PORTNPIVATTRIBUTES attributes) {
47 HandlePort *myPort = myHandle->getHandlePortByIndex(port);
35 Sun_fcGetPortNPIVAttributes(HBA_HANDLE handle, HBA_UINT32 port, PHBA_PORTNPIVATTRIBUTES attributes) argument
H A DTargetEventListener.h51 TargetEventListener(HBAPort *port, TargetCallback myCallback,
58 HBAPort *port; member in class:TargetEventListener
H A DIOError.cc63 * @param port The port where the I/O error took place
65 IOError::IOError(HBAPort *port) : HBAException(HBA_STATUS_ERROR) { argument
68 "On HBA port %016llx (%s)", port->getPortWWN(),
74 * @param port The port where the I/O error took place
77 IOError::IOError(HBAPort *port, uint64_t target) : argument
81 "On HBA port %016llx target %016llx (%s)", port
91 IOError(HBAPort *port, uint64_t target, uint64_t lun) argument
[all...]
H A DSun_fcGetFcpTargetMapping.cc45 HBAPort *port = hba->getPortByIndex(index); local
46 uint64_t tmp = htonll(port->getPortWWN());
76 HBA_UINT32 port; local
100 for(port = 0; port < attributes.NumberOfPorts; port++) {
104 getAdapterPortWWN(handle,port), mappingV2);
108 log.userError("Unable to get mappings for port");
H A DSun_fcRegisterForAdapterDeviceEvents.cc47 * @param PortWWN Identifies the HBA port of interest
66 HBAPort *port = hba->getPort(wwnConversion(PortWWN.wwn)); local
68 port, (AdapterDeviceCallback)callback, userData);
71 bridge->addListener(listener, port);
H A DSun_fcRegisterForAdapterPortEvents.cc47 * @param PortWWN Identifies the HBA port of interest
65 HBAPort *port = hba->getPort(wwnConversion(PortWWN.wwn)); local
67 port, (AdapterPortCallback)callback, userData);
70 bridge->addListener(listener, port);
H A DSun_fcSendLIRR.cc39 * @param hbaPortWWN Identifies the HBA port to use
57 HBAPort *port = hba->getPort(wwnConversion(hbaPortWWN.wwn)); local
59 port->sendLIRR(0, function, type, pRspBuffer, pRspBufferSize);
61 port->sendLIRR(wwnConversion(destWWN.wwn), function, type,
H A DSun_fcSendRPL.cc39 * @param hbaPortWWN Identifies the HBA port to use
58 HBAPort *port = hba->getPort(wwnConversion(hbaPortWWN.wwn)); local
60 port->sendRPL(0, agent_domain, portindex,
63 port->sendRPL(wwnConversion(agent_wwn.wwn), agent_domain,
/osnet-11/usr/src/lib/libdns_sd/java/com/apple/dnssd/
H A DResolveListener.java62 @param port
63 The port number on which connections are accepted for this service.
69 String hostName, int port, TXTRecord txtRecord);
68 serviceResolved( DNSSDService resolver, int flags, int ifIndex, String fullName, String hostName, int port, TXTRecord txtRecord) argument
/osnet-11/usr/src/cmd/ldap/ns_ldap/
H A Dstandalone.h42 int separatePort(char *peer, char **name, uint16_t *port);
/osnet-11/usr/src/lib/libc/port/gen/
H A Devent_port.c59 port_associate(int port, int source, uintptr_t object, int events, void *user) argument
62 r.r_vals = _portfs(PORT_ASSOCIATE, port, source, object, events,
69 port_get(int port, port_event_t *pe, struct timespec *to) argument
73 r.r_vals = _portfs(PORT_GET, port, (uintptr_t)pe, to->tv_sec,
76 r.r_vals = _portfs(PORT_GET, port, (uintptr_t)pe, 0, 0, NULL);
81 port_getn(int port, port_event_t list[], uint_t max, uint_t *nget, argument
89 r.r_vals = _portfs(PORT_GETN, port, (uintptr_t)list, max, *nget,
104 port_dissociate(int port, int source, uintptr_t object) argument
107 r.r_vals = _portfs(PORT_DISSOCIATE, port, source, object, 0, 0);
112 port_send(int port, in argument
126 _port_dispatch(int port, int flags, int source, int events, uintptr_t object, void *user) argument
178 port_alert(int port, int flags, int events, void *user) argument
[all...]
/osnet-11/usr/src/grub/grub-0.97/stage2/
H A Dserial.c49 /* Store the port number of a serial unit. */
64 /* Read a byte from a port. */
66 inb (unsigned short port)
70 asm volatile ("inb %w1, %0" : "=a" (value) : "Nd" (port));
76 /* Write a byte to a port. */
78 outb (unsigned short port, unsigned char value)
80 asm volatile ("outb %b0, %w1" : : "a" (value), "Nd" (port));
117 /* Return the port number for the UNITth serial device. */
127 /* Initialize a serial device. PORT is the port number for a serial device.
135 serial_hw_init (unsigned short port, unsigne
65 inb(unsigned short port) argument
77 outb(unsigned short port, unsigned char value) argument
134 serial_hw_init(unsigned short port, unsigned int speed, int word_len, int parity, int stop_bit_len) argument
[all...]
/osnet-11/usr/src/lib/libmail/common/
H A Dnotifyu.c68 FILE *port; local
103 port = fopen(dev, "w");
104 if (port != 0) {
105 (void) fprintf(port, "\r\n%s\r\n", msg);
106 (void) fclose(port);
/osnet-11/usr/src/grub/grub2/grub-core/disk/
H A Dahci.c125 int port; member in struct:grub_ahci_device
183 grub_dprintf ("ahci", "found device ahci%d (port %d)\n", dev->num, dev->port);
185 dev->hba->ports[dev->port].command &= ~GRUB_AHCI_HBA_PORT_CMD_FRE;
187 while ((dev->hba->ports[dev->port].command & GRUB_AHCI_HBA_PORT_CMD_FR))
194 dev->hba->ports[dev->port].command &= ~GRUB_AHCI_HBA_PORT_CMD_ST;
196 while ((dev->hba->ports[dev->port].command & GRUB_AHCI_HBA_PORT_CMD_CR))
203 dev->hba->ports[dev->port].fbs = 2;
209 dev->hba->ports[dev->port].fis_base = grub_dma_get_phys (dev->rfis);
210 dev->hba->ports[dev->port]
[all...]

Completed in 118 milliseconds

1234567891011>>