MCPcopy Create free account
hub / github.com/F-Stack/f-stack / audit_arg_fd

Function audit_arg_fd

freebsd/security/audit/audit_arg.c:138–149  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

136}
137
138void
139audit_arg_fd(int fd)
140{
141 struct kaudit_record *ar;
142
143 ar = currecord();
144 if (ar == NULL)
145 return;
146
147 ar->k_ar.ar_arg_fd = fd;
148 ARG_SET_VALID(ar, ARG_FD);
149}
150
151void
152audit_arg_fflags(int fflags)

Callers 1

audit_syscloseFunction · 0.85

Calls 1

currecordFunction · 0.85

Tested by

no test coverage detected