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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/security/smack/
H A Dsmack_lsm.c233 char *cp, *commap, *otheropts, *dp; local
235 otheropts = (char *)get_zeroed_page(GFP_KERNEL);
236 if (otheropts == NULL)
249 dp = otheropts;
260 strcpy(orig, otheropts);
261 free_page((unsigned long)otheropts);

Completed in 128 milliseconds