Home
last modified time | relevance | path

Searched refs:un2 (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_iocb.h739 } un2; member
741 #define ULPCT un2.t2.ulpCT
743 #define ULPXS un2.t1.ulpXS
745 #define ULPPU un2.t1.ulpPU
746 #define ULPIR un2.t1.ulpIr
747 #define ULPCLASS un2.t1.ulpClass
748 #define ULPCOMMAND un2.t1.ulpCommand
749 #define ULPSTATUS un2.t1.ulpStatus
751 #define ULPLE un2.t1.ulpLe
752 #define ULPOWNER un2.t1.ulpOwner
[all …]
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/inline/
H A Dtst.InlineWritableAssign.d51 inline union var un2 = un1; variable
62 printf("rec2.c: %c\nrec2.i:%d\nun2.c: %c\n", rec2.c, rec2.i, un2.c);