Searched refs:prdirent_t (Results 1 – 1 of 1) sorted by relevance
/titanic_41/usr/src/uts/common/fs/proc/ |
H A D | prvnops.c | 106 } prdirent_t; typedef 112 static prdirent_t piddir[] = { 113 { PR_PIDDIR, 1 * sizeof (prdirent_t), sizeof (prdirent_t), 115 { PR_PROCDIR, 2 * sizeof (prdirent_t), sizeof (prdirent_t), 117 { PR_AS, 3 * sizeof (prdirent_t), sizeof (prdirent_t), 119 { PR_CTL, 4 * sizeof (prdirent_t), sizeof (prdirent_t), 121 { PR_STATUS, 5 * sizeof (prdirent_t), sizeof (prdirent_t), 123 { PR_LSTATUS, 6 * sizeof (prdirent_t), sizeof (prdirent_t), 125 { PR_PSINFO, 7 * sizeof (prdirent_t), sizeof (prdirent_t), 127 { PR_LPSINFO, 8 * sizeof (prdirent_t), sizeof (prdirent_t), [all …]
|