Home
last modified time | relevance | path

Searched defs:fcntl (Results 26 - 45 of 45) sorted by relevance

12

/kernel/liteos_m/components/fs/vfs/
H A Dvfs_fs.c1095 int fcntl(int fd, int cmd, ...) in fcntl() function
/kernel/liteos_m/components/net/lwip-2.1/porting/src/
H A Dsockets_porting.c230 int fcntl(int fd, int cmd, ...) in fcntl() function
/kernel/uniproton/src/net/lwip-2.1/src/
H A Dsockets.c223 int fcntl(int fd, int cmd, ...) in fcntl() function
/third_party/python/Lib/
H A Dsubprocess.py58 import fcntl namespace
60 fcntl = None variable
[all...]
H A Dmailbox.py23 import fcntl namespace
25 fcntl = None variable
[all...]
/kernel/linux/linux-5.10/drivers/net/ethernet/sfc/
H A Dmcdi_port_common.c1100 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 Dmcdi_port_common.c1098 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 Dmcdi_port_common.c1104 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 Dnamespace.h65 #define fcntl _fcntl macro
/third_party/node/tools/
H A Dtest.py612 from fcntl import fcntl, F_GETFL, F_SETFL namespace
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/lwip_sack/include/lwip/
H A Dsockets.h2502 #define fcntl(s, cmd, val) lwip_fcntl(s, cmd, val) macro
/third_party/lwip/src/include/lwip/
H A Dsockets.h693 #define fcntl(s,cmd,val) lwip_fcntl(s,cmd,val) macro
/third_party/python/Lib/test/
H A Dtest_subprocess.py45 import fcntl namespace
47 fcntl = None variable
[all...]
H A Dtest_os.py44 import fcntl namespace
46 fcntl = None variable
[all...]
H A Dtest_socket.py36 import fcntl namespace
38 fcntl = None variable
[all...]
/third_party/rust/crates/libc/src/solid/
H A Dmod.rs850 pub fn fcntl(arg1: c_int, arg2: c_int, ...) -> c_int; in fcntl() functions
/third_party/rust/crates/libc/src/
H A Dwasi.rs601 pub fn fcntl(fd: ::c_int, cmd: ::c_int, ...) -> ::c_int; in fcntl() functions
/third_party/rust/crates/libc/src/unix/
H A Dmod.rs770 pub fn fcntl(fd: ::c_int, cmd: ::c_int, ...) -> ::c_int; in fcntl() functions
/third_party/rust/crates/libc/src/vxworks/
H A Dmod.rs1594 pub fn fcntl(fd: ::c_int, cmd: ::c_int, ...) -> ::c_int; in fcntl() functions
/third_party/rust/crates/libc/src/fuchsia/
H A Dmod.rs3525 pub fn fcntl(fd: ::c_int, cmd: ::c_int, ...) -> ::c_int; in fcntl() functions

Completed in 61 milliseconds

12