OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fileassoc_t
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/sys/
fileassoc.h
36
typedef struct fileassoc *
fileassoc_t
;
typedef in typeref:struct:fileassoc *
40
int fileassoc_register(const char *, fileassoc_cleanup_cb_t,
fileassoc_t
*);
41
int fileassoc_deregister(
fileassoc_t
);
42
void *fileassoc_lookup(struct vnode *,
fileassoc_t
);
44
int fileassoc_table_clear(struct mount *,
fileassoc_t
);
46
int fileassoc_add(struct vnode *,
fileassoc_t
, void *);
47
int fileassoc_clear(struct vnode *,
fileassoc_t
);
48
int fileassoc_table_run(struct mount *,
fileassoc_t
, fileassoc_cb_t, void *);
/src/sys/kern/
kern_fileassoc.c
232
fileassoc_t
*result)
262
fileassoc_deregister(
fileassoc_t
assoc)
340
fileassoc_lookup(struct vnode *vp,
fileassoc_t
assoc)
450
fileassoc_table_run(struct mount *mp,
fileassoc_t
assoc, fileassoc_cb_t cb,
479
fileassoc_table_clear(struct mount *mp,
fileassoc_t
assoc)
595
fileassoc_add(struct vnode *vp,
fileassoc_t
assoc, void *data)
624
fileassoc_clear(struct vnode *vp,
fileassoc_t
assoc)
kern_veriexec.c
113
static
fileassoc_t
veriexec_hook;
Completed in 13 milliseconds
Indexes created Thu Oct 02 10:09:58 GMT 2025