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

/illumos-gate/usr/src/lib/libc/port/sys/
H A Dzone.c41 const char *rctls, size_t rctlsz, const char *zfs, size_t zfssz,
53 zd.rctlbuf = rctls;
40 zone_create(const char *name, const char *root, const struct priv_set *privs, const char *rctls, size_t rctlsz, const char *zfs, size_t zfssz, int *extended_error, int match, int doi, const bslabel_t *label, int flags) argument
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Drctl.c192 * Print out all project, task, and process rctls for a given process.
259 * If user didn't specify a handle, print rctls for all
285 mdb_warn("failed to walk rctls in set %p", set);
382 rctl_t **rctls; local
394 rctls = mdb_alloc(hashsz * sizeof (rctl_t *), UM_SLEEP);
395 if (mdb_vread(rctls, hashsz * sizeof (rctl_t *),
398 mdb_free(rctls, hashsz * sizeof (rctl_t *));
405 swd->hashloc = (void **)rctls;
/illumos-gate/usr/src/uts/common/os/
H A Dzone.c162 * related to the zone.max-locked-memory and zone.max-swap rctls.
163 * zone_rctl_lock: This is a per-zone lock used to protect other rctls,
3966 * Apply the rctls passed in to zone_create(). This is basically a list
4224 * We make creative use of nvlists to pass in rctls from userland. The list is
4381 * and initialized with the zone-wide rctls described in 'rctlbuf', and
4396 nvlist_t *rctls = NULL; local
4545 * Zsched initializes the rctls.
4549 if ((error = parse_rctls(rctlbuf, rctlbufsz, &rctls)) != 0) {
4591 nvlist_free(rctls);
4601 nvlist_free(rctls);
[all...]

Completed in 72 milliseconds