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