OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fileassoc
(Results
1 - 5
of
5
) sorted by relevancy
/src/sys/sys/
fileassoc.h
1
/* $NetBSD:
fileassoc
.h,v 1.11 2007/05/15 19:47:44 elad Exp $ */
36
typedef struct
fileassoc
*fileassoc_t;
/src/sys/kern/
kern_fileassoc.c
40
#include <sys/
fileassoc
.h>
58
struct
fileassoc
{
struct
59
LIST_ENTRY(
fileassoc
) assoc_list;
65
static LIST_HEAD(,
fileassoc
) fileassoc_list;
95
* good for avoiding calls to
fileassoc
when it's not in use. Unclear
97
*
fileassoc
(9) update performance, feel free to rip this out as long
99
* memory barriers when
fileassoc
(9) is not in use.
140
file_getdata(struct fileassoc_file *faf, const struct
fileassoc
*assoc)
148
file_setdata(struct fileassoc_file *faf, const struct
fileassoc
*assoc,
157
file_cleanup(struct fileassoc_file *faf, const struct
fileassoc
*assoc
[
all
...]
kern_veriexec.c
52
#include <sys/
fileassoc
.h>
334
/* Register a
fileassoc
for Veriexec. */
338
panic("Veriexec: Can't register
fileassoc
: error=%d", error);
vfs_syscalls.c
91
#ifdef
FILEASSOC
92
#include <sys/
fileassoc
.h>
93
#endif /*
FILEASSOC
*/
2959
#ifdef
FILEASSOC
2961
#endif /*
FILEASSOC
*/
/src/share/man/man9/
Makefile
23
file.9
fileassoc
.9 filedesc.9 firmload.9 flash.9 \
Completed in 17 milliseconds
Indexes created Wed Oct 15 07:09:58 GMT 2025