Searched refs:sys (Results 126 - 150 of 169) sorted by relevance

1234567

/openwrt/tools/firmware-utils/src/
H A Dseama.c45 #include <sys/types.h>
46 #include <sys/stat.h>
H A Daddpattern.c63 #include <sys/stat.h>
H A Dfix-u-media-header.c18 #include <sys/stat.h>
H A Dedimax_fw_header.c19 #include <sys/stat.h>
H A Ddgn3500sum.c32 #include <sys/stat.h>
H A Dmkcameofw.c19 #include <sys/stat.h>
H A Dmkedimaximg.c17 #include <sys/stat.h>
H A Dmkplanexfw.c19 #include <sys/stat.h>
H A Dosbridge-crc.c19 #include <sys/stat.h>
H A Dtplink-safeloader.c47 #include <sys/types.h>
48 #include <sys/stat.h>
H A Dmkzcfw.c19 #include <sys/stat.h>
H A Dspw303v.c28 #include <sys/stat.h>
H A Dpc1crypt.c27 #include <sys/stat.h>
H A Dzyxbcm.c28 #include <sys/stat.h>
/openwrt/package/base-files/
H A DMakefile164 mkdir -p $(1)/sys
/openwrt/package/libs/libnl-tiny/src/
H A Dunl.c6 #include <sys/types.h>
247 snprintf(buf, sizeof(buf), "/sys/class/ieee80211/%s/index", name);
/openwrt/package/network/utils/rssileds/src/
H A Drssileds.c29 #include <sys/stat.h>
38 #define LEDS_BASEPATH "/sys/class/leds/"
/openwrt/package/system/mtd/src/
H A Dfis.c15 #include <sys/mman.h>
/openwrt/package/system/procd/files/
H A Dnand.sh27 ubidevdir="/sys/devices/virtual/ubi/$1"
43 for ubidevdir in /sys/devices/virtual/ubi/ubi*; do
/openwrt/package/utils/px5g/
H A Dpx5g.c22 #include <sys/types.h>
/openwrt/scripts/config/lxdialog/
H A Ddialog.h21 #include <sys/types.h>
/openwrt/package/kernel/linux/modules/
H A Dleds.mk102 echo netfilter-ssh > /sys/class/leds/<ledname>/trigger
H A Dw1.mk60 NOTE: Init with: echo ds2482 0x18 > /sys/bus/i2c/devices/i2c-0/new_device
H A Dvideo.mk170 define KernelPackage/fb-sys-fops
172 TITLE:=Framebuffer software sys ops support
179 define KernelPackage/fb-sys-fops/description
180 Kernel support for framebuffer sys ops
183 $(eval $(call KernelPackage,fb-sys-fops))
236 DEPENDS:=@TARGET_imx6 +kmod-drm +kmod-fb +kmod-fb-cfb-copyarea +kmod-fb-cfb-imgblt +kmod-fb-cfb-fillrect +kmod-fb-sys-fops
/openwrt/package/kernel/hostap-driver/files/lib/wifi/
H A Dhostap.sh12 [ "$macaddr" = "$(cat /sys/class/net/${phy}/address)" ] || continue
23 config_set "$device" macaddr "$(cat /sys/class/net/${phy}/address)"
255 option macaddr $(cat /sys/class/net/${dev}/address)

Completed in 173 milliseconds

1234567