Searched defs:ALIAS (Results 1 – 2 of 2) sorted by relevance
58 typedef struct ALIAS { /* channel aliasing info */ struct61 struct ALIAS *alias; /* can be an alias for these other chans */ argument62 struct ALIAS *nxt; /* linked list */ argument63 } ALIAS; typedef
108 #define ALIAS BIT(2) /* recognize alias */ macro