| /OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/gt/uc/ |
| H A D | intel_guc_log.c | 152 relay_reserve(log->relay.channel, log->vma->obj->base.size); in guc_move_to_next_buf() 155 relay_flush(log->relay.channel); in guc_move_to_next_buf() 169 return relay_reserve(log->relay.channel, 0); in guc_get_write_buffer() 222 mutex_lock(&log->relay.lock); in guc_read_update_log_buffer() 228 log_buf_state = src_data = log->relay.buf_addr; in guc_read_update_log_buffer() 239 log->relay.full_count++; in guc_read_update_log_buffer() 313 mutex_unlock(&log->relay.lock); in guc_read_update_log_buffer() 319 container_of(work, struct intel_guc_log, relay.flush_work); in capture_logs_work() 328 lockdep_assert_held(&log->relay.lock); in guc_log_map() 342 log->relay.buf_addr = vaddr; in guc_log_map() [all …]
|
| H A D | intel_guc_log.h | 55 } relay; member
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-connectivity/dhcp/files/ |
| H A D | default-relay | 1 # Defaults for dhcp-relay initscript 2 # sourced by /etc/init.d/dhcp-relay 4 # What servers should the DHCP relay forward requests to? 8 # On what interfaces should the DHCP relay (dhrelay) serve DHCP requests? 11 # Additional options that are passed to the DHCP relay daemon?
|
| H A D | init-relay | 7 if [ ! -f /etc/default/dhcp-relay ]; then 15 . /etc/default/dhcp-relay
|
| H A D | 0001-Makefile.am-only-build-dhcrelay.patch | 23 -SUBDIRS = @BINDSUBDIR@ includes tests common omapip client dhcpctl relay server 24 +SUBDIRS = @BINDSUBDIR@ includes common omapip relay
|
| H A D | dhcrelay.service | 6 EnvironmentFile=@SYSCONFDIR@/default/dhcp-relay
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-connectivity/dhcp/ |
| H A D | dhcp-relay_4.4.3.bb | 3 DESCRIPTION = "A DHCP relay agent passes DHCP requests from one \ 14 file://default-relay \ 15 file://init-relay \ 51 install -Dm 0644 ${WORKDIR}/default-relay ${D}${sysconfdir}/default/dhcp-relay 60 install -m 0755 ${WORKDIR}/init-relay ${D}${sysconfdir}/init.d/dhcp-relay
|
| /OK3568_Linux_fs/kernel/Documentation/filesystems/ |
| H A D | relay.rst | 4 relay interface (formerly relayfs) 7 The relay interface provides a means for kernel applications to 9 to userspace via user-defined 'relay channels'. 11 A 'relay channel' is a kernel->user data relay mechanism implemented 13 represented as a regular file ('relay file') in user space. Kernel 16 buffer. User space applications mmap() or read() from the relay files 17 and retrieve the data as it becomes available. The relay files 22 up to the kernel client; the relay interface does however provide 24 buffer data. The relay interface doesn't implement any form of data 28 This document provides an overview of the relay interface API. The [all …]
|
| /OK3568_Linux_fs/buildroot/package/dhcp/ |
| H A D | 0001-WIP-Resolve-ISC-DHCP-does-not-build-with-gcc10.patch | 7 relay/dhcrelay.c 26 relay/dhcrelay.c | 4 ++-- 78 diff --git a/relay/dhcrelay.c b/relay/dhcrelay.c 80 --- a/relay/dhcrelay.c 81 +++ b/relay/dhcrelay.c 82 @@ -95,8 +95,8 @@ enum { forward_and_append, /* Forward and append our own relay option. */
|
| H A D | Config.in | 8 DHCP relay agent from the ISC DHCP distribution. 31 bool "dhcp relay" 33 DHCP relay agent from the ISC DHCP distribution.
|
| H A D | dhcp.mk | 38 --with-relay-pid-file=/var/run/dhcrelay.pid \ 76 $(MAKE) -C $(@D)/relay DESTDIR=$(TARGET_DIR) install-sbinPROGRAMS 97 $(INSTALL) -m 0755 -D package/dhcp/S80dhcp-relay \ 98 $(TARGET_DIR)/etc/init.d/S80dhcp-relay
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-connectivity/dibbler/ |
| H A D | dibbler_git.bb | 34 PACKAGES =+ "${PN}-requestor ${PN}-client ${PN}-relay ${PN}-server" 37 FILES:${PN}-relay = "${sbindir}/${PN}-relay"
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | if_pppox.h | 30 struct sockaddr_pppox relay; /* what socket data will be member 58 #define pppoe_relay proto.pppoe.relay
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-protocols/rp-pppoe/ |
| H A D | rp-pppoe_3.13.bb | 56 PACKAGES = "${PN}-dbg ${PN}-server ${PN}-relay ${PN}-sniff ${PN} ${PN}-doc" 62 FILES:${PN}-relay = "${sbindir}/pppoe-relay"
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-connectivity/socat/ |
| H A D | socat_1.7.4.4.bb | 1 SUMMARY = "Multipurpose relay for bidirectional data transfer" 2 DESCRIPTION = "Socat is a relay for bidirectional data \
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/openldap/ |
| H A D | openldap_2.5.12.bb | 69 # Backends="asyncmeta dnssrv ldap mdb meta ndb null passwd perl relay sock sql wt" 107 #--enable-relay enable relay backend no|yes|mod [yes] 108 PACKAGECONFIG[relay] = "--enable-relay=mod,--enable-relay=no,"
|
| /OK3568_Linux_fs/kernel/Documentation/core-api/ |
| H A D | kernel-api.rst | 201 relay interface support 205 for tools and facilities to relay large amounts of data from kernel 208 relay interface 211 .. kernel-doc:: kernel/relay.c 214 .. kernel-doc:: kernel/relay.c
|
| /OK3568_Linux_fs/buildroot/package/socat/ |
| H A D | Config.in | 5 Multipurpose socket relay program.
|
| /OK3568_Linux_fs/buildroot/package/udpxy/ |
| H A D | Config.in | 5 udpxy is a UDP-to-HTTP multicast traffic relay daemon: it
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-connectivity/relayd/ |
| H A D | relayd_git.bb | 1 DESCRIPTION = "Layer 3 relay daemon"
|
| /OK3568_Linux_fs/buildroot/package/libpagekite/ |
| H A D | libpagekite.mk | 25 --without-agpl-relay \
|
| /OK3568_Linux_fs/kernel/Documentation/watchdog/ |
| H A D | watchdog-api.rst | 187 WDIOF_EXTERN1 External relay 1 190 External monitoring relay/source 1 was triggered. Controllers intended for 195 WDIOF_EXTERN2 External relay 2 198 External monitoring relay/source 2 was triggered
|
| /OK3568_Linux_fs/kernel/arch/arm/boot/dts/ |
| H A D | sun7i-a20-linutronix-testbox-v2.dts | 21 label = "lamobo_r1:opto:relay";
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-core/packagegroups/ |
| H A D | packagegroup-meta-networking.bb | 42 dibbler-relay \ 70 dhcp-relay \
|
| /OK3568_Linux_fs/buildroot/package/rp-pppoe/ |
| H A D | rp-pppoe.mk | 15 RP_PPPOE_TARGET_FILES = pppoe pppoe-server pppoe-relay pppoe-sniff
|