Home
last modified time | relevance | path

Searched refs:S_IWUSR (Results 1 – 25 of 141) sorted by relevance

123456

/linux-2.4.37.9/arch/ppc64/kernel/
Dmf_proc.c67 ent = create_proc_entry("cmdline", S_IFREG|S_IRUSR|S_IWUSR, mf_a); in mf_proc_init()
74 ent = create_proc_entry("vmlinux", S_IFREG|S_IWUSR, mf_a); in mf_proc_init()
84 ent = create_proc_entry("cmdline", S_IFREG|S_IRUSR|S_IWUSR, mf_b); in mf_proc_init()
91 ent = create_proc_entry("vmlinux", S_IFREG|S_IWUSR, mf_b); in mf_proc_init()
101 ent = create_proc_entry("cmdline", S_IFREG|S_IRUSR|S_IWUSR, mf_c); in mf_proc_init()
108 ent = create_proc_entry("vmlinux", S_IFREG|S_IWUSR, mf_c); in mf_proc_init()
119 ent = create_proc_entry("cmdline", S_IFREG|S_IRUSR|S_IWUSR, mf_d); in mf_proc_init()
133 ent = create_proc_entry("side", S_IFREG|S_IRUSR|S_IWUSR, mf_proc_root); in mf_proc_init()
140 ent = create_proc_entry("src", S_IFREG|S_IRUSR|S_IWUSR, mf_proc_root); in mf_proc_init()
Dproc_pmc.c203 ent = create_proc_entry("stab", S_IRUGO | S_IWUSR, in proc_ppc64_init()
212 ent = create_proc_entry("htab", S_IRUGO | S_IWUSR, in proc_ppc64_init()
222 ent = create_proc_entry("stab", S_IRUGO | S_IWUSR, in proc_ppc64_init()
231 ent = create_proc_entry("htab", S_IRUGO | S_IWUSR, in proc_ppc64_init()
240 ent = create_proc_entry("profile", S_IWUSR | S_IRUGO, proc_ppc64_pmc_system_root); in proc_ppc64_init()
247 ent = create_proc_entry("trace", S_IWUSR | S_IRUGO, proc_ppc64_pmc_system_root); in proc_ppc64_init()
254 ent = create_proc_entry("timeslice", S_IWUSR | S_IRUGO, proc_ppc64_pmc_system_root); in proc_ppc64_init()
262 ent = create_proc_entry("hardware", S_IRUGO | S_IWUSR, in proc_ppc64_init()
272 ent = create_proc_entry("hardware", S_IRUGO | S_IWUSR, in proc_ppc64_init()
554 ent = create_proc_entry("control", S_IFREG|S_IRUSR|S_IWUSR, pmc_proc_root); in pmc_proc_init()
[all …]
Dproc_pcifr.c72 pciFr_proc_root = create_proc_entry("pcifr", S_IFREG | S_IRUGO | S_IWUSR, proc_ppc64_root); in proc_pciFr_init()
86 pciDev_proc_root = create_proc_entry("pci", S_IFREG | S_IRUGO | S_IWUSR, proc_ppc64_root); in proc_pciFr_init()
Drtas-proc.c257 entry=create_proc_entry("clock",S_IRUGO|S_IWUSR,rtas_proc_dir); in proc_rtas_init()
263 entry=create_proc_entry("poweron",S_IWUSR|S_IRUGO,rtas_proc_dir); in proc_rtas_init()
275 entry=create_proc_entry("frequency",S_IWUSR|S_IRUGO,rtas_proc_dir); in proc_rtas_init()
278 entry=create_proc_entry("volume",S_IWUSR|S_IRUGO,rtas_proc_dir); in proc_rtas_init()
285 entry=create_proc_entry("progress",S_IRUGO|S_IWUSR,rtas_proc_dir); in proc_rtas_init()
292 entry=create_proc_entry("errinjct",S_IWUSR|S_IRUGO,rtas_proc_dir); in proc_rtas_init()
/linux-2.4.37.9/drivers/sound/
Dsound_core.c287 name, S_IRUSR | S_IWUSR); in register_sound_special()
305 "mixer", S_IRUSR | S_IWUSR); in register_sound_mixer()
323 "midi", S_IRUSR | S_IWUSR); in register_sound_midi()
349 "dsp", S_IWUSR | S_IRUSR); in register_sound_dsp()
368 "synth", S_IRUSR | S_IWUSR); in register_sound_synth()
/linux-2.4.37.9/drivers/char/ftape/zftape/
Dzftape-init.c362 S_IFCHR | S_IRUSR | S_IWUSR, in zft_init()
367 S_IFCHR | S_IRUSR | S_IWUSR, in zft_init()
372 S_IFCHR | S_IRUSR | S_IWUSR, in zft_init()
377 S_IFCHR | S_IRUSR | S_IWUSR, in zft_init()
382 S_IFCHR | S_IRUSR | S_IWUSR, in zft_init()
387 S_IFCHR | S_IRUSR | S_IWUSR, in zft_init()
/linux-2.4.37.9/include/linux/
Dstat.h34 #define S_IWUSR 00200 macro
53 #define S_IWUGO (S_IWUSR|S_IWGRP|S_IWOTH)
/linux-2.4.37.9/drivers/char/
Dvc_screen.c500 S_IFCHR | S_IRUSR | S_IWUSR, &vcs_fops, NULL); in vcs_make_devfs()
503 S_IFCHR | S_IRUSR | S_IWUSR, &vcs_fops, NULL); in vcs_make_devfs()
520 S_IFCHR | S_IRUSR | S_IWUSR, &vcs_fops, NULL); in vcs_init()
523 S_IFCHR | S_IRUSR | S_IWUSR, &vcs_fops, NULL); in vcs_init()
Dmem.c714 {1, "mem", S_IRUSR | S_IWUSR | S_IRGRP, &mem_fops}, in memory_devfs_register()
715 {2, "kmem", S_IRUSR | S_IWUSR | S_IRGRP, &kmem_fops}, in memory_devfs_register()
718 {4, "port", S_IRUSR | S_IWUSR | S_IRGRP, &port_fops}, in memory_devfs_register()
722 {8, "random", S_IRUGO | S_IWUSR, &random_fops}, in memory_devfs_register()
723 {9, "urandom", S_IRUGO | S_IWUSR, &urandom_fops} in memory_devfs_register()
Dtpqic02.c2860 S_IFCHR | S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP, in qic02_tape_init()
2864 S_IFCHR | S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP, in qic02_tape_init()
2868 S_IFCHR | S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP, in qic02_tape_init()
2872 S_IFCHR | S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP, in qic02_tape_init()
2876 S_IFCHR | S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP, in qic02_tape_init()
2880 S_IFCHR | S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP, in qic02_tape_init()
2884 S_IFCHR | S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP, in qic02_tape_init()
2888 S_IFCHR | S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP, in qic02_tape_init()
/linux-2.4.37.9/net/netlink/
Dnetlink_dev.c179 S_IFCHR | S_IRUSR | S_IWUSR, in make_devfs_entries()
202 S_IFCHR | S_IRUSR | S_IWUSR, in init_netlink()
/linux-2.4.37.9/arch/ia64/sn/io/drivers/
Dpciba.c417 S_IFCHR | S_IRUSR | S_IWUSR, 0, 0, in register_pci_device()
431 S_IFCHR | S_IRUSR | S_IWUSR, 0, 0, in register_pci_device()
446 S_IFCHR | S_IRUSR | S_IWUSR, 0, 0, in register_pci_device()
472 0, 0, S_IFCHR | S_IRUSR | S_IWUSR, 0, 0, in register_pci_device()
485 0, 0, S_IFCHR | S_IRUSR | S_IWUSR, 0, 0, in register_pci_device()
Difconfig_net.c302 S_IFCHR | S_IRUSR | S_IWUSR | S_IRGRP, 0, 0, in init_module()
/linux-2.4.37.9/fs/proc/
Dproc_misc.c643 create_seq_entry("slabinfo",S_IWUSR|S_IRUGO,&proc_slabinfo_operations); in proc_misc_init()
654 entry = create_proc_entry("profile", S_IWUSR | S_IRUGO, NULL); in proc_misc_init()
661 entry = create_proc_entry("sysrq-trigger", S_IWUSR, NULL); in proc_misc_init()
668 entry = create_proc_entry("ppc_htab", S_IRUGO|S_IWUSR, NULL); in proc_misc_init()
/linux-2.4.37.9/fs/xfs/
Dxfs_dfrag.c155 error = xfs_iaccess(ip, S_IWUSR, NULL); in xfs_swapext()
159 error = xfs_iaccess(tip, S_IWUSR, NULL); in xfs_swapext()
/linux-2.4.37.9/net/8021q/
Dvlanproc.c141 S_IFREG|S_IRUSR|S_IWUSR, in vlan_proc_init()
169 S_IFREG|S_IRUSR|S_IWUSR, in vlan_proc_add_dev()
/linux-2.4.37.9/drivers/acpi/
Dsystem.c1116 S_IFREG|S_IRUGO|S_IWUSR, acpi_device_dir(device)); in acpi_system_add_fs()
1129 S_IFREG|S_IRUGO|S_IWUSR, acpi_device_dir(device)); in acpi_system_add_fs()
1146 S_IFREG|S_IRUGO|S_IWUSR, acpi_device_dir(device)); in acpi_system_add_fs()
1159 S_IFREG|S_IRUGO|S_IWUSR, acpi_device_dir(device)); in acpi_system_add_fs()
/linux-2.4.37.9/arch/m68k/atari/
Djoystick.c142 MAJOR_NR, 128, S_IFCHR | S_IRUSR | S_IWUSR, in atari_joystick_init()
/linux-2.4.37.9/drivers/nubus/
Dproc.c77 S_IWUSR, parent); in nubus_proc_subdir()
/linux-2.4.37.9/drivers/md/
Dlvm-fs.c88 S_IFCHR | S_IRUSR | S_IWUSR | in lvm_init_fs()
126 S_IFCHR | S_IRUSR | S_IWUSR | S_IRGRP, in lvm_fs_create_vg()
205 S_IFBLK | S_IRUSR | S_IWUSR | S_IRGRP, in lvm_fs_create_lv()
/linux-2.4.37.9/fs/partitions/
Dcheck.c296 S_IFBLK | S_IRUSR | S_IWUSR, in devfs_register_partition()
335 S_IFBLK | S_IRUSR | S_IWUSR, dev->fops, NULL); in devfs_register_disc()
/linux-2.4.37.9/arch/parisc/kernel/
Dled.c232 ent = create_proc_entry("led", S_IFREG|S_IRUGO|S_IWUSR, proc_pdc_root); in led_create_procfs()
242 ent = create_proc_entry("lcd", S_IFREG|S_IRUGO|S_IWUSR, proc_pdc_root); in led_create_procfs()
/linux-2.4.37.9/net/ipv4/netfilter/
Dipfwadm_core.c1332 proc_net_create("ip_acct", S_IFREG | S_IRUGO | S_IWUSR, ip_acct_procinfo); in ipfw_init_or_cleanup()
1334 proc_net_create("ip_input", S_IFREG | S_IRUGO | S_IWUSR, ip_fw_in_procinfo); in ipfw_init_or_cleanup()
1335 proc_net_create("ip_output", S_IFREG | S_IRUGO | S_IWUSR, ip_fw_out_procinfo); in ipfw_init_or_cleanup()
1336 proc_net_create("ip_forward", S_IFREG | S_IRUGO | S_IWUSR, ip_fw_fwd_procinfo); in ipfw_init_or_cleanup()
/linux-2.4.37.9/arch/sparc64/solaris/
Dsocksys.c188 S_IFCHR | S_IRUSR | S_IWUSR, in init_socksys()
/linux-2.4.37.9/arch/ppc64/boot/
DaddSystemMap.c244 chmod(argv[3], S_IRUSR|S_IWUSR|S_IXUSR|S_IRGRP|S_IXGRP|S_IROTH|S_IXOTH); in main()

123456