Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/comstar/stmf/
H A Dstmf_state.h93 struct stmf_state_change_info svc_info; member
H A Dstmf.c7338 lport->lport_ctl(lport, req->svc_cmd, &req->svc_info); in stmf_svc()
7343 lu->lu_ctl(lu, req->svc_cmd, &req->svc_info); in stmf_svc()
7355 lu->lu_ctl(lu, req->svc_cmd, &req->svc_info); in stmf_svc()
7556 req->svc_info.st_rflags = info->st_rflags; in stmf_svc_queue()
7558 req->svc_info.st_additional_info = (char *)(GET_BYTE_OFFSET(req, in stmf_svc_queue()
7560 (void) strcpy(req->svc_info.st_additional_info, in stmf_svc_queue()
/titanic_50/usr/src/lib/fm/topo/libtopo/common/
H A Dsvc.c101 static const topo_modinfo_t svc_info = variable
149 if (topo_mod_register(mod, &svc_info, TOPO_VERSION) != 0) { in svc_init()