OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:filemon
(Results
1 - 4
of
4
) sorted by relevancy
/src/usr.bin/make/
meta.h
36
struct
filemon
*
filemon
;
member in struct:BuildMon
test-variants.mk
41
TESTS+=
filemon
-dev
42
ENV.
filemon
-dev= USE_FILEMON="dev"
43
SKIP.
filemon
-dev= yes
45
TESTS+=
filemon
-ktrace
46
ENV.
filemon
-ktrace= USE_FILEMON="ktrace"
48
TESTS+=
filemon
-none
49
ENV.
filemon
-none= USE_FILEMON="no"
51
SKIP_TESTS.
filemon
-none= \
121
ENV.c90-plain= USE_FILEMON=no #
filemon
uses designated initializers
130
ENV.c90-stdbool= USE_FILEMON=no #
filemon
uses designated initializer
[
all
...]
/src/usr.bin/make/filemon/
filemon_dev.c
32
#include "
filemon
.h"
42
# include <
filemon
.h>
46
#define _PATH_FILEMON "/dev/
filemon
"
53
struct
filemon
{
struct
64
struct
filemon
*
67
struct
filemon
*F;
71
/* Allocate and zero a struct
filemon
object. */
76
/* Try opening /dev/
filemon
, up to six times (cargo cult!). */
93
filemon_setfd(struct
filemon
*F, int fd)
108
filemon_setpid_parent(struct
filemon
*F MAKE_ATTR_UNUSED, pid_t pid MAKE_ATTR_UNUSED
[
all
...]
filemon_ktrace.c
34
#include "
filemon
.h"
61
struct
filemon
;
65
typedef struct filemon_state *filemon_syscall_t(struct
filemon
*,
92
struct
filemon
{
struct
95
FILE *out; /* we write
filemon
events to here */
126
void (*show)(struct
filemon
*, const struct filemon_state *,
180
* the
filemon
.
192
* Allocate a
filemon
descriptor. Returns NULL and sets errno on
195
struct
filemon
*
198
struct
filemon
*F
[
all
...]
Completed in 12 milliseconds
Indexes created Sat Sep 20 22:09:52 GMT 2025