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

/freebsd-current/usr.bin/tail/
H A Dextern.h47 off_t maxoff; member in struct:mapinfo
H A Dmisc.c105 if ((off_t)mip->maplen > mip->maxoff - mip->mapoff)
106 mip->maplen = mip->maxoff - mip->mapoff;
H A Dreverse.c115 map.mapoff = map.maxoff = size;
H A Dforward.c200 map.mapoff = map.maxoff = size;
/freebsd-current/contrib/mandoc/
H A Droff_term.c223 const size_t maxoff = 72; local
246 if (p->tcol->offset + len <= maxoff)
248 else if (p->tcol->offset < maxoff)
249 p->ti = maxoff - p->tcol->offset;
260 if ((size_t)len > maxoff)
261 len = maxoff;
/freebsd-current/lib/libnetmap/
H A Dlibnetmap.h418 * @maxoff the maximum offset
446 * The user must also declare the @maxoff offset that she is going to use. Any
454 int nmport_offset(struct nmport_d *d, uint64_t initial, uint64_t maxoff,
H A Dnmport.c267 uint64_t maxoff, uint64_t bits, uint64_t mingap)
291 opt->nro_max_offset = maxoff;
266 nmport_offset(struct nmport_d *d, uint64_t initial, uint64_t maxoff, uint64_t bits, uint64_t mingap) argument
/freebsd-current/sys/dev/iwm/
H A Dif_iwm.c5254 uint32_t maxoff = IWM_RBUF_SIZE; local
5259 ((a) + sizeof(uint32_t) + sizeof(struct iwm_cmd_header) < maxoff)
5311 nextoff = maxoff;
/freebsd-current/sys/kern/
H A Dkern_descrip.c209 int off, maxoff; local
221 for (maxoff = NDSLOTS(size); off < maxoff; ++off)

Completed in 122 milliseconds