Lines Matching defs:vntsd
27 * vntsd uses configuration information provided by vcc to export access
32 * vntsd consists of multiple components as the follows:
34 * vntsd.c
45 * is executed in the same thread as vntsd.c which is blocked on vcc control
84 * vntsd.xml
113 * Each vntsd has one lock to protect the group queue
142 * 2. the vntsd is in process of switching the client from one
146 * vntsd is in processing of a client's daemon command or the client is
150 * 2. the vntsd is processing a client's daemon command.
153 * A reader forces to become a writer via vntsd special command.
163 * 2. the vntsd is in process of disconnecting the client from the console.
187 /* vntsd limits */
204 /* vntsd options */
210 * When a console is removed or vntsd is exiting, main thread
219 * removed, but vntsd has not done its clean up yet.
221 * vntsd main thread has started cleaning up the group.
259 struct vntsd;
309 struct vntsd *vntsd;
314 typedef struct vntsd {
316 mutex_t lock; /* protect vntsd */
348 /* vntsd status and error definitions */