Home
last modified time | relevance | path

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

/openbsd-src/lib/libform/
H A Dform.h89 typedef struct fieldnode struct
109 struct fieldnode * snext; /* sorted order pointer */ argument
110 struct fieldnode * sprev; /* sorted order pointer */ argument
111 struct fieldnode * link; /* linked field chain */ argument
/openbsd-src/sys/dev/microcode/aic7xxx/
H A Daicasm_symbol.c541 symbol_node_t *fieldnode; in symtable_dump() local
546 SLIST_FOREACH(fieldnode, fields, links) { in symtable_dump()
553 aic_print_reg_dump_entry(dfile, fieldnode); in symtable_dump()