Home
last modified time | relevance | path

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

/freebsd/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dtdata.c205 mlist_t *oml; in free_mlist() local
208 oml = ml; in free_mlist()
211 if (oml->ml_name) in free_mlist()
212 free(oml->ml_name); in free_mlist()
213 free(oml); in free_mlist()
/freebsd/contrib/ntp/ntpdc/
H A Dntpdc_ops.c1961 const struct old_info_monitor *oml; in monlist() local
2051 oml = (const void *)struct_star; in monlist()
2057 SET_ADDR(dstadr, oml->v6_flag, oml->addr, oml->addr6); in monlist()
2060 ntohs(oml->port), in monlist()
2061 (u_long)ntohl(oml->count), in monlist()
2062 oml->mode, in monlist()
2063 oml->version, in monlist()
2064 (u_long)ntohl(oml->lasttime), in monlist()
2065 (u_long)ntohl(oml->firsttime)); in monlist()
2066 oml++; in monlist()