Home
last modified time | relevance | path

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

/freebsd/contrib/mandoc/
H A Droff_term.c231 size_t maxoff; /* Maximum indentation in basic units. */ in roff_term_pre_ti() local
252 maxoff = term_len(p, 72); in roff_term_pre_ti()
256 if (p->tcol->offset + len <= maxoff) in roff_term_pre_ti()
258 else if (p->tcol->offset < maxoff) in roff_term_pre_ti()
259 p->ti = maxoff - p->tcol->offset; in roff_term_pre_ti()
270 if ((size_t)len > maxoff) in roff_term_pre_ti()
271 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.c208 int off, maxoff; in fd_first_free() local
220 for (maxoff = NDSLOTS(size); off < maxoff; ++off) in fd_first_free()
/freebsd/sys/dev/iwm/
H A Dif_iwm.c5309 uint32_t maxoff = IWM_RBUF_SIZE; in iwm_handle_rxb() local
5314 ((a) + sizeof(uint32_t) + sizeof(struct iwm_cmd_header) < maxoff) in iwm_handle_rxb()
5366 nextoff = maxoff; in iwm_handle_rxb()