Home
last modified time | relevance | path

Searched refs:lcc (Results 1 – 21 of 21) sorted by relevance

/OK3568_Linux_fs/external/xserver/os/
H A Daccess.c1169 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 Dconnection.c381 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 Dclient.c91 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 Dqcom,lcc.txt7 "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 D0001-Check-for-clang-before-guessing-gcc-or-lcc.patch4 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 Dgrabs.c77 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 Dwindow.c367 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 Dunzip_optimization.patch91 # 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 Dimx-media-utils.c373 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 DMakefile28 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 Dslim-qcom-ctrl.txt30 clocks = <&lcc SLIMBUS_SRC>, <&lcc AUDIO_SLIMBUS_CLK>;
H A Dbus.txt45 clocks = <&lcc SLIMBUS_SRC>, <&lcc AUDIO_SLIMBUS_CLK>;
/OK3568_Linux_fs/external/xserver/Xext/
H A Dshm.c319 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 Dqcom-ipq8064.dtsi6 #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 Dqcom-msm8960.dtsi125 lcc: clock-controller@28000000 { label
126 compatible = "qcom,lcc-msm8960";
H A Dqcom-mdm9615.dtsi146 lcc: clock-controller@28000000 { label
147 compatible = "qcom,lcc-mdm9615";
H A Dqcom-apq8064.dtsi833 lcc: clock-controller@28000000 { label
834 compatible = "qcom,lcc-apq8064";
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/meson/
H A Dmeson_0.61.3.bb18 file://0001-Check-for-clang-before-guessing-gcc-or-lcc.patch \
/OK3568_Linux_fs/external/xserver/m4/
H A Dlibtool.m44498 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 Dbinutils.info3377 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 Dbinutils.info3377 the one used by the Lucid compiler (lcc)