Let's go!!!!!
发布时间:2015-07-17 14:59:27
#include <linux/errno.h>
#include <linux/init.h>
#include <linux/kernel.h>
#include <linux/sysctl.h>
#include <linux/module.h>
static int num=10;
module_param(num,int,S_IRUGO);
static ctl_table scsi_t.........【阅读全文】
发布时间:2015-07-17 12:42:13
/*<br />* 被通知者goddess.c <br />*/<br />#include <asm/uaccess.h><br />#include <linux/types.h><br />#include <linux/kernel.h><br />#include <linux/sched.h><br />#include <linux/notifier.h><br />#include <linux/init.h.........【阅读全文】
发布时间:2015-07-16 23:05:33
<p align="left"><span style="font-family:宋体;">如果参数是一个函数指针,调用者可以传递一个函数的地址给实现者,让实现者去调用它,这称为回调函数。</span><span style="font-family:Arial;"></span></p><p align="left"><b><span style="font-family:宋体;">回调函数示例:</span></b><b><span style="font-si.........【阅读全文】
发布时间:2015-07-06 10:48:19
<h1 class="title" style="margin:0px;padding:0px;color:#333333;font-family:Arial;line-height:26px;white-space:normal;background-color:#FFFFFF;">pthread_detach</h1><div class="clear" style="color:#333333;font-family:Arial;font-size:14px;line-height:26px;white-space:normal;background-color:#FFFFFF;.........【阅读全文】