Symbol: hsvc_info_t
usr/src/uts/common/io/nxge/nxge_hio.c
995
hsvc_info_t *niu_hsvc = &nxge->niu_hsvc;
usr/src/uts/common/io/nxge/nxge_main.c
1105
sizeof (hsvc_info_t));
usr/src/uts/common/io/nxge/nxge_main.c
177
static hsvc_info_t niu_hsvc = {
usr/src/uts/common/io/tpm/tpm.c
1373
static hsvc_info_t hsvc_tpm = {
usr/src/uts/common/sys/nxge/nxge.h
774
hsvc_info_t niu_hsvc;
usr/src/uts/sun4v/cpu/niagara.c
76
static hsvc_info_t niagara_hsvc = {
usr/src/uts/sun4v/cpu/niagara2.c
77
static hsvc_info_t cpu_hsvc = {
usr/src/uts/sun4v/cpu/niagara2.c
82
static hsvc_info_t cpu_hsvc = {
usr/src/uts/sun4v/cpu/niagara2.c
87
static hsvc_info_t cpu_hsvc = {
usr/src/uts/sun4v/io/ds_pri.c
215
static hsvc_info_t pboot_hsvc = {
usr/src/uts/sun4v/io/fpc/fpc-impl-4v.c
43
static hsvc_info_t fpc_hsvc = {
usr/src/uts/sun4v/io/glvc/glvc.c
179
static hsvc_info_t glvc_hsvc = {
usr/src/uts/sun4v/io/iospc/rfios_iospc.c
45
static hsvc_info_t rfios_hsvc = {
usr/src/uts/sun4v/io/ldc.c
157
static hsvc_info_t ldc_hsvc = {
usr/src/uts/sun4v/io/n2piupc/n2piupc.c
58
static hsvc_info_t n2piupc_hsvc = {
usr/src/uts/sun4v/io/n2rng/n2rng.c
111
static hsvc_info_t ncs_hsvc[NVERSIONS] = {
usr/src/uts/sun4v/io/px/px_lib4v.c
61
static hsvc_info_t px_hsvc_vpci = {
usr/src/uts/sun4v/io/px/px_lib4v.c
71
static hsvc_info_t px_hsvc_sdio = {
usr/src/uts/sun4v/io/px/px_lib4v.c
82
static hsvc_info_t px_hsvc_sdio_err = {
usr/src/uts/sun4v/io/vnet_dds.c
169
static hsvc_info_t niu_hsvc[] = {
usr/src/uts/sun4v/io/vnet_dds.c
200
for (i = 0; i < (sizeof (niu_hsvc) / sizeof (hsvc_info_t)); i++) {
usr/src/uts/sun4v/os/hsvc.c
137
hsvc_lookup(hsvc_info_t *hsvcinfop)
usr/src/uts/sun4v/os/hsvc.c
140
hsvc_info_t *p;
usr/src/uts/sun4v/os/hsvc.c
144
p = (hsvc_info_t *)p->hsvc_private)
usr/src/uts/sun4v/os/hsvc.c
163
hsvc_info_t *p;
usr/src/uts/sun4v/os/hsvc.c
166
p = (hsvc_info_t *)p->hsvc_private)
usr/src/uts/sun4v/os/hsvc.c
179
hsvc_info_t *p;
usr/src/uts/sun4v/os/hsvc.c
192
p = (hsvc_info_t *)p->hsvc_private) {
usr/src/uts/sun4v/os/hsvc.c
253
hsvc_link_client(hsvc_t *hsvcp, hsvc_info_t *hsvcinfop)
usr/src/uts/sun4v/os/hsvc.c
270
hsvc_unlink_client(hsvc_t *hsvcp, hsvc_info_t *hsvcinfop)
usr/src/uts/sun4v/os/hsvc.c
272
hsvc_info_t *p, **pp;
usr/src/uts/sun4v/os/hsvc.c
279
pp = (hsvc_info_t **)&p->hsvc_private) {
usr/src/uts/sun4v/os/hsvc.c
285
*pp = (hsvc_info_t *)p->hsvc_private;
usr/src/uts/sun4v/os/hsvc.c
300
hsvc_register(hsvc_info_t *hsvcinfop, uint64_t *supported_minor)
usr/src/uts/sun4v/os/hsvc.c
482
hsvc_unregister(hsvc_info_t *hsvcinfop)
usr/src/uts/sun4v/os/hsvc.c
660
hsvc_info_t hsvcinfo;
usr/src/uts/sun4v/os/hsvc.c
672
#define HSVCINFO_UNIX_CNT (sizeof (hsvcinfo_unix) / sizeof (hsvc_info_t))
usr/src/uts/sun4v/os/hsvc.c
91
hsvc_info_t *clients; /* linked list of clients */
usr/src/uts/sun4v/os/mach_cpu_states.c
1160
static hsvc_info_t soft_state_hsvc = {
usr/src/uts/sun4v/sys/hsvc.h
90
extern int hsvc_register(hsvc_info_t *hsvcreq, uint64_t *supported_minor);
usr/src/uts/sun4v/sys/hsvc.h
91
extern int hsvc_unregister(hsvc_info_t *hsvcreq);