Searched refs:tofind (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/u-boot/scripts/kconfig/ |
| H A D | gconf.c | 1215 struct menu *tofind) in gtktree_iter_find_node() argument 1228 if (menu == tofind) { in gtktree_iter_find_node() 1233 ret = gtktree_iter_find_node(child, tofind); in gtktree_iter_find_node()
|
| /OK3568_Linux_fs/kernel/scripts/kconfig/ |
| H A D | gconf.c | 1215 struct menu *tofind) in gtktree_iter_find_node() argument 1228 if (menu == tofind) { in gtktree_iter_find_node() 1233 ret = gtktree_iter_find_node(child, tofind); in gtktree_iter_find_node()
|
| /OK3568_Linux_fs/buildroot/support/kconfig/ |
| H A D | gconf.c | 1215 struct menu *tofind) in gtktree_iter_find_node() argument 1228 if (menu == tofind) { in gtktree_iter_find_node() 1233 ret = gtktree_iter_find_node(child, tofind); in gtktree_iter_find_node()
|
| /OK3568_Linux_fs/kernel/fs/cifs/ |
| H A D | file.c | 2195 wdata_alloc_and_fillpages(pgoff_t tofind, struct address_space *mapping, in wdata_alloc_and_fillpages() argument 2201 wdata = cifs_writedata_alloc((unsigned int)tofind, in wdata_alloc_and_fillpages() 2207 PAGECACHE_TAG_DIRTY, tofind, wdata->pages); in wdata_alloc_and_fillpages() 2356 pgoff_t next = 0, tofind, saved_index = index; in cifs_writepages() local 2377 tofind = min((wsize / PAGE_SIZE) - 1, end - index) + 1; in cifs_writepages() 2379 wdata = wdata_alloc_and_fillpages(tofind, mapping, end, &index, in cifs_writepages()
|