Symbol: prop_dictionary_set_bool
common/include/prop/prop_dictionary.h
131
bool prop_dictionary_set_bool(prop_dictionary_t, const char *,
sbin/ifconfig/media.c
132
if (!prop_dictionary_set_bool(oenv, "initmedia", true)) {
sbin/modload/main.c
202
if (!prop_dictionary_set_bool(props, name, boolvalue))
sys/arch/amiga/pci/p5pb.c
703
prop_dictionary_set_bool(dict, "is_console",
sys/arch/arm/amlogic/meson_genfb.c
580
prop_dictionary_set_bool(cfg, "dblscan", !!(flags & DBLSCAN));
sys/arch/arm/amlogic/meson_genfb.c
581
prop_dictionary_set_bool(cfg, "interlace", !!(flags & INTERLACE));
sys/arch/arm/broadcom/bcm2835_genfb.c
105
prop_dictionary_set_bool(dict, "is_swapped", true);
sys/arch/arm/broadcom/bcm283x_platform.c
1060
prop_dictionary_set_bool(dict, "is_bgr", is_bgr);
sys/arch/arm/fdt/gtmr_fdt.c
113
prop_dictionary_set_bool(device_properties(self),
sys/arch/arm/fdt/plfb_fdt.c
191
prop_dictionary_set_bool(dict, "is_console", is_console);
sys/arch/arm/fdt/plfb_fdt.c
291
prop_dictionary_set_bool(dict, "dblscan", 0);
sys/arch/arm/fdt/plfb_fdt.c
292
prop_dictionary_set_bool(dict, "interlace", 0);
sys/arch/arm/nvidia/tegra_platform.c
168
prop_dictionary_set_bool(dict, "force-dvi", true);
sys/arch/arm/rockchip/rk_eqos.c
277
prop_dictionary_set_bool(prop, "snps,mixed-burst", true);
sys/arch/arm/rockchip/rk_eqos.c
279
prop_dictionary_set_bool(prop, "snps,tso", true);
sys/arch/arm/sunxi/sunxi_debe.c
789
prop_dictionary_set_bool(cfg, "is_console", is_console);
sys/arch/arm/sunxi/sunxi_platform.c
215
prop_dictionary_set_bool(prop, "no-rx-delay", true);
sys/arch/arm/sunxi/sunxi_platform.c
228
prop_dictionary_set_bool(prop, "sun50i-a64-unstable-timer", true);
sys/arch/arm/sunxi/sunxi_platform.c
235
prop_dictionary_set_bool(prop, "disabled", true);
sys/arch/arm/sunxi/sunxi_platform.c
241
prop_dictionary_set_bool(prop, "nomodeset", true);
sys/arch/bebox/bebox/autoconf.c
186
prop_dictionary_set_bool(dict, "is_console", 1);
sys/arch/evbarm/gumstix/gumstix_machdep.c
814
if (prop_dictionary_set_bool(dict,
sys/arch/evbarm/gumstix/gumstix_machdep.c
819
if (prop_dictionary_set_bool(dict,
sys/arch/evbarm/gumstix/gumstix_machdep.c
824
if (prop_dictionary_set_bool(dict,
sys/arch/evbarm/iyonix/autoconf.c
183
prop_dictionary_set_bool(dict, "is_bgr", 1);
sys/arch/evbmips/gdium/autoconf.c
124
prop_dictionary_set_bool(dict, "is_console", 1);
sys/arch/evbmips/loongson/autoconf.c
143
prop_dictionary_set_bool(dict, "is_console", 1);
sys/arch/evbmips/loongson/autoconf.c
148
prop_dictionary_set_bool(dict, "swapBR", 1);
sys/arch/evbmips/loongson/gdium_machdep.c
250
prop_dictionary_set_bool(dict, "is_console", 1);
sys/arch/evbppc/nintendo/dev/wiifb.c
243
prop_dictionary_set_bool(dict, "is_console", true);
sys/arch/evbppc/nintendo/dev/wiiufb.c
219
prop_dictionary_set_bool(dict, "is_console", true);
sys/arch/evbppc/sam460ex/autoconf.c
151
prop_dictionary_set_bool(device_properties(dev),
sys/arch/evbppc/sam460ex/autoconf.c
173
prop_dictionary_set_bool(device_properties(dev),
sys/arch/iyonix/iyonix/autoconf.c
170
prop_dictionary_set_bool(dict, "is_console", 1);
sys/arch/iyonix/iyonix/autoconf.c
183
prop_dictionary_set_bool(dict, "is_bgr", 1);
sys/arch/mac68k/dev/genfb_grfbus.c
225
prop_dictionary_set_bool(dict, "is_console", is_console);
sys/arch/macppc/macppc/machdep.c
369
prop_dictionary_set_bool(dict, "is_console", 1);
sys/arch/macppc/macppc/machdep.c
404
prop_dictionary_set_bool(dict, "no_palette_control", 1);
sys/arch/macppc/macppc/machdep.c
485
prop_dictionary_set_bool(dict, "backlight_level_reverted", 1);
sys/arch/macppc/macppc/machdep.c
502
prop_dictionary_set_bool(dict, "dvi-internal", 1);
sys/arch/macppc/macppc/machdep.c
505
prop_dictionary_set_bool(dict, "dvi-external", 1);
sys/arch/ofppc/ofppc/machdep.c
470
prop_dictionary_set_bool(dict, "is_console", 1);
sys/arch/powerpc/oea/ofw_autoconf.c
385
prop_dictionary_set_bool(dict, "is_console", 0);
sys/arch/riscv/starfive/jh7110_eqos.c
67
prop_dictionary_set_bool(dict, "motorcomm,tx-clk-adj-enabled",
sys/arch/riscv/starfive/jh7110_eqos.c
71
prop_dictionary_set_bool(dict, "motorcomm,tx-clk-100-inverted",
sys/arch/riscv/starfive/jh7110_eqos.c
75
prop_dictionary_set_bool(dict, "motorcomm,tx-clk-1000-inverted",
sys/arch/shark/ofw/chipsfb_ofbus.c
213
prop_dictionary_set_bool(dict, "is_console", isconsole);
sys/arch/sparc64/sparc64/autoconf.c
1540
prop_dictionary_set_bool(dict, "is_console", 1);
sys/arch/sparc64/sparc64/ofw_patch.c
50
prop_dictionary_set_bool(pin, "active_high", act);
sys/arch/sparc64/sparc64/ofw_patch.c
68
prop_dictionary_set_bool(props, "i2c-indirect-config", false);
sys/arch/x86/pci/pci_machdep.c
1154
prop_dictionary_set_bool(dict, "splash",
sys/arch/x86/pci/pci_machdep.c
1171
prop_dictionary_set_bool(dict, "enable_shadowfb",
sys/arch/x86/pci/pci_machdep.c
1222
prop_dictionary_set_bool(prop, "is-virtio-bootdev", true);
sys/arch/x86/pci/pci_machdep.c
1283
prop_dictionary_set_bool(dict, "is_console",
sys/arch/x86/pci/pci_machdep.c
1286
prop_dictionary_set_bool(dict, "is_console",
sys/arch/x86/pci/pci_machdep.c
1290
prop_dictionary_set_bool(dict, "clear-screen", false);
sys/arch/x86/pci/pci_machdep.c
1296
prop_dictionary_set_bool(dict, "splash",
sys/arch/x86/x86/hyperv.c
1081
prop_dictionary_set_bool(dict, "splash",
sys/arch/x86/x86/hyperv.c
1100
prop_dictionary_set_bool(dict, "enable_shadowfb",
sys/arch/x86/x86/hyperv.c
1137
prop_dictionary_set_bool(dict, "is_console",
sys/arch/x86/x86/hyperv.c
1141
prop_dictionary_set_bool(dict, "is_console", true);
sys/arch/x86/x86/hyperv.c
1143
prop_dictionary_set_bool(dict, "clear-screen", false);
sys/dev/acpi/eqos_acpi.c
155
prop_dictionary_set_bool(prop, "snps,mixed-burst", true);
sys/dev/acpi/eqos_acpi.c
159
prop_dictionary_set_bool(prop, "snps,tso", true);
sys/dev/fdt/simplefb.c
166
prop_dictionary_set_bool(dict, "is_swapped", true);
sys/dev/fdt/simplefb.c
169
prop_dictionary_set_bool(dict, "is_10bit", true);
sys/dev/fdt/simplefb.c
232
prop_dictionary_set_bool(dict, "is_console", is_console);
sys/dev/hdaudio/hdafg.c
4445
prop_dictionary_set_bool(response, "enable", w->w_enable);
sys/dev/sysmon/sysmon_envsys_events.c
551
prop_dictionary_set_bool(sed_t->sed_sdict,
sys/dev/sysmon/sysmon_envsys_util.c
55
if (!prop_dictionary_set_bool(dict, key, val)) {
sys/dev/sysmon/sysmon_envsys_util.c
62
if (!prop_dictionary_set_bool(dict, key, val)) {
sys/kern/subr_device.c
1095
return prop_dictionary_set_bool(dev->dv_properties, prop, val);
usr.sbin/btdevctl/sdp.c
340
if (!prop_dictionary_set_bool(dict, BTHIDEVreconnect, true))
usr.sbin/btdevctl/sdp.c
411
if (!prop_dictionary_set_bool(dict, BTSCOlisten, true))
usr.sbin/envstat/envstat.c
315
rval = prop_dictionary_set_bool(dict,