Searched refs:single_open (Results 1 - 25 of 244) sorted by relevance

12345678910

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/bin/megatron/
H A Dasingle.h11 int single_open(char *singlefile, int flags, struct FHeader *fh, int options);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/ia64/sn/kernel/sn2/
H A Dsn_proc_fs.c23 return single_open(file, partition_id_show, NULL);
34 return single_open(file, system_serial_number_show, NULL);
45 return single_open(file, licenseID_show, NULL);
77 return single_open(file, sn_force_interrupt_show, NULL);
89 return single_open(file, coherence_id_show, NULL);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/proc/
H A Dcmdline.c14 return single_open(file, cmdline_proc_show, NULL);
H A Dsoftirqs.c29 return single_open(file, show_softirqs, NULL);
H A Dversion.c19 return single_open(file, version_proc_show, NULL);
H A Dloadavg.c30 return single_open(file, loadavg_proc_show, NULL);
H A Duptime.c33 return single_open(file, uptime_proc_show, NULL);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/xfs/quota/
H A Dxfs_qm_stats.c54 return single_open(file, xqm_proc_show, NULL);
82 return single_open(file, xqmstat_proc_show, NULL);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/ide/
H A Dide-floppy_proc.c17 return single_open(file, idefloppy_capacity_proc_show, PDE(inode)->data);
H A Dide-proc.c61 return single_open(file, ide_imodel_proc_show, PDE(inode)->data);
85 return single_open(file, ide_mate_proc_show, PDE(inode)->data);
106 return single_open(file, ide_channel_proc_show, PDE(inode)->data);
146 return single_open(file, ide_identify_proc_show, PDE(inode)->data);
311 return single_open(file, ide_settings_proc_show, PDE(inode)->data);
435 return single_open(file, ide_capacity_proc_show, NULL);
460 return single_open(file, ide_geometry_proc_show, PDE(inode)->data);
483 return single_open(file, ide_dmodel_proc_show, PDE(inode)->data);
511 return single_open(file, ide_driver_proc_show, PDE(inode)->data);
586 return single_open(fil
[all...]
H A Dide-disk_proc.c55 return single_open(file, idedisk_cache_proc_show, PDE(inode)->data);
76 return single_open(file, idedisk_capacity_proc_show, PDE(inode)->data);
117 return single_open(file, idedisk_sv_proc_show, PDE(inode)->data);
135 return single_open(file, idedisk_st_proc_show, PDE(inode)->data);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/pnp/pnpbios/
H A Dproc.c52 return single_open(file, pnpconfig_proc_show, NULL);
79 return single_open(file, escd_info_proc_show, NULL);
134 return single_open(file, escd_proc_show, NULL);
164 return single_open(file, pnp_legacyres_proc_show, NULL);
208 return single_open(file, pnp_devices_proc_show, NULL);
242 return single_open(file, pnpbios_proc_show, PDE(inode)->data);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/irq/
H A Dproc.c105 return single_open(file, irq_affinity_proc_show, PDE(inode)->data);
110 return single_open(file, irq_affinity_hint_proc_show, PDE(inode)->data);
173 return single_open(file, default_affinity_show, PDE(inode)->data);
194 return single_open(file, irq_node_proc_show, PDE(inode)->data);
217 return single_open(file, irq_spurious_proc_show, PDE(inode)->data);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/plat-s3c24xx/
H A Dcpu-freq-debugfs.c67 return single_open(file, board_show, NULL);
109 return single_open(file, info_show, NULL);
166 return single_open(file, io_show, NULL);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/host/
H A Dfhci-dbg.c85 return single_open(file, fhci_dfs_regs_show, inode->i_private);
90 return single_open(file, fhci_dfs_irq_stat_show, inode->i_private);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/jfs/
H A Djfs_debug.c42 return single_open(file, jfs_loglevel_proc_show, NULL);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/batman-adv/
H A Dbat_debugfs.c225 return single_open(file, orig_seq_print_text, net_dev);
231 return single_open(file, hna_global_seq_print_text, net_dev);
237 return single_open(file, hna_local_seq_print_text, net_dev);
243 return single_open(file, vis_seq_print_text, net_dev);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/mm/
H A Dasids-debugfs.c51 return single_open(file, asids_seq_show, inode->i_private);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/um/kernel/
H A Dexitcode.c36 return single_open(file, exitcode_proc_show, NULL);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/
H A Drcutree_trace.c93 return single_open(file, show_rcudata, NULL);
145 return single_open(file, show_rcudata_csv, NULL);
204 return single_open(file, show_rcuhier, NULL);
230 return single_open(file, show_rcugp, NULL);
286 return single_open(file, show_rcu_pending, NULL);
H A Ddma.c140 return single_open(file, proc_dma_show, NULL);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/xfs/linux-2.6/
H A Dxfs_stats.c89 return single_open(file, xfs_stat_proc_show, NULL);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/nfsd/
H A Dstats.c83 return single_open(file, nfsd_proc_show, NULL);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/platforms/iseries/
H A Dproc.c101 return single_open(file, proc_titantod_show, NULL);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/host/whci/
H A Ddebug.c137 return single_open(file, di_print, inode->i_private);
142 return single_open(file, asl_print, inode->i_private);
147 return single_open(file, pzl_print, inode->i_private);

Completed in 256 milliseconds

12345678910