Lines Matching defs:pss
44 struct per_session_data__minimal *pss_list; /* linked-list of live pss*/
66 struct per_session_data__minimal *pss =
85 /* add ourselves to the list of live pss held in the vhd */
86 pss->pss_list = vhd->pss_list;
87 vhd->pss_list = pss;
88 pss->wsi = wsi;
89 pss->last = vhd->current;
93 /* remove our closing pss from the list of live pss */
96 if (*ppss == pss) {
97 *ppss = pss->pss_list;
107 if (pss->last == vhd->current)
118 pss->last = vhd->current;