OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:key_ref_t
(Results
1 - 1
of
1
) sorted by null
/external/kernel-headers/original/linux/
key.h
83
* NOTE!
key_ref_t
is a typedef'd pointer to a type that is not actually
88
* the
key_ref_t
has been made a separate type so that the compiler can reject
93
typedef struct __key_reference_with_attributes *
key_ref_t
;
typedef in typeref:struct:__key_reference_with_attributes
95
static inline
key_ref_t
make_key_ref(const struct key *key,
98
return (
key_ref_t
) ((unsigned long) key | possession);
101
static inline struct key *key_ref_to_ptr(const
key_ref_t
key_ref)
106
static inline unsigned long is_key_possessed(const
key_ref_t
key_ref)
280
static inline void key_ref_put(
key_ref_t
key_ref)
296
extern
key_ref_t
key_create_or_update(
key_ref_t
keyring
[
all
...]
Completed in 48 milliseconds