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

/illumos-gate/usr/src/uts/common/fs/proc/
H A Dprcontrol.c518 } arg32_t; typedef in typeref:union:__anon143
520 static int pr_control32(int32_t, arg32_t *, prnode_t *, cred_t *);
529 ctlsize32(int32_t cmd, size_t resid, arg32_t *argp)
641 100 > 1 + sizeof (arg32_t) / sizeof (int32_t) ? \
642 100 : 1 + sizeof (arg32_t) / sizeof (int32_t)
645 arg32_t arg;
677 arg32_t *argp = (arg32_t *)&bufp[1];
692 * Since some members of the arg32_t union contain
721 pr_control32(int32_t cmd, arg32_t *arg
[all...]

Completed in 46 milliseconds