Searched refs:ccd (Results 1 - 7 of 7) sorted by relevance

/freebsd-12-stable/libexec/rc/rc.d/
H A Dccd11 name="ccd"
18 if [ -f /etc/ccd.conf ]; then
H A DMakefile196 CONFS+= ccd
/freebsd-12-stable/sbin/ccdconfig/
H A Dccdconfig.c83 #define CCD_DUMP 4 /* dump a ccd's configuration */
170 int ccd, noflags = 0, i, ileave, flags = 0; local
183 if ((ccd = resolve_ccdname(cp)) < 0) {
184 warnx("invalid ccd name: %s", cp);
190 sprintf(buf1, "ccd%d", ccd);
221 /* First argument is the ccd to configure. */
223 if ((ccd = resolve_ccdname(cp)) < 0) {
224 warnx("invalid ccd name: %s", cp);
238 /* Next argument is the ccd configuratio
[all...]
/freebsd-12-stable/tools/regression/ccd/layout/
H A Dccd0.sh11 sh ccd.sh $1 $2 $3 $4 $5 $6 > _.$f
/freebsd-12-stable/sys/dev/bxe/
H A Decore_init.h510 uint32_t *ccd = vdata->vnic_min_rate[vnic].cos_credit_delta; local
517 ccd[cos] =
520 if (ccd[cos] < pdata->fair_vars.fair_threshold
522 ccd[cos] =
/freebsd-12-stable/sys/dev/usb/template/
H A Dusb_template.c248 struct usb_cdc_cm_descriptor *ccd = (void *)dst; local
252 ccd->bDataInterface +=
/freebsd-12-stable/share/man/man4/
H A DMakefile931 _ccd.4= ccd.4

Completed in 186 milliseconds