Home
last modified time | relevance | path

Searched refs:INTERFACE (Results 1 – 25 of 161) sorted by relevance

1234567

/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dwrappers_cpp.cpp26 INTERFACE WEAK void *operator new(size_t size) { in operator new()
29 INTERFACE WEAK void *operator new[](size_t size) { in operator new[]()
32 INTERFACE WEAK void *operator new(size_t size, in operator new()
36 INTERFACE WEAK void *operator new[](size_t size, in operator new[]()
48 INTERFACE WEAK void *operator new(size_t size, std::align_val_t align, in operator new()
59 INTERFACE WEAK void operator delete(void *ptr)NOEXCEPT { in operator delete()
62 INTERFACE WEAK void operator delete[](void *ptr) NOEXCEPT { in operator delete[]()
68 INTERFACE WEAK void operator delete[](void *ptr, in operator delete[]()
82 INTERFACE WEAK void operator delete[](void *ptr, in operator delete[]()
97 INTERFACE WEAK void operator delete(void *ptr, size_t size, in operator delete()
[all …]
H A Dwrappers_c_bionic.cpp51 INTERFACE void __scudo_print_stats(void) { Allocator.printStats(); } in __scudo_print_stats()
53 INTERFACE void
64 INTERFACE const char *__scudo_get_stack_depot_addr() { in __scudo_get_stack_depot_addr()
68 INTERFACE size_t __scudo_get_stack_depot_size() { in __scudo_get_stack_depot_size()
72 INTERFACE const char *__scudo_get_region_info_addr() { in __scudo_get_region_info_addr()
76 INTERFACE size_t __scudo_get_region_info_size() { in __scudo_get_region_info_size()
80 INTERFACE const char *__scudo_get_ring_buffer_addr() { in __scudo_get_ring_buffer_addr()
84 INTERFACE size_t __scudo_get_ring_buffer_size() { in __scudo_get_ring_buffer_size()
H A Dwrappers_c.inc35 INTERFACE WEAK void SCUDO_PREFIX(free)(void *ptr) {
39 INTERFACE WEAK struct SCUDO_MALLINFO SCUDO_PREFIX(mallinfo)(void) {
57 INTERFACE WEAK void *SCUDO_PREFIX(malloc)(size_t size) {
107 INTERFACE WEAK void *SCUDO_PREFIX(pvalloc)(size_t size) {
134 INTERFACE WEAK void *SCUDO_PREFIX(valloc)(size_t size) {
139 INTERFACE WEAK int SCUDO_PREFIX(malloc_iterate)(
148 INTERFACE WEAK void SCUDO_PREFIX(malloc_disable)() {
158 INTERFACE WEAK int SCUDO_PREFIX(mallopt)(int param, int value) {
245 INTERFACE WEAK void
257 INTERFACE WEAK void
[all …]
H A Dwrappers_c.cpp37 extern "C" INTERFACE void __scudo_print_stats(void) { Allocator.printStats(); } in __scudo_print_stats()
/freebsd-13.1/usr.sbin/bsdinstall/scripts/
H A Dnetconfig_ipv439 INTERFACE=$1
42 case "${INTERFACE}" in
52 ifconfig $INTERFACE up
54 err=$( pkill -F /var/run/dhclient/dhclient.${INTERFACE}.pid; dhclient $INTERFACE 2>&1 )
58 exec $0 ${INTERFACE} "${IFCONFIG_PREFIX}"
61 echo ifconfig_$INTERFACE=\"${IFCONFIG_PREFIX}DHCP\" >> $BSDINSTALL_TMPETC/._rc.conf.net
65 IP_ADDRESS=`ifconfig $INTERFACE inet | awk '/inet/ {printf("%s\n", $2); }'`
66 NETMASK=`ifconfig $INTERFACE inet | awk '/inet/ {printf("%s\n", $4); }'`
78 echo $INTERFACE $IF_CONFIG |
H A Dnetconfig73 INTERFACE=`echo $DIALOG_TAGS | xargs dialog --backtitle 'FreeBSD Installer' --title 'Network Config…
80 if is_wireless_if $INTERFACE; then
82 echo wlans_$INTERFACE=\"$NEXT_WLAN_IFACE\" >> $BSDINSTALL_TMPETC/._rc.conf.net
85 ifconfig $NEXT_WLAN_IFACE create wlandev $INTERFACE
107 bsdinstall netconfig_ipv4 ${INTERFACE} "${IFCONFIG_PREFIX}" || \
116 echo ifconfig_${INTERFACE}=\"${IFCONFIG_PREFIX}\" >> $BSDINSTALL_TMPETC/._rc.conf.net
122 bsdinstall netconfig_ipv6 ${INTERFACE} || exec $0
H A Dnetconfig_ipv648 INTERFACE=$1
49 case "${INTERFACE}" in
65 ifconfig ${INTERFACE} inet6 -ifdisabled accept_rtadv up
66 err=$( rtsol -F $INTERFACE 2>&1 )
74 echo ifconfig_${INTERFACE}_ipv6=\"inet6 accept_rtadv\" >> $BSDINSTALL_TMPETC/._rc.conf.net
82 ADDRS=`ifconfig ${INTERFACE} inet6 | \
/freebsd-13.1/sys/contrib/octeon-sdk/
H A Dcvmx-helper-errata.c99 #define INTERFACE(port) (port >> 4) /* Ports 0-15 are interface 0, 16-31 are interface 1 */ in __cvmx_helper_errata_fix_ipd_ptr_alignment() macro
114 uint64_t tx_ptr_en = cvmx_read_csr(CVMX_ASXX_TX_PRT_EN(INTERFACE(FIX_IPD_OUTPORT))); in __cvmx_helper_errata_fix_ipd_ptr_alignment()
115 uint64_t rx_ptr_en = cvmx_read_csr(CVMX_ASXX_RX_PRT_EN(INTERFACE(FIX_IPD_OUTPORT))); in __cvmx_helper_errata_fix_ipd_ptr_alignment()
123 cvmx_write_csr(CVMX_ASXX_RX_PRT_EN(INTERFACE(FIX_IPD_OUTPORT)), 0); in __cvmx_helper_errata_fix_ipd_ptr_alignment()
144 cvmx_write_csr(CVMX_ASXX_PRT_LOOP(INTERFACE(FIX_IPD_OUTPORT)), 1 << INDEX(FIX_IPD_OUTPORT)); in __cvmx_helper_errata_fix_ipd_ptr_alignment()
194 … cvmx_write_csr(CVMX_ASXX_TX_PRT_EN(INTERFACE(FIX_IPD_OUTPORT)), 1 << INDEX(FIX_IPD_OUTPORT)); in __cvmx_helper_errata_fix_ipd_ptr_alignment()
195 … cvmx_write_csr(CVMX_ASXX_RX_PRT_EN(INTERFACE(FIX_IPD_OUTPORT)), 1 << INDEX(FIX_IPD_OUTPORT)); in __cvmx_helper_errata_fix_ipd_ptr_alignment()
222 … cvmx_write_csr(CVMX_GMXX_PRTX_CFG(INDEX(FIX_IPD_OUTPORT), INTERFACE(FIX_IPD_OUTPORT)), prtx_cfg); in __cvmx_helper_errata_fix_ipd_ptr_alignment()
223 cvmx_write_csr(CVMX_ASXX_TX_PRT_EN(INTERFACE(FIX_IPD_OUTPORT)), tx_ptr_en); in __cvmx_helper_errata_fix_ipd_ptr_alignment()
224 cvmx_write_csr(CVMX_ASXX_RX_PRT_EN(INTERFACE(FIX_IPD_OUTPORT)), rx_ptr_en); in __cvmx_helper_errata_fix_ipd_ptr_alignment()
[all …]
/freebsd-13.1/sys/contrib/device-tree/Bindings/rtc/
H A Dtrivial-rtc.yaml33 # I2C-BUS INTERFACE REAL TIME CLOCK MODULE
35 # I2C-BUS INTERFACE REAL TIME CLOCK MODULE with Battery Backed RAM
37 # I2C-BUS INTERFACE REAL TIME CLOCK MODULE
59 # I2C bus SERIAL INTERFACE REAL-TIME CLOCK IC
61 # I2C bus SERIAL INTERFACE REAL-TIME CLOCK IC
63 # I2C bus SERIAL INTERFACE REAL-TIME CLOCK IC
65 # I2C bus SERIAL INTERFACE REAL-TIME CLOCK IC
67 # I2C bus SERIAL INTERFACE REAL-TIME CLOCK IC
69 # I2C bus SERIAL INTERFACE REAL-TIME CLOCK IC
73 # I2C bus SERIAL INTERFACE REAL-TIME CLOCK IC
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/ubsan_minimal/
H A Dubsan_minimal_handlers.cpp77 #define INTERFACE extern "C" __attribute__((visibility("default"))) macro
82 INTERFACE void __ubsan_handle_##name##_minimal() { \
88 INTERFACE void __ubsan_handle_##name##_minimal_abort() { \
/freebsd-13.1/sys/mips/cavium/octe/
H A Dethernet-common.c61 int interface = INTERFACE(priv->port); in cvm_oct_common_set_multicast_list()
139 int interface = INTERFACE(priv->port); in cvm_oct_common_set_mac_address()
176 int interface = INTERFACE(priv->port); in cvm_oct_common_change_mtu()
217 int interface = INTERFACE(priv->port); in cvm_oct_common_open()
246 int interface = INTERFACE(priv->port); in cvm_oct_common_stop()
H A Dethernet-rgmii.c78 int interface = INTERFACE(priv->port); in cvm_oct_rgmii_poll()
118 int interface = INTERFACE(priv->port); in cvm_oct_rgmii_poll()
249 int interface = INTERFACE(priv->port); in cvm_oct_rgmii_init()
276 int interface = INTERFACE(priv->port); in cvm_oct_rgmii_uninit()
H A Dethernet-util.h54 static inline int INTERFACE(int ipd_port) in INTERFACE() function
/freebsd-13.1/share/examples/netgraph/
H A Dvirtual.chain298 for INTERFACE in ${OBJECTS}; do
299 ngctl shutdown ${INTERFACE}: >/dev/null 2>&1
H A Dvirtual.lan287 for INTERFACE in ${OBJECTS}; do
288 ngctl shutdown ${INTERFACE}: >/dev/null 2>&1
/freebsd-13.1/contrib/ntp/ntpd/
H A Dntpd-opts.h211 # ifdef INTERFACE
212 # warning undefining INTERFACE due to option name conflict
213 # undef INTERFACE
316 # undef INTERFACE
/freebsd-13.1/sys/dev/fb/
H A Dfb_if.m4 INTERFACE fb;
/freebsd-13.1/sys/dev/mii/
H A Dmiibus_if.m5 INTERFACE miibus;
/freebsd-13.1/sbin/dhclient/
H A Ddhctoken.h105 #define INTERFACE 305 macro
/freebsd-13.1/sys/arm/nvidia/
H A Dtegra_soctherm_if.m31 INTERFACE tegra_soctherm;
/freebsd-13.1/sys/arm64/rockchip/
H A Drk_tsadc_if.m32 INTERFACE rk_tsadc;
/freebsd-13.1/sys/arm64/qoriq/
H A Dqoriq_therm_if.m33 INTERFACE qoriq_therm;
/freebsd-13.1/sys/dev/mmc/
H A Dmmc_pwrseq_if.m30 INTERFACE mmc_pwrseq;
/freebsd-13.1/sys/dev/mvs/
H A Dmvs_if.m27 INTERFACE mvs;
/freebsd-13.1/sys/mips/ingenic/
H A Djz4780_gpio_if.m31 INTERFACE jz4780_gpio;

1234567