Searched refs:scratch_base (Results 1 – 1 of 1) sorted by relevance
1012 char *scratch_base; in mac_externalize() local1019 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()