Home | History | Annotate | Download | only in secmodel

Lines Matching refs:secmodel

1 /* $NetBSD: secmodel.c,v 1.2 2014/11/04 16:01:58 maxv Exp $ */
38 #include <secmodel/secmodel.h>
68 * Register a new secmodel.
71 secmodel_register(secmodel_t *secmodel, const char *id, const char *name,
94 *secmodel = sm;
99 * Deregister a secmodel.
116 * Lookup a secmodel by its id.
137 * Adjust system-global secmodel behavior following the addition
138 * or removal of a secmodel.
177 /* Check if the secmodel is already present. */
185 /* Add the secmodel. */
207 /* Make sure the secmodel is present. */
215 /* Remove the secmodel. */
260 /* pass error from a secmodel(9) callback as a negative value */