Searched defs:dam (Results 1 – 2 of 2) sorted by relevance
64 struct dam { struct65 char *dam_name; argument66 int dam_flags; /* map state and cv flags */ argument67 int dam_options; /* map options */ argument68 int dam_rptmode; /* report mode */ argument69 clock_t dam_stable_ticks; /* stabilization */ argument70 uint_t dam_size; /* max index for addr hash */ argument71 id_t dam_high; /* highest index allocated */ argument72 timeout_id_t dam_tid; /* timeout(9F) ID */ argument74 void *dam_activate_arg; /* activation private */ argument[all …]
101 damap_free(struct dam *dam, void **kdamda, int kdamda_n) in damap_free()159 struct dam *dam = NULL; in damap_get() local265 damap_print(struct dam *dam, void **kdamda, int kdamda_n) in damap_print()316 struct dam *dam; in damap() local