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

/netbsd-6-1-5-RELEASE/usr.sbin/rbootd/
H A Drmp_var.h106 (2*sizeof(u_int8_t)+sizeof(u_int16_t)+sizeof(u_word)))
125 * WORDZE(w) Return True if u_word `w' is zero, False otherwise.
126 * ZEROWORD(w) Set u_word `w' to zero.
127 * COPYWORD(w1,w2) Copy u_word `w1' to `w2'.
128 * GETWORD(w,i) Copy u_word `w' into int `i'.
129 * PUTWORD(i,w) Copy int `i' into u_word `w'.
135 typedef u_int32_t u_word; typedef
148 typedef struct _uword { u_int16_t val[2]; } u_word; typedef in typeref:struct:_uword
179 u_word rmp_seqno; /* sequence number (real time clock) */
190 u_word rmp_seqn
[all...]

Completed in 56 milliseconds