Home
last modified time | relevance | path

Searched refs:__setup (Results 1 - 4 of 4) sorted by relevance

/third_party/python/Lib/
H A D_sitebuiltins.py44 def __setup(self): member in _Printer
61 self.__setup()
68 self.__setup()
/third_party/ltp/testcases/kernel/device-drivers/drm/kernel_space/
H A Dtdrm.c166 * anyone can think of a way that we can fit into the __setup macro without
175 __setup(DRIVER_NAME "=", tdrm_options);
/third_party/FreeBSD/sys/compat/linuxkpi/common/include/linux/
H A Dkernel.h149 #define __setup(str, fn) macro
/third_party/ltp/scripts/
H A Dcheckpatch.pl2625 # Pre-scan the patch looking for any __setup documentation.
3912 $line =~ /^\+\s*__setup/)) {
6975 # checks for new __setup's
6981 "__setup appears un-documented -- check Documentation/admin-guide/kernel-parameters.txt\n" . $herecurr);

Completed in 8 milliseconds