| /freebsd-14.2/usr.sbin/bsdinstall/scripts/ |
| H A D | netconfig_ipv4 | 41 INTERFACE=$1 44 case "${INTERFACE}" in 56 ifconfig $INTERFACE down 57 ifconfig $INTERFACE up 59 err=$( pkill -F /var/run/dhclient/dhclient.${INTERFACE}.pid; dhclient $INTERFACE 2>&1 ) 63 exec $0 ${INTERFACE} "${IFCONFIG_PREFIX}" 66 echo ifconfig_$INTERFACE=\"${IFCONFIG_PREFIX}DHCP\" >> $BSDINSTALL_TMPETC/._rc.conf.net 70 IP_ADDRESS=`ifconfig $INTERFACE inet | awk '/inet/ {printf("%s\n", $2); }'` 71 NETMASK=`ifconfig $INTERFACE inet | awk '/inet/ {printf("%s\n", $4); }'` 83 echo $INTERFACE $IF_CONFIG |
|
| H A D | netconfig_ipv6 | 50 INTERFACE=$1 51 case "${INTERFACE}" in 67 ifconfig ${INTERFACE} inet6 -ifdisabled accept_rtadv up 68 err=$( rtsol -F $INTERFACE 2>&1 ) 76 echo ifconfig_${INTERFACE}_ipv6=\"inet6 accept_rtadv\" >> $BSDINSTALL_TMPETC/._rc.conf.net 84 ADDRS=`ifconfig ${INTERFACE} inet6 | \
|
| H A D | netconfig | 76 INTERFACE=`echo $BSDDIALOG_ITEMS | xargs -o bsddialog --backtitle "$OSNAME Installer" --title 'Netw… 83 if is_wireless_if $INTERFACE; then 85 echo wlans_$INTERFACE=\"$NEXT_WLAN_IFACE\" >> $BSDINSTALL_TMPETC/._rc.conf.net 88 ifconfig $NEXT_WLAN_IFACE create wlandev $INTERFACE 110 bsdinstall netconfig_ipv4 ${INTERFACE} "${IFCONFIG_PREFIX}" || \ 119 echo ifconfig_${INTERFACE}=\"${IFCONFIG_PREFIX}\" >> $BSDINSTALL_TMPETC/._rc.conf.net 125 bsdinstall netconfig_ipv6 ${INTERFACE} || exec $0
|
| /freebsd-14.2/contrib/llvm-project/compiler-rt/lib/scudo/standalone/ |
| H A D | wrappers_cpp.cpp | 38 INTERFACE WEAK void *operator new(size_t size) { in operator new() 43 INTERFACE WEAK void *operator new[](size_t size) { in operator new[]() 48 INTERFACE WEAK void *operator new(size_t size, in operator new() 54 INTERFACE WEAK void *operator new[](size_t size, in operator new[]() 87 INTERFACE WEAK void operator delete(void *ptr) NOEXCEPT { in operator delete() 91 INTERFACE WEAK void operator delete[](void *ptr) NOEXCEPT { in operator delete[]() 95 INTERFACE WEAK void operator delete(void *ptr, in operator delete() 100 INTERFACE WEAK void operator delete[](void *ptr, in operator delete[]() 113 INTERFACE WEAK void operator delete(void *ptr, in operator delete() 119 INTERFACE WEAK void operator delete[](void *ptr, in operator delete[]() [all …]
|
| H A D | wrappers_c_bionic.cpp | 39 INTERFACE void __scudo_print_stats(void) { Allocator.printStats(); } in __scudo_print_stats() 41 INTERFACE void __scudo_get_error_info( in __scudo_get_error_info() 52 INTERFACE const char *__scudo_get_stack_depot_addr() { in __scudo_get_stack_depot_addr() 56 INTERFACE size_t __scudo_get_stack_depot_size() { in __scudo_get_stack_depot_size() 60 INTERFACE const char *__scudo_get_region_info_addr() { in __scudo_get_region_info_addr() 64 INTERFACE size_t __scudo_get_region_info_size() { in __scudo_get_region_info_size() 68 INTERFACE const char *__scudo_get_ring_buffer_addr() { in __scudo_get_ring_buffer_addr() 72 INTERFACE size_t __scudo_get_ring_buffer_size() { in __scudo_get_ring_buffer_size()
|
| H A D | wrappers_c.inc | 66 INTERFACE WEAK void SCUDO_PREFIX(free)(void *ptr) { 71 INTERFACE WEAK struct SCUDO_MALLINFO SCUDO_PREFIX(mallinfo)(void) { 109 INTERFACE WEAK void *SCUDO_PREFIX(malloc)(size_t size) { 165 INTERFACE WEAK void *SCUDO_PREFIX(pvalloc)(size_t size) { 220 INTERFACE WEAK void *SCUDO_PREFIX(valloc)(size_t size) { 228 INTERFACE WEAK int SCUDO_PREFIX(malloc_iterate)( 237 INTERFACE WEAK void SCUDO_PREFIX(malloc_disable)() { 247 INTERFACE WEAK int SCUDO_PREFIX(mallopt)(int param, int value) { 348 INTERFACE WEAK void 360 INTERFACE WEAK void [all …]
|
| H A D | wrappers_c.cpp | 38 extern "C" INTERFACE void __scudo_print_stats(void) { Allocator.printStats(); } in __scudo_print_stats()
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/rtc/ |
| H A D | trivial-rtc.yaml | 35 # I2C-BUS INTERFACE REAL TIME CLOCK MODULE 37 # I2C-BUS INTERFACE REAL TIME CLOCK MODULE 40 # I2C-BUS INTERFACE REAL TIME CLOCK MODULE with Battery Backed RAM 42 # I2C-BUS INTERFACE REAL TIME CLOCK MODULE 58 # I2C bus SERIAL INTERFACE REAL-TIME CLOCK IC 60 # I2C bus SERIAL INTERFACE REAL-TIME CLOCK IC 62 # I2C bus SERIAL INTERFACE REAL-TIME CLOCK IC 64 # I2C bus SERIAL INTERFACE REAL-TIME CLOCK IC 66 # I2C bus SERIAL INTERFACE REAL-TIME CLOCK IC 68 # I2C bus SERIAL INTERFACE REAL-TIME CLOCK IC [all …]
|
| /freebsd-14.2/contrib/llvm-project/compiler-rt/lib/ubsan_minimal/ |
| H A D | ubsan_minimal_handlers.cpp | 90 #define INTERFACE extern "C" __attribute__((visibility("default"))) macro 100 INTERFACE void __ubsan_handle_##name##_minimal() { \ 109 INTERFACE void __ubsan_handle_##name##_minimal_abort() { \
|
| /freebsd-14.2/share/examples/netgraph/ |
| H A D | virtual.chain | 297 for INTERFACE in ${OBJECTS}; do 298 ngctl shutdown ${INTERFACE}: >/dev/null 2>&1
|
| H A D | virtual.lan | 286 for INTERFACE in ${OBJECTS}; do 287 ngctl shutdown ${INTERFACE}: >/dev/null 2>&1
|
| /freebsd-14.2/contrib/ntp/ntpd/ |
| H A D | ntpd-opts.h | 219 # ifdef INTERFACE 220 # warning undefining INTERFACE due to option name conflict 221 # undef INTERFACE 324 # undef INTERFACE
|
| /freebsd-14.2/sys/dev/fb/ |
| H A D | fb_if.m | 4 INTERFACE fb;
|
| /freebsd-14.2/sys/dev/mii/ |
| H A D | miibus_if.m | 4 INTERFACE miibus;
|
| /freebsd-14.2/sbin/dhclient/ |
| H A D | dhctoken.h | 103 #define INTERFACE 305 macro
|
| /freebsd-14.2/contrib/ntp/sntp/libevent/cmake/ |
| H A D | AddEventLibrary.cmake | 189 add_library(${LIB_NAME} INTERFACE) 190 target_link_libraries(${LIB_NAME} INTERFACE ${ADD_EVENT_LIBRARY_INTERFACE})
|
| /freebsd-14.2/contrib/libevent/cmake/ |
| H A D | AddEventLibrary.cmake | 189 add_library(${LIB_NAME} INTERFACE) 190 target_link_libraries(${LIB_NAME} INTERFACE ${ADD_EVENT_LIBRARY_INTERFACE})
|
| /freebsd-14.2/contrib/libpcap/cmake/Modules/ |
| H A D | Finddpdk.cmake | 100 add_library(dpdk::cflags INTERFACE IMPORTED) 108 add_library(dpdk::dpdk INTERFACE IMPORTED)
|
| /freebsd-14.2/sys/dev/sff/ |
| H A D | sff_if.m | 30 INTERFACE sff;
|
| /freebsd-14.2/sys/arm/nvidia/ |
| H A D | tegra_soctherm_if.m | 30 INTERFACE tegra_soctherm;
|
| /freebsd-14.2/sys/compat/linuxkpi/common/src/ |
| H A D | lkpi_iic_if.m | 28 INTERFACE lkpi_iic;
|
| /freebsd-14.2/sys/arm64/rockchip/ |
| H A D | rk_tsadc_if.m | 31 INTERFACE rk_tsadc;
|
| /freebsd-14.2/sys/arm64/qoriq/ |
| H A D | qoriq_therm_if.m | 32 INTERFACE qoriq_therm;
|
| /freebsd-14.2/sys/dev/mvs/ |
| H A D | mvs_if.m | 26 INTERFACE mvs;
|
| /freebsd-14.2/sys/dev/dpaa2/ |
| H A D | memac_mdio_if.m | 31 INTERFACE memac_mdio;
|