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

1 2

  /src/sys/arch/evbppc/ev64260/
autoconf.c 197 prop_dictionary_set_uint64(dict, "iostart", 0x00000600);
198 prop_dictionary_set_uint64(dict, "ioend", 0x0000ffff);
199 prop_dictionary_set_uint64(dict, "memstart",
201 prop_dictionary_set_uint64(dict, "memend",
  /src/sys/arch/evbarm/marvell/
marvell_machdep.c 580 prop_dictionary_set_uint64(dict, "iostart", start);
581 prop_dictionary_set_uint64(dict, "ioend", end);
583 prop_dictionary_set_uint64(dict, "memstart", start);
584 prop_dictionary_set_uint64(dict, "memend", end);
825 prop_dictionary_set_uint64(dict, "iostart", start);
826 prop_dictionary_set_uint64(dict, "ioend", end);
828 prop_dictionary_set_uint64(dict, "memstart", start);
829 prop_dictionary_set_uint64(dict, "memend", end);
  /src/sbin/gpt/
backup.c 175 PROP_ERR(prop_dictionary_set_uint64(gpt_dict, "start",
177 PROP_ERR(prop_dictionary_set_uint64(gpt_dict, "end",
179 PROP_ERR(prop_dictionary_set_uint64(gpt_dict, "attributes",
  /src/sys/arch/macppc/macppc/
machdep.c 429 prop_dictionary_set_uint64(dict, "cmap_callback", cmap_cb);
454 prop_dictionary_set_uint64(dict, "backlight_callback",
462 prop_dictionary_set_uint64(dict, "brightness_callback",
  /src/sys/arch/evbarm/armadaxp/
armadaxp_machdep.c 581 prop_dictionary_set_uint64(dict, "iostart", start);
582 prop_dictionary_set_uint64(dict, "ioend", end);
584 prop_dictionary_set_uint64(dict, "memstart", start);
585 prop_dictionary_set_uint64(dict, "memend", end);
  /src/sys/arch/powerpc/oea/
ofw_autoconf.c 325 prop_dictionary_set_uint64(dict, "iostart", iostart);
326 prop_dictionary_set_uint64(dict, "ioend", ioend);
327 prop_dictionary_set_uint64(dict, "memstart",
329 prop_dictionary_set_uint64(dict, "memend",
  /src/sys/arch/evbarm/netwalker/
netwalker_backlight.c 219 prop_dictionary_set_uint64(dict, "backlight_callback",
226 prop_dictionary_set_uint64(dict, "brightness_callback",
  /src/sys/external/bsd/drm2/drm/
drmfb.c 112 prop_dictionary_set_uint64(dict, "virtual_address",
115 prop_dictionary_set_uint64(dict, "mode_callback",
  /src/sys/arch/mac68k/dev/
genfb_grfbus.c 201 prop_dictionary_set_uint64(dict, "virtual_address", sc->sc_vaddr);
206 prop_dictionary_set_uint64(dict, "cmap_callback",
  /src/common/include/prop/
prop_dictionary.h 221 bool prop_dictionary_set_uint64(prop_dictionary_t, const char *,
  /src/sbin/ifconfig/
env.c 105 prop_dictionary_set_uint64(oenv, "ifflags",
  /src/sys/arch/x86/pci/
pci_ranges.c 789 prop_dictionary_set_uint64(rsvn, "address",
791 prop_dictionary_set_uint64(rsvn, "size", pal->pal_size) &&
911 } else if (!prop_dictionary_set_uint64(memdict,
913 !prop_dictionary_set_uint64(memdict, "size",
931 } else if (!prop_dictionary_set_uint64(iodict,
933 !prop_dictionary_set_uint64(iodict, "size",
pci_machdep.c 1143 prop_dictionary_set_uint64(dict, "address", fbinfo.physaddr);
1146 prop_dictionary_set_uint64(dict, "virtual_address",
1160 prop_dictionary_set_uint64(dict, "cmap_callback",
1165 prop_dictionary_set_uint64(dict, "mode_callback",
1301 prop_dictionary_set_uint64(dict,
  /src/sys/arch/x86/x86/
hyperv.c 1070 prop_dictionary_set_uint64(dict, "address", fbinfo.physaddr);
1073 prop_dictionary_set_uint64(dict, "virtual_address",
1088 prop_dictionary_set_uint64(dict, "cmap_callback",
1094 prop_dictionary_set_uint64(dict, "mode_callback",
1150 prop_dictionary_set_uint64(dict, "pmf_callback",
  /src/sys/dev/fdt/
simplefb.c 201 prop_dictionary_set_uint64(dict, "virtual_address",
  /src/lib/libdm/
libdm_ioctl.c 700 return prop_dictionary_set_uint64(libdm_table->ldm_tbl,
725 return prop_dictionary_set_uint64(libdm_table->ldm_tbl,
  /src/sys/arch/amiga/pci/
p5pb.c 332 prop_dictionary_set_uint64(dict, "virtual_address",
334 prop_dictionary_set_uint64(dict, "address",
  /src/sys/kern/
subr_disk.c 737 prop_dictionary_set_uint64(geom, "sectors-per-unit",
751 prop_dictionary_set_uint64(geom, "cylinders-per-unit",
subr_device.c 1121 return prop_dictionary_set_uint64(dev->dv_properties, prop, val);
  /src/sys/arch/evbppc/wii/dev/
wiifb.c 194 prop_dictionary_set_uint64(dict, "devcmap", (uintptr_t)wiifb_devcmap);
  /src/lib/libprop/
Makefile 94 MLINKS+= prop_dictionary_util.3 prop_dictionary_set_uint64.3
  /src/sys/arch/evbarm/fdt/
fdt_machdep.c 496 prop_dictionary_set_uint64(dict,
  /src/sys/dev/dm/
dm_ioctl.c 966 prop_dictionary_set_uint64(target_dict, DM_TABLE_START,
968 prop_dictionary_set_uint64(target_dict, DM_TABLE_LENGTH,
  /src/usr.sbin/envstat/
config.c 304 if (!prop_dictionary_set_uint64(d, key, timo))
  /src/sys/dev/sysmon/
sysmon_envsys.c 1382 if (!prop_dictionary_set_uint64(pdict, "refresh-timeout", timo)) {
1638 if (!prop_dictionary_set_uint64(obj2, "refresh-timeout", timo))

Completed in 26 milliseconds

1 2