Home
last modified time | relevance | path

Searched defs:hy_log (Results 1 – 2 of 2) sorted by relevance

/csrg-svn/sys/vax/if/
H A Dif_hy.h230 struct hy_log { struct
231 struct hy_log *hyl_self; argument
238 u_char *hyl_eptr; /* &hy_log.hyl_buf[HYL_SIZE] */ argument
239 u_char *hyl_ptr; /* pointer into hyl_buf */
240 u_char hyl_buf[HYL_SIZE]; /* log buffer space */
H A Dif_hy.c170 struct hy_log hy_log; variable