Home
last modified time | relevance | path

Searched defs:nsc_svc_s (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/uts/common/avs/ns/nsctl/
H A Dnsc_gen.h73 typedef struct nsc_svc_s { struct
74 struct nsc_svc_s *svc_next; /* linked list */ argument
75 struct nsc_service_s *svc_svc; /* back link */
76 void (*svc_fn)(intptr_t); /* service function, or NULL (client) */
/titanic_41/usr/src/uts/common/avs/ns/
H A Dnsctl.h416 typedef struct nsc_svc_s { int x; } nsc_svc_t; argument