Home
last modified time | relevance | path

Searched defs:dam (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/uts/common/sys/
H A Ddamap_impl.h64 struct dam { struct
65 char *dam_name; argument
66 int dam_flags; /* map state and cv flags */ argument
67 int dam_options; /* map options */ argument
68 int dam_rptmode; /* report mode */ argument
69 clock_t dam_stable_ticks; /* stabilization */ argument
70 uint_t dam_size; /* max index for addr hash */ argument
71 id_t dam_high; /* highest index allocated */ argument
72 timeout_id_t dam_tid; /* timeout(9F) ID */ argument
74 void *dam_activate_arg; /* activation private */ argument
[all …]
/titanic_41/usr/src/cmd/mdb/common/modules/genunix/
H A Ddamap.c101 damap_free(struct dam *dam, void **kdamda, int kdamda_n) in damap_free()
159 struct dam *dam = NULL; in damap_get() local
265 damap_print(struct dam *dam, void **kdamda, int kdamda_n) in damap_print()
316 struct dam *dam; in damap() local