Home
last modified time | relevance | path

Searched refs:nend (Results 1 – 8 of 8) sorted by relevance

/freebsd/sys/kern/
H A Dsubr_physmem.c373 vm_paddr_t nend, rend; in insert_region() local
376 nend = addr + size; in insert_region()
381 if (addr <= rp->addr && nend >= rp->addr) { in insert_region()
389 if (nend > rend) { in insert_region()
390 rp->size += nend - rend; in insert_region()
395 } else if (addr <= rend && nend > rp->addr) { in insert_region()
400 if (nend > rend) { in insert_region()
401 rp->size += nend - rend; in insert_region()
415 if (addr == rp->addr && nend == rend) { in insert_region()
/freebsd/sys/dev/ppbus/
H A Dif_plip.c711 goto nend; in lpoutput()
723 goto nend; in lpoutput()
725 goto nend; in lpoutput()
730 goto nend; in lpoutput()
735 goto nend; in lpoutput()
737 goto nend; in lpoutput()
747 goto nend; in lpoutput()
753 goto nend; in lpoutput()
760 nend: in lpoutput()
/freebsd/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_globals.cpp61 const char *nend = note + phdr[i].p_memsz; in HwasanGlobalsFor() local
64 while (note < nend) { in HwasanGlobalsFor()
/freebsd/sys/geom/journal/
H A Dg_journal.c835 } else if (nend <= cstart) { in g_journal_insert()
897 } else if (nstart > cstart && nend >= cend) { in g_journal_insert()
924 } else if (nstart > cstart && nend < cend) { in g_journal_insert()
943 tmpdata = cbp->bio_data + nend - cstart; in g_journal_insert()
944 nbp = g_journal_new_bio(nend, cend, in g_journal_insert()
956 } else if (nstart <= cstart && nend < cend) { in g_journal_insert()
975 cbp->bio_offset = nend; in g_journal_insert()
976 cbp->bio_length = cend - nend; in g_journal_insert()
977 cbp->bio_joffset += nend - cstart; in g_journal_insert()
983 bcopy(tmpdata + nend - cstart, in g_journal_insert()
[all …]
/freebsd/sys/geom/
H A Dgeom_subr.c921 KASSERT(cp->nstart == cp->nend, in g_detach()
966 cp->ace + dce != 0 || cp->nstart == cp->nend, in g_access()
1448 gprintln(" nend: %u", cp->nend); in db_show_geom_consumer()
H A Dgeom.h186 u_int nstart, nend; member
H A Dgeom_io.c684 cp->nend++; in g_io_deliver()
/freebsd/sys/contrib/openzfs/module/zfs/
H A Dzfs_fm.c854 uint32_t nend = r[idx].zr_end; in zei_shrink_ranges() local
858 end = nend; in zei_shrink_ranges()