Adds members of one kernel keyset to an existing kernel keyset.
Item | Description |
---|---|
set | Specifies an existing kernel keyset. This set contains the resulting union on completion. |
addset | Specifies the kernel keyset to add. |
The kkeyset_add_set kernel service adds a kernel keyset specified by the addset parameter to the kernel keyset specified by the set parameter.
The kkeyset_add_set kernel service can be called from the process environment only.
Item | Description |
---|---|
0 | Indicates a successful completion. |
EINVAL_KKEYSET_ADD_SET | Indicates that the parameter or execution environment is not valid. |