This version of this document is no longer maintained. For the latest documentation, see http://www.qnx.com/developers/docs. |
Look up a node by name
#include <sys/pmm.h> void * pmm_node_lookup(pmm_node_t *parent, const char *name);
libc
This call is used to look up a node by name:
If it is NULL, the name resolution begins at the root of the namespace.
If successful, this returns the policy specific data assocaietd with the node when it isinitially created.
If the name resolution fails, it returns NULL, and errno is set one of the following:
Safety: | |
---|---|
Cancellation point | Yes |
Interrupt handler | No |
Signal handler | Yes |
Thread | Yes |