Lines Matching defs:master
9 * master process sets a lock on a file region (this is called "byte
42 /* Which lock will be applied by the master process on test startup */
199 /* Initialize master to client pipe */
219 /* Initialize client to master pipe */
220 if (pipe(dp.master) < 0) {
485 /* In the case of a network use, the master of the client application si only
486 * a 'repeater' of information. It resends server-master instructions to its own slaves.
499 masterReader = dp.master[0];
574 int master(void)
591 masterReader = dp.master[0];
769 slaveWriter = dp.master[1];
885 /* Wait for the exact section to lock. The whole file is sent by the master */
1026 rc = master();