Searched defs:position (Results 1 - 2 of 2) sorted by relevance

/systemd/src/login/
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 1450 milliseconds