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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/mips/basler/excite/
H A Dexcite_procfs.c68 struct proc_dir_entry * const pdir = proc_mkdir("excite", &proc_root); local
69 if (pdir) {
72 e = create_proc_info_entry("unit_id", S_IRUGO, pdir,
76 e = create_proc_read_entry("bootrom", S_IRUGO, pdir,
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/ia64/kernel/
H A Dpalinfo.c916 struct proc_dir_entry **pdir; local
937 pdir = &palinfo_proc_entries[cpu*(NR_PALINFO_ENTRIES+1)];
938 *pdir++ = cpu_dir;
941 *pdir = create_proc_read_entry(
944 if (*pdir)
945 (*pdir)->owner = THIS_MODULE;
946 pdir++;
954 struct proc_dir_entry *cpu_dir, **pdir; local
956 pdir = &palinfo_proc_entries[hcpu*(NR_PALINFO_ENTRIES+1)];
957 cpu_dir = *pdir;
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/etc/afpd/
H A Ddirectory.c576 struct dir *ret = NULL, *pdir; local
657 if ((pdir = dirlookup(vol, pdid)) == NULL) {
663 if ((fullpath = bstrcpy(pdir->d_fullpath)) == NULL
2487 struct dir *fdir, *pdir; local
2493 if ((pdir = dirlookup(vol, curdir->d_pdid)) == NULL) {
2538 if (movecwd(vol, pdir) < 0) {

Completed in 101 milliseconds