Home
last modified time | relevance | path

Searched refs:host_id (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/lib/fm/libseslog/common/
H A Dlibseslog.c623 clear_data.host_id[12] = (myhostid & 0xff000000) >> 24; in clear_log()
624 clear_data.host_id[13] = (myhostid & 0xff0000) >> 16; in clear_log()
625 clear_data.host_id[14] = (myhostid & 0xff00) >> 8; in clear_log()
626 clear_data.host_id[15] = myhostid & 0xff; in clear_log()
H A Dlibseslog.h127 uint8_t host_id[16]; member
/illumos-gate/usr/src/uts/common/sys/
H A Dstmf.h410 stmf_status_t stmf_scsilib_uniq_lu_id2(uint32_t company_id, uint32_t host_id,
/illumos-gate/usr/src/cmd/fm/fmadm/common/
H A Dfaulty.c193 typedef struct host_id { struct
/illumos-gate/usr/src/uts/common/io/comstar/stmf/
H A Dstmf.c6088 stmf_scsilib_uniq_lu_id2(uint32_t company_id, uint32_t host_id, in stmf_scsilib_uniq_lu_id2() argument
6096 int hid = (int)host_id; in stmf_scsilib_uniq_lu_id2()