Home
last modified time | relevance | path

Searched defs:background (Results 1 – 13 of 13) sorted by relevance

/openbmc/phosphor-webui/app/server-control/controllers/
H A Dkvm-window-controller.js16 dataService.bodyStyle = {background: 'white'}; property in dataService.bodyStyle
H A Dremote-console-window-controller.js18 dataService.bodyStyle = {'background': 'white'}; property in dataService.bodyStyle
/openbmc/u-boot/lib/efi_selftest/
H A Defi_selftest_textoutput.c23 size_t background; in execute() local
/openbmc/phosphor-webui/app/common/directives/
H A Dserial-console.js156 background: '#19273c', property in AnonymousFunctiond2c7d9910300.AnonymousClassd2c7d9910601
/openbmc/qemu/ui/
H A Dcursor.c132 uint32_t foreground, uint32_t background, uint8_t *image, in cursor_set_mono()
/openbmc/linux/include/linux/mtd/
H A Dblktrans.h54 void (*background)(struct mtd_blktrans_dev *dev); member
/openbmc/linux/drivers/mtd/
H A Dmtdswap.c829 unsigned int background) in mtdswap_choose_gc_tree()
845 unsigned int background) in mtdswap_pick_gc_eblk()
937 static int mtdswap_gc(struct mtdswap_dev *d, unsigned int background) in mtdswap_gc()
/openbmc/linux/drivers/gpu/drm/logicvc/
H A Dlogicvc_layer.c506 u32 background = 0; in logicvc_layer_init() local
/openbmc/linux/drivers/gpu/ipu-v3/
H A Dipu-dp.c54 struct ipu_dp background; member
/openbmc/linux/include/uapi/linux/
H A Domapfb.h169 __u32 background; member
/openbmc/u-boot/fs/yaffs2/
H A Dyaffs_guts.c2635 int aggressive, int background) in yaffs_find_gc_block()
2798 static int yaffs_check_gc(struct yaffs_dev *dev, int background) in yaffs_check_gc()
/openbmc/linux/drivers/gpu/drm/tegra/
H A Ddc.c169 u32 background[3] = { in tegra_plane_setup_blending_legacy() local
/openbmc/linux/tools/testing/selftests/bpf/
H A Dtest_offload.py96 def cmd(cmd, shell=True, include_stderr=False, background=False, fail=True): argument