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

/illumos-gate/usr/src/uts/sun4/io/
H A Dsu_driver.c1114 int nohupcl; local
1125 /* get the nohupcl OBP property of this device */
1126 nohupcl = ddi_getprop(DDI_DEV_T_ANY, asy->asy_dip, DDI_PROP_DONTPASS,
1127 "nohupcl", 0);
1226 * If the "nohupcl" OBP property is set for this device, do
1231 if (!nohupcl && ((async->async_ttycommon.t_cflag & HUPCL) ||

Completed in 64 milliseconds