Lines Matching refs:se_device
162 char *se_device; /* filename of port */ member
1287 free(sp->se_device); in free_session()
1327 if (asprintf(&sp->se_device, "%s%s", _PATH_DEV, typ->ty_name) < 0) in new_session()
1364 warning("can't parse getty for port %s", sp->se_device); in setupargv()
1383 sp->se_device); in setupargv()
1443 sp->se_device); in start_window_system()
1455 sp->se_device); in start_window_system()
1481 sp->se_window_argv[0], sp->se_device); in start_window_system()
1510 emergency("can't fork for getty on port %s: %m", sp->se_device); in start_getty()
1519 sp->se_device, GETTY_SLEEP); in start_getty()
1544 sp->se_getty_argv[0], sp->se_device); in start_getty()
1561 fd = open(sp->se_device, O_RDONLY | O_NONBLOCK, 0); in session_has_no_tty()
1781 if (strcmp(typ->ty_name, sp->se_device + devlen) == 0) in clean_ttys()
1799 sp->se_device); in clean_ttys()
1947 revoke(sp->se_device); in revoke_ttys()