Searched defs:host_id (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/lib/fm/libseslog/common/
H A Dlibseslog.h128 uint8_t host_id[UUID_LEN]; member in struct:log_clear_control_struct
H A Dlibseslog.c601 fill_host_id(uint8_t *host_id) argument
618 if (!uuid_parse(str, host_id)) {
629 host_id[12] = (myhostid & 0xff000000) >> 24;
630 host_id[13] = (myhostid & 0xff0000) >> 16;
631 host_id[14] = (myhostid & 0xff00) >> 8;
632 host_id[15] = myhostid & 0xff;
658 fill_host_id((uint8_t *)&clear_data.host_id);

Completed in 22 milliseconds