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

/systemd/src/login/
H A Dlogind-seat.c303 if (s->active && s->active->position > 0)
304 start = s->active->position;
324 if (s->active && s->active->position > 0)
325 start = s->active->position;
485 unsigned int pos = session->position;
487 session->position = 0;
496 * position (eg., during gdm->session transition), so let's look
499 if (iter->position == pos && session_get_state(iter) != SESSION_CLOSING) {
508 /* with VTs, the position is always the same as the VTnr */
517 session->position
[all...]
H A Dlogind-session.h71 unsigned int position; member in struct:Session
H A Dlogind-session.c273 fprintf(f, "POSITION=%u\n", s->position);
317 *position = NULL, local
344 "POSITION", &position,
403 if (position && s->seat) {
406 safe_atou(position, &npos);

Completed in 27 milliseconds