Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/gssapi/
H A Dgssd_handle.c61 struct gss_globals *gssg; in gss_zone_init() local
63 gssg = kmem_zalloc(sizeof (*gssg), KM_SLEEP); in gss_zone_init()
64 return (gssg); in gss_zone_init()
71 struct gss_globals *gssg = data; in gss_zone_fini() local
72 struct netbuf *netaddrp = &gssg->gss_netaddr; in gss_zone_fini()
76 kmem_free(gssg, sizeof (*gssg)); in gss_zone_fini()
83 struct gss_globals *gssg; in killgssd_handle() local
85 gssg = zone_getspecific(gss_zone_key, curproc->p_zone); in killgssd_handle()
87 gssg->gss_last_stat = rpcerr.re_status; in killgssd_handle()
101 struct gss_globals *gssg; in getgssd_handle() local
[all …]