Searched refs:ADD_STRING (Results 1 – 2 of 2) sorted by relevance
| /xnu-10002.41.9/bsd/security/audit/ |
| H A D | audit_bsm_token.c | 94 ADD_STRING(dptr, text, textlen); in au_to_arg32() 120 ADD_STRING(dptr, text, textlen); in au_to_arg64() 551 ADD_STRING(dptr, file, filelen); in au_to_file() 580 ADD_STRING(dptr, text, textlen); in au_to_text() 609 ADD_STRING(dptr, text, textlen); in au_to_path() 1207 ADD_STRING(dptr, strs, totlen); in au_to_exec_strings() 1327 ADD_STRING(dptr, zonename, textlen); in au_to_zonename() 1432 ADD_STRING(dptr, signing_id, signing_id_len); // truncated signing id in au_to_identity() 1436 ADD_STRING(dptr, team_id, team_id_len); // truncated team id in au_to_identity()
|
| /xnu-10002.41.9/bsd/bsm/ |
| H A D | audit_internal.h | 120 #define ADD_STRING(loc, data, size) ADD_MEM(loc, data, size) macro
|