/osnet-11/usr/src/lib/sun_fc/common/ |
H A D | Sun_fcGetPortStatistics.cc | 38 HBA_UINT32 port, PHBA_PORTSTATISTICS statistics) { 37 Sun_fcGetPortStatistics(HBA_HANDLE handle, HBA_UINT32 port, PHBA_PORTSTATISTICS statistics) argument
|
H A D | Sun_fcResetStatistics.cc | 38 void Sun_fcResetStatistics(HBA_HANDLE handle, HBA_UINT32 port) { argument
|
H A D | AdapterDeviceEventListener.h | 50 AdapterDeviceEventListener(HBAPort *port, 56 HBAPort *port; member in class:AdapterDeviceEventListener
|
H A D | AdapterPortEventListener.h | 52 AdapterPortEventListener(HBAPort *port, AdapterPortCallback myCallback, 57 HBAPort *port; member in class:AdapterPortEventListener
|
H A D | IOError.cc | 63 * @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 D | Sun_fcGetAdapterPortAttributes.cc | 37 * @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 D | Sun_fcGetDiscPortAttrs.cc | 37 * @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 D | Sun_fcGetFcpTargetMappingV2.cc | 64 HBAPort *port = hba->getPort(wwnConversion(portWWN.wwn)); local 65 port->getTargetMappings(userMappings);
|
H A D | Sun_fcGetPortNPIVAttributes.cc | 36 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 D | Sun_fcGetRNIDMgmtInfo.cc | 47 * @memo Returns the RNID from port 0 on the HBA 59 HBAPort *port = hba->getPortByIndex(0); // Always use port zero local 60 port->getRNIDMgmtInfo(info);
|
H A D | TargetEventListener.h | 51 TargetEventListener(HBAPort *port, TargetCallback myCallback, 58 HBAPort *port; member in class:TargetEventListener
|
H A D | HandleNPIVPort.h | 46 * @memo Represents this handles state for each NPIV port. 51 HBA *hba, HBAPort *port, HBANPIVPort *vport); 64 HBAPort *port; member in class:HandleNPIVPort
|
H A D | HandlePort.h | 45 * @memo Represents this handles state for each HBA port. 49 * a given port for this open handle. This class is used exclusivly 54 HandlePort(Handle *handle, HBA *hba, HBAPort *port); 76 HBAPort *port; member in class:HandlePort
|
H A D | Sun_fcSendCTPassThruV2.cc | 48 * @param portWWN Identifies the HBA port to use 70 HBAPort *port = hba->getPort(wwnConversion(portWWN.wwn)); local 72 port->sendCTPassThru(requestBuffer, requestSize,
|
H A D | Sun_fcSendRLS.cc | 47 * @param hbaPortWWN Identifies the HBA port to use 66 HBAPort *port = hba->getPort(wwnConversion(hbaPortWWN.wwn)); local 67 port->sendRLS(wwnConversion(destWWN.wwn), pRspBuffer,
|
H A D | Sun_fcSendSRL.cc | 39 * @param hbaPortWWN Identifies which port on the HBA to use 56 HBAPort *port = hba->getPort(wwnConversion(hbaPortWWN.wwn)); local 58 port->sendSRL(0, domain, pRspBuffer, pRspBufferSize); 60 port->sendSRL(wwnConversion(wwn.wwn), domain,
|
/osnet-11/usr/src/lib/librstp/common/ |
H A D | edge.c | 45 register PORT_T *port = s->owner.port; local 51 port->operEdge = port->adminEdge; 52 port->wasInitBpdu = False; 53 port->lnkWhile = 0; 54 port->portEnabled = False; 57 port->portEnabled = True; 58 port->lnkWhile = port 74 register PORT_T *port = s->owner.port; local [all...] |
H A D | migrate.c | 44 register PORT_T* port = this->owner.port; local 49 port->initPm = True; 50 port->mcheck = False; 53 port->mdelayWhile = MigrateTime; 54 port->mcheck = port->initPm = False; 55 port->sendRSTP = True; 58 port->rcvdRSTP = port 74 register PORT_T* port = this->owner.port; local [all...] |
H A D | p2p.c | 39 computeP2P (PORT_T *port) argument 41 switch (port->adminPointToPointMac) { 48 return STP_OUT_get_duplex (port->port_index); 55 register PORT_T* port = s->owner.port; local 60 port->p2p_recompute = True; 63 port->operPointToPointMac = computeP2P (port); 64 port->p2p_recompute = False; 74 register PORT_T* port local [all...] |
H A D | pcost.c | 42 register PORT_T* port = this->owner.port; local 44 if (port->usedSpeed < 10L) { /* < 10Mb/s */ 46 } else if (port->usedSpeed <= 10L) { /* 10 Mb/s */ 48 } else if (port->usedSpeed <= 100L) { /* 100 Mb/s */ 50 } else if (port->usedSpeed <= 1000L) { /* 1 Gb/s */ 52 } else if (port->usedSpeed <= 10000L) { /* 10 Gb/s */ 54 } else if (port->usedSpeed <= 100000L) { /* 100 Gb/s */ 56 } else if (port->usedSpeed <= 1000000L) { /* 1 GTb/s */ 58 } else if (port 81 register PORT_T* port = this->owner.port; local 109 register PORT_T* port = this->owner.port; local [all...] |
H A D | sttrans.c | 43 register PORT_T *port = this->owner.port; local 45 return STP_OUT_set_learning (port->port_index, port->owner->vlan_id, False); 51 register PORT_T *port = this->owner.port; local 53 return STP_OUT_set_learning (port->port_index, port->owner->vlan_id, True); 59 register PORT_T *port = this->owner.port; local 67 register PORT_T *port = this->owner.port; local 76 register PORT_T *port = this->owner.port; local 114 register PORT_T *port = this->owner.port; local [all...] |
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/os/ |
H A D | gen_port.c | 28 * Take an IP addr & port and generate a full IP address. 39 krb5_int16 port; local 43 port = *(const krb5_int16 *)ptr; 46 return krb5_make_full_ipaddr(context, adr, port, outaddr);
|
H A D | port2ip.c | 28 * Take an ADDRPORT address and split into IP addr & port. 37 krb5_unpack_full_ipaddr(krb5_context context, const krb5_address *inaddr, krb5_int32 *adr, krb5_int16 *port) argument 82 *port = (krb5_int16) smushport;
|
/osnet-11/usr/src/lib/libsocket/inet/ |
H A D | getservent.c | 62 getservbyport(int port, const char *proto) argument 68 res = getservbyport_r(port, proto,
|
/osnet-11/usr/src/grub/grub2/include/grub/mips/ |
H A D | io.h | 27 grub_inb (grub_port_t port) argument 29 return *(volatile grub_uint8_t *) port; 33 grub_inw (grub_port_t port) argument 35 return *(volatile grub_uint16_t *) port; 39 grub_inl (grub_port_t port) argument 41 return *(volatile grub_uint32_t *) port; 45 grub_outb (unsigned char value, grub_port_t port) argument 47 *(volatile grub_uint8_t *) port = value; 51 grub_outw (unsigned short int value, grub_port_t port) argument 53 *(volatile grub_uint16_t *) port 57 grub_outl(unsigned int value, grub_port_t port) argument [all...] |