Searched defs:lt_match_t (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/latencytop/common/
H A Dtable.c49 } lt_match_t; typedef in typeref:struct:__anon725
58 * key is of type "char *" and value is of type "lt_match_t *".
234 lt_match_t *match_entry;
284 match_entry = (lt_match_t *)
319 match_entry = (lt_match_t *)lt_malloc(sizeof (lt_match_t));
723 lt_match_t *match;
731 match = (lt_match_t *)
738 match = (lt_match_t *)

Completed in 57 milliseconds