Home
last modified time | relevance | path

Searched refs:fcntl (Results 1 – 7 of 7) sorted by relevance

/hal_espressif-latest/tools/idf_monitor/idf_monitor_base/
Dconsole_reader.py95 import fcntl
97 fcntl.ioctl(self.console.fd, termios.TIOCSTI, b'\0')
/hal_espressif-latest/tools/esptool_py/esptool/
Dreset.py15 import fcntl
79 "I", fcntl.ioctl(self.port.fileno(), TIOCMGET, struct.pack("I", 0))
89 fcntl.ioctl(self.port.fileno(), TIOCMSET, struct.pack("I", status))
/hal_espressif-latest/components/mbedtls/port/
Dnet_sockets.c320 return ( fcntl( ctx->fd, F_SETFL, fcntl( ctx->fd, F_GETFL, 0 ) & ~O_NONBLOCK ) ); in mbedtls_net_set_block()
325 return ( fcntl( ctx->fd, F_SETFL, fcntl( ctx->fd, F_GETFL, 0 ) | O_NONBLOCK ) ); in mbedtls_net_set_nonblock()
/hal_espressif-latest/components/newlib/
Dsyscalls.c146 int fcntl(int fd, int cmd, ...) in fcntl() function
/hal_espressif-latest/components/esp_netif/vfs_l2tap/
Desp_vfs_l2tap.c599 .fcntl = &l2tap_fcntl, in esp_vfs_l2tap_intf_register()
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/l2cap/
Dbtc_l2cap.c1220 .fcntl = NULL in btc_l2cap_vfs_register()
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/spp/
Dbtc_spp.c1648 .fcntl = NULL in btc_spp_vfs_register()