Searched refs:cleanup_data (Results 1 – 5 of 5) sorted by relevance
12 struct cleanup cleanup_data[x]; \16 cleanup_data[cleanup_count].arg = x; \17 cleanup_data[cleanup_count].func = y; \21 if ((--cleanup_count) && x && (cleanup_data[cleanup_count].func)) \22 cleanup_data[cleanup_count].func(cleanup_data[cleanup_count].arg); 26 if (cleanup_data[cleanup_count].func) \27 cleanup_data[cleanup_count].func(cleanup_data[cleanup_count].arg);
103 goto cleanup_data; in krb5_rd_priv_basic()111 goto cleanup_data; in krb5_rd_priv_basic()117 goto cleanup_data; in krb5_rd_priv_basic()123 goto cleanup_data; in krb5_rd_priv_basic()137 cleanup_data:; in krb5_rd_priv_basic()
100 goto cleanup_data; in krb5_send_tgs_basic()123 cleanup_data: in krb5_send_tgs_basic()
281 typedef struct cleanup_data { struct
4118 cleanup_data_t cleanup_data; in pre_and_post_cleanup() local4134 rd.data = (void *)&cleanup_data; in pre_and_post_cleanup()4135 cleanup_data.flags = flags; in pre_and_post_cleanup()4142 cleanup_data.rm = rm; in pre_and_post_cleanup()4423 cleanup_data_t *cleanup_data = data; in matching_dev() local4443 if (call_minor_init(cleanup_data->rm->modptr) == in matching_dev()4451 if (cleanup_data->rm->remove->flags & RM_NOINTERPOSE) in matching_dev()4453 (cleanup_data->rm->remove->callback_fcn))(devpath); in matching_dev()4456 (cleanup_data->rm->remove->callback_fcn))(devpath); in matching_dev()