Searched defs:nsc_svc_t (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/avs/ns/nsctl/
H A Dnsc_gen.h77 } nsc_svc_t; typedef in typeref:struct:nsc_svc_s
82 nsc_svc_t *s_servers; /* providers of the service */
83 nsc_svc_t *s_clients; /* clients of the service */
/illumos-gate/usr/src/uts/common/avs/ns/
H A Dnsctl.h416 typedef struct nsc_svc_s { int x; } nsc_svc_t; typedef in typeref:struct:nsc_svc_s
419 extern nsc_svc_t *nsc_register_svc(char *, void (*)(intptr_t));
420 extern int nsc_unregister_svc(nsc_svc_t *);
421 extern int nsc_call_svc(nsc_svc_t *, intptr_t);

Completed in 46 milliseconds