Home
last modified time | relevance | path

Searched refs:scratch_base (Results 1 – 1 of 1) sorted by relevance

/xnu-8020.140.41/security/
H A Dmac_base.c1012 char *scratch_base; in mac_externalize() local
1019 scratch_base = kalloc_data(buf_len, Z_WAITOK); in mac_externalize()
1020 if (scratch_base == NULL) { in mac_externalize()
1026 strlcpy(scratch_base, elementlist, buf_len); in mac_externalize()
1032 scratch = scratch_base; in mac_externalize()
1060 if (scratch_base != NULL) { in mac_externalize()
1061 kfree_data(scratch_base, buf_len); in mac_externalize()