Searched refs:tok (Results 1 - 4 of 4) sorted by relevance

/darwin-on-arm/xnu/bsd/security/audit/
H A Daudit_bsm.c108 kau_write(struct au_record *rec, struct au_token *tok) argument
111 KASSERT(tok != NULL, ("kau_write: tok == NULL"));
113 TAILQ_INSERT_TAIL(&rec->token_q, tok, tokens);
114 rec->len += tok->len;
176 struct au_token *tok; local
179 while ((tok = TAILQ_FIRST(&rec->token_q))) {
180 TAILQ_REMOVE(&rec->token_q, tok, tokens);
181 free(tok->t_data, M_AUDITBSM);
182 free(tok, M_AUDITBS
365 struct au_token *tok; local
522 struct au_token *tok; local
594 struct au_token *tok = NULL, *subj_tok; local
[all...]
/darwin-on-arm/xnu/bsd/libkern/
H A Dstrsep.c58 char *tok; local
62 for (tok = s;;) {
72 return (tok);
/darwin-on-arm/xnu/bsd/bsm/
H A Daudit_record.h194 int au_close_token(token_t *tok, u_char *buffer, size_t *buflen);
/darwin-on-arm/xnu/bsd/net/
H A Dpf_ioctl.c399 remove_token(struct pfioc_remove_token *tok) argument
406 if (tok->token_value == entry->token.token_value) {

Completed in 32 milliseconds