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

Function audit_arg_atfd2

freebsd/security/audit/audit_arg.c:125–136  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

123}
124
125void
126audit_arg_atfd2(int atfd)
127{
128 struct kaudit_record *ar;
129
130 ar = currecord();
131 if (ar == NULL)
132 return;
133
134 ar->k_ar.ar_arg_atfd2 = atfd;
135 ARG_SET_VALID(ar, ARG_ATFD2);
136}
137
138void
139audit_arg_fd(int fd)

Callers

nothing calls this directly

Calls 1

currecordFunction · 0.85

Tested by

no test coverage detected