Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/avs/ns/nsctl/
H A Dnsc_rmspin.h37 typedef struct nsc_rmlock_s { struct
38 struct nsc_rmlock_s *next; argument
39 struct nsc_rmlock_s *prev; argument
40 char *name;
41 void *child;
42 kmutex_t lockp;
/titanic_41/usr/src/uts/common/avs/ns/
H A Dnsctl.h354 typedef struct nsc_rmlock_s { int x; } nsc_rmlock_t; struct