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

/illumos-gate/usr/src/lib/libproc/common/
H A Dproc_set.c42 int ctlsize; local
52 ctlsize = sizeof (prcred_t) + (ngrp - 1) * sizeof (gid_t);
53 ctlp = alloca(ctlsize + sizeof (long));
56 (void) memcpy(&ctlp->cred, credp, ctlsize);
58 if (write(Pctlfd(Pr), ctlp, sizeof (long) + ctlsize) < 0)
/illumos-gate/usr/src/uts/common/fs/proc/
H A Dprcontrol.c108 ctlsize(long cmd, size_t resid, arg_t *argp) function
262 size = ctlsize(cmd, resid, argp);

Completed in 73 milliseconds