satmpdone(2) satmpdone(2)
NAME
satmp_done - de-register token-mapping daemon with kernel
C SYNOPSIS
#include <sys/t6satmp.h>
int satmpdone (void);
DESCRIPTION
satmp_done de-registers the token-mapping daemon. The calling process
must have appropriate privilege. If POSIXCAP is in effect, appropriate
privilege includes CAPNETWORKMGT capability.
ERRORS
satmp_done will fail if one or more of the following are true:
[ENOPKG] Trusted Networking is not configured on this system.
[EPERM] The caller doesn't have CAPNETWORKMGT capability.
RETURN VALUE
satmp_done returns 0 if successful. A return value of -1 indicates an
error and errno is set to indicate the error.
SEE ALSO
satmp_get_attr_reply(2), satmp_get_lrtok_reply(2), satmp_init(2),
satmp_init_reply(2), satmp(7).
ORIGIN
Silicon Graphics, Inc.
Page 1