HomeSort by: relevance | last modified time | path
    Searched defs:dict (Results 1 - 25 of 143) sorted by relevancy

1 2 3 4 5 6

  /src/sys/arch/epoc32/epoc32/
autoconf.c 68 prop_dictionary_t dict = device_properties(dev); local in function:device_register
70 prop_dictionary_set_uint32(dict, "width", epoc32_fb_width);
71 prop_dictionary_set_uint32(dict, "height", epoc32_fb_height);
72 prop_dictionary_set_uint32(dict, "addr", epoc32_fb_addr);
  /src/sys/arch/evbppc/obs405/
obs600_autoconf.c 119 prop_dictionary_t dict = device_properties(dev); local in function:device_register
121 prop_dictionary_set_uint32(dict, "params",
  /src/sys/arch/evbmips/gdium/
autoconf.c 113 prop_dictionary_t dict; local in function:device_register
119 dict = device_properties(dev);
124 prop_dictionary_set_bool(dict, "is_console", 1);
125 prop_dictionary_set_uint32(dict, "width", 1024);
126 prop_dictionary_set_uint32(dict, "height", 600);
127 prop_dictionary_set_uint32(dict, "depth", 16);
128 prop_dictionary_set_uint32(dict, "linebytes", 2048);
129 prop_dictionary_set_uint32(dict, "address", 0x04000000);
  /src/usr.sbin/envstat/
envstat.h 37 prop_dictionary_t dict; /* dictionary associated */ member in struct:sensor_block
  /src/sys/arch/evbmips/ingenic/
autoconf.c 73 prop_dictionary_t dict; local in function:device_register
76 dict = device_properties(dev);
79 prop_dictionary_set(dict, "mac-address", blob);
  /src/sys/arch/evbmips/loongson/
autoconf.c 126 prop_dictionary_t dict; local in function:device_register
138 dict = device_properties(dev);
143 prop_dictionary_set_bool(dict, "is_console", 1);
144 prop_dictionary_set_uint32(dict, "width", 1024);
145 prop_dictionary_set_uint32(dict, "height", 600);
146 prop_dictionary_set_uint32(dict, "depth", 16);
147 prop_dictionary_set_uint32(dict, "linebytes", 2048);
148 prop_dictionary_set_bool(dict, "swapBR", 1);
gdium_machdep.c 240 prop_dictionary_t dict; local in function:gdium_device_register
245 dict = device_properties(dev);
250 prop_dictionary_set_bool(dict, "is_console", 1);
251 prop_dictionary_set_uint32(dict, "width", 1024);
252 prop_dictionary_set_uint32(dict, "height", 600);
253 prop_dictionary_set_uint32(dict, "depth", 16);
254 prop_dictionary_set_uint32(dict, "linebytes", 2048);
256 prop_dictionary_set_uint32(dict, "address", fb_addr);
  /src/sys/arch/powerpc/ibm4xx/
ibm4xx_autoconf.c 74 prop_dictionary_t dict = device_properties(dev); local in function:ibm4xx_device_register
87 if (prop_dictionary_set(dict, "mac-address", pd) ==
96 prop_dictionary_set_uint32(dict, "mii-phy",
  /src/sys/arch/prep/prep/
ibm_machdep.c 46 prop_dictionary_t dict, sub; local in function:pci_intr_fixup_ibm_6015
54 dict = prop_dictionary_create_with_capacity(16);
55 KASSERT(dict != NULL);
57 dict);
67 prop_dictionary_set(dict, "devfunc-12", sub);
79 prop_dictionary_set(dict, key, sub);
83 prop_object_release(dict);
  /src/sys/arch/ibmnws/ibmnws/
autoconf.c 133 prop_dictionary_t dict; local in function:device_register
138 dict = device_properties(dev);
140 if (! prop_dictionary_set_bool(dict,
150 if (! prop_dictionary_set_uint32(dict, "width", 1024)) {
155 if (! prop_dictionary_set_uint32(dict, "height", 768)) {
160 if (! prop_dictionary_set_uint32(dict, "depth", 8)) {
165 if (! prop_dictionary_set_uint32(dict, "address", 0)) {
170 if (! prop_dictionary_set_bool(dict, "is_console", true)) {
  /src/sys/arch/powerpc/ibm4xx/dev/
dwctwo_plb.c 94 prop_dictionary_t dict = device_properties(self); local in function:dwctwo_plb_attach
100 if (!prop_dictionary_get_uint32(dict, "params",
  /src/sys/dev/marvell/
com_mv.c 102 prop_dictionary_t dict = device_properties(self); local in function:mvuart_attach
106 if (!prop_dictionary_get_uint32(dict, "frequency", &sc->sc_frequency)) {
  /src/sys/dev/
veriexec.c 102 veriexec_delete(prop_dictionary_t dict, struct lwp *l)
108 if (!prop_dictionary_get_string(dict, "file", &file))
127 veriexec_query(prop_dictionary_t dict, prop_dictionary_t rdict, struct lwp *l)
133 if (!prop_dictionary_get_string(dict, "file", &file))
151 prop_dictionary_t dict; local in function:veriexecioctl
190 error = prop_dictionary_copyin_ioctl(plistref, cmd, &dict);
194 error = veriexec_file_add(l, dict);
195 prop_object_release(dict);
199 error = prop_dictionary_copyin_ioctl(plistref, cmd, &dict);
203 error = veriexec_delete(dict, l)
    [all...]
  /src/usr.sbin/bthcid/
config.c 54 prop_dictionary_t dict; local in function:load_keys
82 dict = prop_dictionary_internalize(xml);
85 return dict;
  /src/sys/arch/arm/arm/
arm_cpu_topology.c 77 prop_dictionary_t dict; local in function:arm_cpu_do_topology
81 dict = device_properties(newci->ci_dev);
82 if (prop_dictionary_get_uint32(dict, "capacity_dmips_mhz",
  /src/sys/arch/evbmips/cavium/
autoconf.c 146 prop_dictionary_t dict = device_properties(dev); local in function:prop_set_cnmac
166 prop_dictionary_set_and_rel(dict, "mac-address", pd);
182 prop_dictionary_set_and_rel(dict, "phy-addr", pn);
188 prop_dictionary_t dict = device_properties(dev); local in function:prop_set_octeon_gmx
201 prop_dictionary_set_and_rel(dict, "rgmii-tx", tx);
203 prop_dictionary_set_and_rel(dict, "rgmii-rx", rx);
  /src/sys/arch/evbppc/ev64260/
autoconf.c 128 prop_dictionary_t dict = device_properties(dev); local in function:device_register
148 if (prop_dictionary_set(dict, "mac-addr", mac) == false)
180 prop_dictionary_set(dict, "prot", prot);
185 prop_dictionary_set(dict, "io-bus-tag", io_bs_tag);
190 prop_dictionary_set(dict, "mem-bus-tag", mem_bs_tag);
197 prop_dictionary_set(dict, "pci-chipset", pc);
200 prop_dictionary_set_uint64(dict, "iostart", 0x00000600);
201 prop_dictionary_set_uint64(dict, "ioend", 0x0000ffff);
202 prop_dictionary_set_uint64(dict, "memstart",
204 prop_dictionary_set_uint64(dict, "memend"
    [all...]
  /src/sys/arch/powerpc/pci/
pcib.c 174 prop_dictionary_t dict, devsub; local in function:pcibattach
183 dict = prop_dictionary_get(pbi->pbi_properties,
185 devsub = prop_dictionary_get(dict, "devfunc-11");
  /src/sys/dev/bluetooth/
bthub.c 109 prop_dictionary_t dict; local in function:bthub_attach
112 dict = device_properties(self);
114 prop_dictionary_set(dict, BTDEVladdr, obj);
151 prop_dictionary_t dict; local in function:bthubioctl
158 err = prop_dictionary_copyin_ioctl(data, cmd, &dict);
160 err = bthub_pioctl(devno, cmd, dict, flag, l);
161 prop_object_release(dict);
174 bthub_pioctl(dev_t devno, unsigned long cmd, prop_dictionary_t dict,
186 laddr = prop_dictionary_get(dict, BTDEVladdr);
206 raddr = prop_dictionary_get(dict, BTDEVraddr)
265 prop_dictionary_t dict = aux; local in function:bthub_print
    [all...]
  /src/sys/dev/sbus/
genfb_sbus.c 96 prop_dictionary_t dict; local in function:genfb_attach_sbus
139 dict = device_properties(self);
140 prop_dictionary_set_bool(dict, "is_console", isconsole);
  /src/sys/arch/evbarm/iyonix/
autoconf.c 142 prop_dictionary_t dict = device_properties(dev); local in function:device_register
173 prop_dictionary_set_bool(dict, "is_console", 1);
174 prop_dictionary_set_uint32(dict, "width",
176 prop_dictionary_set_uint32(dict, "height",
178 prop_dictionary_set_uint32(dict, "depth",
186 prop_dictionary_set_bool(dict, "is_bgr", 1);
187 prop_dictionary_set_uint32(dict, "address", fbaddr);
190 prop_dictionary_t dict = device_properties(dev); local in function:device_register
191 prop_dictionary_set_bool(dict, "base_year_is_2000", 1);
  /src/sys/arch/iyonix/iyonix/
autoconf.c 142 prop_dictionary_t dict = device_properties(dev); local in function:device_register
173 prop_dictionary_set_bool(dict, "is_console", 1);
174 prop_dictionary_set_uint32(dict, "width",
176 prop_dictionary_set_uint32(dict, "height",
178 prop_dictionary_set_uint32(dict, "depth",
186 prop_dictionary_set_bool(dict, "is_bgr", 1);
187 prop_dictionary_set_uint32(dict, "address", fbaddr);
190 prop_dictionary_t dict = device_properties(dev); local in function:device_register
191 prop_dictionary_set_bool(dict, "base_year_is_2000", 1);
  /src/sys/arch/riscv/starfive/
jh7110_eqos.c 64 prop_dictionary_t dict = device_properties(sc->sc_dev); local in function:jh7110_parse_phyprops
67 prop_dictionary_set_bool(dict, "motorcomm,tx-clk-adj-enabled",
71 prop_dictionary_set_bool(dict, "motorcomm,tx-clk-100-inverted",
75 prop_dictionary_set_bool(dict, "motorcomm,tx-clk-1000-inverted",
82 prop_dictionary_set_uint32(dict,
87 prop_dictionary_set_uint32(dict,
92 prop_dictionary_set_uint32(dict,
97 prop_dictionary_set_uint32(dict,
  /src/sys/arch/arm/broadcom/
bcm2835_genfb.c 92 prop_dictionary_t dict = device_properties(self); local in function:bcmgenfb_attach
102 prop_dictionary_get_uint32(dict, "wsdisplay_type", &sc->sc_wstype);
103 prop_dictionary_get_bool(dict, "is_console", &is_console);
105 prop_dictionary_set_bool(dict, "is_swapped", true);
  /src/sys/arch/arm/cortex/
a9wdt.c 188 prop_dictionary_t dict = device_properties(self); local in function:a9wdt_attach
201 prop_dictionary_get_uint32(dict, "frequency", &sc->sc_freq);

Completed in 19 milliseconds

1 2 3 4 5 6