Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Drctl.c301 int nlists; in rctl_dict_walk_init() local
311 nlists = sym.st_size / sizeof (rctl_dict_entry_t *); in rctl_dict_walk_init()
314 dicts = mdb_alloc(nlists * sizeof (rctl_dict_entry_t *), UM_SLEEP); in rctl_dict_walk_init()
318 dwd->num_dicts = nlists; in rctl_dict_walk_init()