Searched refs:mode (Results 1 - 25 of 1342) sorted by relevance

1234567891011>>

/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-arm/arch-l7200/
H A Dsystem.h17 *(unsigned long *)(IO_BASE + 0x50004) = 1; /* idle mode */
20 static inline void arch_reset(char mode) argument
22 if (mode == 's') {
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-arm/arch-l7200/
H A Dsystem.h17 *(unsigned long *)(IO_BASE + 0x50004) = 1; /* idle mode */
20 static inline void arch_reset(char mode) argument
22 if (mode == 's') {
/asus-wl-520gu-7.0.1.45/src/router/busybox/libbb/
H A Ddevice_open.c34 extern int device_open(char *device, int mode) argument
38 m = mode | O_NONBLOCK;
47 if (m != mode)
48 fcntl(fd, F_SETFL, mode);
H A Dmode_string.c33 #define TYPEINDEX(mode) (((mode) >> 12) & 0x0f)
34 #define TYPECHAR(mode) ("0pcCd?bB-?l?s???" [TYPEINDEX(mode)])
43 /* The 9 mode bits to test */
56 * Return the standard ls-like mode string from a file mode.
59 const char *mode_string(int mode) argument
65 buf[0] = TYPECHAR(mode);
67 if (mode
[all...]
H A Dwfopen.c32 FILE *wfopen(const char *path, const char *mode) argument
35 if ((fp = fopen(path, mode)) == NULL) {
H A Dmake_directory.c32 /* Create the directory PATH with mode MODE, or the default if MODE is -1.
36 int make_directory (char *path, long mode, int flags) argument
44 if (mode != -1 && chmod (path, mode) < 0) {
61 if (make_directory (path, mode, 0) < 0)
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-arm/arch-anakin/
H A Dsystem.h24 arch_reset(char mode) argument
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-arm/arch-arc/
H A Dsystem.h16 static inline void arch_reset(char mode) argument
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-arm/arch-anakin/
H A Dsystem.h24 arch_reset(char mode) argument
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-arm/arch-arc/
H A Dsystem.h16 static inline void arch_reset(char mode) argument
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/arm/lib/
H A Dgcclib.h7 typedef unsigned int UQItype __attribute__ ((mode (QI)));
8 typedef int SItype __attribute__ ((mode (SI)));
9 typedef unsigned int USItype __attribute__ ((mode (SI)));
10 typedef int DItype __attribute__ ((mode (DI)));
11 typedef int word_type __attribute__ ((mode (__word__)));
12 typedef unsigned int UDItype __attribute__ ((mode (DI)));
/asus-wl-520gu-7.0.1.45/src/router/busybox/
H A Dmknod.c35 mode_t mode = 0; local
67 mode = S_IFCHR;
70 mode = S_IFBLK;
73 mode = S_IFIFO;
82 if (mode == S_IFCHR || mode == S_IFBLK) {
86 mode |= perm;
88 if (mknod(argv[0], mode, dev) != 0)
H A Dmakedevs.c29 mode_t mode = 0; local
39 mode = S_IFCHR;
42 mode = S_IFBLK;
45 mode = S_IFIFO;
50 mode |= 0660;
65 if (mknod(devname, mode, dev))
H A Dmkfifo.c32 mode_t mode = 0666; local
47 parse_mode(*argv, &mode);
57 if (mkfifo(*argv, mode) < 0)
H A Dmkdir.c36 mode_t mode = -1; local
44 mode = 0777;
45 if (!parse_mode (optarg, &mode))
46 error_msg_and_die ("invalid mode `%s'", optarg);
60 if (make_directory (argv[i], mode, flags) < 0)
/asus-wl-520gu-7.0.1.45/src/router/pppd/pppd/plugins/pptp/
H A Ddirutil.h14 int make_valid_path(char *dirname, mode_t mode);
/asus-wl-520gu-7.0.1.45/src/router/pptp-client/
H A Ddirutil.h14 int make_valid_path(char *dirname, mode_t mode);
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-arm/arch-epxa10db/
H A Dsystem.h36 extern __inline__ void arch_reset(char mode) argument
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-arm/arch-mx1ads/
H A Dsystem.h35 static inline void arch_reset(char mode) argument
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-arm/arch-nexuspci/
H A Dsystem.h23 #define arch_reset(mode) do { } while (0)
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-arm/arch-epxa10db/
H A Dsystem.h36 extern __inline__ void arch_reset(char mode) argument
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-arm/arch-mx1ads/
H A Dsystem.h35 static inline void arch_reset(char mode) argument
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-arm/arch-nexuspci/
H A Dsystem.h23 #define arch_reset(mode) do { } while (0)
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/netfilter_ipv4/
H A Dipt_ttl.h16 u_int8_t mode; member in struct:ipt_ttl_info
/asus-wl-520gu-7.0.1.45/src/router/iptables/include/linux/netfilter_ipv4/
H A Dipt_TTL.h16 u_int8_t mode; member in struct:ipt_TTL_info

Completed in 142 milliseconds

1234567891011>>