Searched refs:dotoprocs (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dprocset.h146 extern int dotoprocs(procset_t *, int (*)(), char *);
/illumos-gate/usr/src/uts/common/syscall/
H A Dpsecflags.c118 rv = dotoprocs(&procset, psecdo, (caddr_t)&psd);
H A Dcorectl.c485 error = dotoprocs(&set, set_one_proc_info, (char *)&counter);
/illumos-gate/usr/src/uts/common/disp/
H A Dpriocntl.c58 * is called indirectly through the dotoprocs() function which
69 * which is called indirectly through dotoprocs().
307 * dotoprocs(). The underlying classes expect pidlock to
338 * The dotoprocs() call below will cause
345 error1 = dotoprocs(&procset, setparms,
371 * EPERM in stp_error so dotoprocs() will
373 * dotoprocs() returned an error above, it was
374 * more serious than permissions and dotoprocs
469 * dotoprocs(). proccmp() will call a class
473 * dotoprocs() functio
[all...]
/illumos-gate/usr/src/uts/common/os/
H A Dprocset.c68 * The dotoprocs function locates the process(es) specified
70 * function which dotoprocs will call for each process in the
75 * to the caller of dotoprocs.
78 * the caller of dotoprocs. This will normally be an error code.
79 * Otherwise, dotoprocs will return zero after processing the entire
84 dotoprocs(procset_t *psp, int (*funcp)(), char *arg) function
875 * than the order of arguments passed by dotoprocs() to its callback function.
H A Dsig.c1905 error = dotoprocs(psp, sigsendproc, (char *)pv);

Completed in 51 milliseconds