Searched defs:ddep (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_xioctl.c6233 EXT_DEVICEDATAENTRY *uddep, *ddep; local
6237 ddep = &dd.EntryList[0];
6298 bzero((void *)ddep, sizeof (EXT_DEVICEDATAENTRY));
6300 bcopy(tq->node_name, ddep->NodeWWN, 8);
6301 bcopy(tq->port_name, ddep->PortWWN, 8);
6303 ddep->PortID[0] = tq->d_id.b.domain;
6304 ddep->PortID[1] = tq->d_id.b.area;
6305 ddep->PortID[2] = tq->d_id.b.al_pa;
6308 (caddr_t)&ddep->TargetAddress.Target, 8);
6310 ddep
[all...]

Completed in 74 milliseconds