Lines Matching refs:handle
59 * selabel_open - Create a labeling handle.
67 * backend. Return value is the created handle on success or NULL with
75 * selabel_close - Close a labeling handle.
76 * @handle: specifies handle to close
78 * Destroy the specified handle, closing files, freeing allocated memory,
79 * etc. The handle may not be further used after it has been closed.
81 void selabel_close(struct selabel_handle *handle);
85 * @handle: specifies backend instance to query
96 int selabel_lookup(struct selabel_handle *handle, security_context_t *con,
98 int selabel_lookup_raw(struct selabel_handle *handle, security_context_t *con,
103 * @handle: specifies backend instance to query
109 void selabel_stats(struct selabel_handle *handle);