Searched refs:fcntl (Results 1 – 7 of 7) sorted by relevance
/hal_espressif-latest/tools/idf_monitor/idf_monitor_base/ |
D | console_reader.py | 95 import fcntl 97 fcntl.ioctl(self.console.fd, termios.TIOCSTI, b'\0')
|
/hal_espressif-latest/tools/esptool_py/esptool/ |
D | reset.py | 15 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/ |
D | net_sockets.c | 320 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/ |
D | syscalls.c | 146 int fcntl(int fd, int cmd, ...) in fcntl() function
|
/hal_espressif-latest/components/esp_netif/vfs_l2tap/ |
D | esp_vfs_l2tap.c | 599 .fcntl = &l2tap_fcntl, in esp_vfs_l2tap_intf_register()
|
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/l2cap/ |
D | btc_l2cap.c | 1220 .fcntl = NULL in btc_l2cap_vfs_register()
|
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/spp/ |
D | btc_spp.c | 1648 .fcntl = NULL in btc_spp_vfs_register()
|