Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

linux kernel write()

 ssize_t (*readv) (struct file *filp, const struct iovec *iov, 
      unsigned long count, loff_t *ppos);
 ssize_t (*writev) (struct file *filp, const struct iovec *iov, 
      unsigned long count, loff_t *ppos);
Source by www.oreilly.com #
 
PREVIOUS NEXT
Tagged: #linux #kernel
ADD COMMENT
Topic
Name
3+9 =