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

/illumos-gate/usr/src/lib/libc/port/sys/
H A Drctlsys.c38 getrctl(const char *name, rctlblk_t *old_rblk, rctlblk_t *new_rblk, argument
42 0, name, old_rblk, new_rblk, 0, flags));
46 setrctl(const char *name, rctlblk_t *old_rblk, rctlblk_t *new_rblk, argument
50 1, name, old_rblk, new_rblk, 0, flags));
/illumos-gate/usr/src/uts/common/syscall/
H A Drctlsys.c203 * static long rctlsys_get(char *name, rctl_opaque_t *old_rblk,
213 * old_rblk is ignored, and the first value in the resource control value
215 * memory location at new_rblk. In the RCTL_NEXT case, the value of old_rblk
220 rctlsys_get(char *name, rctl_opaque_t *old_rblk, rctl_opaque_t *new_rblk, argument
322 if (copyin(old_rblk, oblk, sizeof (rctl_opaque_t)) == -1) {
364 * static long rctlsys_set(char *name, rctl_opaque_t *old_rblk,
371 * RCTL_INSERT ignores old_rblk and inserts the value in the appropriate
373 * ignores old_rblk and deletes the first resource control value matching
376 * RCTL_REPLACE, old_rblk is used to match (value, priority); the matching
385 rctlsys_set(char *name, rctl_opaque_t *old_rblk, rctl_opaque_ argument
[all...]
/illumos-gate/usr/src/cmd/prctl/
H A Dprctl.c1728 * case of a replace operation, both old_rblk and new_rblk must
1738 rctlblk_t *old_rblk, rctlblk_t *new_rblk, uint_t flags)
1842 old_rblk, RCTL_DELETE)) {
1737 prctl_setrctl(struct ps_prochandle *Pr, const char *name, rctlblk_t *old_rblk, rctlblk_t *new_rblk, uint_t flags) argument

Completed in 74 milliseconds