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

1 2 3 4

  /src/sbin/veriexecctl/
veriexecctl.h 40 prop_string_value(prop_dictionary_get(d, k))
46 prop_data_value(prop_dictionary_get(d, k))
  /src/usr.sbin/btdevctl/
print.c 91 obj = prop_dictionary_get(dict, BTDEVladdr);
97 obj = prop_dictionary_get(dict, BTDEVraddr);
103 obj = prop_dictionary_get(dict, BTDEVmode);
113 obj = prop_dictionary_get(dict, BTDEVtype);
138 obj = prop_dictionary_get(dict, BTHIDEVcontrolpsm);
143 obj = prop_dictionary_get(dict, BTHIDEVinterruptpsm);
148 obj = prop_dictionary_get(dict, BTHIDEVreconnect);
152 obj = prop_dictionary_get(dict, BTHIDEVdescriptor);
162 obj = prop_dictionary_get(dict, BTSCOlisten);
165 obj = prop_dictionary_get(dict, BTSCOchannel)
    [all...]
db.c 77 obj = prop_dictionary_get(db, "btdevctl-version");
92 ldev = prop_dictionary_get(db, bt_ntoa(laddr, NULL));
96 rdev = prop_dictionary_get(ldev, bt_ntoa(raddr, NULL));
100 dev = prop_dictionary_get(rdev, service);
115 ldev = prop_dictionary_get(db, bt_ntoa(laddr, NULL));
127 rdev = prop_dictionary_get(ldev, bt_ntoa(raddr, NULL));
187 obj = prop_dictionary_get(dev, BTDEVladdr);
194 obj = prop_dictionary_get(dev, BTDEVraddr);
201 obj = prop_dictionary_get(dev, BTDEVtype);
205 obj = prop_dictionary_get(dev, BTSCOlisten)
    [all...]
  /src/usr.sbin/envstat/
config.c 204 obj = prop_dictionary_get(obj, cur);
365 array = prop_dictionary_get(kdict, key);
371 lindex = prop_dictionary_get(sb->dict, "index");
383 obj = prop_dictionary_get(sdict, "index");
486 obj2 = prop_dictionary_get(obj, "index");
512 obj = prop_dictionary_get(csdict, "rfact");
514 obj2 = prop_dictionary_get(ksdict, "allow-rfact");
530 obj = prop_dictionary_get(csdict, "critical-capacity");
532 obj2 = prop_dictionary_get(ksdict, "want-percentage");
533 obj3 = prop_dictionary_get(ksdict, "monitoring-supported")
    [all...]
envstat.c 285 obj = prop_dictionary_get(ndict, dvstring);
443 narray = prop_dictionary_get(ndict, dev);
471 obj2 = prop_dictionary_get(obj, "device-properties");
479 desc = prop_dictionary_get(obj, "description");
539 obj = prop_dictionary_get(dict, mydevname);
639 obj2 = prop_dictionary_get(obj, "device-properties");
660 desc = prop_dictionary_get(obj, "description");
672 obj1 = prop_dictionary_get(obj, "type");
684 obj1 = prop_dictionary_get(obj, "index");
696 state = prop_dictionary_get(obj, "state")
    [all...]
  /src/sys/arch/evbmips/adm5120/
