OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
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.12 2026/01/04 01:33:22 riastradh Exp $ */
39
typedef struct
fileassoc
*fileassoc_t;
/src/sys/kern/
kern_fileassoc.c
39
#include <sys/
fileassoc
.h>
61
struct
fileassoc
{
struct
62
LIST_ENTRY(
fileassoc
) assoc_list;
68
static LIST_HEAD(,
fileassoc
) fileassoc_list;
98
* good for avoiding calls to
fileassoc
when it's not in use. Unclear
100
*
fileassoc
(9) update performance, feel free to rip this out as long
102
* memory barriers when
fileassoc
(9) is not in use.
143
file_getdata(struct fileassoc_file *faf, const struct
fileassoc
*assoc)
151
file_setdata(struct fileassoc_file *faf, const struct
fileassoc
*assoc,
160
file_cleanup(struct fileassoc_file *faf, const struct
fileassoc
*assoc
[
all
...]
kern_veriexec.c
41
#include <sys/
fileassoc
.h>
339
/* Register a
fileassoc
for Veriexec. */
343
panic("Veriexec: Can't register
fileassoc
: error=%d", error);
vfs_syscalls.c
91
#ifdef
FILEASSOC
92
#include <sys/
fileassoc
.h>
93
#endif /*
FILEASSOC
*/
2960
#ifdef
FILEASSOC
2962
#endif /*
FILEASSOC
*/
/src/share/man/man9/
Makefile
24
file.9
fileassoc
.9 filedesc.9 firmload.9 flash.9 \
Completed in 26 milliseconds
Indexes created Sun Feb 22 08:20:21 UTC 2026