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

/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Drctl.c122 rctl_dict(uintptr_t addr, uint_t flags, int argc, const mdb_arg_t *argv) function
128 if (mdb_walk_dcmd("rctl_dict_list", "rctl_dict", argc,
141 mdb_warn("failed to read rctl_dict at %p", addr);
145 mdb_warn("failed to read rctl_dict name for %p", addr);
/illumos-gate/usr/src/uts/common/os/
H A Drctl.c63 * A primary dictionary, rctl_dict, contains a hash of id to the default
84 * rctl_dict[key] --> rctl_dict_entry
94 * state for this resource, which is also available in the rctl_dict hash
191 mod_hash_t *rctl_dict; variable
2393 * 3. Insert ID-rctl_t * pair in rctl_dict.
2395 if (mod_hash_find(rctl_dict, (mod_hash_key_t)(uintptr_t)rctl->rc_id,
2399 if (mod_hash_insert(rctl_dict, (mod_hash_key_t)(uintptr_t)rctl->rc_id,
2439 * rctl_global_action() takes, in according with the flags on the rctl_dict
2859 rctl_dict = mod_hash_create_extended("rctl_dict",
[all...]

Completed in 70 milliseconds