next up previous contents index
Next: 10.19.4 anno_find_lower: find greatest Up: 10.19 Annotations Previous: 10.19.2 anno_dump: dump all

10.19.3 anno_find_exact: find annotation table exactly entry matching a value.

   

SYNOPSIS

#include <oskit/anno.h>

struct anno_entry *anno_find_exact(struct anno_table *tab, oskit_addr_t val1);

DESCRIPTION

Find an entry in the specified annotation table whose val1 field exactly matches the specified value.

PARAMETERS

tab
annotation table to search
val1
value to search for

RETURNS

Returns a pointer to the anno_entry matching the value, or zero if no entry matches.



University of Utah Flux Research Group