Searched defs:logint (Results 1 – 2 of 2) sorted by relevance
300 struct logint { struct301 struct logint *li_next; /* Next logint of this phyint inst. */ argument302 struct logint *li_prev; /* Prev logint of this phyint inst. */ argument313 li_in_use : 1, /* flag to detect deleted logints */ argument314 li_dupaddr : 1; /* test address is not unique */
106 struct logint { struct117 struct logint *li_next; /* Next logical for this physical */ argument118 struct logint *li_prev; /* Prev logical for this physical */ argument119 struct phyint *li_physical; /* Back pointer */