Searched refs:_validate (Results 1 – 4 of 4) sorted by relevance
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/webkitgtk/webkitgtk3/ |
H A D | 0001-Fix-build-issues-with-latest-Clang.patch | 83 void* ptr = reinterpret_cast<void*>(ipint_ ## name ## _validate); \ 94 void* ptr = reinterpret_cast<void*>(ipint_ ## name ## _validate); \ 105 void* ptr = reinterpret_cast<void*>(ipint_ ## name ## _validate); \ 116 void* ptr = reinterpret_cast<void*>(ipint_ ## name ## _validate); \
|
/openbmc/linux/tools/testing/selftests/sched/ |
H A D | cs_prctl_test.c | 221 #define validate(v) _validate(__LINE__, v, #v) 222 void _validate(int line, int val, char *msg) in _validate() function
|
/openbmc/linux/include/net/ |
H A D | devlink.h | 578 #define DEVLINK_PARAM_GENERIC(_id, _cmodes, _get, _set, _validate) \ argument 587 .validate = _validate, \ 590 #define DEVLINK_PARAM_DRIVER(_id, _name, _type, _cmodes, _get, _set, _validate) \ argument 598 .validate = _validate, \
|
/openbmc/linux/drivers/platform/x86/ |
H A D | sony-laptop.c | 649 #define SNC_HANDLE(_name, _getters, _setters, _validate, _debug) \ argument 654 .validate = _validate, \
|