Searched refs:cbs (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.0-release/sys/boot/powerpc/boot1.chrp/
H A Dgenerate-hfs.sh33 echo 'Bootinfo START' | dd of=bootinfo.txt.tmp cbs=$CHRPBOOT_SIZE count=1 conv=block
34 echo 'Boot1 START' | dd of=boot1.elf.tmp cbs=$BOOT1_SIZE count=1 conv=block
/freebsd-10.0-release/sys/netgraph/
H A Dng_car.c200 priv->upper.tc = priv->upper.conf.cbs = NG_CAR_CBS_MIN;
215 priv->lower.tc = priv->lower.conf.cbs = NG_CAR_CBS_MIN;
434 bconf->downstream.cbs /= 128;
440 bconf->upstream.cbs /= 128;
459 bconf->downstream.cbs *= 125;
465 bconf->upstream.cbs *= 125;
472 (bconf->downstream.cbs == 0 &&
474 (bconf->upstream.cbs == 0 &&
494 priv->upper.tc = priv->upper.conf.cbs;
505 priv->lower.tc = priv->lower.conf.cbs;
[all...]
H A Dng_car.h72 u_int64_t cbs; /* Commited burst size (bytes) */ member in struct:ng_car_hookconf
84 { "cbs", &ng_parse_uint64_type }, \
/freebsd-10.0-release/release/powerpc/
H A Dgenerate-hfs.sh47 echo 'Loader START' | dd of=loader.tmp cbs=$LOADER_SIZE count=1 conv=block
/freebsd-10.0-release/contrib/gdb/gdb/
H A Dbreakpoint.c2466 bpstat_alloc (struct breakpoint *b, bpstat cbs /* Current "bs" value */ )
2471 cbs->next = bs;

Completed in 159 milliseconds