Major bummer!! The SDOCORE flag is mosked out and not readable from psinfo_t.pr_flag due to the code here: http://src.opensolaris.org/source/xref/onnv/onnv-gate/usr/src/uts/common/fs/proc/prsubr.c#2337 , specifically this: 2352 /* 2353 * only export SSYS and SMSACCT; everything else is off-limits to 2354 * userland apps. 2355 */ 2356 psp->pr_flag = p->p_flag & (SSYS | SMSACCT);
:-( So I guess its RFE time, for sure. -- This messages posted from opensolaris.org
