Home
last modified time | relevance | path

Searched refs:SIOCSIFMAP (Results 1 - 23 of 23) sorted by relevance

/third_party/toybox/toys/net/
H A Difconfig.c412 {"mem_start", IFREQ_OFFSZ(ifr_map.mem_start), SIOCSIFMAP}, in ifconfig_main()
413 {"io_addr", IFREQ_OFFSZ(ifr_map.base_addr), SIOCSIFMAP}, in ifconfig_main()
414 {"irq", IFREQ_OFFSZ(ifr_map.irq), SIOCSIFMAP}, in ifconfig_main()
510 if (off == SIOCSIFMAP) xioctl(TT.sockfd, SIOCGIFMAP, &ifre); in ifconfig_main()
/third_party/toybox/porting/liteos_a/toys/net/
H A Difconfig.c425 {"mem_start", IFREQ_OFFSZ(ifr_map.mem_start), SIOCSIFMAP}, in ifconfig_main()
426 {"io_addr", IFREQ_OFFSZ(ifr_map.base_addr), SIOCSIFMAP}, in ifconfig_main()
427 {"irq", IFREQ_OFFSZ(ifr_map.irq), SIOCSIFMAP}, in ifconfig_main()
523 if (off == SIOCSIFMAP) xioctl(TT.sockfd, SIOCGIFMAP, &ifre); in ifconfig_main()
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/
H A Dioctl.h112 #define SIOCSIFMAP 0x8971 macro
/third_party/musl/porting/liteos_m/kernel/include/sys/
H A Dioctl.h112 #define SIOCSIFMAP 0x8971 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
H A Dioctl.h112 #define SIOCSIFMAP 0x8971 macro
/third_party/musl/porting/liteos_a/kernel/include/sys/
H A Dioctl.h114 #define SIOCSIFMAP 0x8971 macro
/third_party/musl/porting/uniproton/kernel/include/sys/
H A Dioctl.h112 #define SIOCSIFMAP 0x8971 macro
/third_party/musl/include/sys/
H A Dioctl.h107 #define SIOCSIFMAP 0x8971 macro
/third_party/toybox/toys/pending/
H A Dstrace.c459 case SIOCSIFMAP: in print_enter()
/third_party/rust/crates/linux-raw-sys/gen/modules/
H A Dioctl.h209 #define SIOCSIFMAP 0x8971ul macro
1765 #define SIOCSIFMAP 0x8971ul macro
3325 #define SIOCSIFMAP 0x8971ul macro
4881 #define SIOCSIFMAP 0x8971ul macro
6328 #define SIOCSIFMAP 0x8971ul macro
7774 #define SIOCSIFMAP 0x8971ul macro
9324 #define SIOCSIFMAP 0x8971ul macro
10880 #define SIOCSIFMAP 0x8971ul macro
/third_party/rust/crates/linux-raw-sys/src/aarch64/
H A Dioctl.rs209 pub const SIOCSIFMAP: u32 = 35185; consts
/third_party/rust/crates/linux-raw-sys/gen/ioctl/
H A Dlist.c455 IOCTL_REQUEST(SIOCSIFMAP); in list()
/third_party/rust/crates/linux-raw-sys/src/powerpc64/
H A Dioctl.rs204 pub const SIOCSIFMAP: u32 = 35185; consts
/third_party/rust/crates/linux-raw-sys/src/mips64/
H A Dioctl.rs203 pub const SIOCSIFMAP: u32 = 35185; consts
/third_party/rust/crates/linux-raw-sys/src/powerpc/
H A Dioctl.rs204 pub const SIOCSIFMAP: u32 = 35185; consts
/third_party/rust/crates/linux-raw-sys/src/mips/
H A Dioctl.rs203 pub const SIOCSIFMAP: u32 = 35185; consts
/third_party/rust/crates/linux-raw-sys/src/arm/
H A Dioctl.rs209 pub const SIOCSIFMAP: u32 = 35185; consts
/third_party/rust/crates/linux-raw-sys/src/riscv64/
H A Dioctl.rs209 pub const SIOCSIFMAP: u32 = 35185; consts
/third_party/rust/crates/linux-raw-sys/src/x32/
H A Dioctl.rs209 pub const SIOCSIFMAP: u32 = 35185; consts
/third_party/rust/crates/linux-raw-sys/src/x86_64/
H A Dioctl.rs209 pub const SIOCSIFMAP: u32 = 35185; consts
/third_party/rust/crates/linux-raw-sys/src/x86/
H A Dioctl.rs209 pub const SIOCSIFMAP: u32 = 35185; consts
/third_party/rust/crates/libc/src/unix/linux_like/android/
H A Dmod.rs2577 pub const SIOCSIFMAP: ::c_ulong = 0x00008971; consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/
H A Dmod.rs2661 pub const SIOCSIFMAP: ::c_ulong = 0x00008971; consts

Completed in 127 milliseconds