Searched refs:nsc_path_t (Results 1 – 8 of 8) sorted by relevance
/titanic_41/usr/src/uts/common/avs/ns/ |
H A D | nsctl.h | 139 typedef struct nsc_path_s { int x; } nsc_path_t; typedef 144 extern nsc_path_t *nsc_register_path(char *, int, nsc_io_t *); 145 extern int nsc_unregister_path(nsc_path_t *, int);
|
H A D | nsctl_inter.h | 64 nsc_path_t *nsc_register_path(char *, int, nsc_io_t *) { } in nsc_register_path() 65 int nsc_unregister_path(nsc_path_t *, int) { } in nsc_unregister_path() argument
|
/titanic_41/usr/src/uts/common/avs/ns/nsctl/ |
H A D | nsc_dev.c | 78 nsc_path_t *_nsc_path_top = NULL; 291 nsc_path_t *sp; in nsc_unregister_io() 374 nsc_path_t * 377 nsc_path_t *sp, **spp; in nsc_register_path() 426 nsc_path_t *sp; in nsc_unregister_path() 429 nsc_path_t *xsp, **spp; 1608 nsc_path_t *sp = NULL; in _nsc_find_io() 1609 nsc_path_t *pp = NULL; in _nsc_find_io()
|
H A D | nsc_freeze.c | 59 nsc_path_t *token;
|
H A D | nsc_dev.h | 89 } nsc_path_t; typedef
|
/titanic_41/usr/src/uts/common/avs/ns/rdc/ |
H A D | rdc_io.h | 395 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 */
|
/titanic_41/usr/src/uts/common/avs/ns/dsw/ |
H A D | dsw_dev.h | 327 nsc_path_t *bi_tok; /* Register path token */
|
H A D | dsw_dev.c | 152 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; in _ii_stopvol() 5378 nsc_path_t *mstr_tok; in _ii_stopvol() 5379 nsc_path_t *shd_tok; in _ii_stopvol() 5380 nsc_path_t *shdr_tok; in _ii_stopvol() 5381 nsc_path_t *bmp_tok; in _ii_stopvol() 10204 static nsc_path_t * 10207 nsc_path_t *tok; in _ii_register_path() 10219 _ii_unregister_path(nsc_path_t *sp, int flag, char *type) in _ii_unregister_path()
|