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

/illumos-gate/usr/src/cmd/vt/
H A Dvtdaemon.c1356 int source_vt; local
1371 source_vt = state.v_active; /* 1..n */
1378 vt_read_utx(source_vt, &pid, NULL);
1390 if (vt_ah_array[source_vt - 1] != NULL)
1391 (void) adt_end_session(vt_ah_array[source_vt - 1]);
1393 vt_ah_array[source_vt - 1] = ah;

Completed in 62 milliseconds