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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/wget-1.12/tests/
H A DTest-cookies.px12 my $page2 = "Goodbye, Sam.\n";
28 content => $page2,
45 content => $page2,
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/nfs/
H A Dnfs4namespace.c75 char *page, char *page2)
83 fs_path = nfs4_pathname_string(&locations->fs_path, page2, PAGE_SIZE);
133 char *page = NULL, *page2 = NULL; local
146 page2 = (char *) __get_free_page(GFP_USER);
147 if (!page2)
151 error = nfs4_validate_fspath(mnt_parent, dentry, locations, page, page2);
168 mnt_path = nfs4_pathname_string(&location->rootpath, page2, PAGE_SIZE);
206 free_page((unsigned long) page2);
72 nfs4_validate_fspath(const struct vfsmount *mnt_parent, const struct dentry *dentry, const struct nfs4_fs_locations *locations, char *page, char *page2) argument
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/mm/
H A Dmigrate.c107 struct page *page2; local
110 list_for_each_entry_safe(page, page2, l, lru) {
696 struct page *page2; local
706 list_for_each_entry_safe(page, page2, from, lru) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/sound/oss/
H A Dvwsnd.c238 void * page2; member in struct:lithium
256 if (lith->page2) {
257 iounmap(lith->page2);
258 lith->page2 = NULL;
273 lith->page2 = ioremap_nocache(baseaddr + LI_PAGE2_OFFSET, PAGE_SIZE);
274 if (!lith->page0 || !lith->page1 || !lith->page2) {
692 void * lith2 = lith->page2;

Completed in 105 milliseconds