1MPXCALL(2) System Calls Manual MPXCALL(2)
2
3
4
6 mpxcall - multiplexor and channel interface
7
9 mpxcall(arg1, arg2, arg3, cmd)
10
12 Mpxcall supplies a primitive interface to the kernel used by the rou‐
13 tines listed below. Each routine that uses mpxcall passes an integer
14 cmd as the fourth argument. These are defined in /usr/include/mx.h.
15 Mpxcall always returns an integer which is to be interpreted in accor‐
16 dance with the definition of cmd.
17
19 group(2), join(2), extract(2), connect(2), chan(2), attach(2),
20 detach(2)
21
23 The value -1 is returned on error.
24
25
26
27 MPXCALL(2)