Home
last modified time | relevance | path

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

/titanic_50/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
/titanic_50/usr/src/uts/common/avs/ncall/
H A Dncall_stub.c88 ncall_stub_alloc(int host_id, int flags, int net, ncall_t **ncall_p) in ncall_stub_alloc() argument
H A Dncall.c479 ncall_alloc(int host_id, int flags, int net, ncall_t **ncall_p) in ncall_alloc() argument
484 rc = (*ncall_modules->module->ncall_alloc)(host_id, in ncall_alloc()
/titanic_50/usr/src/uts/common/sys/
H A Dstmf.h401 stmf_status_t stmf_scsilib_uniq_lu_id2(uint32_t company_id, uint32_t host_id,
/titanic_50/usr/src/cmd/fm/fmadm/common/
H A Dfaulty.c192 typedef struct host_id { struct
/titanic_50/usr/src/uts/common/io/comstar/stmf/
H A Dstmf.c5691 stmf_scsilib_uniq_lu_id2(uint32_t company_id, uint32_t host_id, in stmf_scsilib_uniq_lu_id2() argument
5699 int hid = (int)host_id; in stmf_scsilib_uniq_lu_id2()