OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:acct_cred
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/kern/
kern_acct.c
122
static kauth_cred_t
acct_cred
; /* Credential of accounting file
variable in typeref:typename:kauth_cred_t
220
error = vn_close(acct_vp, FWRITE,
acct_cred
);
230
if (
acct_cred
!= NULL) {
231
kauth_cred_free(
acct_cred
);
232
acct_cred
= NULL;
285
acct_cred
= NULL;
371
acct_cred
= l->l_cred;
372
kauth_cred_hold(
acct_cred
);
489
acct_cred
, NULL, NULL);
kern_acct.c
122
static kauth_cred_t
acct_cred
; /* Credential of accounting file
variable in typeref:typename:kauth_cred_t
220
error = vn_close(acct_vp, FWRITE,
acct_cred
);
230
if (
acct_cred
!= NULL) {
231
kauth_cred_free(
acct_cred
);
232
acct_cred
= NULL;
285
acct_cred
= NULL;
371
acct_cred
= l->l_cred;
372
kauth_cred_hold(
acct_cred
);
489
acct_cred
, NULL, NULL);
Completed in 206 milliseconds
Indexes created Wed Oct 22 00:09:40 GMT 2025