Home
last modified time | relevance | path

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

12

/freebsd/contrib/processor-trace/libipt/test/src/
H A Dptunit-block_cache.c123 struct pt_bcache_entry bce; in add_null() local
126 memset(&bce, 0, sizeof(bce)); in add_null()
128 errcode = pt_bcache_add(NULL, 0ull, bce); in add_null()
136 struct pt_bcache_entry bce; in lookup_null() local
140 errcode = pt_bcache_lookup(&bce, NULL, 0ull); in lookup_null()
186 struct pt_bcache_entry bce; in initially_empty() local
189 memset(&bce, 0xff, sizeof(bce)); in initially_empty()
191 status = pt_bcache_lookup(&bce, bfix->bcache, index); in initially_empty()
194 status = pt_bce_is_valid(bce); in initially_empty()
203 struct pt_bcache_entry bce; in add_bad_index() local
[all …]
/freebsd/contrib/processor-trace/libipt/internal/include/
H A Dpt_block_cache.h162 static inline enum pt_exec_mode pt_bce_exec_mode(struct pt_bcache_entry bce) in pt_bce_exec_mode() argument
164 return (enum pt_exec_mode) bce.mode; in pt_bce_exec_mode()
169 pt_bce_qualifier(struct pt_bcache_entry bce) in pt_bce_qualifier() argument
171 return (enum pt_bcache_qualifier) bce.qualifier; in pt_bce_qualifier()
175 static inline int pt_bce_is_valid(struct pt_bcache_entry bce) in pt_bce_is_valid() argument
177 return pt_bce_exec_mode(bce) != ptem_unknown; in pt_bce_is_valid()
210 struct pt_bcache_entry bce);
221 extern int pt_bcache_lookup(struct pt_bcache_entry *bce,
/freebsd/contrib/processor-trace/libipt/src/
H A Dpt_block_decoder.c1710 struct pt_bcache_entry bce; in pt_blk_add_trampoline() local
1716 memset(&bce, 0, sizeof(bce)); in pt_blk_add_trampoline()
1717 bce.displacement = (int32_t) disp; in pt_blk_add_trampoline()
1718 bce.ninsn = 1; in pt_blk_add_trampoline()
1719 bce.mode = mode; in pt_blk_add_trampoline()
1720 bce.qualifier = ptbq_again; in pt_blk_add_trampoline()
1725 if ((int64_t) bce.displacement != disp) { in pt_blk_add_trampoline()
1727 memset(&bce, 0, sizeof(bce)); in pt_blk_add_trampoline()
1728 bce.ninsn = 1; in pt_blk_add_trampoline()
1729 bce.mode = mode; in pt_blk_add_trampoline()
[all …]
H A Dpt_block_cache.c63 struct pt_bcache_entry bce) in pt_bcache_add() argument
75 bcache->entry[(uint32_t) index] = bce; in pt_bcache_add()
80 int pt_bcache_lookup(struct pt_bcache_entry *bce, in pt_bcache_lookup() argument
83 if (!bce || !bcache) in pt_bcache_lookup()
93 *bce = bcache->entry[(uint32_t) index]; in pt_bcache_lookup()
/freebsd/sys/modules/bce/
H A DMakefile1 .PATH: ${SRCTOP}/sys/dev/bce
/freebsd/tools/kerneldoc/subsys/
H A DDoxyfile-dev_bce12 INPUT = $(DOXYGEN_SRC_PATH)/dev/bce/ \
/freebsd/sys/conf/
H A DWITHOUT_SOURCELESS_UCODE6 nodevice bce
H A Doptions732 # bce driver
H A DNOTES1867 # bce: Broadcom NetXtreme II (BCM5706/BCM5708) PCI/PCIe Gigabit Ethernet
1971 device bce # Broadcom BCM5706/BCM5708 Gigabit Ethernet
/freebsd/contrib/netbsd-tests/lib/libcurses/
H A Datf.terminfo3 am, bce, ccc, km, mc5i, mir, msgr, npc, xenl,
/freebsd/share/man/man4/
H A DMakefile82 bce.4 \
677 MLINKS+=bce.4 if_bce.4
/freebsd/contrib/ncurses/misc/
H A Dterminfo.src778 bce,
800 bce,
973 am, bce, eo, mir, msgr, xenl, xon,
1101 # Changes to the Linux console driver broke bce model as reported in
1106 linux2.6.26|Linux console w/o bce,
1107 bce@, use=linux2.6,
1155 am, bce, ccc, eo, mir, msgr, xenl, xon,
1237 am, bce,
1339 am, bce, bw, eo, km, mir, msgr, xenl, xon, NQ,
1554 OTbs, am, bce, eo, xon, NQ,
[all …]
H A Demx.src251 bce,
/freebsd/sys/modules/
H A DMakefile651 _bce= bce
/freebsd/sys/i386/conf/
H A DGENERIC222 device bce # Broadcom BCM5706/BCM5708 Gigabit Ethernet
/freebsd/sys/dev/bce/
H A Dif_bce.c516 MODULE_DEPEND(bce, pci, 1, 1, 1);
517 MODULE_DEPEND(bce, ether, 1, 1, 1);
518 MODULE_DEPEND(bce, miibus, 1, 1, 1);
520 DRIVER_MODULE(bce, pci, bce_driver, NULL, NULL);
521 DRIVER_MODULE(miibus, bce, miibus_driver, NULL, NULL);
522 MODULE_PNP_INFO("U16:vendor;U16:device;U16:#;U16:#;D:#", pci, bce,
528 static SYSCTL_NODE(_hw, OID_AUTO, bce, CTLFLAG_RD | CTLFLAG_MPSAFE, 0,
/freebsd/sys/amd64/conf/
H A DGENERIC264 device bce # Broadcom BCM5706/BCM5708 Gigabit Ethernet
/freebsd/usr.sbin/bsdconfig/share/
H A Ddevice.subr1280 f_network "bce%d" "Broadcom NetXtreme II Gigabit Ethernet card"
/freebsd/contrib/ncurses/
H A DNEWS4438 + remove screen-bce.mlterm, since mlterm does not do "bce" -TD
4472 + split-out recent change to nsterm-bce as nsterm-build326, and add
4510 + add several key definitions to nsterm-bce to match preconfigured
5634 + remove bw from nsterm-bce, per testing with tack -TD
6852 + modify screen-bce.XXX entries to exclude ech, since screen's color
6863 + add several screen-bce.XXX entries -TD
8987 applied only when the terminal supports back_color_erase (bce).
9358 with the common usage of bce/ech
9819 + improve tack's bce test by making it set colors other than black
9912 + use clr_eol in preference to blanks for bce terminals, so select and
[all …]
/freebsd/
H A DObsoleteFiles.inc6966 OLD_FILES+=usr/share/terminfo/n/nsterm-bce
7312 OLD_FILES+=usr/share/terminfo/s/screen-16color-bce
7313 OLD_FILES+=usr/share/terminfo/s/screen-16color-bce-s
7316 OLD_FILES+=usr/share/terminfo/s/screen-256color-bce
7317 OLD_FILES+=usr/share/terminfo/s/screen-256color-bce-s
7319 OLD_FILES+=usr/share/terminfo/s/screen-bce
7320 OLD_FILES+=usr/share/terminfo/s/screen-bce.Eterm
7321 OLD_FILES+=usr/share/terminfo/s/screen-bce.gnome
7322 OLD_FILES+=usr/share/terminfo/s/screen-bce.konsole
7323 OLD_FILES+=usr/share/terminfo/s/screen-bce.linux
[all …]
/freebsd/contrib/ncurses/include/
H A DCaps.uwin280 back_color_erase bce bool ut - - ----- screen erased with background color
H A DCaps.hpux11282 back_color_erase bce bool ut - - ----- screen erased with background color
H A DCaps.osf1r5274 back_color_erase bce bool ut - - ----- screen erased with background color
H A DCaps286 back_color_erase bce bool ut - - ----- screen erased with background color
/freebsd/share/vt/fonts/
H A Dgallant.hex4506 2bce:00000000000000000000000004000a000a00110060c0802060c011000a000a00040000000000000000000000

12