Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:kernel\module.c Create Date:2022-07-28 10:59:32
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:This also sets the "private" pointer to non-NULL if the* kernel pointers should be hidden (so you can just test* "m->private" to see if you should keep the values private).* We use the same logic as for /proc/kallsyms.

Proto:static int modules_open(struct inode *inode, struct file *file)

Type:int

Parameter:

TypeParameterName
struct inode *inode
struct file *file
4390  err = seq_open(file, & Format: modulename size refcount deps addressWhere refcount is a number or -, and deps is a comma-separated listof depends or -.)
4392  If Not err Then
4393  m = needed for tty driver, and maybe others
4394  private = If kallsyms_show_value() Then NULL Else 8ul
4397  Return err