Home
last modified time | relevance | path

Searched refs:lv (Results 1 – 25 of 30) sorted by relevance

12

/openbmc/openbmc/poky/bitbake/lib/toaster/orm/management/commands/
H A Dlsupdates.py171 lv, created = Layer_Version.objects.get_or_create(
183 lv.release = li_branch_id_to_toaster_release[index.layerBranches[id].branch_id]
184 lv.up_date = index.layerBranches[id].updated
185 lv.commit = index.layerBranches[id].actual_branch
186 lv.dirpath = index.layerBranches[id].vcs_subdir
187 lv.save()
190 lv.pk
198 lv = Layer_Version.objects.get(
203 if lv not in dependlist:
204 dependlist[lv] = []
[all …]
/openbmc/u-boot/arch/arm/dts/
H A Dlogicpd-som-lv-35xx-devkit.dts10 #include "logicpd-som-lv.dtsi"
11 #include "logicpd-som-lv-baseboard.dtsi"
16 compatible = "logicpd,dm3730-som-lv-devkit", "ti,omap3";
H A Dlogicpd-som-lv-37xx-devkit.dts10 #include "logicpd-som-lv.dtsi"
11 #include "logicpd-som-lv-baseboard.dtsi"
16 compatible = "logicpd,dm3730-som-lv-devkit", "ti,omap3630", "ti,omap3";
H A DMakefile615 logicpd-som-lv-35xx-devkit.dtb \
616 logicpd-som-lv-37xx-devkit.dtb \
/openbmc/qemu/
H A Dos-posix.c106 unsigned long lv; in os_set_runas() local
119 rc = qemu_strtoul(user_id, &ep, 0, &lv); in os_set_runas()
120 got_uid = lv; /* overflow here is ID in C99 */ in os_set_runas()
121 if (rc || *ep != ':' || got_uid != lv || got_uid == (uid_t)-1) { in os_set_runas()
125 rc = qemu_strtoul(ep + 1, 0, 0, &lv); in os_set_runas()
126 got_gid = lv; /* overflow here is ID in C99 */ in os_set_runas()
127 if (rc || got_gid != lv || got_gid == (gid_t)-1) { in os_set_runas()
/openbmc/openbmc/poky/bitbake/lib/toaster/toastermain/management/commands/
H A Dbuildimport.py237 for lv in layer_versions:
238 layer = Layer.objects.filter(pk=lv.layer.pk)[0]
244 lv_dict["%s,%s,%s" % (url_short,lv.dirpath,'')] = (lv.id,layer.name)
245 lv_dict["%s,%s,%s" % (url_short,lv.dirpath,lv.branch)] = (lv.id,layer.name)
246 lv_dict["%s,%s,%s" % (url_short,lv.dirpath,lv.commit)] = (lv.id,layer.name)
346 lv = Layer_Version.objects.get(pk=int(lv_id[0]))
348 layercommit=lv)
354 lv = Layer_Version.objects.get(pk=int(lv_id[0]))
356 layercommit=lv)
H A Dbuilddelete.py36 for lv in b.layer_version_build.all():
37 lv.delete()
/openbmc/u-boot/board/bosch/shc/
H A Dboard.c489 int lv; in hang_bosch() local
500 for (lv = 0; lv < code; lv++) { in hang_bosch()
/openbmc/qemu/hw/uefi/
H A Dvar-service-vars.c604 mm_lock_variable *lv = func; in uefi_vars_mm_lock_variable() local
609 length = sizeof(*mvar) + sizeof(*lv); in uefi_vars_mm_lock_variable()
614 name = func + sizeof(*lv); in uefi_vars_mm_lock_variable()
615 if (uadd64_overflow(length, lv->name_size, &length)) { in uefi_vars_mm_lock_variable()
622 uefi_trace_variable(__func__, lv->guid, name, lv->name_size); in uefi_vars_mm_lock_variable()
624 pe = g_malloc0(sizeof(*pe) + lv->name_size); in uefi_vars_mm_lock_variable()
626 pe->size = sizeof(*pe) + lv->name_size; in uefi_vars_mm_lock_variable()
628 pe->namespace = lv->guid; in uefi_vars_mm_lock_variable()
636 memcpy(dest, name, lv->name_size); in uefi_vars_mm_lock_variable()
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/
H A Dse-Logdealv1 # Sweden - Lögdeälv
H A Dse-Kungalv1 # Sweden - Kungälv
H A Dse-Alvangen1 # Sweden - Älvängen
H A Dlv-Riga1 # Latvia - Riga (lv-Riga)
/openbmc/qemu/pc-bios/keymaps/
H A Dmeson.build24 'lv': '-l lv',
/openbmc/u-boot/configs/
H A Domap3_logic_somlv_defconfig16 CONFIG_DEFAULT_FDT_FILE="logicpd-som-lv-37xx-devkit.dtb"
38 CONFIG_DEFAULT_DEVICE_TREE="logicpd-som-lv-37xx-devkit"
H A Domap35_logic_somlv_defconfig16 CONFIG_DEFAULT_FDT_FILE="logicpd-som-lv-35xx-devkit.dtb"
38 CONFIG_DEFAULT_DEVICE_TREE="logicpd-som-lv-35xx-devkit"
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/lvgl/
H A Dlvgl_9.2.2.bb22 require lv-conf.inc
H A Dlvgl-demo-fb_9.2.2.bb23 require lv-conf.inc
/openbmc/u-boot/drivers/mtd/ubispl/
H A Dubispl.c903 struct ubispl_load *lv = lvols + i; in ubispl_load_volumes() local
905 generic_set_bit(lv->vol_id, ubi->toload); in ubispl_load_volumes()
911 struct ubispl_load *lv = lvols + i; in ubispl_load_volumes() local
913 ubi_msg("Loading VolId #%d", lv->vol_id); in ubispl_load_volumes()
914 res = ipl_load(ubi, lv->vol_id, lv->load_addr); in ubispl_load_volumes()
/openbmc/u-boot/drivers/tee/
H A Dtee-uclass.c155 struct tee_version_data lv; in tee_find_device() local
156 struct tee_version_data *v = vers ? vers : &lv; in tee_find_device()
/openbmc/qemu/docs/system/devices/
H A Dkeyboard.rst107 - lv
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/hunspell/
H A Dhunspell-dictionaries.bb47 LICENSE:dictionaries/lv = "LGPL-2.1-only"
110 file://dictionaries/lv/license;md5=957d42bd58feff079daa6ede1d215585 \
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/
H A Dapi.py1020 lv = Layer_Version.objects.get(pk=int(layer_version_id))
1022 layercommit=lv)
/openbmc/qemu/linux-user/
H A Dsyscall.c2598 socklen_t lv; in do_getsockopt() local
2687 lv = len; in do_getsockopt()
2689 name, &lv)); in do_getsockopt()
2690 if (put_user_u32(lv, optlen)) { in do_getsockopt()
2693 unlock_user(name, optval_addr, lv); in do_getsockopt()
2806 lv = sizeof(lv); in do_getsockopt()
2807 ret = get_errno(getsockopt(sockfd, level, optname, &val, &lv)); in do_getsockopt()
2818 if (len > lv) in do_getsockopt()
2819 len = lv; in do_getsockopt()
2851 lv = sizeof(lv); in do_getsockopt()
[all …]
/openbmc/openbmc/poky/bitbake/lib/toaster/orm/
H A Dmodels.py138 lv = Layer_Version.objects.filter(
142 if lv:
144 layercommit=lv,

12