Home
last modified time | relevance | path

Searched refs:__func (Results 1 – 2 of 2) sorted by relevance

/openbmc/openbmc-test-automation/lib/
H A Dfunc_timer.py37 self.__func = None
55 func_name = self.__func.__name__
127 err_msg = "The " + self.__func.__name__
166 self.__func = func
/openbmc/u-boot/include/linux/mtd/
H A Dspinand.h296 #define SPINAND_SELECT_TARGET(__func) \ argument
297 .select_target = __func,