Home
last modified time | relevance | path

Searched refs:develem (Results 1 – 2 of 2) sorted by relevance

/dports/x11-fm/filerunner/filerunner/packages/twapi/
H A Ddevice.tcl209 proc twapi::devinfoset_element_registry_property {hdevinfo develem prop} {
210 Twapi_SetupDiGetDeviceRegistryProperty $hdevinfo $develem [_device_registry_sym_to_code $prop]
/dports/net/libyang/libyang-1.0.240/src/
H A Dparser_yin.c2113 struct lyxml_elem *next, *next2, *child, *develem; in fill_yin_deviation() local
2225 LY_TREE_FOR_SAFE(yin->child, next, develem) { in fill_yin_deviation()
2226 if (strcmp(develem->ns->value, LY_NSYIN)) { in fill_yin_deviation()
2228 …rc = lyp_yin_fill_ext(dev, LYEXT_PAR_DEVIATION, 0, 0, module, develem, &dev->ext, &dev->ext_size, … in fill_yin_deviation()
2245 GETVAL(ctx, value, develem, "value"); in fill_yin_deviation()
2251 if (dev->deviate_size || develem->next) { in fill_yin_deviation()
2252 LOGVAL(ctx, LYE_INARG, LY_VLOG_NONE, NULL, value, develem->name); in fill_yin_deviation()
2261 LOGVAL(ctx, LYE_INARG, LY_VLOG_NONE, NULL, value, develem->name); in fill_yin_deviation()
2306 LOGVAL(ctx, LYE_INARG, LY_VLOG_NONE, NULL, value, develem->name); in fill_yin_deviation()
2321 LY_TREE_FOR_SAFE(develem->child, next2, child) { in fill_yin_deviation()
[all …]