autoconf.c 106 (po = prop_dictionary_get(properties, "initial-gpio")) != NULL) {
115 (po = prop_dictionary_get(properties, "mac-address")) != NULL) {
  /src/usr.bin/btkey/
file.c 61 dev = prop_dictionary_get(db, bt_ntoa(&laddr, NULL));
106 dev = prop_dictionary_get(db, bt_ntoa(&laddr, NULL));
110 dat = prop_dictionary_get(dev, bt_ntoa(&raddr, NULL));
140 dev = prop_dictionary_get(db, bt_ntoa(&laddr, NULL));
185 dev = prop_dictionary_get(db, bt_ntoa(&laddr, NULL));
189 dat = prop_dictionary_get(dev, bt_ntoa(&raddr, NULL));
  /src/sys/arch/powerpc/booke/
board_prop.c 63 prop_bool_t pb = prop_dictionary_get(board_properties, name);
86 prop_number_t pn = prop_dictionary_get(board_properties, name);
118 prop_data_t pd = prop_dictionary_get(board_properties, name);
145 return prop_dictionary_get(board_properties, name);
booke_autoconf.c 67 pd = prop_dictionary_get(board_properties, prop_name);
  /src/sys/dev/sysmon/
sysmon_envsys_util.c 52 obj = prop_dictionary_get(dict, key);
79 obj = prop_dictionary_get(dict, key);
106 obj = prop_dictionary_get(dict, key);
133 obj = prop_dictionary_get(dict, key);
sysmon_envsys.c 289 array_k = prop_dictionary_get(sme_propd, devname);
354 obj = prop_dictionary_get(udict, "envsys-remove-props");
1011 array = prop_dictionary_get(sme_propd, sme->sme_name);
1155 obj = prop_dictionary_get(dict, "index");
1187 array = prop_dictionary_get(sme_propd, sme->sme_name);
1612 array = prop_dictionary_get(sme_propd, sme->sme_name);
1628 obj2 = prop_dictionary_get(obj, "device-properties");
1842 obj = prop_dictionary_get(udict, "device-properties");
1847 obj1 = prop_dictionary_get(obj, "refresh-timeout");
1869 obj = prop_dictionary_get(udict, "index")
    [all...]
  /src/sys/modules/examples/properties/
properties.c 45 str = prop_dictionary_get(props, "msg");
  /src/sys/arch/powerpc/ibm4xx/
ibm4xx_autoconf.c 81 pd = prop_dictionary_get(board_properties, prop_name);
94 pn = prop_dictionary_get(board_properties, prop_name);
  /src/sys/dev/bluetooth/
bthub.c 186 laddr = prop_dictionary_get(dict, BTDEVladdr);
200 obj = prop_dictionary_get(prop, BTDEVladdr);
206 raddr = prop_dictionary_get(dict, BTDEVraddr);
212 service = prop_dictionary_get(dict, BTDEVservice);
224 obj = prop_dictionary_get(prop, BTDEVraddr);
228 obj = prop_dictionary_get(prop, BTDEVservice);
270 obj = prop_dictionary_get(dict, BTDEVtype);
275 obj = prop_dictionary_get(dict, BTDEVraddr);
  /src/usr.sbin/installboot/
evboards.c 573 v = prop_dictionary_get(obj, step_file_name_key);
578 v = prop_dictionary_get(obj, step_file_offset_key);
583 v = prop_dictionary_get(obj, step_file_size_key);
588 v = prop_dictionary_get(obj, step_image_offset_key);
596 v = prop_dictionary_get(obj, step_input_block_size_key);
603 v = prop_dictionary_get(obj, step_input_pad_size_key);
614 v = prop_dictionary_get(obj, step_output_size_key);
619 v = prop_dictionary_get(obj, step_output_block_size_key);
624 v = prop_dictionary_get(obj, step_preserve_key);
646 evb_ubinstall tobj = prop_dictionary_get(board
    [all...]
  /src/sys/arch/prep/pci/
pci_machdep.c 146 busmax = prop_dictionary_get(pbi->pbi_properties,
177 dict = prop_dictionary_get(pbi->pbi_properties, "prep-pci-intrmap");
184 pbus = prop_dictionary_get(pbi->pbi_properties,
189 pbus = prop_dictionary_get(pbi->pbi_properties,
203 dict = prop_dictionary_get(pbi->pbi_properties,
218 devsub = prop_dictionary_get(dict, key);
222 pinsub = prop_dictionary_get(devsub, key);
  /src/tests/modules/k_helper/
k_helper.c 131 p = prop_dictionary_get(props, "prop_str");
148 p = prop_dictionary_get(props, "prop_int");
160 p = prop_dictionary_get(props, "prop_recurse");
  /src/common/lib/libprop/
prop_dictionary_util.c 50 o = prop_dictionary_get(dict, key);
63 b = prop_dictionary_get(dict, key);
86 prop_dictionary_get(dict, key), valp); \
175 str = prop_dictionary_get(dict, key);
211 data = prop_dictionary_get(dict, key);
254 str = prop_dictionary_get(dict, key);
  /src/sbin/ifconfig/
media.c 120 if (prop_dictionary_get(env, "initmedia") == NULL) {
149 if (prop_dictionary_get(env, "media") == NULL &&
150 prop_dictionary_get(env, "mediaopt") == NULL &&
151 prop_dictionary_get(env, "unmediaopt") == NULL &&
152 prop_dictionary_get(env, "mediamode") == NULL) {
180 data = (prop_data_t)prop_dictionary_get(env, "media");
220 data = (prop_data_t)prop_dictionary_get(env, "mediaopt");
247 data = (prop_data_t)prop_dictionary_get(env, "unmediaopt");
305 data = (prop_data_t)prop_dictionary_get(env, "mediamode");
af_inetany.c 89 if ((d = (prop_data_t)prop_dictionary_get(env, "address")) != NULL)
101 if ((d = (prop_data_t)prop_dictionary_get(env, "dst")) != NULL)
106 if ((d = (prop_data_t)prop_dictionary_get(env, "netmask")) != NULL)
111 if ((d = (prop_data_t)prop_dictionary_get(env, "broadcast")) != NULL)
env.c 134 data = (prop_data_t)prop_dictionary_get(env, key);
155 data = (prop_data_t)prop_dictionary_get(env, key);
ether.c 82 d = (prop_data_t )prop_dictionary_get(env, "ethercaps");
102 capdata = (prop_data_t)prop_dictionary_get(env, "ethercaps");
  /src/usr.sbin/bthcid/
config.c 104 obj = prop_dictionary_get(cfg, bt_ntoa(laddr, NULL));
110 obj = prop_dictionary_get(obj, bt_ntoa(raddr, NULL));
140 dev = prop_dictionary_get(cfg, bt_ntoa(laddr, NULL));
  /src/sbin/gpt/
restore.c 216 propnum = prop_dictionary_get(props, "sector_size");
224 gpt_dict = prop_dictionary_get(props, "GPT_HDR");
227 propnum = prop_dictionary_get(gpt_dict, "revision");
250 type_dict = prop_dictionary_get(props, "GPT_TBL");
252 gpt_array = prop_dictionary_get(type_dict, "gpt_array");
303 type_dict = prop_dictionary_get(props, "MBR");
305 propdata = prop_dictionary_get(type_dict, "code");
309 mbr_array = prop_dictionary_get(type_dict, "mbr_array");
  /src/sys/arch/evbppc/virtex/dev/
tft.c 191 pn = prop_dictionary_get(device_properties(dev), "x-resolution");
195 pn = prop_dictionary_get(device_properties(dev), "y-resolution");
199 pn = prop_dictionary_get(device_properties(dev), "stride-bytes");
203 pn = prop_dictionary_get(device_properties(dev), "bits-per-pixel");

Completed in 22 milliseconds

1 2 3 4