Lines Matching defs:set
1076 prt_itm(private_t *pri, int raw, long val) /* print [get|set]itimer() arg */
1604 * Print processor set id, including logical expansion of "special" ids.
2273 priv_set_t *set = priv_allocset();
2281 if (setsize != 0 && !raw && set != NULL &&
2282 Pread(Proc, set, setsize, val) == setsize) {
2289 ((priv_chunk_t *)set)[i]);
2298 if (set != NULL)
2299 priv_freeset(set);
2303 * Print privilege set operation.
2325 * Print privilege set name
2389 * Print lgrp_affinity_{get,set}() arguments.
2822 prt_itm, /* ITM -- print [get|set]itimer() arg */
2840 prt_pst, /* PST -- print processor set id */
2853 prt_prs, /* PRS -- print privilege set */
2854 prt_pro, /* PRO -- print privilege set operation */
2855 prt_prn, /* PRN -- print privilege set name */