Flashnux

GNU/Linux man pages

Livre :
Expressions régulières,
Syntaxe et mise en oeuvre :

ISBN : 978-2-7460-9712-4
EAN : 9782746097124
(Editions ENI)

GNU/Linux

CentOS 5.5

modname(3stap)


MODNAME

MODNAME

NAME
SYNOPSIS
ARGUMENTS
DESCRIPTION

NAME

modname − Return the kernel module name loaded at the address.

SYNOPSIS

modname:string(addr:long)

ARGUMENTS

addr

The address.

DESCRIPTION

Returns the module name associated with the given address if known. If not known it will return the string “<unknown>”. If the address was not in a kernel module, but in the kernel itself, then the string “kernel” will be returned.



modname(3stap)