Searched refs:stat (Results 1 - 25 of 2417) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/tile/include/asm/
H A Dstat.h1 #include <asm-generic/stat.h>
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/microblaze/include/asm/
H A Dstat.h1 #include <asm-generic/stat.h>
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/score/include/asm/
H A Dstat.h4 #include <asm-generic/stat.h>
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-ebsa110/include/mach/
H A Dentry-macro.S25 .macro get_irqnr_and_base, irqnr, stat, base, tmp
26 ldrb \stat, [\base] @ get interrupts
28 tst \stat, #15
30 moveq \stat, \stat, lsr #4
31 tst \stat, #3
33 moveq \stat, \stat, lsr #2
34 tst \stat, #1
36 moveq \stat, \sta
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/coreutils/libcoreutils/
H A Dcoreutils.h9 typedef int (*stat_func)(const char *fn, struct stat *ps);
11 int cp_mv_stat2(const char *fn, struct stat *fn_stat, stat_func sf);
12 int cp_mv_stat(const char *fn, struct stat *fn_stat);
H A Dcp_mv_stat.c26 int cp_mv_stat2(const char *fn, struct stat *fn_stat, stat_func sf)
30 bb_perror_msg("cannot stat '%s'", fn);
40 int cp_mv_stat(const char *fn, struct stat *fn_stat)
42 return cp_mv_stat2(fn, fn_stat, stat);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-clps711x/include/mach/
H A Dentry-macro.S26 .macro get_irqnr_and_base, irqnr, stat, base, mask
28 ldr \stat, [\base, #INTSR1]
32 and \stat, \stat, \mask, lsr #16
33 movs \stat, \stat, lsr #4
37 ldr \stat, [\base, #INTSR1]
41 and \stat, \stat, \mask, lsr #16
43 1001: tst \stat, #25
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libcsc-0.82.3/tools/
H A Dchksum8 stat=1
28 stat=0
41 exit $stat
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/sgi-ip32/
H A Dcrime.c44 unsigned long stat, addr; local
47 stat = crime->mem_error_stat & CRIME_MEM_ERROR_STAT_MASK;
50 printk("CRIME memory error at 0x%08lx ST 0x%08lx<", addr, stat);
52 if (stat & CRIME_MEM_ERROR_INV)
54 if (stat & CRIME_MEM_ERROR_ECC) {
61 if (stat & CRIME_MEM_ERROR_MULTIPLE) {
65 if (stat & CRIME_MEM_ERROR_HARD_ERR) {
69 if (stat & CRIME_MEM_ERROR_SOFT_ERR)
71 if (stat & CRIME_MEM_ERROR_CPU_ACCESS)
73 if (stat
95 unsigned long stat = crime->cpu_error_stat & CRIME_CPU_ERROR_MASK; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/kvm/
H A Dtiming.h58 vcpu->stat.ext_intr_exits++;
61 vcpu->stat.dec_exits++;
64 vcpu->stat.emulated_inst_exits++;
67 vcpu->stat.dcr_exits++;
70 vcpu->stat.dsi_exits++;
73 vcpu->stat.isi_exits++;
76 vcpu->stat.syscall_exits++;
79 vcpu->stat.dtlb_real_miss_exits++;
82 vcpu->stat.dtlb_virt_miss_exits++;
85 vcpu->stat
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/
H A Dstat.c2 * linux/fs/stat.c
21 void generic_fillattr(struct inode *inode, struct kstat *stat) argument
23 stat->dev = inode->i_sb->s_dev;
24 stat->ino = inode->i_ino;
25 stat->mode = inode->i_mode;
26 stat->nlink = inode->i_nlink;
27 stat->uid = inode->i_uid;
28 stat->gid = inode->i_gid;
29 stat->rdev = inode->i_rdev;
30 stat
40 vfs_getattr(struct vfsmount *mnt, struct dentry *dentry, struct kstat *stat) argument
58 vfs_fstat(unsigned int fd, struct kstat *stat) argument
71 vfs_fstatat(int dfd, const char __user *filename, struct kstat *stat, int flag) argument
95 vfs_stat(const char __user *name, struct kstat *stat) argument
101 vfs_lstat(const char __user *name, struct kstat *stat) argument
114 cp_old_stat(struct kstat *stat, struct __old_kernel_stat __user * statbuf) argument
159 struct kstat stat; local
172 struct kstat stat; local
184 struct kstat stat; local
195 cp_new_stat(struct kstat *stat, struct stat __user *statbuf) argument
253 struct kstat stat; local
264 struct kstat stat; local
278 struct kstat stat; local
290 struct kstat stat; local
336 cp_new_stat64(struct kstat *stat, struct stat64 __user *statbuf) argument
376 struct kstat stat; local
388 struct kstat stat; local
399 struct kstat stat; local
411 struct kstat stat; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/vms/
H A Dunixlib_gcc.h13 typedef struct stat stat_t;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/vms/
H A Dunixlib_gcc.h13 typedef struct stat stat_t;
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/libbb/
H A Disdirectory.c11 #include <sys/stat.h>
18 int is_directory(const char *fileName, const int followLinks, struct stat *statBuf)
21 struct stat astatBuf;
29 status = stat(fileName, statBuf);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/cpufreq/
H A Dcpufreq_stats.c56 struct cpufreq_stats *stat; local
61 stat = per_cpu(cpufreq_stats_table, cpu);
62 if (stat->time_in_state)
63 stat->time_in_state[stat->last_index] =
64 cputime64_add(stat->time_in_state[stat->last_index],
65 cputime_sub(cur_time, stat->last_time));
66 stat->last_time = cur_time;
73 struct cpufreq_stats *stat local
84 struct cpufreq_stats *stat = per_cpu(cpufreq_stats_table, policy->cpu); local
102 struct cpufreq_stats *stat = per_cpu(cpufreq_stats_table, policy->cpu); local
159 freq_table_get_index(struct cpufreq_stats *stat, unsigned int freq) argument
170 struct cpufreq_stats *stat = per_cpu(cpufreq_stats_table, cpu); local
187 struct cpufreq_stats *stat; local
278 struct cpufreq_stats *stat; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-runtime/gnulib-lib/
H A Dreadlink.c24 #include <sys/stat.h>
39 struct stat statbuf;
41 /* In general we should use lstat() here, not stat(). But on platforms
43 stat(), therefore we can use stat(). This saves us a configure check. */
44 if (stat (path, &statbuf) >= 0)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/flac-1.2.1/src/monkeys_audio_utilities/flac_ren/
H A Dmain.c24 #include <sys/stat.h>
30 struct stat s;
35 } while(stat(argv[1], &s) < 0);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libiconv-1.10/srclib/
H A Dreadlink.c24 #include <sys/stat.h>
38 struct stat statbuf;
40 /* In general we should use lstat() here, not stat(). But on platforms
42 stat(), therefore we can use stat(). This saves us a configure check. */
43 if (stat (path, &statbuf) >= 0)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dreadlink.c24 #include <sys/stat.h>
39 struct stat statbuf;
41 /* In general we should use lstat() here, not stat(). But on platforms
43 stat(), therefore we can use stat(). This saves us a configure check. */
44 if (stat (path, &statbuf) >= 0)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libiconv-1.11/srclib/
H A Dreadlink.c24 #include <sys/stat.h>
39 struct stat statbuf;
41 /* In general we should use lstat() here, not stat(). But on platforms
43 stat(), therefore we can use stat(). This saves us a configure check. */
44 if (stat (path, &statbuf) >= 0)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/init/
H A Ddo_mounts.h25 struct stat64 stat; local
26 if (sys_stat64(name, &stat) != 0)
28 if (!S_ISBLK(stat.st_mode))
30 if (stat.st_rdev != (u32)stat.st_rdev)
32 return stat.st_rdev;
37 struct stat stat; local
38 if (sys_newstat(name, &stat) != 0)
40 if (!S_ISBLK(stat
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/nfs/
H A Diostat.h26 enum nfs_stat_eventcounters stat)
28 this_cpu_inc(server->io_stats->events[stat]);
32 enum nfs_stat_eventcounters stat)
34 nfs_inc_server_stats(NFS_SERVER(inode), stat); local
38 enum nfs_stat_bytecounters stat,
41 this_cpu_add(server->io_stats->bytes[stat], addend);
45 enum nfs_stat_bytecounters stat,
48 nfs_add_server_stats(NFS_SERVER(inode), stat, addend); local
53 enum nfs_stat_fscachecounters stat,
56 this_cpu_add(NFS_SERVER(inode)->io_stats->fscache[stat], adden
25 nfs_inc_server_stats(const struct nfs_server *server, enum nfs_stat_eventcounters stat) argument
31 nfs_inc_stats(const struct inode *inode, enum nfs_stat_eventcounters stat) argument
37 nfs_add_server_stats(const struct nfs_server *server, enum nfs_stat_bytecounters stat, long addend) argument
44 nfs_add_stats(const struct inode *inode, enum nfs_stat_bytecounters stat, long addend) argument
52 nfs_add_fscache_stats(struct inode *inode, enum nfs_stat_fscachecounters stat, long addend) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libcsc-0.82.3/t/
H A Dtnotify.c107 int stat; local
135 stat = CSCnotificationNew (m_board, "EVENT_ONE", eventOneErrFn);
136 printf (" \tstat = %d [%s]\n", stat, CSCstatStr(stat));
147 stat = CSCnotificationNew (m_board, "EVENT_TWO", eventTwoErrFn);
148 printf (" \tstat = %d [%s]\n", stat, CSCstatStr(stat));
155 stat = CSCnotificationDel (m_board, "EVENT_ONE");
156 printf (" \tstat = %d [%s]\n", stat, CSCstatStr(stat));
[all...]
H A Dthash.c121 int stat = 0; local
176 stat = CSChashEntryPut (hashTable, &key1, entry1, strlen(entry1));
177 if (stat != 0)
184 CSCstatStr(stat)
189 stat = CSChashEntryPut (hashTable, &key2, entry2, strlen(entry2));
190 if (stat != 0)
197 CSCstatStr(stat)
210 stat = CSChashEntryGet (hashTable, &key1, &itemPtr, &itemSize, NULL);
211 if (stat != 0)
218 CSCstatStr(stat)
[all...]
H A Dtlist.c29 int stat; local
60 stat = CSClistPush (m_list, CSC_DATA_NODUP, "first data in", strlen("first data in")+1);
61 printf (" \tstat = %d [%s]\n", stat, CSCstatStr(stat));
73 stat = CSClistPush (m_list, CSC_DATA_NODUP, "second data in", strlen("second data in")+1);
74 printf (" \tstat = %d [%s]\n", stat, CSCstatStr(stat));
86 stat = CSClistPush (m_list, CSC_DATA_DUP, "last data in", strlen("last data in")+1);
87 printf (" \tstat = %d [%s]\n", stat, CSCstatStr(stat));
[all...]

Completed in 313 milliseconds

1234567891011>>