Searched refs:S_IWUSR (Results 1 - 25 of 421) sorted by relevance

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/coreutils/
H A Dnohup.c35 if (open(nohupout, O_CREAT|O_WRONLY|O_APPEND, S_IRUSR|S_IWUSR) < 0) {
39 xopen3(nohupout, O_CREAT|O_WRONLY|O_APPEND, S_IRUSR|S_IWUSR);
H A Dtouch.c45 S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP | S_IROTH | S_IWOTH
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/dbinc/
H A Dos.h83 #define DB_MODE_600 (S_IRUSR|S_IWUSR)
84 #define DB_MODE_660 (S_IRUSR|S_IWUSR|S_IRGRP|S_IWGRP)
85 #define DB_MODE_666 (S_IRUSR|S_IWUSR|S_IRGRP|S_IWGRP|S_IROTH|S_IWOTH)
86 #define DB_MODE_700 (S_IRUSR|S_IWUSR|S_IXUSR)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/init/
H A Dnoinitramfs.c37 S_IFCHR | S_IRUSR | S_IWUSR,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dsys_stat.in.h213 #if !S_IWUSR && S_IWRITE
214 # define S_IWUSR S_IWRITE macro
216 #if !S_IWUSR
217 # define S_IWUSR 00200 macro
220 # define S_IWGRP (S_IWUSR >> 3)
223 # define S_IWOTH (S_IWUSR >> 6)
240 # define S_IRWXU (S_IRUSR | S_IWUSR | S_IXUSR)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/hwmon/
H A Dw83792d.c966 static SENSOR_DEVICE_ATTR(in0_min, S_IWUSR | S_IRUGO,
968 static SENSOR_DEVICE_ATTR(in1_min, S_IWUSR | S_IRUGO,
970 static SENSOR_DEVICE_ATTR(in2_min, S_IWUSR | S_IRUGO,
972 static SENSOR_DEVICE_ATTR(in3_min, S_IWUSR | S_IRUGO,
974 static SENSOR_DEVICE_ATTR(in4_min, S_IWUSR | S_IRUGO,
976 static SENSOR_DEVICE_ATTR(in5_min, S_IWUSR | S_IRUGO,
978 static SENSOR_DEVICE_ATTR(in6_min, S_IWUSR | S_IRUGO,
980 static SENSOR_DEVICE_ATTR(in7_min, S_IWUSR | S_IRUGO,
982 static SENSOR_DEVICE_ATTR(in8_min, S_IWUSR | S_IRUGO,
984 static SENSOR_DEVICE_ATTR(in0_max, S_IWUSR | S_IRUG
[all...]
H A Dw83627ehf.c622 SENSOR_ATTR(in0_min, S_IWUSR | S_IRUGO, show_in_min, store_in_min, 0),
623 SENSOR_ATTR(in1_min, S_IWUSR | S_IRUGO, show_in_min, store_in_min, 1),
624 SENSOR_ATTR(in2_min, S_IWUSR | S_IRUGO, show_in_min, store_in_min, 2),
625 SENSOR_ATTR(in3_min, S_IWUSR | S_IRUGO, show_in_min, store_in_min, 3),
626 SENSOR_ATTR(in4_min, S_IWUSR | S_IRUGO, show_in_min, store_in_min, 4),
627 SENSOR_ATTR(in5_min, S_IWUSR | S_IRUGO, show_in_min, store_in_min, 5),
628 SENSOR_ATTR(in6_min, S_IWUSR | S_IRUGO, show_in_min, store_in_min, 6),
629 SENSOR_ATTR(in7_min, S_IWUSR | S_IRUGO, show_in_min, store_in_min, 7),
630 SENSOR_ATTR(in8_min, S_IWUSR | S_IRUGO, show_in_min, store_in_min, 8),
631 SENSOR_ATTR(in9_min, S_IWUSR | S_IRUG
[all...]
H A Dw83791d.c362 SENSOR_ATTR(in0_min, S_IWUSR | S_IRUGO, show_in_min, store_in_min, 0),
363 SENSOR_ATTR(in1_min, S_IWUSR | S_IRUGO, show_in_min, store_in_min, 1),
364 SENSOR_ATTR(in2_min, S_IWUSR | S_IRUGO, show_in_min, store_in_min, 2),
365 SENSOR_ATTR(in3_min, S_IWUSR | S_IRUGO, show_in_min, store_in_min, 3),
366 SENSOR_ATTR(in4_min, S_IWUSR | S_IRUGO, show_in_min, store_in_min, 4),
367 SENSOR_ATTR(in5_min, S_IWUSR | S_IRUGO, show_in_min, store_in_min, 5),
368 SENSOR_ATTR(in6_min, S_IWUSR | S_IRUGO, show_in_min, store_in_min, 6),
369 SENSOR_ATTR(in7_min, S_IWUSR | S_IRUGO, show_in_min, store_in_min, 7),
370 SENSOR_ATTR(in8_min, S_IWUSR | S_IRUGO, show_in_min, store_in_min, 8),
371 SENSOR_ATTR(in9_min, S_IWUSR | S_IRUG
[all...]
H A Dpc87360.c326 SENSOR_ATTR(fan1_min, S_IWUSR | S_IRUGO, show_fan_min, set_fan_min, 0),
327 SENSOR_ATTR(fan2_min, S_IWUSR | S_IRUGO, show_fan_min, set_fan_min, 1),
328 SENSOR_ATTR(fan3_min, S_IWUSR | S_IRUGO, show_fan_min, set_fan_min, 2),
364 SENSOR_ATTR(pwm1, S_IWUSR | S_IRUGO, show_pwm, set_pwm, 0),
365 SENSOR_ATTR(pwm2, S_IWUSR | S_IRUGO, show_pwm, set_pwm, 1),
366 SENSOR_ATTR(pwm3, S_IWUSR | S_IRUGO, show_pwm, set_pwm, 2),
468 SENSOR_ATTR(in0_min, S_IWUSR | S_IRUGO, show_in_min, set_in_min, 0),
469 SENSOR_ATTR(in1_min, S_IWUSR | S_IRUGO, show_in_min, set_in_min, 1),
470 SENSOR_ATTR(in2_min, S_IWUSR | S_IRUGO, show_in_min, set_in_min, 2),
471 SENSOR_ATTR(in3_min, S_IWUSR | S_IRUG
[all...]
H A Df71805f.c685 S_IRUGO | S_IWUSR))
824 static SENSOR_DEVICE_ATTR(in0_max, S_IRUGO| S_IWUSR,
826 static SENSOR_DEVICE_ATTR(in0_min, S_IRUGO| S_IWUSR,
829 static SENSOR_DEVICE_ATTR(in1_max, S_IRUGO | S_IWUSR,
831 static SENSOR_DEVICE_ATTR(in1_min, S_IRUGO | S_IWUSR,
834 static SENSOR_DEVICE_ATTR(in2_max, S_IRUGO | S_IWUSR,
836 static SENSOR_DEVICE_ATTR(in2_min, S_IRUGO | S_IWUSR,
839 static SENSOR_DEVICE_ATTR(in3_max, S_IRUGO | S_IWUSR,
841 static SENSOR_DEVICE_ATTR(in3_min, S_IRUGO | S_IWUSR,
844 static SENSOR_DEVICE_ATTR(in4_max, S_IRUGO | S_IWUSR,
[all...]
H A Dw83793.c893 SENSOR_ATTR_2(in##index##_max, S_IRUGO | S_IWUSR, show_in, \
895 SENSOR_ATTR_2(in##index##_min, S_IRUGO | S_IWUSR, show_in, \
899 SENSOR_ATTR_2(in##index##_beep, S_IWUSR | S_IRUGO, \
906 SENSOR_ATTR_2(fan##index##_beep, S_IWUSR | S_IRUGO, \
910 SENSOR_ATTR_2(fan##index##_min, S_IWUSR | S_IRUGO, \
914 SENSOR_ATTR_2(pwm##index, S_IWUSR | S_IRUGO, show_pwm, \
916 SENSOR_ATTR_2(pwm##index##_nonstop, S_IWUSR | S_IRUGO, \
918 SENSOR_ATTR_2(pwm##index##_start, S_IWUSR | S_IRUGO, \
920 SENSOR_ATTR_2(pwm##index##_stop_time, S_IWUSR | S_IRUGO, \
924 SENSOR_ATTR_2(temp##index##_type, S_IRUGO | S_IWUSR, \
[all...]
H A Dlm80.c346 static DEVICE_ATTR(in0_min, S_IWUSR | S_IRUGO, show_in_min0, set_in_min0);
347 static DEVICE_ATTR(in1_min, S_IWUSR | S_IRUGO, show_in_min1, set_in_min1);
348 static DEVICE_ATTR(in2_min, S_IWUSR | S_IRUGO, show_in_min2, set_in_min2);
349 static DEVICE_ATTR(in3_min, S_IWUSR | S_IRUGO, show_in_min3, set_in_min3);
350 static DEVICE_ATTR(in4_min, S_IWUSR | S_IRUGO, show_in_min4, set_in_min4);
351 static DEVICE_ATTR(in5_min, S_IWUSR | S_IRUGO, show_in_min5, set_in_min5);
352 static DEVICE_ATTR(in6_min, S_IWUSR | S_IRUGO, show_in_min6, set_in_min6);
353 static DEVICE_ATTR(in0_max, S_IWUSR | S_IRUGO, show_in_max0, set_in_max0);
354 static DEVICE_ATTR(in1_max, S_IWUSR | S_IRUGO, show_in_max1, set_in_max1);
355 static DEVICE_ATTR(in2_max, S_IWUSR | S_IRUG
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dstat.h34 #define S_IWUSR 00200 macro
53 #define S_IWUGO (S_IWUSR|S_IWGRP|S_IWOTH)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/message/i2o/
H A Dconfig-osm.c29 #define S_IWRSR (S_IRUSR | S_IWUSR)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/libbb/
H A Dmake_directory.c41 S_IWUSR | S_IWGRP | S_IWOTH |
H A Dmode_string.c21 != 00400 ) || ( S_IWUSR != 00200 ) || ( S_IXUSR != 00100 ) || ( S_IRGRP != 00040 ) || ( \
38 S_IRUSR, S_IWUSR, S_IXUSR, S_ISUID,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/build_brew/
H A Dclib_port.h99 #ifndef S_IWUSR
100 #define S_IWUSR S_IWRITE /* W for owner */ macro
127 #ifndef S_IWUSR
128 #define S_IWUSR 0000200 /* W for owner */ macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/build_s60/
H A Dclib_port.h99 #ifndef S_IWUSR
100 #define S_IWUSR S_IWRITE /* W for owner */ macro
127 #ifndef S_IWUSR
128 #define S_IWUSR 0000200 /* W for owner */ macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/build_unix/
H A Dclib_port.h101 #ifndef S_IWUSR
102 #define S_IWUSR S_IWRITE /* W for owner */ macro
129 #ifndef S_IWUSR
130 #define S_IWUSR 0000200 /* W for owner */ macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/build_vxworks/
H A Dclib_port.h101 #ifndef S_IWUSR
102 #define S_IWUSR S_IWRITE /* W for owner */ macro
129 #ifndef S_IWUSR
130 #define S_IWUSR 0000200 /* W for owner */ macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/build_wince/
H A Dclib_port.h101 #ifndef S_IWUSR
102 #define S_IWUSR S_IWRITE /* W for owner */ macro
129 #ifndef S_IWUSR
130 #define S_IWUSR 0000200 /* W for owner */ macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/build_windows/
H A Dclib_port.h101 #ifndef S_IWUSR
102 #define S_IWUSR S_IWRITE /* W for owner */ macro
129 #ifndef S_IWUSR
130 #define S_IWUSR 0000200 /* W for owner */ macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/nfsd/
H A Dnfsctl.c642 [NFSD_Svc] = {".svc", &transaction_ops, S_IWUSR},
643 [NFSD_Add] = {".add", &transaction_ops, S_IWUSR},
644 [NFSD_Del] = {".del", &transaction_ops, S_IWUSR},
645 [NFSD_Export] = {".export", &transaction_ops, S_IWUSR},
646 [NFSD_Unexport] = {".unexport", &transaction_ops, S_IWUSR},
647 [NFSD_Getfd] = {".getfd", &transaction_ops, S_IWUSR|S_IRUSR},
648 [NFSD_Getfs] = {".getfs", &transaction_ops, S_IWUSR|S_IRUSR},
650 [NFSD_Fh] = {"filehandle", &transaction_ops, S_IWUSR|S_IRUSR},
651 [NFSD_Threads] = {"threads", &transaction_ops, S_IWUSR|S_IRUSR},
652 [NFSD_Pool_Threads] = {"pool_threads", &transaction_ops, S_IWUSR|S_IRUS
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/smbd/
H A Ddosmode.c48 mode_t result = (S_IRUSR | S_IRGRP | S_IROTH | S_IWUSR | S_IWGRP | S_IWOTH);
52 result &= ~(S_IWUSR | S_IWGRP | S_IWOTH);
76 result |= (S_IFDIR | S_IWUSR);
102 result |= dir_mode & (S_IRUSR | S_IRGRP | S_IROTH | S_IWUSR | S_IWGRP | S_IWOTH);
123 if ((sbuf->st_mode & S_IWUSR) == 0)
391 unixmode |= (st->st_mode & (S_IWUSR|S_IWGRP|S_IWOTH));
463 ((sb.st_mode & S_IWUSR) && current_user.uid==sb.st_uid) ||
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sh/drivers/dma/
H A Ddma-sysfs.c74 static SYSDEV_ATTR(dev_id, S_IRUGO | S_IWUSR, dma_show_dev_id, dma_store_dev_id);
88 static SYSDEV_ATTR(config, S_IWUSR, NULL, dma_store_config);
104 static SYSDEV_ATTR(mode, S_IRUGO | S_IWUSR, dma_show_mode, dma_store_mode);

Completed in 160 milliseconds

1234567891011>>