Home
last modified time | relevance | path

Searched refs:gsl (Results 1 – 6 of 6) sorted by relevance

/freebsd-11-stable/sys/geom/
HDgeom_slice.c105 struct g_slice *gsl, *gsl2; in g_slice_access() local
112 gsl = &gsp->slices[pp->index]; in g_slice_access()
119 if (gsl->offset + gsl->length <= gsl2->offset) in g_slice_access()
121 if (gsl2->offset + gsl2->length <= gsl->offset) in g_slice_access()
164 struct g_slice *gsl; in g_slice_finish_hot() local
176 gsl = &gsp->slices[idx]; in g_slice_finish_hot()
183 if (bp2->bio_offset + bp2->bio_length > gsl->length) in g_slice_finish_hot()
184 bp2->bio_length = gsl->length - bp2->bio_offset; in g_slice_finish_hot()
186 bp2->bio_offset += gsl->offset; in g_slice_finish_hot()
221 struct g_slice *gsl; in g_slice_start() local
[all …]
HDgeom_sunlabel.c125 struct g_slice *gsl; in g_sunlabel_hotwrite() local
135 gsl = &gsp->slices[bp->bio_to->index]; in g_sunlabel_hotwrite()
142 p = (u_char *)bp->bio_data - (bp->bio_offset + gsl->offset); in g_sunlabel_hotwrite()
HDgeom_bsd.c294 struct g_slice *gsl; in g_bsd_hotwrite() local
309 gsl = &gsp->slices[bp->bio_to->index]; in g_bsd_hotwrite()
311 (bp->bio_offset + gsl->offset); in g_bsd_hotwrite()
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Basic/
HDAttrDocs.td3817 The ``[[gsl::suppress]]`` attribute suppresses specific
3824 [[gsl::suppress("Rh-public")]]
3827 [[gsl::suppress("type")]] {
4609 The attribute ``[[gsl::Owner(T)]]`` applies to structs and classes that own an
4614 class [[gsl::Owner(int)]] IntOwner {
4635 The attribute ``[[gsl::Pointer(T)]]`` applies to structs and classes that behave
4640 class [[gsl::Pointer(int)]] IntPointer {
4653 an instance of a class annotated with ``[[gsl::Owner]]`` (an Owner),
HDAttr.td2135 let Spellings = [CXX11<"gsl", "suppress">];
2888 let Spellings = [CXX11<"gsl", "Owner">];
2895 let Spellings = [CXX11<"gsl", "Pointer">];
HDDiagnosticGroups.td342 def DanglingGsl : DiagGroup<"dangling-gsl">;