Searched refs:wol (Results 1 – 25 of 30) sorted by relevance
12
/external/autotest/client/profilers/powertop/src/ |
D | ethernet.c | 56 struct ethtool_wolinfo wol; in activate_WOL_suggestion() local 79 memset(&wol, 0, sizeof(wol)); in activate_WOL_suggestion() 81 wol.cmd = ETHTOOL_GWOL; in activate_WOL_suggestion() 82 ifr.ifr_data = (caddr_t)&wol; in activate_WOL_suggestion() 84 wol.cmd = ETHTOOL_SWOL; in activate_WOL_suggestion() 85 wol.wolopts = 0; in activate_WOL_suggestion() 97 struct ethtool_wolinfo wol; in suggest_WOL_off() local 120 memset(&wol, 0, sizeof(wol)); in suggest_WOL_off() 122 wol.cmd = ETHTOOL_GWOL; in suggest_WOL_off() 123 ifr.ifr_data = (caddr_t)&wol; in suggest_WOL_off() [all …]
|
/external/u-boot/net/ |
D | wol.c | 22 static int wol_check_magic(struct wol_hdr *wol, unsigned int len) in wol_check_magic() argument 30 if (wol->wol_sync[i] != WOL_SYNC_BYTE) in wol_check_magic() 34 if (memcmp(&wol->wol_dest[i * ARP_HLEN], in wol_check_magic() 43 struct wol_hdr *wol; in wol_receive() local 45 wol = (struct wol_hdr *)ip; in wol_receive() 47 if (!wol_check_magic(wol, len)) in wol_receive() 53 eth_env_set_enetaddr("wolpassword", wol->wol_passwd); in wol_receive() 56 struct in_addr *ip = (struct in_addr *)(wol->wol_passwd); in wol_receive() 67 struct wol_hdr *wol; in wol_udp_handler() local 69 wol = (struct wol_hdr *)pkt; in wol_udp_handler() [all …]
|
D | Makefile | 27 obj-$(CONFIG_CMD_WOL) += wol.o
|
/external/u-boot/drivers/net/phy/ |
D | meson-gxl.c | 34 int ret, wol, lpa, exp; in meson_gxl_startup() local 62 wol = phy_read(phydev, MDIO_DEVAD_NONE, 0x15); in meson_gxl_startup() 63 if (wol < 0) in meson_gxl_startup() 64 return wol; in meson_gxl_startup() 74 if (!(wol & BIT(12)) || in meson_gxl_startup()
|
/external/libevent/test/ |
D | regress_iocp.c | 238 struct event_overlapped rol, wol; in test_iocp_evbuffer() local 248 event_overlapped_init_(&wol, write_complete); in test_iocp_evbuffer() 278 tt_assert(!evbuffer_launch_write_(wbuf, 512, &wol)); in test_iocp_evbuffer()
|
/external/u-boot/cmd/ |
D | wol.c | 29 wol, 2, 1, do_wol,
|
D | Makefile | 106 obj-$(CONFIG_CMD_WOL) += wol.o
|
D | Kconfig | 1283 bool "wol"
|
/external/autotest/client/profilers/powertop/src/po/ |
D | ja.po | 195 " ethtool -s eth0 wol d \n" 199 " ethtool -s eth0 wol d \n"
|
D | ru.po | 199 " ethtool -s eth0 wol d \n" 203 " ethtool -s eth0 wol d \n"
|
D | zh.po | 150 " ethtool -s eth0 wol d \n" 154 " ethtool -s eth0 wol d\n"
|
D | pl.po | 194 " ethtool -s eth0 wol d \n" 198 " ethtool -s eth0 wol d \n"
|
D | fi.po | 195 " ethtool -s eth0 wol d \n" 200 "\tethtool -s eth0 wol d \n"
|
D | id.po | 197 " ethtool -s eth0 wol d \n" 201 " ethtool -s eth0 wol d \n"
|
D | de.po | 201 " ethtool -s eth0 wol d \n" 205 " ethtool -s eth0 wol d\n"
|
D | pt_BR.po | 201 " ethtool -s eth0 wol d \n" 205 " ethtool -s eth0 wol d \n"
|
D | fr.po | 200 " ethtool -s eth0 wol d \n" 204 " ethtool -s eth0 wol d \n"
|
D | hu.po | 200 " ethtool -s eth0 wol d \n" 204 " ethtool -s eth0 wol d \n"
|
D | nl.po | 196 " ethtool -s eth0 wol d \n"
|
D | it.po | 196 " ethtool -s eth0 wol d \n"
|
D | es.po | 198 " ethtool -s eth0 wol d \n"
|
/external/cldr/tools/java/org/unicode/cldr/util/data/ |
D | ISO-639-2_values_8bits.txt | 469 wol||wo|Wolof|wolof
|
D | iso-639-3.tab | 7071 wol wol wol wo I L Wolof
|
D | iso-639-3_Name_Index.tab | 7352 wol Wolof Wolof
|
/external/icu/icu4c/source/data/misc/ |
D | metadata.txt | 1258 wol{
|
12