2013年12月26日

system call - close calling path

摘要: close (user-space)-> syscall expcetion syscall ( linux2.6.29.4\arch\mips\kernel\scall32-o32.S) ---------> sys_exit(unsigned int fd) SYSCALL_DEFINE1(close, unsigned int, fd) (linux2.6.29.4\fs\open.c) ---------> int filp_close(struct file *filp, fl_owner_t id) retval = filp_close(filp, files) 阅读全文

posted @ 2013-12-26 18:45 Shawn X.Y. Bai 阅读(272) 评论(0) 推荐(0)

导航