Lines Matching +defs:val +defs:callback
778 /* private callout data for callback functions */
798 /* this callback does the actual callback itself (finally). */
980 /* this callback is for callout list handling. idhash is done by callout_t_cb */
1118 * walk callouts using yet another callback routine.
1120 * the callout_t_cb callback.
1134 /* this callback handles the details of callout table walking. */
1269 /* walk list with callback routine. */
1529 /* walk table, using specialized callback routine. */
1833 mdb_walk_cb_t callback;
1849 return (lw->callback(addr, data, lw->data));
1873 lw.callback = wsp->walk_callback;
2251 * Our ::kgrep callback scans the entire kernel VA space (kas). kas is made
3490 char val[256];
3507 val[0] = '\0';
3540 (void) mdb_snprintf(val, sizeof (val), "\"%s\"",
3543 (void) mdb_snprintf(val, sizeof (val),
3550 var, sysfile_ops[sys.sys_op], val);
4164 { "modhash", "?[-ceht] [-k key] [-v val] [-i index]",