Searched refs:host_id (Results 1 – 7 of 7) sorted by relevance
/titanic_41/usr/src/lib/fm/libseslog/common/ |
H A D | libseslog.c | 623 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 D | libseslog.h | 127 uint8_t host_id[16]; member
|
/titanic_41/usr/src/uts/common/avs/ncall/ |
H A D | ncall_stub.c | 88 ncall_stub_alloc(int host_id, int flags, int net, ncall_t **ncall_p) in ncall_stub_alloc() argument
|
H A D | ncall.c | 479 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_41/usr/src/uts/common/sys/ |
H A D | stmf.h | 401 stmf_status_t stmf_scsilib_uniq_lu_id2(uint32_t company_id, uint32_t host_id,
|
/titanic_41/usr/src/cmd/fm/fmadm/common/ |
H A D | faulty.c | 193 typedef struct host_id { struct
|
/titanic_41/usr/src/uts/common/io/comstar/stmf/ |
H A D | stmf.c | 5693 stmf_scsilib_uniq_lu_id2(uint32_t company_id, uint32_t host_id, in stmf_scsilib_uniq_lu_id2() argument 5701 int hid = (int)host_id; in stmf_scsilib_uniq_lu_id2()
|