Searched defs:nsc_svc_s (Results 1 – 2 of 2) sorted by relevance
73 typedef struct nsc_svc_s { struct74 struct nsc_svc_s *svc_next; /* linked list */ argument75 struct nsc_service_s *svc_svc; /* back link */76 void (*svc_fn)(intptr_t); /* service function, or NULL (client) */
416 typedef struct nsc_svc_s { int x; } nsc_svc_t; argument