Searched refs:zri_cleanup_handlers (Results 1 – 2 of 2) sorted by relevance
178 list_insert_head(&ri->zri_cleanup_handlers, zch); in zcp_register_cleanup()187 list_remove(&ri->zri_cleanup_handlers, zch); in zcp_deregister_cleanup()201 list_remove_head(&ri->zri_cleanup_handlers); zch != NULL; in zcp_cleanup()202 zch = list_remove_head(&ri->zri_cleanup_handlers)) { in zcp_cleanup()824 list_create(&ri->zri_cleanup_handlers, sizeof (zcp_cleanup_handler_t), in zcp_eval_impl()868 list_destroy(&ri->zri_cleanup_handlers); in zcp_eval_impl()
118 list_t zri_cleanup_handlers; member