| /OK3568_Linux_fs/external/xserver/os/ |
| H A D | access.c | 1169 LocalClientCredRec *lcc; in GetLocalClientCreds() local 1198 lcc = *lccp; in GetLocalClientCreds() 1203 FreeLocalClientCreds(lcc); in GetLocalClientCreds() 1206 lcc->euid = uid; in GetLocalClientCreds() 1207 lcc->egid = gid; in GetLocalClientCreds() 1208 lcc->fieldsSet = LCC_UID_SET | LCC_GID_SET; in GetLocalClientCreds() 1212 FreeLocalClientCreds(lcc); in GetLocalClientCreds() 1215 lcc->euid = ucred_geteuid(peercred); in GetLocalClientCreds() 1216 if (lcc->euid != -1) in GetLocalClientCreds() 1217 lcc->fieldsSet |= LCC_UID_SET; in GetLocalClientCreds() [all …]
|
| H A D | connection.c | 381 LocalClientCredRec *lcc; in AuthAudit() local 418 if (GetLocalClientCreds(client, &lcc) != -1) { in AuthAudit() 424 if (lcc->fieldsSet & LCC_UID_SET) { in AuthAudit() 427 "uid=%ld ", (long) lcc->euid); in AuthAudit() 431 if (lcc->fieldsSet & LCC_GID_SET) { in AuthAudit() 434 "gid=%ld ", (long) lcc->egid); in AuthAudit() 438 if (lcc->fieldsSet & LCC_PID_SET) { in AuthAudit() 440 client_pid = lcc->pid; in AuthAudit() 444 "pid=%ld ", (long) lcc->pid); in AuthAudit() 448 if (lcc->fieldsSet & LCC_ZID_SET) { in AuthAudit() [all …]
|
| H A D | client.c | 91 LocalClientCredRec *lcc = NULL; in DetermineClientPid() local 100 if (GetLocalClientCreds(client, &lcc) != -1) { in DetermineClientPid() 101 if (lcc->fieldsSet & LCC_PID_SET) in DetermineClientPid() 102 pid = lcc->pid; in DetermineClientPid() 103 FreeLocalClientCreds(lcc); in DetermineClientPid()
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/clock/ |
| H A D | qcom,lcc.txt | 7 "qcom,lcc-msm8960" 8 "qcom,lcc-apq8064" 9 "qcom,lcc-ipq8064" 10 "qcom,lcc-mdm9615" 18 compatible = "qcom,lcc-ipq8064";
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/meson/meson/ |
| H A D | 0001-Check-for-clang-before-guessing-gcc-or-lcc.patch | 4 Subject: [PATCH] Check for clang before guessing gcc or lcc 38 - if 'e2k' in out and 'lcc' in out: 39 - guess_gcc_or_lcc = 'lcc' 46 + if 'e2k' in out and 'lcc' in out: 47 + guess_gcc_or_lcc = 'lcc'
|
| /OK3568_Linux_fs/external/xserver/dix/ |
| H A D | grabs.c | 77 LocalClientCredRec *lcc; in PrintDeviceGrabInfo() local 99 else if (GetLocalClientCreds(client, &lcc) != -1) { in PrintDeviceGrabInfo() 101 (lcc->fieldsSet & LCC_PID_SET) ? (long) lcc->pid : 0, in PrintDeviceGrabInfo() 102 (lcc->fieldsSet & LCC_UID_SET) ? (long) lcc->euid : 0, in PrintDeviceGrabInfo() 103 (lcc->fieldsSet & LCC_GID_SET) ? (long) lcc->egid : 0); in PrintDeviceGrabInfo() 104 FreeLocalClientCreds(lcc); in PrintDeviceGrabInfo()
|
| H A D | window.c | 367 LocalClientCredRec *lcc; in PrintPassiveGrabs() local 385 if (GetLocalClientCreds(clients[i], &lcc) == -1) { in PrintPassiveGrabs() 390 (lcc->fieldsSet & LCC_PID_SET) ? (long) lcc->pid : 0, in PrintPassiveGrabs() 391 (lcc->fieldsSet & LCC_UID_SET) ? (long) lcc->euid : 0, in PrintPassiveGrabs() 392 (lcc->fieldsSet & LCC_GID_SET) ? (long) lcc->egid : 0); in PrintPassiveGrabs() 393 FreeLocalClientCreds(lcc); in PrintPassiveGrabs()
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-extended/unzip/unzip/ |
| H A D | unzip_optimization.patch | 91 # Linux with lcc compiler: __inline__ (stat.h) not recognized, and must edit 96 - $(MAKE) unzips CC=lcc LD=lcc CFLAGS="-O3 -Wall -D__inline__= " 97 + $(MAKE) unzips CC=lcc LD=lcc CFLAGS="-Wall -D__inline__= "
|
| /OK3568_Linux_fs/kernel/drivers/staging/media/imx/ |
| H A D | imx-media-utils.c | 373 const struct imx_media_pixfmt *lcc; in imx_media_init_mbus_fmt() local 382 lcc = imx_media_find_mbus_format(code, PIXFMT_SEL_ANY); in imx_media_init_mbus_fmt() 383 if (!lcc) { in imx_media_init_mbus_fmt() 384 lcc = imx_media_find_ipu_format(code, PIXFMT_SEL_YUV_RGB); in imx_media_init_mbus_fmt() 385 if (!lcc) in imx_media_init_mbus_fmt() 395 V4L2_MAP_QUANTIZATION_DEFAULT(lcc->cs == IPUV3_COLORSPACE_RGB, in imx_media_init_mbus_fmt() 400 *cc = lcc; in imx_media_init_mbus_fmt()
|
| /OK3568_Linux_fs/kernel/drivers/clk/qcom/ |
| H A D | Makefile | 28 obj-$(CONFIG_IPQ_LCC_806X) += lcc-ipq806x.o 30 obj-$(CONFIG_MDM_LCC_9615) += lcc-mdm9615.o 38 obj-$(CONFIG_MSM_LCC_8960) += lcc-msm8960.o
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/slimbus/ |
| H A D | slim-qcom-ctrl.txt | 30 clocks = <&lcc SLIMBUS_SRC>, <&lcc AUDIO_SLIMBUS_CLK>;
|
| H A D | bus.txt | 45 clocks = <&lcc SLIMBUS_SRC>, <&lcc AUDIO_SLIMBUS_CLK>;
|
| /OK3568_Linux_fs/external/xserver/Xext/ |
| H A D | shm.c | 319 LocalClientCredRec *lcc; in shm_access() local 321 if (GetLocalClientCreds(client, &lcc) != -1) { in shm_access() 323 if (lcc->fieldsSet & LCC_UID_SET) { in shm_access() 324 uid = lcc->euid; in shm_access() 327 if (lcc->fieldsSet & LCC_GID_SET) { in shm_access() 328 gid = lcc->egid; in shm_access() 333 if (((lcc->fieldsSet & LCC_ZID_SET) == 0) || (lcc->zoneid == -1) in shm_access() 334 || (lcc->zoneid != SHMPERM_ZONEID(perm))) { in shm_access() 339 FreeLocalClientCreds(lcc); in shm_access()
|
| /OK3568_Linux_fs/kernel/arch/arm/boot/dts/ |
| H A D | qcom-ipq8064.dtsi | 6 #include <dt-bindings/clock/qcom,lcc-ipq806x.h> 111 clocks = <&lcc AHBIX_CLK>, 112 <&lcc MI2S_OSR_CLK>, 113 <&lcc MI2S_BIT_CLK>; 447 lcc: clock-controller@28000000 { label 448 compatible = "qcom,lcc-ipq8064";
|
| H A D | qcom-msm8960.dtsi | 125 lcc: clock-controller@28000000 { label 126 compatible = "qcom,lcc-msm8960";
|
| H A D | qcom-mdm9615.dtsi | 146 lcc: clock-controller@28000000 { label 147 compatible = "qcom,lcc-mdm9615";
|
| H A D | qcom-apq8064.dtsi | 833 lcc: clock-controller@28000000 { label 834 compatible = "qcom,lcc-apq8064";
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/meson/ |
| H A D | meson_0.61.3.bb | 18 file://0001-Check-for-clang-before-guessing-gcc-or-lcc.patch \
|
| /OK3568_Linux_fs/external/xserver/m4/ |
| H A D | libtool.m4 | 4498 lcc*) 7242 lcc*)
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/info/ |
| H A D | binutils.info | 3377 the one used by the Lucid compiler (lcc)
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/info/ |
| H A D | binutils.info | 3377 the one used by the Lucid compiler (lcc)
|