Home
last modified time | relevance | path

Searched hist:"1 d9b99e5e3c53ebd679e0623ed4580f332926e53" (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dmoduleparam.hdiff 1d9b99e5e3c53ebd679e0623ed4580f332926e53 Wed May 25 14:12:14 CEST 2016 Hans Petter Selasky <hselasky@FreeBSD.org> Implement Linux module parameters as read-only tunable SYSCTLs.

Bool module parameters are no longer supported, because there is no
equivalent in FreeBSD.

There are two macros available which control the behaviour of the
LinuxKPI module parameters:

- LINUXKPI_PARAM_PARENT allows the consumer to set the SYSCTL parent
where the modules parameters will be created.

- LINUXKPI_PARAM_PREFIX defines a parameter name prefix, which is
added to all created module parameters.

Sponsored by: Mellanox Technologies
MFC after: 1 week
/freebsd/sys/compat/linuxkpi/common/src/
H A Dlinux_compat.cdiff 1d9b99e5e3c53ebd679e0623ed4580f332926e53 Wed May 25 14:12:14 CEST 2016 Hans Petter Selasky <hselasky@FreeBSD.org> Implement Linux module parameters as read-only tunable SYSCTLs.

Bool module parameters are no longer supported, because there is no
equivalent in FreeBSD.

There are two macros available which control the behaviour of the
LinuxKPI module parameters:

- LINUXKPI_PARAM_PARENT allows the consumer to set the SYSCTL parent
where the modules parameters will be created.

- LINUXKPI_PARAM_PREFIX defines a parameter name prefix, which is
added to all created module parameters.

Sponsored by: Mellanox Technologies
MFC after: 1 week