1KINIT(2)                       LAM LOCAL LIBRARY                      KINIT(2)
2
3
4

NAME

6       kinit - Initialize a LAM process.
7

SYNOPSIS

9       int kinit (int priority);
10

DESCRIPTION

12       kinit()  initializes  all  internal  runtime  LAM data structures, most
13       notably those necessary for interfacing with the LAM daemon.  The  pri‐
14       ority  argument sets the calling process's message synchronizing prior‐
15       ity.  Every LAM process must call kinit() prior to any other LAM  func‐
16       tion, however this is usually done as part of a call to kenter(2).
17
18       kinit()  calls  kattach(2) after initialization to register the process
19       with the local LAM daemon.
20

ERRORS

22       ENOKDESCRIPTORS     The LAM daemon is out of process descriptors and is
23                           unable to attach additional processes.
24
25       ENOKERNEL           The LAM daemon is not running.
26

SEE ALSO

28       kexit(2), kattach(2), kenter(2)
29
30
31
32LAM 7.1.2                         March, 2006                         KINIT(2)
Impressum