OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:maxsz
(Results
1 - 5
of
5
) sorted by relevancy
/src/sys/lib/libsa/
bootcfg.c
61
* perform_bootcfg(conf, command,
maxsz
)
71
*
maxsz
Limit the size of the boot.cfg perform_bootcfg() will parse.
72
* - If
maxsz
is < 0 boot.cfg will not be processed.
73
* - If
maxsz
is = 0 no limit will be imposed but parsing may
76
* - If 0 <
maxsz
and boot.cfg exceeds
maxsz
it will not be
101
perform_bootcfg(const char *conf, bootcfg_command command, const off_t
maxsz
)
126
st.st_size =
maxsz
;
130
if (0 <
maxsz
&& st.st_size >
maxsz
) {
[
all
...]
/src/sys/arch/evbppc/virtex/
design_gsrd2.c
461
virtex_machdep_init(vaddr_t endva, vsize_t
maxsz
, struct mem_region *phys,
464
ppc4xx_tlb_reserve(OPB_BASE, endva,
maxsz
, TLB_I | TLB_G);
465
endva +=
maxsz
;
467
opb_bst.pbs_limit =
maxsz
;
design_gsrd1.c
412
virtex_machdep_init(vaddr_t endva, vsize_t
maxsz
, struct mem_region *phys,
/src/sys/arch/xen/xen/
if_xennet_xenbus.c
293
bus_size_t
maxsz
;
local
331
maxsz
= ETHER_MAX_LEN_JUMBO;
340
maxsz
= PAGE_SIZE;
349
if (bus_dmamap_create(sc->sc_xbusd->xbusd_dmat,
maxsz
, nsegs,
364
if (bus_dmamap_create(sc->sc_xbusd->xbusd_dmat,
maxsz
, nsegs,
/src/sys/dev/
dksubr.c
504
int
maxsz
;
local
521
maxsz
= rounddown(INT_MAX, secsize);
528
bp->b_bcount = lmin(len,
maxsz
);
Completed in 26 milliseconds
Indexes created Sun Feb 22 08:20:21 UTC 2026