OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:fileassoc_t
(Results
1 - 2
of
2
) 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 *);
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 *);
Completed in 22 milliseconds
Indexes created Mon Sep 29 03:10:08 GMT 2025