Searched refs:portName (Results 1 - 11 of 11) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/palmos/
H A Ddcprint.cpp112 static bool wxGetDefaultDeviceName(wxString& deviceName, wxString& portName) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Ddcprint.cpp238 static bool wxGetDefaultDeviceName(wxString& deviceName, wxString& portName) argument
280 portName = lpszPortName;
314 wxString portName;
315 if ( !wxGetDefaultDeviceName(deviceName, portName) )
H A Dprintdlg.cpp134 static HGLOBAL wxCreateDevNames(const wxString& driverName, const wxString& printerName, const wxString& portName) argument
137 // if (!driverName.empty() && !printerName.empty() && !portName.empty())
138 if (driverName.empty() && printerName.empty() && portName.empty())
146 portName.length()+1 ) * sizeof(wxChar) );
157 wxStrcpy((wxChar*)lpDev + lpDev->wOutputOffset, portName);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/lpfc/
H A Dlpfc_vport.c168 memcpy(&vport->fc_portname, &vport->fc_sparam.portName,
211 if (memcmp(&vport->fc_sparam.portName,
212 &new_vport->fc_sparam.portName,
363 memcpy(&vport->fc_sparam.portName, vport->fc_portname.u.wwn, 8);
367 !lpfc_valid_wwn_format(phba, &vport->fc_sparam.portName, "WWPN")) {
H A Dlpfc_hw.h464 struct lpfc_name portName; member in struct:serv_parm
644 struct lpfc_name portName; /* N_port name field */ member in struct:_LOGO
767 struct lpfc_name portName; member in struct:_ADISC
814 struct lpfc_name portName; member in struct:_RNID_TOP_DISC
839 struct lpfc_name portName; member in struct:_RNID
849 struct lpfc_name portName; member in union:_RPS::__anon14607
872 struct lpfc_name portName; member in struct:_PORT_NUM_BLK
2909 uint32_t portName:1; member in struct:__anon14670
2913 uint32_t portName:1;
H A Dlpfc_nportdisc.c144 memcpy(&ndlp->nlp_portname, &sp->portName, sizeof (struct lpfc_name));
302 if (wwn_to_u64(sp->portName.u.wwn) == 0) {
469 ppn = (struct lpfc_name *) & ap->portName;
473 ppn = (struct lpfc_name *) & sp->portName;
803 port_cmp = memcmp(&vport->fc_portname, &sp->portName,
928 (wwn_to_u64(sp->portName.u.wwn) == 0 ||
1205 (!lpfc_check_adisc(vport, ndlp, &ap->nodeName, &ap->portName))) {
H A Dlpfc_els.c535 memcpy(&ndlp->nlp_portname, &sp->portName, sizeof(struct lpfc_name));
669 rc = memcmp(&vport->fc_portname, &sp->portName,
721 memcpy(&ndlp->nlp_portname, &sp->portName,
1326 new_ndlp = lpfc_findnode_wwpn(vport, &sp->portName);
2081 memcpy(&ap->portName, &vport->fc_portname, sizeof(struct lpfc_name));
3709 memcpy(&ap->portName, &vport->fc_portname, sizeof(struct lpfc_name));
3888 memcpy(&rn->portName, &vport->fc_portname, sizeof(struct lpfc_name));
3896 memcpy(&rn->un.topologyDisc.portName,
4582 rc = memcmp(&vport->fc_portname, &sp->portName,
4869 ((flag == 2) && (memcmp(&rps->un.portName,
[all...]
H A Dlpfc_ct.c1419 memcpy(&rh->hi.PortName, &vport->fc_sparam.portName,
1423 memcpy(&rh->rpl.pe, &vport->fc_sparam.portName,
1577 (uint8_t *) & vport->fc_sparam.portName,
1686 (uint8_t *) & vport->fc_sparam.portName,
1696 (uint8_t *) & vport->fc_sparam.portName,
H A Dlpfc_hbadisc.c2448 vport->fc_sparam.portName.u.wwn);
2451 memcpy(&vport->fc_portname, &vport->fc_sparam.portName,
H A Dlpfc_init.c386 vport->fc_sparam.portName.u.wwn);
389 memcpy(&vport->fc_portname, &vport->fc_sparam.portName,
H A Dlpfc_sli.c4492 vport->fc_sparam.portName.u.wwn);
4495 memcpy(&vport->fc_portname, &vport->fc_sparam.portName,

Completed in 315 milliseconds