Home
last modified time | relevance | path

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

/freebsd/contrib/mandoc/
H A Droff_term.c223 const size_t maxoff = 72; in roff_term_pre_ti() local
246 if (p->tcol->offset + len <= maxoff) in roff_term_pre_ti()
248 else if (p->tcol->offset < maxoff) in roff_term_pre_ti()
249 p->ti = maxoff - p->tcol->offset; in roff_term_pre_ti()
260 if ((size_t)len > maxoff) in roff_term_pre_ti()
261 len = maxoff; in roff_term_pre_ti()
/freebsd/usr.bin/tail/
H A Dmisc.c105 if ((off_t)mip->maplen > mip->maxoff - mip->mapoff) in maparound()
106 mip->maplen = mip->maxoff - mip->mapoff; in maparound()
H A Dextern.h47 off_t maxoff; member
H A Dreverse.c115 map.mapoff = map.maxoff = size; in r_reg()
H A Dforward.c200 map.mapoff = map.maxoff = size; in rlines()
/freebsd/lib/libnetmap/
H A Dlibnetmap.h454 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) in nmport_offset() argument
291 opt->nro_max_offset = maxoff; in nmport_offset()
/freebsd/sys/kern/
H A Dkern_descrip.c209 int off, maxoff; in fd_first_free() local
221 for (maxoff = NDSLOTS(size); off < maxoff; ++off) in fd_first_free()
/freebsd/sys/dev/iwm/
H A Dif_iwm.c5305 uint32_t maxoff = IWM_RBUF_SIZE; in iwm_handle_rxb() local
5310 ((a) + sizeof(uint32_t) + sizeof(struct iwm_cmd_header) < maxoff) in iwm_handle_rxb()
5362 nextoff = maxoff; in iwm_handle_rxb()