| /OK3568_Linux_fs/kernel/drivers/net/wireless/marvell/libertas/ |
| H A D | mesh.c | 335 struct mrvl_mesh_defaults *defs) in mesh_get_default_parameters() argument 348 memcpy(defs, &cmd.data[0], sizeof(struct mrvl_mesh_defaults)); in mesh_get_default_parameters() 362 struct mrvl_mesh_defaults defs; in bootflag_get() local 365 ret = mesh_get_default_parameters(dev, &defs); in bootflag_get() 370 return snprintf(buf, 12, "%d\n", le32_to_cpu(defs.bootflag)); in bootflag_get() 412 struct mrvl_mesh_defaults defs; in boottime_get() local 415 ret = mesh_get_default_parameters(dev, &defs); in boottime_get() 420 return snprintf(buf, 12, "%d\n", defs.boottime); in boottime_get() 471 struct mrvl_mesh_defaults defs; in channel_get() local 474 ret = mesh_get_default_parameters(dev, &defs); in channel_get() [all …]
|
| /OK3568_Linux_fs/kernel/arch/s390/tools/ |
| H A D | Makefile | 7 kapi-hdrs-y := $(kapi)/facility-defs.h $(kapi)/dis-defs.h 18 filechk_facility-defs.h = $(obj)/gen_facilities 20 filechk_dis-defs.h = \ 23 $(kapi)/facility-defs.h: $(obj)/gen_facilities FORCE 24 $(call filechk,facility-defs.h) 26 $(kapi)/dis-defs.h: $(obj)/gen_opcode_table FORCE 27 $(call filechk,dis-defs.h)
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-extended/shadow/files/pam.d/ |
| H A D | login | 6 # (Replaces the `FAIL_DELAY' setting from login.defs) 12 # ISSUE_FILE option from login.defs). Uncomment for use 16 # (Replaces the `CONSOLE' setting from login.defs) 26 # (Replaces the `NOLOGINS_FILE' option from login.defs) 42 # (Replaces the `CONSOLE_GROUPS' option in login.defs) 47 # (Replaces the `PORTTIME_CHECKS_ENAB' option from login.defs 61 # (Replaces the `LASTLOG_ENAB' option from login.defs) 65 # (Replaces the `MOTD_FILE' option in login.defs) 69 # (Replaces the `MAIL_CHECK_ENAB' option from login.defs). 73 # in /etc/login.defs to make sure that removing a user [all …]
|
| H A D | su | 14 # (Replaces the `SU_WHEEL_ONLY' option from login.defs) 27 # (Replaces the `PORTTIME_CHECKS_ENAB' option from login.defs 40 # in /etc/login.defs to make sure that removing a user 42 # See comments in /etc/login.defs
|
| /OK3568_Linux_fs/external/xserver/hw/kdrive/src/ |
| H A D | kcmap.c | 39 xColorItem defs[KD_MAX_PSEUDO_SIZE]; in KdSetColormap() local 65 defs[i].pixel = i; in KdSetColormap() 66 defs[i].red = colors[i].red; in KdSetColormap() 67 defs[i].green = colors[i].green; in KdSetColormap() 68 defs[i].blue = colors[i].blue; in KdSetColormap() 69 defs[i].flags = DoRed | DoGreen | DoBlue; in KdSetColormap() 74 depth), defs); in KdSetColormap()
|
| /OK3568_Linux_fs/external/xserver/xkb/ |
| H A D | maprules.c | 499 MakeMultiDefs(XkbRF_MultiDefsPtr mdefs, XkbRF_VarDefsPtr defs) in MakeMultiDefs() argument 503 mdefs->model = defs->model; in MakeMultiDefs() 504 options = Xstrdup(defs->options); in MakeMultiDefs() 509 if (defs->layout) { in MakeMultiDefs() 510 if (!strchr(defs->layout, ',')) { in MakeMultiDefs() 511 mdefs->layout[0] = defs->layout; in MakeMultiDefs() 518 layout = Xstrdup(defs->layout); in MakeMultiDefs() 538 if (defs->variant) { in MakeMultiDefs() 539 if (!strchr(defs->variant, ',')) { in MakeMultiDefs() 540 mdefs->variant[0] = defs->variant; in MakeMultiDefs() [all …]
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-extended/shadow/ |
| H A D | shadow.inc | 102 sed -i 's/#CREATE_HOME/CREATE_HOME/g' ${D}${sysconfdir}/login.defs 107 sed -i 's/MAIL_DIR/#MAIL_DIR/g' ${D}${sysconfdir}/login.defs 108 sed -i 's/#MAIL_FILE/MAIL_FILE/g' ${D}${sysconfdir}/login.defs 111 sed -i 's/MAIL_CHECK_ENAB/#MAIL_CHECK_ENAB/g' ${D}${sysconfdir}/login.defs 115 sed -i 's:^SU_NAME:#SU_NAME:g' ${D}${sysconfdir}/login.defs 118 sed -i 's/^#ENCRYPT_METHOD.*$/ENCRYPT_METHOD SHA512/' ${D}${sysconfdir}/login.defs 135 sed -i -f ${WORKDIR}/login_defs_pam.sed ${D}${sysconfdir}/login.defs 172 ${sysconfdir}/login.defs \
|
| H A D | shadow-sysroot_4.6.bb | 12 # The sole purpose of this recipe is to provide the /etc/login.defs 21 install -p -m 644 ${S}/login.defs_shadow-sysroot ${D}${sysconfdir}/login.defs 28 # and this has another copy of /etc/login.defs already provided by shadow
|
| /OK3568_Linux_fs/kernel/arch/s390/include/asm/ |
| H A D | Kbuild | 2 generated-y += dis-defs.h 3 generated-y += facility-defs.h
|
| /OK3568_Linux_fs/external/xserver/hw/vfb/ |
| H A D | InitOutput.c | 404 xColorItem *defs; in vfbInstallColormap() local 422 defs = xallocarray(entries, sizeof(xColorItem)); in vfbInstallColormap() 430 defs[i].pixel = ppix[i] & 0xff; /* change pixel to index */ in vfbInstallColormap() 431 defs[i].red = prgb[i].red; in vfbInstallColormap() 432 defs[i].green = prgb[i].green; in vfbInstallColormap() 433 defs[i].blue = prgb[i].blue; in vfbInstallColormap() 434 defs[i].flags = DoRed | DoGreen | DoBlue; in vfbInstallColormap() 436 (*pmap->pScreen->StoreColors) (pmap, entries, defs); in vfbInstallColormap() 440 free(defs); in vfbInstallColormap()
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-extended/enscript/enscript/ |
| H A D | enscript-autoconf.patch | 103 Index: enscript-1.6.6/states/defs.h 105 --- enscript-1.6.6.orig/states/defs.h 106 +++ enscript-1.6.6/states/defs.h
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/nouveau/nvkm/subdev/gpio/ |
| H A D | gf119.c | 38 u8 defs = !!(data & 0x00000080); in gf119_gpio_reset() local 47 nvkm_gpio_set(gpio, 0, func, line, defs); in gf119_gpio_reset()
|
| H A D | nv50.c | 40 u8 defs = !!(data & 0x01000000); in nv50_gpio_reset() local 51 nvkm_gpio_set(gpio, 0, func, line, defs); in nv50_gpio_reset()
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/common/ |
| H A D | xf86cmap.c | 556 CMapRefreshColors(ColormapPtr pmap, int defs, int *indices) in CMapRefreshColors() argument 611 for (i = 0; i < defs; i++) { in CMapRefreshColors() 633 for (i = 0; i < defs; i++) { in CMapRefreshColors() 648 for (i = 0; i < defs; i++) { in CMapRefreshColors() 665 (*pScrn->LoadPalette) (pScrn, defs, indices, colors, pmap->pVisual); in CMapRefreshColors() 668 CMapSetOverscan(pmap, defs, indices); in CMapRefreshColors() 688 CMapSetOverscan(ColormapPtr pmap, int defs, int *indices) in CMapSetOverscan() argument 740 for (i = 0; i < defs; i++) { in CMapSetOverscan() 788 for (i = 0; i < defs; i++) { in CMapSetOverscan() 812 if (i == defs) in CMapSetOverscan()
|
| /OK3568_Linux_fs/yocto/meta-clang/dynamic-layers/selinux/android-tools/android-tools/ |
| H A D | libcrypto_utils_mk_change_out_dir.patch | 26 - -lcrypto -Wl,-z,defs 28 + -l:libcrypto.so.0 -Wl,-z,defs
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/display/ |
| H A D | intel_bios.c | 568 child_device_ptr(const struct bdb_general_definitions *defs, int i) in child_device_ptr() argument 570 return (const void *) &defs->devices[i * defs->child_dev_size]; in child_device_ptr() 1854 const struct bdb_general_definitions *defs; in parse_general_definitions() local 1862 defs = find_section(bdb, BDB_GENERAL_DEFINITIONS); in parse_general_definitions() 1863 if (!defs) { in parse_general_definitions() 1869 block_size = get_blocksize(defs); in parse_general_definitions() 1870 if (block_size < sizeof(*defs)) { in parse_general_definitions() 1877 bus_pin = defs->crt_ddc_gmbus_pin; in parse_general_definitions() 1903 if (defs->child_dev_size != expected_size) in parse_general_definitions() 1906 defs->child_dev_size, expected_size, bdb->version); in parse_general_definitions() [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/ |
| H A D | df.h | 426 df_ref defs; /* Head of insn-def chain. */ member 751 #define DF_INSN_INFO_DEFS(II) ((II)->defs) 767 #define DF_INSN_UID_DEFS(INSN) (DF_INSN_UID_GET (INSN)->defs) 1217 df_ref defs = DF_INSN_INFO_DEFS (info); in df_single_def() local 1218 return defs && !DF_REF_NEXT_LOC (defs) ? defs : NULL; in df_single_def()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/ |
| H A D | df.h | 426 df_ref defs; /* Head of insn-def chain. */ member 751 #define DF_INSN_INFO_DEFS(II) ((II)->defs) 767 #define DF_INSN_UID_DEFS(INSN) (DF_INSN_UID_GET (INSN)->defs) 1217 df_ref defs = DF_INSN_INFO_DEFS (info); in df_single_def() local 1218 return defs && !DF_REF_NEXT_LOC (defs) ? defs : NULL; in df_single_def()
|
| /OK3568_Linux_fs/yocto/meta-clang/dynamic-layers/selinux/android-tools/android-tools/core/ |
| H A D | 0007-libcrypto_utils.mk-modifications-to-make-it-build-in.patch | 35 - -lcrypto -Wl,-z,defs 37 + -l:libcrypto.so.0 -Wl,-z,defs
|
| /OK3568_Linux_fs/yocto/poky/meta/classes/ |
| H A D | useradd.bbclass | 25 # Make sure login.defs is there, this is to make debian package backend work 27 # The problem here is that if /etc/login.defs is treated as a config file for 30 if [ ! -e $D${sysconfdir}/login.defs -a -e $D${sysconfdir}/login.defs.dpkg-new ]; then 31 cp $D${sysconfdir}/login.defs.dpkg-new $D${sysconfdir}/login.defs
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-connectivity/rdist/rdist-6.1.5/ |
| H A D | rdist-6.1.5-links.patch | 65 --- rdist-6.1.5/include/defs.h.links Wed Feb 17 17:52:58 1999 66 +++ rdist-6.1.5/include/defs.h Wed Feb 17 17:53:47 1999
|
| H A D | rdist-6.1.5-lfs.patch | 105 --- rdist-6.1.5/include/defs.h.lfs 2003-12-16 23:43:56.000000000 +0100 106 +++ rdist-6.1.5/include/defs.h 2003-12-16 23:43:56.000000000 +0100
|
| /OK3568_Linux_fs/external/xserver/hw/xquartz/mach-startup/ |
| H A D | mach_startup.defs | 29 #include <mach/std_types.defs> 30 #include <mach/mach_types.defs>
|
| /OK3568_Linux_fs/kernel/Documentation/userspace-api/media/v4l/ |
| H A D | common-defs.rst | 3 .. _common-defs:
|
| /OK3568_Linux_fs/external/xserver/dix/ |
| H A D | colormap.c | 700 xColorItem *defs; in UpdateColors() local 708 defs = xallocarray(size, sizeof(xColorItem)); in UpdateColors() 709 if (!defs) in UpdateColors() 712 pdef = defs; in UpdateColors() 750 (*pmap->pScreen->StoreColors) (pmap, n, defs); in UpdateColors() 751 free(defs); in UpdateColors() 2240 StoreColors(ColormapPtr pmap, int count, xColorItem * defs, ClientPtr client) in StoreColors() argument 2266 for (pdef = defs, n = 0; n < count; pdef++, n++) { in StoreColors() 2329 defs[idef] = defs[n]; in StoreColors() 2337 for (pdef = defs, n = 0; n < count; pdef++, n++) { in StoreColors() [all …]
|