Searched refs:bhc (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dkmem.c2819 bufctl_history_cb_t *bhc = arg; local
2821 bhc->bhc_ret =
2822 bufctl(addr, bhc->bhc_flags, bhc->bhc_argc, bhc->bhc_argv);
2824 bhc->bhc_flags &= ~DCMD_LOOPFIRST;
2826 return ((bhc->bhc_ret == DCMD_OK)? WALK_NEXT : WALK_DONE);
2886 bufctl_history_cb_t bhc; local
2899 bhc.bhc_flags = flags | DCMD_LOOP | DCMD_LOOPFIRST;
2900 bhc
[all...]
/illumos-gate/usr/src/cmd/mdb/common/modules/libumem/
H A Dumem.c2459 bufctl_history_cb_t *bhc = arg; local
2461 bhc->bhc_ret =
2462 bufctl(addr, bhc->bhc_flags, bhc->bhc_argc, bhc->bhc_argv);
2464 bhc->bhc_flags &= ~DCMD_LOOPFIRST;
2466 return ((bhc->bhc_ret == DCMD_OK)? WALK_NEXT : WALK_DONE);
2527 bufctl_history_cb_t bhc; local
2540 bhc.bhc_flags = flags | DCMD_LOOP | DCMD_LOOPFIRST;
2541 bhc
[all...]

Completed in 57 milliseconds