Searched refs:uninit_cb (Results 1 – 2 of 2) sorted by relevance
1278 if (shell->ctx->uninit_cb) { in kill_handler()1279 shell->ctx->uninit_cb(shell, err); in kill_handler()1377 shell->ctx->uninit_cb = cb; in shell_uninit()
675 shell_uninit_cb_t uninit_cb; member