Searched refs:__z (Results 1 – 4 of 4) sorted by relevance
| /linux/arch/parisc/include/asm/ |
| H A D | uaccess.h | 80 type __z; \ 82 __err = __get_user_internal(SR_KERNEL, __z, (type *)(src)); \ 86 *(type *)(dst) = __z; \ 138 type __z = *(type *)(src); \ 140 __err = __put_user_internal(SR_KERNEL, __z, (type *)(dst)); \
|
| /linux/drivers/media/dvb-frontends/ |
| H A D | stv6110x_priv.h | 20 #define dprintk(__y, __z, format, arg...) do { \ argument 21 if (__z) { \
|
| H A D | stv090x_priv.h | 21 #define dprintk(__y, __z, format, arg...) do { \ argument 22 if (__z) { \
|
| H A D | isl6423.c | 30 #define dprintk(__y, __z, format, arg...) do { \ argument 31 if (__z) { \
|