Searched defs:hy_log (Results 1 – 2 of 2) sorted by relevance
230 struct hy_log { struct231 struct hy_log *hyl_self; argument238 u_char *hyl_eptr; /* &hy_log.hyl_buf[HYL_SIZE] */ argument239 u_char *hyl_ptr; /* pointer into hyl_buf */240 u_char hyl_buf[HYL_SIZE]; /* log buffer space */
170 struct hy_log hy_log; variable