| /kernel/liteos_m/components/fs/vfs/ |
| H A D | vfs_fs.c | 1095 int fcntl(int fd, int cmd, ...) in fcntl() function
|
| /kernel/liteos_m/components/net/lwip-2.1/porting/src/ |
| H A D | sockets_porting.c | 230 int fcntl(int fd, int cmd, ...)
in fcntl() function
|
| /kernel/uniproton/src/net/lwip-2.1/src/ |
| H A D | sockets.c | 223 int fcntl(int fd, int cmd, ...)
in fcntl() function
|
| /third_party/python/Lib/ |
| H A D | subprocess.py | 58 import fcntl namespace 60 fcntl = None variable [all...] |
| H A D | mailbox.py | 23 import fcntl namespace 25 fcntl = None variable [all...] |
| /kernel/linux/linux-5.10/drivers/net/ethernet/sfc/ |
| H A D | mcdi_port_common.c | 1100 u32 fcntl; in efx_mcdi_set_mac() local 1287 u32 flags, fcntl, spee in efx_mcdi_process_link_change() local 283 efx_mcdi_phy_decode_link(struct efx_nic *efx, struct efx_link_state *link_state, u32 speed, u32 flags, u32 fcntl) efx_mcdi_phy_decode_link() argument [all...] |
| /kernel/linux/linux-6.6/drivers/net/ethernet/sfc/ |
| H A D | mcdi_port_common.c | 1098 u32 fcntl; in efx_mcdi_set_mac() local 1280 u32 flags, fcntl, spee in efx_mcdi_process_link_change() local 281 efx_mcdi_phy_decode_link(struct efx_nic *efx, struct efx_link_state *link_state, u32 speed, u32 flags, u32 fcntl) efx_mcdi_phy_decode_link() argument [all...] |
| /kernel/linux/linux-6.6/drivers/net/ethernet/sfc/siena/ |
| H A D | mcdi_port_common.c | 1104 u32 fcntl; in efx_siena_mcdi_set_mac() local 1263 u32 flags, fcntl, spee in efx_siena_mcdi_process_link_change() local 282 efx_mcdi_phy_decode_link(struct efx_nic *efx, struct efx_link_state *link_state, u32 speed, u32 flags, u32 fcntl) efx_mcdi_phy_decode_link() argument [all...] |
| /third_party/FreeBSD/lib/libc/include/ |
| H A D | namespace.h | 65 #define fcntl _fcntl
macro
|
| /third_party/node/tools/ |
| H A D | test.py | 612 from fcntl import fcntl, F_GETFL, F_SETFL namespace
|
| /device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/lwip_sack/include/lwip/ |
| H A D | sockets.h | 2502 #define fcntl(s, cmd, val) lwip_fcntl(s, cmd, val) macro
|
| /third_party/lwip/src/include/lwip/ |
| H A D | sockets.h | 693 #define fcntl(s,cmd,val) lwip_fcntl(s,cmd,val) macro
|
| /third_party/python/Lib/test/ |
| H A D | test_subprocess.py | 45 import fcntl namespace 47 fcntl = None variable [all...] |
| H A D | test_os.py | 44 import fcntl namespace 46 fcntl = None variable [all...] |
| H A D | test_socket.py | 36 import fcntl namespace 38 fcntl = None variable [all...] |
| /third_party/rust/crates/libc/src/solid/ |
| H A D | mod.rs | 850 pub fn fcntl(arg1: c_int, arg2: c_int, ...) -> c_int; in fcntl() functions
|
| /third_party/rust/crates/libc/src/ |
| H A D | wasi.rs | 601 pub fn fcntl(fd: ::c_int, cmd: ::c_int, ...) -> ::c_int; in fcntl() functions
|
| /third_party/rust/crates/libc/src/unix/ |
| H A D | mod.rs | 770 pub fn fcntl(fd: ::c_int, cmd: ::c_int, ...) -> ::c_int; in fcntl() functions
|
| /third_party/rust/crates/libc/src/vxworks/ |
| H A D | mod.rs | 1594 pub fn fcntl(fd: ::c_int, cmd: ::c_int, ...) -> ::c_int; in fcntl() functions
|
| /third_party/rust/crates/libc/src/fuchsia/ |
| H A D | mod.rs | 3525 pub fn fcntl(fd: ::c_int, cmd: ::c_int, ...) -> ::c_int; in fcntl() functions
|