Searched refs:notRunning (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/xdm/dist/xdm/
H A Ddm.c640 d->status = notRunning;
651 case notRunning:
652 Debug ("Server exited for notRunning session on display %s\n", d->name);
676 if (d->status == notRunning)
859 * transition from running to phoenix or notRunning
872 d->status = notRunning;
H A Ddpylist.c212 d->status = notRunning;
/xsrc/external/mit/xdm/dist/include/
H A Ddm.h120 typedef enum displayStatus { running, notRunning, zombie, phoenix } DisplayStatus; enumerator in enum:displayStatus

Completed in 7 milliseconds