search for: entries2

Displaying 3 results from an estimated 3 matches for "entries2".

Did you mean: entries
2018 Sep 11
1
[PATCH] daemon: consider /etc/mdadm/mdadm.conf while inspecting mountpoints.
...= if StringMap.is_empty uuid_map then StringMap.empty else ( (* Get all arrays listed in mdadm.conf. *) - let entries = aug_matches_noerrors aug "/files/etc/mdadm.conf/array" in + let entries1 = aug_matches_noerrors aug "/files/etc/mdadm.conf/array" in + let entries2 = aug_matches_noerrors aug "/files/etc/mdadm/mdadm.conf/array" in + let entries = List.append entries1 entries2 in (* Log a debug entry if we've got md devices but nothing in mdadm.conf. *) if verbose () && entries = [] then - eprintf "warning: applian...
2016 Feb 11
3
Expected constant simplification not happening
...64, i8* nocapture) #1 ; Function Attrs: noinline nounwind ssp uwtable define i8* @foo(%struct._foo* %obj, i32 %unused, i8* %value) #2 { entry: %tobool.i = icmp eq %struct._foo* %obj, null %0 = bitcast %struct._foo* %obj to i8* %arrayidx.i.i = getelementptr inbounds i8, i8* %0, i64 -16 %entries2.i = bitcast i8* %arrayidx.i.i to %struct._entry** %f7.i = getelementptr inbounds i8, i8* %0, i64 -8 br i1 %tobool.i, label %for.end, label %call.exit.preheader call.exit.preheader: ; preds = %entry br label %call.exit call.exit:...
2016 Dec 07
1
Expected constant simplification not happening
...wind ssp uwtable > define i8* @foo(%struct._foo* %obj, i32 %unused, i8* %value) #2 { > entry: > %tobool.i = icmp eq %struct._foo* %obj, null > %0 = bitcast %struct._foo* %obj to i8* > %arrayidx.i.i = getelementptr inbounds i8, i8* %0, i64 -16 > %entries2.i = bitcast i8* %arrayidx.i.i to %struct._entry** > %f7.i = getelementptr inbounds i8, i8* %0, i64 -8 > br i1 %tobool.i, label %for.end, label %call.exit.preheader > > call.exit.preheader: ; preds = %entry > br label %call.exit &g...