Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mdb/common/modules/libumem/
H A Dumem.c2459 bufctl_history_cb_t *bhc = arg; in bufctl_history_callback() local
2461 bhc->bhc_ret = in bufctl_history_callback()
2462 bufctl(addr, bhc->bhc_flags, bhc->bhc_argc, bhc->bhc_argv); in bufctl_history_callback()
2464 bhc->bhc_flags &= ~DCMD_LOOPFIRST; in bufctl_history_callback()
2527 bufctl_history_cb_t bhc; in bufctl() local
2540 bhc.bhc_flags = flags | DCMD_LOOP | DCMD_LOOPFIRST; in bufctl()
2541 bhc.bhc_argc = argc + 1; in bufctl()
2542 bhc.bhc_argv = nargv; in bufctl()
2543 bhc.bhc_ret = DCMD_OK; in bufctl()
2551 if (bhc.bhc_ret == DCMD_OK && !(flags & DCMD_PIPE_OUT)) in bufctl()
[all …]
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dkmem.c2820 bufctl_history_cb_t *bhc = arg; in bufctl_history_callback() local
2822 bhc->bhc_ret = in bufctl_history_callback()
2823 bufctl(addr, bhc->bhc_flags, bhc->bhc_argc, bhc->bhc_argv); in bufctl_history_callback()
2825 bhc->bhc_flags &= ~DCMD_LOOPFIRST; in bufctl_history_callback()
2887 bufctl_history_cb_t bhc; in bufctl() local
2900 bhc.bhc_flags = flags | DCMD_LOOP | DCMD_LOOPFIRST; in bufctl()
2901 bhc.bhc_argc = argc + 1; in bufctl()
2902 bhc.bhc_argv = nargv; in bufctl()
2903 bhc.bhc_ret = DCMD_OK; in bufctl()
2911 if (bhc.bhc_ret == DCMD_OK && !(flags & DCMD_PIPE_OUT)) in bufctl()
[all …]