Searched refs:whatis_callback_t (Results 1 – 1 of 1) sorted by relevance
320 } whatis_callback_t; typedef322 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; in whatis_cbcmp()340 whatis_callback_t *r = *(whatis_callback_t * const *)rhs; in whatis_cbcmp()392 whatis_callback_t *wcp; in mdb_whatis_register()445 whatis_callback_t **narray = mdb_zalloc(nbytes, UM_SLEEP); in mdb_whatis_register()470 whatis_callback_t *cur = whatis_cb[idx]; in mdb_whatis_unregister_module()532 whatis_callback_t *cur = whatis_cb[idx]; in cmd_whatis()[all …]