Home
last modified time | relevance | path

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

/titanic_41/usr/src/common/net/wanboot/
H A Dbootlog.c82 #define BOOTLOG_RING_NELEM 512 macro
87 list entries[BOOTLOG_RING_NELEM];
666 for (i = 0; i < BOOTLOG_RING_NELEM; i++) in rb_init()
673 if (++ptr < BOOTLOG_RING_NELEM) in ptr_incr()
683 return (BOOTLOG_RING_NELEM - 1); in ptr_decr()