Searched refs:nsc_path_t (Results 1 - 8 of 8) sorted by relevance

/illumos-gate/usr/src/uts/common/avs/ns/
H A Dnsctl_inter.h64 nsc_path_t *nsc_register_path(char *, int, nsc_io_t *) { }
65 int nsc_unregister_path(nsc_path_t *, int) { }
H A Dnsctl.h139 typedef struct nsc_path_s { int x; } nsc_path_t; typedef in typeref:struct:nsc_path_s
144 extern nsc_path_t *nsc_register_path(char *, int, nsc_io_t *);
145 extern int nsc_unregister_path(nsc_path_t *, int);
/illumos-gate/usr/src/uts/common/avs/ns/nsctl/
H A Dnsc_dev.h89 } nsc_path_t; typedef in typeref:struct:nsc_path_s
H A Dnsc_freeze.c59 nsc_path_t *token;
H A Dnsc_dev.c78 nsc_path_t *_nsc_path_top = NULL;
291 nsc_path_t *sp;
360 * nsc_path_t *
374 nsc_path_t *
377 nsc_path_t *sp, **spp;
410 * nsc_unregister_path (nsc_path_t *sp, int flag)
426 nsc_path_t *sp;
429 nsc_path_t *xsp, **spp;
1583 * nsc_path_t that matches the criteria for the requested type.
1608 nsc_path_t *s
[all...]
/illumos-gate/usr/src/uts/common/avs/ns/rdc/
H A Drdc_io.h395 nsc_path_t *rp_tok; /* nsc_register_path token */
457 nsc_path_t *q_tok; /* q registration */
514 nsc_path_t *b_tok; /* Bitmap registration */
/illumos-gate/usr/src/uts/common/avs/ns/dsw/
H A Ddsw_dev.h327 nsc_path_t *bi_tok; /* Register path token */
H A Ddsw_dev.c152 static nsc_path_t *_ii_register_path(char *path, int type, nsc_io_t *io);
153 static int _ii_unregister_path(nsc_path_t *sp, int flag, char *type);
5377 nsc_path_t *mst_tok;
5378 nsc_path_t *mstr_tok;
5379 nsc_path_t *shd_tok;
5380 nsc_path_t *shdr_tok;
5381 nsc_path_t *bmp_tok;
10204 static nsc_path_t *
10207 nsc_path_t *tok;
10219 _ii_unregister_path(nsc_path_t *s
[all...]

Completed in 76 milliseconds