| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos/ |
| H A D | Android.bp | 6 defaults: [ "rkaiq-defaults", "rkaiq-defaults-flags", ], 66 defaults: ["algo_defaults"], 76 defaults: ["algo_defaults"], 86 defaults: ["algo_defaults"], 96 defaults: ["algo_defaults"], 106 defaults: ["algo_defaults"], 116 defaults: ["algo_defaults"], 126 defaults: ["algo_defaults"], 136 defaults: ["algo_defaults"], 146 defaults: ["algo_defaults"], [all …]
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/gcc/gcc/ |
| H A D | 0004-Use-the-defaults.h-in-B-instead-of-S-and-t-oe-in-B.patch | 4 Subject: [PATCH] Use the defaults.h in ${B} instead of ${S}, and t-oe in ${B} 6 Use the defaults.h in ${B} instead of ${S}, and t-oe in ${B}, so that 16 work, the reason is tm_include_list='** defaults.h' rather than 17 tm_include_list='** ./defaults.h' 48 defaults.h ) 63 defaults.h ) 79 - if test x"$file" = x"defaults.h"; then 80 + if test x"$file" = x"./defaults.h" -o x"$file" = x"defaults.h"; then 86 # If we postponed including defaults.h, add the #include now. 88 - echo "# include \"defaults.h\"" >> ${output}T [all …]
|
| /OK3568_Linux_fs/buildroot/package/gnu-efi/ |
| H A D | 0001-Make.defaults-don-t-override-ARCH-when-cross-compili.patch | 4 Subject: [PATCH] Make.defaults: don't override ARCH when cross-compiling 14 Make.defaults | 2 +- 17 diff --git a/Make.defaults b/Make.defaults 19 --- a/Make.defaults 20 +++ b/Make.defaults
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-daemons/autofs/autofs/ |
| H A D | add-the-needed-stdarg.h.patch | 11 lib/defaults.c | 1 + 14 diff --git a/lib/defaults.c b/lib/defaults.c 16 --- a/lib/defaults.c 17 +++ b/lib/defaults.c
|
| H A D | 0001-Bug-fix-for-pid_t-not-found-on-musl.patch | 13 lib/defaults.c | 1 + 16 diff --git a/lib/defaults.c b/lib/defaults.c 18 --- a/lib/defaults.c 19 +++ b/lib/defaults.c
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/reserved-memory/ |
| H A D | ramoops.txt | 31 (defaults to 0: no ECC) 34 (defaults to 0: disabled) 37 (defaults to 0: disabled) 40 profiling (defaults to 0: disabled) 43 (defaults to 0: disabled) 51 to map the reserved region (defaults to buffered mappings mem_type = 0). If 55 (defaults to 2: log Oopses and Panics). This can be set to INT_MAX to 65 - flags: if present, pass ramoops behavioral flags (defaults to 0,
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/multipath-tools/files/ |
| H A D | 0028-RH-reset-default-find_mutipaths-value-to-off.patch | 20 libmultipath/defaults.h | 2 +- 23 diff --git a/libmultipath/defaults.h b/libmultipath/defaults.h 25 --- a/libmultipath/defaults.h 26 +++ b/libmultipath/defaults.h
|
| H A D | 0025-RH-add-mpathconf.patch | 12 with the OS defaults, and to enable and disable multipathing via 114 +defaults { 345 +if grep -q "^defaults[[:space:]]*{" $TMPFILE ; then 382 + if sed -n '/^defaults[[:space:]]*{/,/^}/ p' $TMPFILE | grep -q "^[[:space:]]*find_multipaths[[:sp… 384 + elif sed -n '/^defaults[[:space:]]*{/,/^}/ p' $TMPFILE | grep -q "^[[:space:]]*find_multipaths[[:… 387 + if sed -n '/^defaults[[:space:]]*{/,/^}/ p' $TMPFILE | grep -q "^[[:space:]]*user_friendly_names[… 389 + elif sed -n '/^defaults[[:space:]]*{/,/^}/ p' $TMPFILE | grep -q "^[[:space:]]*user_friendly_name… 443 +defaults { 485 + sed -i '/^defaults[[:space:]]*{/,/^}/ s/^[[:space:]]*find_multipaths[[:space:]]*\(yes\|1\)/ find… 490 + sed -i '/^defaults[[:space:]]*{/ a\ [all …]
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-core/base-files/base-files/ |
| H A D | fstab | 3 /dev/root / auto defaults 1 1 4 proc /proc proc defaults 0 0 7 tmpfs /var/volatile tmpfs defaults 0 0 10 #/dev/mmcblk0p1 /media/card auto defaults,sync,noauto 0 0
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/ |
| H A D | cstdint.hpp | 218 # error defaults not correct; you must hand modify boost/cstdint.hpp 257 # error defaults not correct; you must hand modify boost/cstdint.hpp 292 # error defaults not correct; you must hand modify boost/cstdint.hpp 306 # error defaults not correct; you must hand modify boost/cstdint.hpp 330 # error defaults not correct; you must hand modify boost/cstdint.hpp 524 # error defaults not correct; you must hand modify boost/cstdint.hpp 532 # error defaults not correct; you must hand modify boost/cstdint.hpp 540 # error defaults not correct; you must hand modify boost/cstdint.hpp 543 # error defaults not correct; you must hand modify boost/cstdint.hpp
|
| /OK3568_Linux_fs/debian/scripts/rkstage0/02-sys-tweaks/files/ |
| H A D | fstab | 2 proc /proc proc defaults 0 0 3 /dev/disk/by-partlabel/oem /oem ext2 defaults 0 2 4 /dev/disk/by-partlabel/userdata /userdata ext2 defaults 0 2
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/style/ |
| H A D | transition_options.hpp | 19 TransitionOptions reverseMerge(const TransitionOptions& defaults) const { in reverseMerge() 21 duration ? duration : defaults.duration, in reverseMerge() 22 delay ? delay : defaults.delay in reverseMerge()
|
| /OK3568_Linux_fs/buildroot/package/skeleton-init-sysv/skeleton/etc/ |
| H A D | fstab | 3 proc /proc proc defaults 0 0 4 devpts /dev/pts devpts defaults,gid=5,mode=620,ptmxmode=0666 0 0 8 sysfs /sys sysfs defaults 0 0
|
| /OK3568_Linux_fs/u-boot/common/spl/ |
| H A D | spl_ext.c | 97 goto defaults; in spl_load_image_ext_os() 103 goto defaults; in spl_load_image_ext_os() 111 goto defaults; in spl_load_image_ext_os() 122 defaults: in spl_load_image_ext_os()
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-graphics/xscreensaver/ |
| H A D | xscreensaver_6.01.bb | 12 file://tweak-app-defaults.patch \ 25 EXTRA_OECONF += "--with-app-defaults=${datadir}/X11/app-defaults --libdir=${STAGING_LIBDIR} \ 48 FILES:${PN} += "${datadir}/X11/app-defaults/XScreenSaver ${datadir}/fonts"
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-connectivity/openssh/openssh/ |
| H A D | ssh_config | 4 # ssh_config(5) for more information. This file provides defaults for 14 # configuration file, and defaults at the end. 16 # Site-wide defaults for some commonly used options. For a comprehensive 17 # list of available options, their meanings and defaults, please see the
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos_camgroup/ |
| H A D | Android.bp | 6 defaults: [ "rkaiq-defaults", "rkaiq-defaults-flags", ], 63 defaults: ["algo_defaults"],
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlx4/ |
| H A D | sense.c | 66 enum mlx4_port_type *defaults) in mlx4_do_sense_ports() argument 78 stype[i - 1] = defaults[i - 1]; in mlx4_do_sense_ports() 80 stype[i - 1] = defaults[i - 1]; in mlx4_do_sense_ports() 87 stype[i] = stype[i] ? stype[i] : defaults[i]; in mlx4_do_sense_ports()
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-extended/scsirastools/scsirastools/ |
| H A D | print-format.patch | 10 - fprintf(fdmsg, buf); /*defaults to stdout */ 12 + fprintf(fdmsg, "%s", buf); /*defaults to stdout */ 68 - fprintf(fdmsg, buf); /*message display defaults to stdout */ 69 + fprintf(fdmsg, "%s", buf); /*message display defaults to stdout */ 144 - fprintf(fdmsg, buf); /*message display defaults to stdout */ 145 + fprintf(fdmsg, "%s", buf); /*message display defaults to stdout */ 187 - fprintf(fdmsg, buf); /*message display defaults to stdout */ 188 + fprintf(fdmsg, "%s", buf); /*message display defaults to stdout */
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/ |
| H A D | Android.bp | 2 name: "rkaiq-defaults", 6 name: "rkaiq-defaults-flags", 62 defaults: [ "rkaiq-defaults", "rkaiq-defaults-flags", ], 295 defaults: [ "rkaiq-defaults", "rkaiq-defaults-flags", ],
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/gcc/ |
| H A D | gcc-configure-common.inc | 81 cat ${S}/gcc/defaults.h | grep -v "\#endif.*GCC_DEFAULTS_H" > ${B}/gcc/defaults.h.new 82 cat >>${B}/gcc/defaults.h.new <<_EOF 89 mv ${B}/gcc/defaults.h.new ${B}/gcc/defaults.h
|
| /OK3568_Linux_fs/u-boot/doc/ |
| H A D | README.NetConsole | 64 (defaults to 6665) 66 (defaults to the interface's address) 68 (defaults to eth0) 70 (defaults to 6666) 74 (defaults to broadcast) 88 Autoconfiguration" kernel feature, which is usually done by defaults
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/iq_parser_v2/ |
| H A D | Android.bp | 7 defaults: [ "rkaiq-defaults", "rkaiq-defaults-flags", ],
|
| /OK3568_Linux_fs/buildroot/board/minnowboard/fs-overlay-graphical/etc/ |
| H A D | asound.conf | 3 defaults.pcm.card 0 4 defaults.pcm.device 3
|
| /OK3568_Linux_fs/kernel/drivers/media/rc/img-ir/ |
| H A D | img-ir-hw.c | 101 struct img_ir_timing_range *defaults) in img_ir_timing_defaults() argument 104 range->min = defaults->min; in img_ir_timing_defaults() 106 range->max = defaults->max; in img_ir_timing_defaults() 110 struct img_ir_symbol_timing *defaults) in img_ir_symbol_timing_defaults() argument 112 img_ir_timing_defaults(&timing->pulse, &defaults->pulse); in img_ir_symbol_timing_defaults() 113 img_ir_timing_defaults(&timing->space, &defaults->space); in img_ir_symbol_timing_defaults() 117 struct img_ir_timings *defaults) in img_ir_timings_defaults() argument 119 img_ir_symbol_timing_defaults(&timings->ldr, &defaults->ldr); in img_ir_timings_defaults() 120 img_ir_symbol_timing_defaults(&timings->s00, &defaults->s00); in img_ir_timings_defaults() 121 img_ir_symbol_timing_defaults(&timings->s01, &defaults->s01); in img_ir_timings_defaults() [all …]
|