Searched defs:nsc_rmlock_s (Results 1 – 2 of 2) sorted by relevance
37 typedef struct nsc_rmlock_s { struct38 struct nsc_rmlock_s *next; argument39 struct nsc_rmlock_s *prev; argument40 char *name;41 void *child;42 kmutex_t lockp;
354 typedef struct nsc_rmlock_s { int x; } nsc_rmlock_t; struct