Searched refs:zri_cleanup_handlers (Results 1 – 2 of 2) sorted by relevance
173 list_insert_head(&ri->zri_cleanup_handlers, zch); in zcp_register_cleanup()182 list_remove(&ri->zri_cleanup_handlers, zch); in zcp_deregister_cleanup()196 list_remove_head(&ri->zri_cleanup_handlers); zch != NULL; in zcp_cleanup()197 zch = list_remove_head(&ri->zri_cleanup_handlers)) { in zcp_cleanup()821 list_create(&ri->zri_cleanup_handlers, sizeof (zcp_cleanup_handler_t), in zcp_eval_impl()865 list_destroy(&ri->zri_cleanup_handlers); in zcp_eval_impl()
117 list_t zri_cleanup_handlers; member