Home
last modified time | relevance | path

Searched refs:z_time (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libcommputil/common/
H A Dsdp.h138 uint64_t z_time; member
H A Dsdp.c570 new_zone->z_time = time; in sdp_add_zone()
788 len += snprintf(buf, 1, "%llu", zone->z_time) + 1; in sdp_get_length()
907 if (sdp_add_zone(new_sess, zone->z_time, zone->z_offset) != 0) in sdp_clone_session()
1063 wrote = snprintf(buf, len, "z=%llu %s", zone->z_time, in sdp_session_to_str()
1069 wrote = snprintf(buf, len, " %llu %s", zone->z_time, in sdp_session_to_str()
H A Dsdp_parse.c710 if (commp_strtoull(begin, current, &new_zone->z_time) != 0) in sdp_parse_zone()