The node on which to locate the name, or 0 for global name service.
The name to locate.
The initial size of a virtual circuit buffer, if necessary.
This is an implementation of the qnx_name_locate C function. The only difference is that the return value contains both the located task ID and the number of copies of the name found. The task ID is the car of the return value, and the number of copies is the cdr of the return value.
See the Starting qserve and nserve section of the Common Functions chapter (Tutorial One), or the Linux, QNX 4, or QNX 6 section of the Abstracted Functions chapter in the Cogent Tools Demo and Tutorials book for examples of this function used in context.
Gamma> qnx_name_locate(0,"qnx/pipe",0);
(35 . 1)