Home
last modified time | relevance | path

Searched refs:bce (Results 1 – 25 of 30) sorted by relevance

12

/freebsd-10-stable/sys/dev/sound/
Dclone.c613 struct snd_clone_entry *ce, *after, *bce, *cce, *nce, *tce; in snd_clone_alloc() local
634 bce = NULL; /* "b"usy candidate */ in snd_clone_alloc()
684 if (ce->devt != NULL && (bce == NULL || in snd_clone_alloc()
685 timespeccmp(&ce->tsp, &bce->tsp, <))) in snd_clone_alloc()
686 bce = ce; in snd_clone_alloc()
724 } else if (bce != NULL) { in snd_clone_alloc()
725 ce = bce; in snd_clone_alloc()
758 } else if (bce != NULL) { in snd_clone_alloc()
759 ce = bce; in snd_clone_alloc()
/freebsd-10-stable/sys/modules/bce/
DMakefile2 .PATH: ${.CURDIR}/../../dev/bce
/freebsd-10-stable/tools/kerneldoc/subsys/
DDoxyfile-dev_bce14 INPUT = $(DOXYGEN_SRC_PATH)/dev/bce/ \
/freebsd-10-stable/sys/conf/
DWITHOUT_SOURCELESS_UCODE8 nodevice bce
Doptions731 # bce driver
DNOTES1908 # bce: Broadcom NetXtreme II (BCM5706/BCM5708) PCI/PCIe Gigabit Ethernet
2070 device bce # Broadcom BCM5706/BCM5708 Gigabit Ethernet
/freebsd-10-stable/contrib/netbsd-tests/lib/libcurses/
Datf.terminfo3 am, bce, ccc, km, mc5i, mir, msgr, npc, xenl,
/freebsd-10-stable/share/man/man4/
DMakefile72 bce.4 \
580 MLINKS+=bce.4 if_bce.4
/freebsd-10-stable/release/doc/share/misc/
Ddev.archlist.txt51 bce i386,amd64
/freebsd-10-stable/sys/ia64/conf/
DGENERIC141 device bce # Broadcom BCM5706/BCM5708 Gigabit Ethernet
/freebsd-10-stable/sys/modules/
DMakefile479 _bce= bce
/freebsd-10-stable/sys/mips/conf/
DOCTEON1212 device bce # Broadcom BCM5706/BCM5708 Gigabit Ethernet
/freebsd-10-stable/sys/amd64/conf/
DGENERIC235 device bce # Broadcom BCM5706/BCM5708 Gigabit Ethernet
/freebsd-10-stable/sys/i386/conf/
DGENERIC241 device bce # Broadcom BCM5706/BCM5708 Gigabit Ethernet
/freebsd-10-stable/etc/
Dtermcap.small283 # xterm, color_xterm, nxterm, rxvt). Note that it does not set 'bce', so for
/freebsd-10-stable/contrib/ncurses/misc/
Dterminfo.src714 am, bce, eo, mir, msgr, xenl, xon,
765 # Changes to the Linux console driver broke bce model as reported in
770 linux2.6.26|linux console w/o bce,
771 bce@, use=linux,
870 am, bce, bw, eo, km, mir, msgr, xon,
939 OTbs, am, bce, eo, xon,
1535 am, bce, msgr, xenl, xon,
1603 bce, msgr,
1620 bce,
1629 OTbs, OTpt, am, bce, bw, eo, km, msgr, npc,
[all …]
Demx.src250 bce,
/freebsd-10-stable/sys/dev/bce/
Dif_bce.c475 MODULE_DEPEND(bce, pci, 1, 1, 1);
476 MODULE_DEPEND(bce, ether, 1, 1, 1);
477 MODULE_DEPEND(bce, miibus, 1, 1, 1);
479 DRIVER_MODULE(bce, pci, bce_driver, bce_devclass, NULL, NULL);
480 DRIVER_MODULE(miibus, bce, miibus_driver, miibus_devclass, NULL, NULL);
486 static SYSCTL_NODE(_hw, OID_AUTO, bce, CTLFLAG_RD, 0, "bce driver parameters");
/freebsd-10-stable/usr.sbin/bsdconfig/share/
Ddevice.subr1293 f_network "bce%d" "Broadcom NetXtreme II Gigabit Ethernet card"
/freebsd-10-stable/contrib/ncurses/
DNEWS1614 applied only when the terminal supports back_color_erase (bce).
1985 with the common usage of bce/ech
2446 + improve tack's bce test by making it set colors other than black
2539 + use clr_eol in preference to blanks for bce terminals, so select and
2953 + add screen-bce, screen-s entries from screen 3.9.13 (report by
3478 running in a non-bce terminals with default colors enabled, it
4861 handle the non-bce case properly in can_erase_with() (noted by
4909 + additional fixes for non-bce terminals (handling of delete_character)
5007 + additional fixes for non-bce terminals (handling of clear_screen,
/freebsd-10-stable/contrib/ncurses/include/
DCaps.uwin239 back_color_erase bce bool ut - - ----- screen erased with background color
DCaps.aix4240 back_color_erase bce bool ut - - ----- screen erased with background color
DCaps.osf1r5233 back_color_erase bce bool ut - - ----- screen erased with background color
DCaps.keys242 back_color_erase bce bool ut - - ----- screen erased with background color
/freebsd-10-stable/contrib/binutils/opcodes/
DChangeLog-0001260 (bce, bcel, bcea, bcela, bclre, bclrel: New BookE instructions.

12