Searched defs:temp (Results 1 - 7 of 7) sorted by relevance

/security/integrity/evm/
H A Devm_secfs.c37 char temp[80]; local
43 sprintf(temp, "%d", evm_initialized);
44 rc = simple_read_from_buffer(buf, count, ppos, temp, strlen(temp));
64 char temp[80]; local
70 if (count >= sizeof(temp) || count == 0)
73 if (copy_from_user(temp, buf, count) != 0)
76 temp[count] = '\0';
78 if ((sscanf(temp, "%d", &i) != 1) || (i != 1))
/security/selinux/ss/
H A Dhashtab.c99 struct hashtab_node *cur, *temp; local
107 temp = cur;
109 kfree(temp);
H A Dsidtab.c270 struct sidtab_node *cur, *temp; local
278 temp = cur;
280 context_destroy(&temp->context);
281 kfree(temp);
H A Davtab.c242 struct avtab_node *cur, *temp; local
250 temp = cur;
252 if (temp->key.specified & AVTAB_OP)
254 temp->datum.u.ops);
255 kmem_cache_free(avtab_node_cachep, temp);
H A Debitmap.c320 struct ebitmap_node *n, *temp; local
327 temp = n;
329 kfree(temp);
/security/
H A Ddevice_cgroup.c607 char temp[12]; /* 11 + 1 characters needed for a u32 */ local
665 memset(temp, 0, sizeof(temp));
666 for (count = 0; count < sizeof(temp) - 1; count++) {
667 temp[count] = *b;
672 rc = kstrtou32(temp, 10, &ex.major);
687 memset(temp, 0, sizeof(temp));
688 for (count = 0; count < sizeof(temp) - 1; count++) {
689 temp[coun
[all...]
/security/smack/
H A Dsmackfs.c1333 char temp[80]; local
1339 sprintf(temp, "%d", smk_cipso_doi_value);
1340 rc = simple_read_from_buffer(buf, count, ppos, temp, strlen(temp));
1357 char temp[80]; local
1363 if (count >= sizeof(temp) || count == 0)
1366 if (copy_from_user(temp, buf, count) != 0)
1369 temp[count] = '\0';
1371 if (sscanf(temp, "%d", &i) != 1)
1399 char temp[8 local
1424 char temp[80]; local
1477 char temp[80]; local
1502 char temp[80]; local
1732 char temp[32]; local
1755 char temp[32]; local
2282 char temp[32]; local
2303 char temp[32]; local
[all...]

Completed in 134 milliseconds