Home
last modified time | relevance | path

Searched refs:rctl_dict (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Drctl.h38 int rctl_dict(uintptr_t, uint_t, int, const mdb_arg_t *);
H A Drctl.c120 rctl_dict(uintptr_t addr, uint_t flags, int argc, const mdb_arg_t *argv) in rctl_dict() function
H A Dgenunix.c4406 rctl_dict },
/illumos-gate/usr/src/uts/common/os/
H A Drctl.c191 mod_hash_t *rctl_dict; variable
2393 if (mod_hash_find(rctl_dict, (mod_hash_key_t)(uintptr_t)rctl->rc_id, in rctl_register()
2397 if (mod_hash_insert(rctl_dict, (mod_hash_key_t)(uintptr_t)rctl->rc_id, in rctl_register()
2857 rctl_dict = mod_hash_create_extended("rctl_dict", in rctl_init()