Home
last modified time | relevance | path

Searched refs:prop_dictionary_get_bool (Results 1 – 25 of 53) sorted by relevance

123

/netbsd-src/sys/arch/arm/cortex/
H A Dgtmr.c120 if (!prop_dictionary_get_bool(dict, "physical", &sc->sc_physical)) in gtmr_attach()
121 prop_dictionary_get_bool(pdict, "physical", &sc->sc_physical); in gtmr_attach()
132 if (prop_dictionary_get_bool(dict, "arm,cpu-registers-not-fw-configured", &flag) && flag) { in gtmr_attach()
138 if (prop_dictionary_get_bool(dict, "sun50i-a64-unstable-timer", &flag) && flag) { in gtmr_attach()
/netbsd-src/sbin/ifconfig/
H A Daf_inetany.c91 else if (!prop_dictionary_get_bool(env, "alias", &alias) || alias || in commit_address()
116 if (!prop_dictionary_get_bool(env, "alias", &alias)) { in commit_address()
H A Daf_link.c86 if (prop_dictionary_get_bool(env, "active", &active) && active) in link_pre_aifaddr()
H A Dieee80211.c217 rc = prop_dictionary_get_bool(env, "hidessid", &on); in sethidessid()
227 rc = prop_dictionary_get_bool(env, "apbridge", &on); in setapbridge()
433 rc = prop_dictionary_get_bool(env, "powersave", &on); in setifpowersave()
/netbsd-src/sys/dev/wsfb/
H A Dgenfb.c181 prop_dictionary_get_bool(dict, "is_console", &console); in genfb_init()
209 if (!prop_dictionary_get_bool(dict, "enable_shadowfb", in genfb_init()
311 prop_dictionary_get_bool(dict, "is_console", &console); in genfb_attach()
315 if (prop_dictionary_get_bool(dict, "clear-screen", &scp->sc_want_clear) in genfb_attach()
672 prop_dictionary_get_bool(device_properties(sc->sc_dev), in genfb_init_screen()
676 prop_dictionary_get_bool(device_properties(sc->sc_dev), in genfb_init_screen()
680 prop_dictionary_get_bool(device_properties(sc->sc_dev), in genfb_init_screen()
/netbsd-src/sys/dev/mii/
H A Datphy.c194 prop_dictionary_get_bool(parent_prop, "tx_internal_delay", in atphy_attach()
196 prop_dictionary_get_bool(parent_prop, "rx_internal_delay", in atphy_attach()
H A Dipgphy.c120 prop_dictionary_get_bool(dict, "need_loaddspcode", in ipgphy_attach()
/netbsd-src/sys/arch/arm/imx/
H A Dimx_genfb.c120 prop_dictionary_get_bool(cfg, "is_console", &is_console); in imx_genfb_attach()
/netbsd-src/sys/secmodel/
H A Dsecmodel.c160 r = prop_dictionary_get_bool(sm->sm_behavior, "copy-cred-on-fork", &b); in secmodel_adjust_behavior()
/netbsd-src/common/include/prop/
H A Dprop_dictionary.h129 bool prop_dictionary_get_bool(prop_dictionary_t, const char *,
/netbsd-src/sys/arch/arm/broadcom/
H A Dbcm2835_genfb.c103 prop_dictionary_get_bool(dict, "is_console", &is_console); in bcmgenfb_attach()
/netbsd-src/sys/external/bsd/drm2/drm/
H A Ddrmfb.c122 if (prop_dictionary_get_bool(pdict, "is_console", &is_console)) { in drmfb_attach()
/netbsd-src/common/lib/libprop/
H A Dprop_dictionary_util.c59 prop_dictionary_get_bool(prop_dictionary_t dict, const char *key, bool *valp) in prop_dictionary_get_bool() function
/netbsd-src/sys/arch/arm/nvidia/
H A Dtegra_drm.c204 prop_dictionary_get_bool(prop, "force-dvi", &sc->sc_force_dvi); in tegra_drm_attach()
/netbsd-src/sys/arch/arm/amlogic/
H A Dmeson_genfb.c338 prop_dictionary_get_bool(cfg, "interlace", &interlace_p); in meson_genfb_osd_config()
416 prop_dictionary_get_bool(cfg, "interlace", &interlace_p); in meson_genfb_scaler_config()
/netbsd-src/sys/external/bsd/drm2/nouveau/
H A Dnouveau_pci.c240 if (prop_dictionary_get_bool(device_properties(self), "is_console", in nouveau_pci_attach_real()
/netbsd-src/sys/arch/arm/sunxi/
H A Dsunxi_dwhdmi.c240 if (prop_dictionary_get_bool(prop, "disabled", &is_disabled) && is_disabled) { in sunxi_dwhdmi_attach()
H A Dsun50i_a64_ccu.c641 prop_dictionary_get_bool(prop, "nomodeset", &nomodeset); in sun50i_a64_ccu_attach()
/netbsd-src/sys/external/bsd/drm2/radeon/
H A Dradeon_pci.c293 if (prop_dictionary_get_bool(device_properties(self), "is_console", in radeon_attach_real()
/netbsd-src/sys/dev/i2c/
H A Dgttwsi_core.c139 prop_dictionary_get_bool(cfg, "iflg-rwc", &sc->sc_iflg_rwc); in gttwsi_attach_subr()
H A Dpcagpio.c197 ok &= prop_dictionary_get_bool( pin, "active_high", in pcagpio_attach()
/netbsd-src/sys/arch/macppc/dev/
H A Dvalkyriefb.c243 prop_dictionary_get_bool(dict, "is_console", &console); in valkyriefb_init()
/netbsd-src/sys/dev/pci/
H A Dsiop_pci_common.c263 if (prop_dictionary_get_bool(dict, "use_pciclock", &use_pciclock)) in siop_pci_attach_common()
/netbsd-src/lib/libprop/
H A DMakefile41 MLINKS+= prop_dictionary_util.3 prop_dictionary_get_bool.3
/netbsd-src/sys/dev/isa/
H A Disa.c174 if (prop_dictionary_get_bool(dict, "no-legacy-devices", in isarescan()

123