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

  /src/usr.sbin/hdaudioctl/
hdaudioctl.c 139 prop_dictionary_get_uint16(dict, "codecid", &codecid);
140 prop_dictionary_get_uint16(dict, "nid", &nid);
141 prop_dictionary_get_uint16(dict, "vendor-id", &vendor);
142 prop_dictionary_get_uint16(dict, "product-id", &product);
302 prop_dictionary_get_uint16(dict, "nid", &nid);
graph.c 86 prop_dictionary_get_uint16(response, "vendor-id", &vendor);
87 prop_dictionary_get_uint16(response, "product-id", &product);
  /src/usr.sbin/btdevctl/
print.c 107 if (prop_dictionary_get_uint16(dict, BTDEVvendor, &v))
110 if (prop_dictionary_get_uint16(dict, BTDEVproduct, &v))
  /src/sbin/gpt/
restore.c 99 PROP_ERR(prop_dictionary_get_uint16(mbr_dict, "lba_start_low",
102 PROP_ERR(prop_dictionary_get_uint16(mbr_dict, "lba_start_high",
117 PROP_ERR(prop_dictionary_get_uint16(mbr_dict, "lba_size_low",
120 PROP_ERR(prop_dictionary_get_uint16(mbr_dict, "lba_size_high",
  /src/sbin/ifconfig/
l2tp.c 207 if (!prop_dictionary_get_uint16(env, "l2tplocalcookielen", &cookielen)) {
218 if (!prop_dictionary_get_uint16(env, "l2tpremotecookielen", &cookielen)) {
ieee80211.c 333 rc = prop_dictionary_get_uint16(env, "chan", &channel.i_channel);
  /src/common/include/prop/
prop_dictionary.h 199 bool prop_dictionary_get_uint16(prop_dictionary_t, const char *,
  /src/sys/arch/arm/nvidia/
tegra_cec.c 334 if (!prop_dictionary_get_uint16(prop, "physical-address", phys_addr))
  /src/lib/libprop/
Makefile 70 MLINKS+= prop_dictionary_util.3 prop_dictionary_get_uint16.3
  /src/usr.sbin/wgconfig/
wgconfig.c 297 if (prop_dictionary_get_uint16(prop_dict, "listen_port", &port)) {
  /src/sys/dev/bluetooth/
btmagic.c 278 if (prop_dictionary_get_uint16(aux, BTDEVvendor, &v)
279 && prop_dictionary_get_uint16(aux, BTDEVproduct, &p)
  /src/sys/dev/hdaudio/
hdaudio.c 658 prop_dictionary_get_uint16(dict, "vendor-id", &vendor);
659 prop_dictionary_get_uint16(dict, "product-id", &product);
hdafg.c 3727 prop_dictionary_get_uint16(args, "vendor-id", &sc->sc_vendor);
3728 prop_dictionary_get_uint16(args, "product-id", &sc->sc_product);
4414 if (prop_dictionary_get_uint16(request, "index", &index) == false)
  /src/sys/dev/i2c/
i2c.c 726 if (!prop_dictionary_get_uint16(dev, "addr", &ia.ia_addr)) {
  /src/tests/lib/libprop/
t_proplib.c 919 ATF_REQUIRE(prop_dictionary_get_uint16(dict, "uint16", &val.v_uint16));
  /src/sys/dev/wsfb/
genfb.c 314 if (prop_dictionary_get_uint16(dict, "cursor-row", &crow) == false)
  /src/sys/net/
if_wg.c 4911 if (!prop_dictionary_get_uint16(prop_dict, "listen_port", &port))

Completed in 27 milliseconds