Searched refs:check_func (Results 1 – 11 of 11) sorted by relevance
| /OK3568_Linux_fs/buildroot/package/multipath-tools/ |
| H A D | 0001-kpartx-libmultipath-use-pkg-config-to-get-path-to-he.patch | 24 -ifneq ($(call check_func,dm_task_set_cookie,/usr/include/libdevmapper.h),0) 25 +ifneq ($(call check_func,dm_task_set_cookie,$(shell $(PKG_CONFIG) --variable=includedir devmapper)… 37 -ifneq ($(call check_func,dm_task_no_flush,/usr/include/libdevmapper.h),0) 38 +ifneq ($(call check_func,dm_task_no_flush,$(shell $(PKG_CONFIG) --variable=includedir devmapper)/l… 42 -ifneq ($(call check_func,dm_task_get_errno,/usr/include/libdevmapper.h),0) 43 +ifneq ($(call check_func,dm_task_get_errno,$(shell $(PKG_CONFIG) --variable=includedir devmapper)/… 47 -ifneq ($(call check_func,dm_task_set_cookie,/usr/include/libdevmapper.h),0) 48 +ifneq ($(call check_func,dm_task_set_cookie,$(shell $(PKG_CONFIG) --variable=includedir devmapper)… 52 -ifneq ($(call check_func,udev_monitor_set_receive_buffer_size,/usr/include/libudev.h),0) 53 +ifneq ($(call check_func,udev_monitor_set_receive_buffer_size,$(shell $(PKG_CONFIG) --variable=inc… [all …]
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/multipath-tools/files/ |
| H A D | 0030-Always-use-devmapper.patch | 36 -ifneq ($(call check_func,dm_task_no_flush,/usr/include/libdevmapper.h),0) 40 -ifneq ($(call check_func,dm_task_set_cookie,/usr/include/libdevmapper.h),0) 44 -ifneq ($(call check_func,udev_monitor_set_receive_buffer_size,/usr/include/libudev.h),0) 48 -ifneq ($(call check_func,dm_task_deferred_remove,/usr/include/libdevmapper.h),0)
|
| H A D | 0031-Always-use-devmapper-for-kpartx.patch | 34 -ifneq ($(call check_func,dm_task_set_cookie,/usr/include/libdevmapper.h),0)
|
| /OK3568_Linux_fs/kernel/arch/ia64/scripts/ |
| H A D | unwcheck.py | 27 def check_func (func, slots, rlen_sum): function 43 check_func(func, slots, rlen_sum) 55 check_func(func, slots, rlen_sum)
|
| /OK3568_Linux_fs/kernel/drivers/media/usb/pvrusb2/ |
| H A D | pvrusb2-context.h | 52 void (*check_func)(struct pvr2_channel *); member
|
| H A D | pvrusb2-context.c | 132 if (ch1->check_func) ch1->check_func(ch1); in pvr2_context_check()
|
| H A D | pvrusb2-dvb.c | 457 adap->channel.check_func = pvr2_dvb_internal_check; in pvr2_dvb_create()
|
| H A D | pvrusb2-sysfs.c | 764 sfp->channel.check_func = pvr2_sysfs_internal_check; in pvr2_sysfs_create()
|
| H A D | pvrusb2-v4l2.c | 1274 vp->channel.check_func = pvr2_v4l2_internal_check; in pvr2_v4l2_create()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | zutil.h | 47 typedef uLong (*check_func) (uLong check, const Byte *buf, typedef
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/binutils/binutils/ |
| H A D | 0018-CVE-2022-38128-2.patch | 378 check_func_type check_func,
|