Searched refs:nstart (Results 1 - 9 of 9) sorted by relevance

/freebsd-11-stable/crypto/heimdal/lib/roken/
H A Dsnprintf.c148 int nstart, nlen; local
158 nstart = sizeof(nstr);
160 nstr[--nstart] = '\0';
162 assert(nstart > 0);
163 nstr[--nstart] = rep[n % base];
171 nstart++;
194 if(prec <= nlen && nstr[nstart] != '0' && nstr[nstart] != '\0')
240 while(nstr[nstart] != '\0') {
241 (*state->append_char)(state, nstr[nstart
[all...]
/freebsd-11-stable/sys/geom/journal/
H A Dg_journal.c799 g_journal_insert(struct bio **head, off_t nstart, off_t nend, off_t joffset, argument
807 GJ_DEBUG(3, "INSERT(%p): (%jd, %jd, %jd)", *head, nstart, nend,
815 if (nstart >= cend) {
838 nbp = g_journal_new_bio(nstart, nend, joffset, data,
849 } else if (nstart <= cstart && nend >= cend) {
870 cbp->bio_offset = nstart;
872 cbp->bio_length = cend - nstart;
884 data += cend - nstart;
886 joffset += cend - nstart;
887 nstart
[all...]
/freebsd-11-stable/sys/geom/
H A Dgeom.h186 u_int nstart, nend; member in struct:g_consumer
209 u_int nstart, nend; member in struct:g_provider
H A Dgeom_event.c241 if (pp->nstart == pp->nend)
H A Dgeom_subr.c850 KASSERT(cp->nstart == cp->nend,
1369 gprintln(" nstart: %u", cp->nstart);
1402 gprintln(" nstart: %u", pp->nstart);
H A Dgeom_io.c613 pp->nstart++;
614 cp->nstart++;
/freebsd-11-stable/tools/sched/
H A Dschedgraph.py1494 nstart = self.sourcestart(source)
1498 if (start <= nstart or start+sz <= nstart):
1547 nstart = self.sourcestart(source)
1548 if (nstart < start or source.hidden == 1):
1550 if (nstart >= stop):
1582 nstart = self.sourcestart(source)
1583 if (nstart < start):
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dzfs_fm.c438 uint32_t nstart = r[idx].zr_start; local
441 uint32_t gap = nstart - end;
/freebsd-11-stable/sys/geom/sched/
H A Dg_sched.c939 while (pp->nstart - pp->nend != me.gs_npending &&
943 if (pp->nstart - pp->nend != me.gs_npending) {

Completed in 191 milliseconds