Home
last modified time | relevance | path

Searched refs:S_IRUGO (Results 1 – 25 of 142) sorted by relevance

123456

/linux-2.4.37.9/arch/ppc64/kernel/
Dproc_pmc.c159 ent = create_proc_entry("naca", S_IFREG|S_IRUGO, proc_ppc64_root); in proc_ppc64_init()
167 ent = create_proc_entry("systemcfg", S_IFREG|S_IRUGO, proc_ppc64_root); in proc_ppc64_init()
203 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()
[all …]
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()
269 create_proc_read_entry("sensors", 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()
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()
/linux-2.4.37.9/fs/adfs/
Dinode.c111 mode = S_IRUGO & sb->u.adfs_sb.s_owner_mask; in adfs_atts2mode()
122 rmask = S_IRUGO | S_IXUGO; in adfs_atts2mode()
126 rmask = S_IRUGO; in adfs_atts2mode()
165 if (mode & S_IRUGO) in adfs_mode2atts()
172 if (mode & S_IRUGO) in adfs_mode2atts()
/linux-2.4.37.9/fs/hfs/
Dinode.c44 inode->i_mode = S_IRUGO | S_IWUGO | S_IFREG; in init_file_inode()
369 inode->i_mode = S_IRUGO | S_IWUGO | S_IFREG; in hfs_cap_ifill()
392 inode->i_mode = S_IRUGO | S_IXUGO | S_IFDIR; in hfs_cap_ifill()
398 inode->i_mode = S_IRUGO | S_IXUGO | S_IFDIR; in hfs_cap_ifill()
427 inode->i_mode = S_IRUGO | S_IWUGO | S_IFREG; in hfs_dbl_ifill()
472 inode->i_mode = S_IRUGO | S_IWUGO | S_IFREG; in hfs_nat_ifill()
/linux-2.4.37.9/drivers/message/i2o/
Di2o_proc.c153 {"hrt", S_IFREG|S_IRUGO, i2o_proc_read_hrt, NULL},
154 {"lct", S_IFREG|S_IRUGO, i2o_proc_read_lct, NULL},
155 {"status", S_IFREG|S_IRUGO, i2o_proc_read_status, NULL},
156 {"hw", S_IFREG|S_IRUGO, i2o_proc_read_hw, NULL},
157 {"ddm_table", S_IFREG|S_IRUGO, i2o_proc_read_ddm_table, NULL},
158 {"driver_store", S_IFREG|S_IRUGO, i2o_proc_read_driver_store, NULL},
159 {"drivers_stored", S_IFREG|S_IRUGO, i2o_proc_read_drivers_stored, NULL},
168 {"groups", S_IFREG|S_IRUGO, i2o_proc_read_groups, NULL},
169 {"phys_dev", S_IFREG|S_IRUGO, i2o_proc_read_phys_device, NULL},
170 {"claimed", S_IFREG|S_IRUGO, i2o_proc_read_claimed, NULL},
[all …]
/linux-2.4.37.9/net/sctp/
Dproc.c116 p = create_proc_entry("snmp", S_IRUGO, proc_net_sctp); in sctp_snmp_proc_init()
209 p = create_proc_entry("eps", S_IRUGO, proc_net_sctp); in sctp_eps_proc_init()
275 p = create_proc_entry("assocs", S_IRUGO, proc_net_sctp); in sctp_assocs_proc_init()
/linux-2.4.37.9/drivers/ide/
Dide-proc.c749 { "driver", S_IFREG|S_IRUGO, proc_ide_read_driver, proc_ide_write_driver },
751 { "media", S_IFREG|S_IRUGO, proc_ide_read_media, NULL },
752 { "model", S_IFREG|S_IRUGO, proc_ide_read_dmodel, NULL },
843 { "channel", S_IFREG|S_IRUGO, proc_ide_read_channel, NULL },
844 { "config", S_IFREG|S_IRUGO|S_IWUSR,proc_ide_read_config, proc_ide_write_config },
845 { "mate", S_IFREG|S_IRUGO, proc_ide_read_mate, NULL },
846 { "model", S_IFREG|S_IRUGO, proc_ide_read_imodel, NULL },
848 { "devspec", S_IFREG|S_IRUGO, proc_ide_read_devspec, NULL },
/linux-2.4.37.9/drivers/hotplug/
Dpci_hotplug_core.c1087 S_IFDIR | S_IXUGO | S_IRUGO, in fs_add_slot()
1095 S_IFREG | S_IRUGO | S_IWUSR, in fs_add_slot()
1103 S_IFREG | S_IRUGO | S_IWUSR, in fs_add_slot()
1110 S_IFREG | S_IRUGO, in fs_add_slot()
1117 S_IFREG | S_IRUGO, in fs_add_slot()
1124 S_IFREG | S_IRUGO, in fs_add_slot()
1131 S_IFREG | S_IRUGO, in fs_add_slot()
1138 S_IFREG | S_IRUGO, in fs_add_slot()
1145 S_IFREG | S_IRUGO | S_IWUSR, in fs_add_slot()
Dcpqphp_proc.c155 ctrl->proc_entry = create_proc_entry(ctrl->proc_name, S_IFREG | S_IRUGO, ctrl_proc_root); in cpqhp_proc_create_ctrl()
161 ctrl->proc_entry2 = create_proc_entry(ctrl->proc_name2, S_IFREG | S_IRUGO, ctrl_proc_root); in cpqhp_proc_create_ctrl()
/linux-2.4.37.9/drivers/char/
Dmem.c716 {3, "null", S_IRUGO | S_IWUGO, &null_fops}, in memory_devfs_register()
720 {5, "zero", S_IRUGO | S_IWUGO, &zero_fops}, in memory_devfs_register()
721 {7, "full", S_IRUGO | S_IWUGO, &full_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()
/linux-2.4.37.9/fs/proc/
Dbase.c614 E(PROC_PID_STATUS, "status", S_IFREG|S_IRUGO),
615 E(PROC_PID_CMDLINE, "cmdline", S_IFREG|S_IRUGO),
616 E(PROC_PID_STAT, "stat", S_IFREG|S_IRUGO),
617 E(PROC_PID_STATM, "statm", S_IFREG|S_IRUGO),
619 E(PROC_PID_CPU, "cpu", S_IFREG|S_IRUGO),
621 E(PROC_PID_MAPS, "maps", S_IFREG|S_IRUGO),
626 E(PROC_PID_MOUNTS, "mounts", S_IFREG|S_IRUGO),
1090 inode->i_mode = S_IFDIR|S_IRUGO|S_IXUGO; in proc_pid_lookup()
Dgeneric.c458 (S_IFLNK | S_IRUGO | S_IWUGO | S_IXUGO),1); in proc_symlink()
514 return proc_mkdir_mode(name, S_IRUGO | S_IXUGO, parent); in proc_mkdir()
525 mode |= S_IRUGO | S_IXUGO; in create_proc_entry()
531 mode |= S_IRUGO; in create_proc_entry()
Droot.c130 mode: S_IFDIR | S_IRUGO | S_IXUGO,
Dproc_devtree.c63 S_IRUGO : S_IRUSR, de, property_read_proc, pp); in add_node()
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()
668 entry = create_proc_entry("ppc_htab", S_IRUGO|S_IWUSR, NULL); in proc_misc_init()
/linux-2.4.37.9/drivers/isdn/divert/
Ddivert_procfs.c297 isdn_proc_entry = create_proc_entry("isdn", S_IFDIR | S_IRUGO | S_IXUGO, proc_net); in divert_dev_init()
300 isdn_divert_entry = create_proc_entry("divert", S_IFREG | S_IRUGO, isdn_proc_entry); in divert_dev_init()
/linux-2.4.37.9/fs/autofs/
Dinode.c212 inode->i_mode = S_IFDIR | S_IRUGO | S_IXUGO; in autofs_read_inode()
219 inode->i_mode = S_IFDIR | S_IRUGO | S_IXUGO | S_IWUSR; in autofs_read_inode()
/linux-2.4.37.9/include/linux/
Dstat.h52 #define S_IRUGO (S_IRUSR|S_IRGRP|S_IROTH) macro
/linux-2.4.37.9/drivers/acpi/
Dsystem.c1072 S_IRUGO, acpi_device_dir(device)); in acpi_system_add_fs()
1116 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()
Dbutton.c186 S_IRUGO, acpi_device_dir(device)); in acpi_button_add_fs()
200 S_IRUGO, acpi_device_dir(device)); in acpi_button_add_fs()
/linux-2.4.37.9/drivers/media/radio/
Dmiropcm20-rds.c119 0, 0, S_IRUGO | S_IFCHR, &rds_f_ops, NULL)) in miropcm20_rds_init()
/linux-2.4.37.9/ipc/
Dsem.c489 if (ipcperms (&sma->sem_perm, S_IRUGO)) in semctl_nolock()
531 if (ipcperms (&sma->sem_perm, (cmd==SETVAL||cmd==SETALL)?S_IWUGO:S_IRUGO)) in semctl_main()
545 err = sem_revalidate(semid, sma, nsems, S_IRUGO); in semctl_main()
820 error = sem_revalidate(semid, sma, nsems, alter ? S_IWUGO : S_IRUGO); in alloc_undo()
900 if (ipcperms(&sma->sem_perm, alter ? S_IWUGO : S_IRUGO)) in sys_semtimedop()
/linux-2.4.37.9/drivers/isdn/hysdn/
Dhysdn_procconf.c406 hysdn_proc_entry = create_proc_entry(PROC_SUBDIR_NAME, S_IFDIR | S_IRUGO | S_IXUGO, proc_net); in hysdn_procconf_init()
416 S_IFREG | S_IRUGO | S_IWUSR, in hysdn_procconf_init()
/linux-2.4.37.9/drivers/usb/
Dinode.c172 umode_t devmode = S_IWUSR | S_IRUGO, busmode = S_IXUGO | S_IRUGO, listmode = S_IRUGO; in parse_options()
523 inode->i_mode = S_IFDIR | S_IRUGO | S_IXUGO; in usbdevfs_read_inode()

123456