Searched defs:labels (Results  1 – 5 of 5) sorted by relevance
| /Zephyr-latest/.github/workflows/ | 
| D | issues-report-config.json | 4     "labels": ["bug", "priority: high"],  array9     "labels": ["bug", "priority: medium"],  array
 14     "labels": ["bug", "priority: low"],  array
 19     "labels": ["Enhancement"],  array
 24     "labels": ["Feature"],  array
 29     "labels": ["question"],  array
 34     "labels": ["Coverity"],  array
 
 | 
| /Zephyr-latest/include/zephyr/net/prometheus/ | 
| D | metric.h | 64 	struct prometheus_label labels[MAX_PROMETHEUS_LABELS_PER_METRIC];  member
 | 
| /Zephyr-latest/doc/build/dts/ | 
| D | howtos.rst | 610 .. _dt-drivers-that-depend:
 | 
| /Zephyr-latest/subsys/net/lib/dns/ | 
| D | dns_sd.c | 364 	const char *labels[] = {  in add_ptr_record()  local
 | 
| /Zephyr-latest/scripts/dts/python-devicetree/src/devicetree/ | 
| D | edtlib.py | 1104     def labels(self) -> list[str]:  member in Node
 |