Home
last modified time | relevance | path

Searched refs:attr_val (Results 1 – 6 of 6) sorted by relevance

/netbsd/src/external/bsd/ntp/dist/include/
Dntp_config.h69 typedef struct attr_val_tag attr_val; typedef
71 attr_val * link;
84 typedef DECL_FIFO_ANCHOR(attr_val) attr_val_fifo;
217 attr_val source;
315 attr_val *create_attr_dval(int attr, double value);
316 attr_val *create_attr_ival(int attr, int value);
317 attr_val *create_attr_rval(int attr, int first, int last);
318 attr_val *create_attr_sval(int attr, const char *s);
319 attr_val *create_attr_uval(int attr, u_int value);
320 void destroy_attr_val(attr_val *node);
/netbsd/src/external/gpl3/binutils/dist/gold/
Ddwarf_reader.cc1292 const Attribute_value* attr_val = this->attribute(attr); in string_attribute() local
1293 if (attr_val == NULL) in string_attribute()
1295 switch (attr_val->form) in string_attribute()
1298 return attr_val->val.stringval; in string_attribute()
1300 return this->dwinfo_->get_string(attr_val->val.refval, in string_attribute()
1301 attr_val->aux.shndx); in string_attribute()
1310 const Attribute_value* attr_val = this->attribute(attr); in int_attribute() local
1311 if (attr_val == NULL) in int_attribute()
1313 switch (attr_val->form) in int_attribute()
1322 return attr_val->val.intval; in int_attribute()
[all …]
/netbsd/src/external/bsd/ntp/dist/ntpd/
Dntp_parser.y60 attr_val * Attr_val;
583 attr_val *atrv;
951 attr_val *av;
959 attr_val *av;
1282 attr_val *av;
1289 attr_val *av;
1296 attr_val *av;
1304 attr_val *av;
1338 attr_val *av;
1409 attr_val *av;
[all …]
Dntp_config.c349 static void attrtopsl(u_char log2_poll, attr_val *avp);
552 attr_val *atrv; in dump_config_tree()
1270 attr_val * av in destroy_attr_val()
1280 attr_val *
1286 attr_val *my_val; in create_attr_dval()
1297 attr_val *
1303 attr_val *my_val; in create_attr_ival()
1314 attr_val *
1320 attr_val *my_val; in create_attr_uval()
1331 attr_val *
[all …]
/netbsd/src/external/gpl3/gdb/dist/gdb/testsuite/lib/
Ddwarf.exp3221 set attr_val 1
3224 set attr_val 2
3229 set attr_val 2
3232 set attr_val 1
3238 _op .byte $attr_val "DW_IDX_$attr_name (attribute)"
/netbsd/src/external/bsd/ntp/dist/
DCommitLog150897 tos attr_val types differ)
150901 tos attr_val types differ)
160115 add u_int u to attr_val.value union.
161978 add uint u to attr_val.value union.