Searched refs:prop_dictionary_get_bool (Results 1 - 25 of 29) sorted by relevance

12

/netbsd-6-1-5-RELEASE/sys/net/npf/
H A Dnpf_ext_normalise.c76 prop_dictionary_get_bool(params, "random-id", &np->n_random_id);
77 prop_dictionary_get_bool(params, "no-df", &np->n_no_df);
H A Dnpf_ctl.c486 prop_dictionary_get_bool(npf_dict, "flush", &flush);
/netbsd-6-1-5-RELEASE/common/include/prop/
H A Dprop_dictionary.h122 bool prop_dictionary_get_bool(prop_dictionary_t, const char *,
/netbsd-6-1-5-RELEASE/sbin/ifconfig/
H A Daf_link.c86 if (prop_dictionary_get_bool(env, "active", &active) && active)
H A Daf_inetany.c91 else if (!prop_dictionary_get_bool(env, "alias", &alias) || alias ||
116 if (!prop_dictionary_get_bool(env, "alias", &alias)) {
H A Dieee80211.c217 rc = prop_dictionary_get_bool(env, "hidessid", &on);
227 rc = prop_dictionary_get_bool(env, "apbridge", &on);
433 rc = prop_dictionary_get_bool(env, "powersave", &on);
H A Daf_inet6.c211 if (!prop_dictionary_get_bool(env, "eui64", &doit) || !doit) {
/netbsd-6-1-5-RELEASE/common/lib/libprop/
H A Dprop_dictionary_util.c57 prop_dictionary_get_bool(prop_dictionary_t dict, function
/netbsd-6-1-5-RELEASE/sys/arch/arm/broadcom/
H A Dbcm2835_genfb.c88 prop_dictionary_get_bool(dict, "is_console", &is_console);
/netbsd-6-1-5-RELEASE/sys/secmodel/
H A Dsecmodel.c160 r = prop_dictionary_get_bool(sm->sm_behavior, "copy-cred-on-fork", &b);
/netbsd-6-1-5-RELEASE/lib/libprop/
H A DMakefile41 MLINKS+= prop_dictionary_util.3 prop_dictionary_get_bool.3
/netbsd-6-1-5-RELEASE/sys/dev/wsfb/
H A Dgenfb.c101 prop_dictionary_get_bool(dict, "is_console", &console);
207 prop_dictionary_get_bool(dict, "is_console", &console);
211 if (prop_dictionary_get_bool(dict, "clear-screen", &sc->sc_want_clear)
/netbsd-6-1-5-RELEASE/sys/dev/pci/
H A Daceride.c180 property_is_set = prop_dictionary_get_bool(
H A Dsiop_pci_common.c257 if (prop_dictionary_get_bool(dict, "use_pciclock", &use_pciclock))
H A Dwcfb.c166 prop_dictionary_get_bool(dict, "is_console", &is_console);
H A Dahc_pci.c1008 prop_dictionary_get_bool(device_properties(self),
H A Dpm2fb.c262 prop_dictionary_get_bool(dict, "is_console", &is_console);
H A Dr128fb.c237 prop_dictionary_get_bool(dict, "is_console", &is_console);
/netbsd-6-1-5-RELEASE/sys/arch/macppc/dev/
H A Dvalkyriefb.c240 prop_dictionary_get_bool(dict, "is_console", &console);
/netbsd-6-1-5-RELEASE/sys/dev/isa/
H A Disa.c170 if (prop_dictionary_get_bool(dict, "no-legacy-devices",
/netbsd-6-1-5-RELEASE/sys/dev/cardbus/
H A Dcardbus.c793 if (prop_dictionary_get_bool(device_properties(dv),
/netbsd-6-1-5-RELEASE/sys/dev/ic/
H A Dct65550.c235 prop_dictionary_get_bool(dict, "is_console", &console);
/netbsd-6-1-5-RELEASE/lib/libnpf/
H A Dnpf.c182 prop_dictionary_get_bool(npf_dict, "active", active);
/netbsd-6-1-5-RELEASE/sys/arch/arm/omap/
H A Domapfb.c194 prop_dictionary_get_bool(dict, "is_console", &is_console);
/netbsd-6-1-5-RELEASE/sys/dev/pci/voyager/
H A Dvoyagerfb.c216 prop_dictionary_get_bool(dict, "is_console", &is_console);

Completed in 303 milliseconds

12