Lines Matching refs:list_ctx
50 TALLOC_CTX *list_ctx;
61 list_ctx = talloc_new(mem_ctx);
62 if (list_ctx == NULL) {
73 new_item = talloc_zero(list_ctx, struct sbus_interface_list);
88 talloc_free(list_ctx);
676 TALLOC_CTX *list_ctx = NULL;
690 list_ctx = talloc_new(tmp_ctx);
691 if (list_ctx == NULL) {
708 ret = sbus_iface_list_copy(list_ctx, value.ptr, ©);
726 talloc_steal(mem_ctx, list_ctx);