HomeSort by: relevance | last modified time | path
    Searched refs:prop_dictionary_set (Results 1 - 25 of 79) sorted by relevancy

1 2 3 4

  /src/sys/arch/prep/prep/
ibm_machdep.c 56 (void)prop_dictionary_set(pbi->pbi_properties, "prep-pci-intrmap",
64 prop_dictionary_set(sub, key, intr_num);
67 prop_dictionary_set(dict, "devfunc-12", sub);
77 prop_dictionary_set(sub, key, intr_num);
79 prop_dictionary_set(dict, key, sub);
autoconf.c 225 prop_dictionary_set(device_properties(dev), "prep-fw-path",
231 prop_dictionary_set(device_properties(dev), "prep-fw-path",
248 (void)prop_dictionary_set(device_properties(dev),
299 prop_dictionary_set(device_properties(dev),
platform.c 268 prop_dictionary_set(sub, key, intr_num);
272 prop_dictionary_set(dict, key, sub);
332 prop_dictionary_set(pbi->pbi_properties, "prep-pci-intrmap", dict);
  /src/sys/arch/powerpc/ibm4xx/openbios/
openbios.c 93 if (prop_dictionary_set(board_properties, "user-config-version",
100 if (prop_dictionary_set(board_properties, "rom-software-version",
107 if (prop_dictionary_set(board_properties, "mem-size", pn) == false)
114 if (prop_dictionary_set(board_properties, "emac0-mac-addr",
122 if (prop_dictionary_set(board_properties, "sip0-mac-addr",
129 if (prop_dictionary_set(board_properties, "processor-frequency",
136 if (prop_dictionary_set(board_properties, "plb-frequency", pn) == false)
142 if (prop_dictionary_set(board_properties, "pci-frequency", pn) == false)
  /src/sys/arch/evbppc/obs405/dev/
century_bios.c 95 if (prop_dictionary_set(board_properties, "mem-size", pn) == false)
102 if (prop_dictionary_set(board_properties, "emac0-mac-addr",
109 if (prop_dictionary_set(board_properties, "processor-frequency",
116 if (prop_dictionary_set(board_properties, "plb-frequency", pn) == false)
122 if (prop_dictionary_set(board_properties, "pci-frequency", pn) == false)
  /src/sys/arch/evbmips/adm5120/
autoconf.c 108 if (prop_dictionary_set(device_properties(dev),
117 if (prop_dictionary_set(device_properties(dev),
  /src/sys/arch/powerpc/booke/
board_prop.c 77 if (prop_dictionary_set(board_properties, name, pb) == false)
98 if (prop_dictionary_set(board_properties, name, pn) == false)
109 if (prop_dictionary_set(board_properties, name, pd) == false)
130 if (prop_dictionary_set(board_properties, name, ps) == false)
138 if (prop_dictionary_set(board_properties, name, obj) == false)
booke_autoconf.c 73 if (prop_dictionary_set(device_properties(dev),
  /src/sys/arch/evbppc/ev64260/
autoconf.c 177 prop_dictionary_set(dict, "prot", prot);
182 prop_dictionary_set(dict, "io-bus-tag", io_bs_tag);
187 prop_dictionary_set(dict, "mem-bus-tag", mem_bs_tag);
194 prop_dictionary_set(dict, "pci-chipset", pc);
216 if (prop_dictionary_set(dict, "bus-tag", bstd) == false)
  /src/sys/arch/sparc64/sparc64/
ofw_patch.c 67 prop_dictionary_set(props, "i2c-child-devices", cfg);
114 prop_dictionary_set(dict, "pins", pins);
123 prop_dictionary_set(dict, "pins", pins);
132 prop_dictionary_set(dict, "pins", pins);
153 prop_dictionary_set(dict, "pins", pins);
162 prop_dictionary_set(dict, "pins", pins);
179 prop_dictionary_set(dict, "pins", pins);
193 prop_dictionary_set(dict, "pins", pins);
204 prop_dictionary_set(dict, "pins", pins);
387 prop_dictionary_set(dict, "EDID:1", edid)
    [all...]
  /src/sys/arch/evbppc/obs405/
obs600_machdep.c 190 if (prop_dictionary_set(board_properties, "processor-frequency", pn) ==
197 if (prop_dictionary_set(board_properties, "mem-size", pn) == false)
211 if (prop_dictionary_set(board_properties, "emac0-mac-addr", pd) ==
217 if (prop_dictionary_set(board_properties, "emac1-mac-addr", pd) ==
225 if (prop_dictionary_set(board_properties, "emac0-mii-phy", pn) == false)
230 if (prop_dictionary_set(board_properties, "emac1-mii-phy", pn) == false)
  /src/sys/arch/evbppc/dht/
machdep.c 207 if (prop_dictionary_set(board_properties, "processor-frequency", pn) ==
214 if (prop_dictionary_set(board_properties, "mem-size", pn) == false)
232 if (prop_dictionary_set(board_properties, "emac0-mac-addr", pd) ==
  /src/sys/arch/evbppc/explora/
machdep.c 129 if (prop_dictionary_set(board_properties, "mem-size", pn) == false)
135 if (prop_dictionary_set(board_properties, "processor-frequency",
  /src/sys/arch/macppc/dev/
smuiic.c 90 prop_dictionary_set(dict, "i2c-child-devices", cfg);
109 prop_dictionary_set(dev, "compatible", data);
  /src/sys/arch/powerpc/ibm4xx/
ibm4xx_autoconf.c 87 if (prop_dictionary_set(dict, "mac-address", pd) ==
  /src/sys/dev/bluetooth/
bthub.c 114 prop_dictionary_set(dict, BTDEVladdr, obj);
246 prop_dictionary_set(prop, BTDEVladdr, laddr);
247 prop_dictionary_set(prop, BTDEVraddr, raddr);
248 prop_dictionary_set(prop, BTDEVservice, service);
  /src/sys/arch/powerpc/pci/
pci_machdep_ofw.c 227 prop_dictionary_set(pbi->pbi_properties, "ofw-pci-intrmap", dict);
242 prop_dictionary_set(sub, key, intr_num);
247 prop_dictionary_set(dict, key, sub);
268 prop_dictionary_set(pbi->pbi_properties, "ofw-pci-intrmap", dict);
297 prop_dictionary_set(sub, key, intr_num);
300 prop_dictionary_set(dict, key, sub);
335 prop_dictionary_set(sub, key, intr_num);
338 prop_dictionary_set(dict, key, sub);
536 prop_dictionary_set(pbi->pbi_properties, "ofw-pcibus-parent",
540 prop_dictionary_set(pbi->pbi_properties, "ofw-pcibus-rawdevnum"
    [all...]
  /src/sbin/ifconfig/
ether.c 115 rc = prop_dictionary_set(oenv, "ethercaps", capdata);
145 rc = prop_dictionary_set(oenv, "ethercaps", capdata);
  /src/sbin/veriexecctl/
veriexecctl_parse.y 92 prop_dictionary_set(load_params, "keep-filename",
95 prop_dictionary_set(load_params, "eval-on-load",
  /src/usr.bin/btkey/
file.c 146 rv = prop_dictionary_set(db, bt_ntoa(&laddr, NULL), dev);
156 rv = prop_dictionary_set(dev, bt_ntoa(&raddr, NULL), dat);
  /src/usr.sbin/bthcid/
config.c 149 if (!prop_dictionary_set(cfg, bt_ntoa(laddr, NULL), dev)) {
150 syslog(LOG_ERR, "prop_dictionary_set() failed: %m");
166 if (!prop_dictionary_set(dev, bt_ntoa(raddr, NULL), dat)) {
167 syslog(LOG_ERR, "prop_dictionary_set() failed: %m");
  /src/sys/arch/evbppc/virtex/
machdep.c 193 if (prop_dictionary_set(board_properties, "mem-size", pn) == false)
199 if (prop_dictionary_set(board_properties, "processor-frequency",
  /src/sys/arch/prep/pci/
pci_machdep.c 334 prop_dictionary_set(pbi->pbi_properties, "prep-pcibus-parent",
338 prop_dictionary_set(pbi->pbi_properties,
348 prop_dictionary_set(pbi->pbi_properties,
  /src/usr.sbin/btdevctl/
db.c 121 if (!prop_dictionary_set(db, bt_ntoa(laddr, NULL), ldev))
133 if (!prop_dictionary_set(ldev, bt_ntoa(raddr, NULL), rdev))
139 if (!prop_dictionary_set(rdev, service, dev))
  /src/sys/arch/evbarm/armadaxp/
armadaxp_machdep.c 566 prop_dictionary_set(dict, "io-bus-tag", io_bs_tag);
571 prop_dictionary_set(dict, "mem-bus-tag", mem_bs_tag);
577 prop_dictionary_set(dict, "pci-chipset", pc);
611 prop_dictionary_set(dict, "mac-address", pd);
636 prop_dictionary_set(dict, "mac-address", pd);

Completed in 23 milliseconds

1 2 3 4