Searched refs:prdirent_t (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/uts/common/fs/proc/ |
H A D | prvnops.c | 111 } prdirent_t; typedef 117 static prdirent_t piddir[] = { 118 { PR_PIDDIR, 1 * sizeof (prdirent_t), sizeof (prdirent_t), 120 { PR_PROCDIR, 2 * sizeof (prdirent_t), sizeof (prdirent_t), 122 { PR_AS, 3 * sizeof (prdirent_t), sizeof (prdirent_t), 124 { PR_CTL, 4 * sizeof (prdirent_t), sizeof (prdirent_t), 126 { PR_STATUS, 5 * sizeof (prdirent_t), sizeof (prdirent_t), 128 { PR_LSTATUS, 6 * sizeof (prdirent_t), sizeof (prdirent_t), 130 { PR_PSINFO, 7 * sizeof (prdirent_t), sizeof (prdirent_t), 132 { PR_LPSINFO, 8 * sizeof (prdirent_t), sizeof (prdirent_t), [all …]
|