Direct IO 函数

目录

  • dio_close — 通过 fd 关闭文件描述符
  • dio_fcntl — 在 fd 上执行 C 标准库的 fcntl
  • dio_open — 在 C 库输入/输出流函数允许的更低级别打开(必要时创建)文件
  • dio_read — 从文件描述符读取字节
  • dio_seek — 在 fd 指定 pos 位置
  • dio_stat — 获取有关文件描述符 fd 的统计信息
  • dio_tcsetattr — 设置串行端口的终端属性和波特率
  • dio_truncate — 截断文件描述符 fd 为 offset 字节
  • dio_write — 截取可选长度的数据写入文件
add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top