Home
last modified time | relevance | path

Searched refs:flavors (Results 1 – 25 of 52) sorted by relevance

123

/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-benchmark/glmark2/
H A Dglmark2_git.bb47 flavors = []
49 flavors.append("x11-glesv2")
51 flavors.append("x11-gl")
53 flavors.append("wayland-glesv2")
55 flavors.append("wayland-gl")
57 flavors.append("drm-glesv2")
59 flavors.append("drm-gl")
61 flavors = ["dispmanx-glesv2"]
62 if flavors:
63 d.appendVar("EXTRA_OECONF", " --with-flavors=%s" % ",".join(flavors))
/OK3568_Linux_fs/kernel/fs/nfs/
H A Dnfs4namespace.c205 struct nfs4_secinfo_flavors *flavors) in nfs_find_best_sec() argument
211 for (i = 0; i < flavors->num_flavors; i++) { in nfs_find_best_sec()
212 secinfo = &flavors->flavors[i]; in nfs_find_best_sec()
264 struct nfs4_secinfo_flavors *flavors; in nfs4_negotiate_security() local
272 flavors = page_address(page); in nfs4_negotiate_security()
274 err = nfs4_proc_secinfo(inode, name, flavors); in nfs4_negotiate_security()
280 new = nfs_find_best_sec(clnt, NFS_SERVER(inode), flavors); in nfs4_negotiate_security()
H A Dmount_clnt.c421 rpc_authflavor_t *flavors = res->auth_flavors; in decode_auth_flavors() local
445 flavors[i] = be32_to_cpup(p++); in decode_auth_flavors()
446 dprintk("NFS: auth flavor[%u]: %d\n", i, flavors[i]); in decode_auth_flavors()
H A Dfs_context.c317 unsigned int max_flavor_len = ARRAY_SIZE(auth_info->flavors); in nfs_auth_info_add()
321 if (flavor == auth_info->flavors[i]) in nfs_auth_info_add()
328 auth_info->flavors[auth_info->flavor_len++] = flavor; in nfs_auth_info_add()
H A Dnfs4proc.c4024 server->auth_info.flavors[i]); in nfs4_find_root_sec()
8102 …struct inode *dir, const struct qstr *name, struct nfs4_secinfo_flavors *flavors, bool use_integri… in _nfs4_proc_secinfo() argument
8112 .flavors = flavors, in _nfs4_proc_secinfo()
8154 struct nfs4_secinfo_flavors *flavors) in nfs4_proc_secinfo() argument
8165 err = _nfs4_proc_secinfo(dir, name, flavors, true); in nfs4_proc_secinfo()
8174 err = _nfs4_proc_secinfo(dir, name, flavors, false); in nfs4_proc_secinfo()
9842 struct nfs4_secinfo_flavors *flavors, bool use_integrity) in _nfs41_proc_secinfo_no_name() argument
9848 .flavors = flavors, in _nfs41_proc_secinfo_no_name()
9889 struct nfs_fsinfo *info, struct nfs4_secinfo_flavors *flavors) in nfs41_proc_secinfo_no_name() argument
9902 flavors, true); in nfs41_proc_secinfo_no_name()
[all …]
/OK3568_Linux_fs/u-boot/board/freescale/ls2080a/
H A DREADME18 Booting Linux flavors which do not support 48-bit VA (< Linux 3.18)
20 One needs to use appropriate bootargs to boot Linux flavors which do
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-benchmark/glmark2/files/
H A D0001-fix-dispmanx-build.patch6 For when the user is building "--with-flavors dispmanx-glesv2", fixes a bunch
122 opt_pkgs = [('x11', 'x11', None, list_contains(ctx.options.flavors, 'x11')),
/OK3568_Linux_fs/buildroot/package/doxygen/
H A DConfig.in.host9 and UNO/OpenOffice flavors), Fortran, VHDL, Tcl, and to some
/OK3568_Linux_fs/u-boot/board/freescale/ls2080ardb/
H A DREADME126 Booting Linux flavors which do not support 48-bit VA (< Linux 3.18)
128 One needs to use appropriate bootargs to boot Linux flavors which do
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-support/fetchmail/
H A Dfetchmail_6.4.23.bb6 RPOP, APOP, KPOP, all flavors of IMAP, ETRN, and ODMR. It can even support IPv6 and IPSEC."
/OK3568_Linux_fs/buildroot/board/linksprite/pcduino/
H A Dreadme.txt8 including its flavors pcDuino-Lite and pcDuino-Lite-WiFi. With the
/OK3568_Linux_fs/buildroot/boot/syslinux/
H A DConfig.in4 # Make sure at least one of the flavors is installed
/OK3568_Linux_fs/kernel/Documentation/RCU/
H A Dlockdep.rst7 All flavors of RCU have lockdep checking available, so that lockdep is
99 other flavors of rcu_dereference(). On the other hand, it is illegal
H A Drcubarrier.rst93 module uses multiple flavors of call_rcu(), then it must also use multiple
94 flavors of rcu_barrier() when unloading that module. For example, if
/OK3568_Linux_fs/buildroot/package/waffle/
H A DConfig.in35 multiple OpenGL flavors in a cross-platform way, and to allow
/OK3568_Linux_fs/u-boot/board/freescale/ls2080aqds/
H A DREADME126 Booting Linux flavors which do not support 48-bit VA (< Linux 3.18)
128 One needs to use appropriate bootargs to boot Linux flavors which do
/OK3568_Linux_fs/u-boot/doc/
H A DREADME.bedbug5 A specific implementation is made for the AMCC 405 processor but other flavors
H A DREADME.multi-dtb-fit5 It comes in two flavors: U-Boot (CONFIG_MULTI_DTB_FIT) and SPL
/OK3568_Linux_fs/kernel/tools/perf/Documentation/
H A Dperf-c2c.txt249 offset. Its output comes in 3 flavors:
256 User can switch between above flavors with -N option or
/OK3568_Linux_fs/kernel/Documentation/driver-api/media/drivers/
H A Dtuners.rst9 There are some flavors of Tuner programming APIs.
/OK3568_Linux_fs/kernel/include/linux/
H A Dnfs_xdr.h738 rpc_authflavor_t flavors[NFS_AUTH_INFO_MAX_FLAVORS]; member
1236 struct nfs4_secinfo4 flavors[]; member
1247 struct nfs4_secinfo_flavors *flavors; member
/OK3568_Linux_fs/buildroot/package/rustc/
H A DConfig.in.host139 two flavors of the standard library: one for the host, another
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/OpenCV-android-sdk/sdk/etc/licenses/
H A Dzlib-README18 well, "make install" should work for most flavors of Unix. For Windows, use
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/share/OpenCV/licenses/
H A Dzlib-README18 well, "make install" should work for most flavors of Unix. For Windows, use
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-armhf/share/OpenCV/licenses/
H A Dzlib-README18 well, "make install" should work for most flavors of Unix. For Windows, use

123