Home
last modified time | relevance | path

Searched refs:MP_STREAM_GET_FILENO (Results 1 – 4 of 4) sorted by relevance

/dports/lang/micropython/micropython-1.17/py/
H A Dstream.h45 #define MP_STREAM_GET_FILENO (10) // Get fileno of underlying file macro
/dports/lang/micropython/micropython-1.17/extmod/
H A Dvfs_posix_file.c207 case MP_STREAM_GET_FILENO: in vfs_posix_file_ioctl()
/dports/lang/micropython/micropython-1.17/ports/unix/
H A Dmoduselect.c76 mp_uint_t res = stream_p->ioctl(fdlike, MP_STREAM_GET_FILENO, 0, &err); in get_fd()
H A Dmodusocket.c144 case MP_STREAM_GET_FILENO: in socket_ioctl()