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

/xnu-2782.1.97/bsd/security/audit/
H A Daudit_bsm.c106 kau_write(struct au_record *rec, struct au_token *tok) argument
109 KASSERT(tok != NULL, ("kau_write: tok == NULL"));
111 TAILQ_INSERT_TAIL(&rec->token_q, tok, tokens);
112 rec->len += tok->len;
174 struct au_token *tok; local
177 while ((tok = TAILQ_FIRST(&rec->token_q))) {
178 TAILQ_REMOVE(&rec->token_q, tok, tokens);
179 free(tok->t_data, M_AUDITBSM);
180 free(tok, M_AUDITBS
363 struct au_token *tok; local
520 struct au_token *tok; local
592 struct au_token *tok = NULL, *subj_tok; local
[all...]
/xnu-2782.1.97/libsyscall/wrappers/string/
H A Dstrsep.c50 char *tok; local
54 for (tok = s;;) {
64 return (tok);
/xnu-2782.1.97/bsd/libkern/
H A Dstrsep.c58 char *tok; local
62 for (tok = s;;) {
72 return (tok);
/xnu-2782.1.97/bsd/bsm/
H A Daudit_record.h194 int au_close_token(token_t *tok, u_char *buffer, size_t *buflen);
/xnu-2782.1.97/bsd/net/
H A Dpf_ioctl.c402 remove_token(struct pfioc_remove_token *tok) argument
409 if (tok->token_value == entry->token.token_value) {

Completed in 36 milliseconds