Lines Matching defs:dict
109 prop_dictionary_t dict;
112 dict = device_properties(self);
114 prop_dictionary_set(dict, BTDEVladdr, obj);
151 prop_dictionary_t dict;
158 err = prop_dictionary_copyin_ioctl(data, cmd, &dict);
160 err = bthub_pioctl(devno, cmd, dict, flag, l);
161 prop_object_release(dict);
174 bthub_pioctl(dev_t devno, unsigned long cmd, prop_dictionary_t dict,
186 laddr = prop_dictionary_get(dict, BTDEVladdr);
206 raddr = prop_dictionary_get(dict, BTDEVraddr);
212 service = prop_dictionary_get(dict, BTDEVservice);
241 dev = config_found(self, dict, bthub_print, CFARGS_NONE);
265 prop_dictionary_t dict = aux;
270 obj = prop_dictionary_get(dict, BTDEVtype);
275 obj = prop_dictionary_get(dict, BTDEVraddr);