Searched refs:alenlist_cursor_t (Results 1 - 3 of 3) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-ia64/sn/
H A Dalenlist.h42 typedef struct alenlist_cursor_s *alenlist_cursor_t; typedef in typeref:struct:alenlist_cursor_s
115 alenlist_cursor_t cursorp, /* inout: which item to replace */
123 alenlist_cursor_t cursorp, /* inout: which item to get */
143 extern alenlist_cursor_t alenlist_cursor_create(alenlist_t alenlist, unsigned flags);
146 extern void alenlist_cursor_destroy(alenlist_cursor_t cursorp);
154 alenlist_cursor_t cursorp);
158 alenlist_cursor_t cursorp_in,
159 alenlist_cursor_t cursorp_out);
165 extern size_t alenlist_cursor_offset(alenlist_t alenlist, alenlist_cursor_t cursorp);
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-ia64/sn/
H A Dalenlist.h42 typedef struct alenlist_cursor_s *alenlist_cursor_t; typedef in typeref:struct:alenlist_cursor_s
115 alenlist_cursor_t cursorp, /* inout: which item to replace */
123 alenlist_cursor_t cursorp, /* inout: which item to get */
143 extern alenlist_cursor_t alenlist_cursor_create(alenlist_t alenlist, unsigned flags);
146 extern void alenlist_cursor_destroy(alenlist_cursor_t cursorp);
154 alenlist_cursor_t cursorp);
158 alenlist_cursor_t cursorp_in,
159 alenlist_cursor_t cursorp_out);
165 extern size_t alenlist_cursor_offset(alenlist_t alenlist, alenlist_cursor_t cursorp);
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ia64/sn/io/
H A Dalenlist.c71 * A supporting type for Address/Length Lists is an alenlist_cursor_t. A
233 do_cursor_init(alenlist_t alenlist, alenlist_cursor_t cursorp)
511 alenlist_cursor_t cursorp, /* inout: which item to replace */
574 alenlist_cursor_init(alenlist_t alenlist, size_t offset, alenlist_cursor_t cursorp)
588 ((byte_count = alenlist_cursor_offset(alenlist, (alenlist_cursor_t)NULL)) <= offset)) {
613 alenlist_cursor_t cursorp_in,
614 alenlist_cursor_t cursorp_out)
637 alenlist_cursor_offset(alenlist_t alenlist, alenlist_cursor_t cursorp)
652 alenlist_cursor_t
655 alenlist_cursor_t cursor
[all...]

Completed in 94 milliseconds