Home
last modified time | relevance | path

Searched refs:se_device (Results 1 – 1 of 1) sorted by relevance

/freebsd/sbin/init/
H A Dinit.c150 char *se_device; /* filename of port */ member
1295 free(sp->se_device); in free_session()
1335 if (asprintf(&sp->se_device, "%s%s", _PATH_DEV, typ->ty_name) < 0) in new_session()
1372 warning("can't parse getty for port %s", sp->se_device); in setupargv()
1391 sp->se_device); in setupargv()
1451 sp->se_device); in start_window_system()
1463 sp->se_device); in start_window_system()
1489 sp->se_window_argv[0], sp->se_device); in start_window_system()
1518 emergency("can't fork for getty on port %s: %m", sp->se_device); in start_getty()
1527 sp->se_device, GETTY_SLEEP); in start_getty()
[all …]