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

  /src/usr.sbin/hdaudioctl/
graph.c 101 prop_dictionary_get_uint8(response, "type", &type);
102 prop_dictionary_get_uint8(response, "nid", &nid);
178 prop_dictionary_get_uint8(response, "type", &type);
179 prop_dictionary_get_uint8(response, "nid", &nid);
201 prop_dictionary_get_uint8(response, "type", &type);
202 prop_dictionary_get_uint8(response, "nid", &nid);
  /src/sbin/gpt/
restore.c 84 PROP_ERR(prop_dictionary_get_uint8(mbr_dict, "flag", &part->part_flag));
85 PROP_ERR(prop_dictionary_get_uint8(mbr_dict, "start_head",
87 PROP_ERR(prop_dictionary_get_uint8(mbr_dict, "start_sector",
89 PROP_ERR(prop_dictionary_get_uint8(mbr_dict, "start_cylinder",
91 PROP_ERR(prop_dictionary_get_uint8(mbr_dict, "type",
93 PROP_ERR(prop_dictionary_get_uint8(mbr_dict, "end_head",
95 PROP_ERR(prop_dictionary_get_uint8(mbr_dict, "end_sector",
97 PROP_ERR(prop_dictionary_get_uint8(mbr_dict, "end_cylinder",
  /src/sbin/veriexecctl/
veriexecctl.c 137 prop_dictionary_get_uint8(qp, "entry-type", &u8);
141 prop_dictionary_get_uint8(qp, "status", &u8);
193 prop_dictionary_get_uint8(entry, "entry-type", &u8);
veriexecctl_parse.y 162 prop_dictionary_get_uint8(load_params, "entry-type", &t);
  /src/common/include/prop/
prop_dictionary.h 190 bool prop_dictionary_get_uint8(prop_dictionary_t, const char *,
  /src/sbin/ifconfig/
pfsync.c 137 if (!prop_dictionary_get_uint8(env, "maxupd", &maxupd)) {
af_atalk.c 151 (void)prop_dictionary_get_uint8(env, "phase", &nr.nr_phase);
  /src/sys/arch/x86/pci/
pci_ranges.c 961 if (!prop_dictionary_get_uint8(rsvn, "bus", &bus))
974 rc = prop_dictionary_get_uint8(rsvn, "bus", &bus) &&
975 prop_dictionary_get_uint8(rsvn, "device", &device) &&
976 prop_dictionary_get_uint8(rsvn, "function", &function);
  /src/usr.sbin/wgconfig/
wgconfig.c 161 if (!prop_dictionary_get_uint8(allowedip, "family", &family)) {
166 if (!prop_dictionary_get_uint8(allowedip, "cidr", &cidr)) {
  /src/lib/libprop/
Makefile 69 MLINKS+= prop_dictionary_util.3 prop_dictionary_get_uint8.3
  /src/sys/dev/i2c/
adm1026.c 192 if (prop_dictionary_get_uint8(props, "fan_div2", &fan_div2) != 0)
  /src/sys/dev/hdaudio/
hdaudio.c 656 prop_dictionary_get_uint8(dict, "function-group-type", &fgtype);
657 prop_dictionary_get_uint8(dict, "node-id", &nid);
hdafg.c 2096 rv = prop_dictionary_get_uint8(args, "function-group-type", &fgtype);
3751 rv = prop_dictionary_get_uint8(args, "node-id", &nid);
  /src/sys/kern/
kern_veriexec.c 1093 if (prop_dictionary_get_uint8(dict, "entry-type", &vfe->type) == FALSE)
  /src/tests/lib/libprop/
t_proplib.c 915 ATF_REQUIRE(prop_dictionary_get_uint8(dict, "uint8", &val.v_uint8));
  /src/sys/net/
if_wg.c 4754 if (!prop_dictionary_get_uint8(prop_allowedip, "cidr",

Completed in 26 milliseconds