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

  /src/sbin/gpt/
backup.c 86 PROP_ERR(prop_dictionary_set_int(mbr_dict, "index", (int)i));
170 PROP_ERR(prop_dictionary_set_int(gpt_dict, "index", (int)i));
216 PROP_ERR(prop_dictionary_set_int(props, "sector_size",
  /src/common/include/prop/
prop_dictionary.h 156 bool prop_dictionary_set_int(prop_dictionary_t, const char *,
  /src/usr.sbin/btdevctl/
db.c 143 if (!prop_dictionary_set_int(db, "btdevctl-version",
145 err(EXIT_FAILURE, "prop_dictionary_set_int");
  /src/lib/libprop/
Makefile 77 MLINKS+= prop_dictionary_util.3 prop_dictionary_set_int.3
  /src/tests/lib/libprop/
t_proplib.c 853 ATF_REQUIRE(prop_dictionary_set_int(dict, "int", INT_MIN));
  /src/sys/net/
if_wg.c 5111 if (!prop_dictionary_set_int(prop_allowedip, "family",

Completed in 50 milliseconds