HomeSort by: relevance | last modified time | path
    Searched refs:prop_dictionary_set_uint (Results 1 - 8 of 8) sorted by relevancy

  /src/sbin/gpt/
backup.c 87 PROP_ERR(prop_dictionary_set_uint(mbr_dict, "flag", par->part_flag));
88 PROP_ERR(prop_dictionary_set_uint(mbr_dict, "start_head",
90 PROP_ERR(prop_dictionary_set_uint(mbr_dict, "start_sector",
92 PROP_ERR(prop_dictionary_set_uint(mbr_dict, "start_cylinder",
94 PROP_ERR(prop_dictionary_set_uint(mbr_dict, "type", par->part_typ));
95 PROP_ERR(prop_dictionary_set_uint(mbr_dict, "end_head", par->part_ehd));
96 PROP_ERR(prop_dictionary_set_uint(mbr_dict, "end_sector",
98 PROP_ERR(prop_dictionary_set_uint(mbr_dict, "end_cylinder",
100 PROP_ERR(prop_dictionary_set_uint(mbr_dict, "lba_start_low",
102 PROP_ERR(prop_dictionary_set_uint(mbr_dict, "lba_start_high"
    [all...]
  /src/sys/dev/acpi/
eqos_acpi.c 149 prop_dictionary_set_uint(prop, "snps,wr_osr_lmt", 4);
150 prop_dictionary_set_uint(prop, "snps,rd_osr_lmt", 8);
169 prop_dictionary_set_uint(prop,
174 prop_dictionary_set_uint(prop,
  /src/common/include/prop/
prop_dictionary.h 158 bool prop_dictionary_set_uint(prop_dictionary_t, const char *,
  /src/sys/arch/arm/rockchip/
rk_eqos.c 273 prop_dictionary_set_uint(prop, "snps,wr_osr_lmt", 4);
274 prop_dictionary_set_uint(prop, "snps,rd_osr_lmt", 8);
  /src/lib/libprop/
Makefile 87 MLINKS+= prop_dictionary_util.3 prop_dictionary_set_uint.3
  /src/sys/arch/arm/sunxi/
sunxi_platform.c 262 prop_dictionary_set_uint(prop, "fifolen", dce->value);
  /src/tests/lib/libprop/
t_proplib.c 895 ATF_REQUIRE(prop_dictionary_set_uint(dict, "uint", UINT_MAX));
  /src/sys/dev/usb/
ugen.c 242 prop_dictionary_set_uint(device_properties(sc->sc_dev),

Completed in 16 milliseconds