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

Function audit_arg_atfd1

freebsd/security/audit/audit_arg.c:112–123  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

110}
111
112void
113audit_arg_atfd1(int atfd)
114{
115 struct kaudit_record *ar;
116
117 ar = currecord();
118 if (ar == NULL)
119 return;
120
121 ar->k_ar.ar_arg_atfd1 = atfd;
122 ARG_SET_VALID(ar, ARG_ATFD1);
123}
124
125void
126audit_arg_atfd2(int atfd)

Callers 1

audit_arg_sockaddrFunction · 0.85

Calls 1

currecordFunction · 0.85

Tested by

no test coverage detected