Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/mdb/common/modules/libumem/
H A Dumem.c2458 bufctl_history_cb_t *bhc = arg; in bufctl_history_callback() local
2460 bhc->bhc_ret = in bufctl_history_callback()
2461 bufctl(addr, bhc->bhc_flags, bhc->bhc_argc, bhc->bhc_argv); in bufctl_history_callback()
2463 bhc->bhc_flags &= ~DCMD_LOOPFIRST; in bufctl_history_callback()
2465 return ((bhc->bhc_ret == DCMD_OK)? WALK_NEXT : WALK_DONE); in bufctl_history_callback()
2526 bufctl_history_cb_t bhc; in bufctl() local
2539 bhc.bhc_flags = flags | DCMD_LOOP | DCMD_LOOPFIRST; in bufctl()
2540 bhc.bhc_argc = argc + 1; in bufctl()
2541 bhc.bhc_argv = nargv; in bufctl()
2542 bhc.bhc_ret = DCMD_OK; in bufctl()
[all …]
/titanic_44/usr/src/cmd/mdb/common/modules/genunix/
H A Dkmem.c2819 bufctl_history_cb_t *bhc = arg; in bufctl_history_callback() local
2821 bhc->bhc_ret = in bufctl_history_callback()
2822 bufctl(addr, bhc->bhc_flags, bhc->bhc_argc, bhc->bhc_argv); in bufctl_history_callback()
2824 bhc->bhc_flags &= ~DCMD_LOOPFIRST; in bufctl_history_callback()
2826 return ((bhc->bhc_ret == DCMD_OK)? WALK_NEXT : WALK_DONE); in bufctl_history_callback()
2886 bufctl_history_cb_t bhc; in bufctl() local
2899 bhc.bhc_flags = flags | DCMD_LOOP | DCMD_LOOPFIRST; in bufctl()
2900 bhc.bhc_argc = argc + 1; in bufctl()
2901 bhc.bhc_argv = nargv; in bufctl()
2902 bhc.bhc_ret = DCMD_OK; in bufctl()
[all …]