Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/avs/ns/nsctl/
H A Dnsc_dev.h45 typedef struct nsc_io_s { struct
46 struct nsc_io_s *next; /* Link to next I/O module */ argument
47 kcondvar_t cv; /* Blocking variable */
48 int id; /* Module id */
49 int flag; /* Flags */
50 char *name; /* Module name */
51 int refcnt; /* Reference count */
52 int abufcnt; /* # of allocated anonymous buffers */
53 int pend; /* Unregister pending */
54 int (*open)(); /* Open device */
[all …]
/titanic_44/usr/src/uts/common/avs/ns/
H A Dnsctl.h138 typedef struct nsc_io_s { int x; } nsc_io_t; struct