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

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_node.c380 D_ID mydid; local
390 mydid.un.word = port->did;
391 if ((mydid.un.b.domain == 0) && (mydid.un.b.area == 0)) {
398 if ((mydid.un.b.domain == ndid.un.b.domain) &&
399 (mydid.un.b.area == ndid.un.b.area)) {
409 if ((mydid.un.b.domain == ndid.un.b.domain) &&
410 (mydid.un.b.area == ndid.un.b.area)) {

Completed in 46 milliseconds