Searched refs:nsc_svc_t (Results 1 - 7 of 7) 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 */
H A Dnsc_gen.c968 nsc_svc_t *
972 nsc_svc_t *svc;
1029 nsc_unregister_svc(nsc_svc_t *svc)
1032 nsc_svc_t **svcp;
1080 nsc_call_svc(nsc_svc_t *svc, intptr_t arg)
1083 nsc_svc_t *svcp;
/illumos-gate/usr/src/uts/common/avs/ns/
H A Dnsctl_inter.h134 nsc_svc_t *nsc_register_svc(char *, void (*)(intptr_t)) { }
135 int nsc_unregister_svc(nsc_svc_t *) { }
136 int nsc_call_svc(nsc_svc_t *, intptr_t) { }
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);
/illumos-gate/usr/src/cmd/mdb/common/modules/nsctl/
H A Dnsctl.c439 * Walker for a chain of nsc_svc_t structures.
470 svc + OFFSETOF(nsc_svc_t, svc_next)) == -1) {
471 mdb_warn("failed to read nsc_svc_t.svc_next");
1456 * Display an nsc_svc_t structure.
1462 nsc_svc_t *svc;
/illumos-gate/usr/src/uts/common/avs/ns/dsw/
H A Ddsw_dev.c113 static nsc_svc_t *ii_volume_update; /* IIVolumeUpdate token */
114 static nsc_svc_t *ii_report_luns; /* IIReportLuns token */
115 static nsc_svc_t *ii_get_initiators; /* IIGetInitiators token */
/illumos-gate/usr/src/uts/common/avs/ns/rdc/
H A Drdc_io.c113 static nsc_svc_t *rdc_volume_update;

Completed in 99 milliseconds