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

/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_whatis.c320 } whatis_callback_t; typedef in typeref:struct:whatis_callback
322 static whatis_callback_t builtin_whatis[] = {
328 static whatis_callback_t *whatis_cb_start[NBUILTINS];
329 static whatis_callback_t **whatis_cb = NULL; /* callback array */
339 whatis_callback_t *l = *(whatis_callback_t * const *)lhs;
340 whatis_callback_t *r = *(whatis_callback_t * const *)rhs;
392 whatis_callback_t *wcp;
445 whatis_callback_t **narra
[all...]

Completed in 44 milliseconds