rmp_var.h | 106 (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 in typeref:typename:u_int32_t 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_seqno; /* sequence number (from boot req) * [all...] |