Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Drctl.c200 dict_data_t rdict; in rctl_list() local
203 rdict.dict_addr = 0; in rctl_list()
209 rdict.hndl = 0; in rctl_list()
217 rdict.hndl = (rctl_hndl_t)mdb_argtoull(argp); in rctl_list()
220 &rdict) == -1) { in rctl_list()
225 if (rdict.dict_addr == 0) in rctl_list()
255 if (rdict.hndl != 0 && rdict.type != i) in rctl_list()