Searched refs:stat (Results 251 - 275 of 2417) sorted by relevance

<<11121314151617181920>>

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/xtensa/include/asm/
H A Dstat.h2 * include/asm-xtensa/stat.h
16 struct stat { struct
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68k/include/asm/
H A Dstat.h18 struct stat { struct
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/net/netns/
H A Dconntrack.h20 struct ip_conntrack_stat __percpu *stat; member in struct:netns_ct
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Dfile.c29 #include <sys/stat.h>
56 struct stat st;
57 int ret = stat(h->filename, &st);
98 struct stat st;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/cris/include/asm/
H A Dstat.h23 struct stat { struct
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/theos/
H A Dstat.h12 /* extended stat structure for stat, fstat, chmod */
16 struct stat { struct
95 #define stat(a,b) _stat(a,b) macro
99 extern int _stat(const char *file, struct stat *statptr);
100 extern int _fstat(int fd, struct stat *statptr);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/avr32/include/asm/
H A Dstat.h25 struct stat { struct
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/blackfin/include/asm/
H A Dstat.h10 struct stat { struct
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dopen.c30 # include <sys/stat.h>
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/test/
H A Drecd010.tcl112 set stat [catch {exec $util_path/db_printlog -h $testdir \
114 error_check_good db_printlog $stat 0
138 set stat [$db stat]
154 error_check_good stat:orig0 [is_substr $stat \
156 error_check_good stat:orig1 [is_substr $stat \
158 error_check_good stat:orig2 [is_substr $stat \
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/s390/kernel/
H A Dcompat_linux.c37 #include <linux/stat.h>
94 #define SET_OLDSTAT_UID(stat, uid) (stat).st_uid = high2lowuid(uid)
95 #define SET_OLDSTAT_GID(stat, gid) (stat).st_gid = high2lowgid(gid)
96 #define SET_STAT_UID(stat, uid) (stat).st_uid = high2lowuid(uid)
97 #define SET_STAT_GID(stat, gid) (stat).st_gid = high2lowgid(gid)
549 static int cp_stat64(struct stat64_emu31 __user *ubuf, struct kstat *stat) argument
575 struct kstat stat; local
584 struct kstat stat; local
593 struct kstat stat; local
603 struct kstat stat; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/ia64/hp/sim/
H A Dsimscsi.c127 struct disk_stat stat; local
130 stat.fd = desc[sc->device->id];
139 ia64_ssc(stat.fd, 1, __pa(&req), offset, mode);
140 ia64_ssc(__pa(&stat), 0, 0, 0, SSC_WAIT_COMPLETION);
143 if (stat.count != req.len) {
169 struct disk_stat stat; local
183 stat.fd = fd;
184 ia64_ssc(__pa(&stat), 0, 0, 0, SSC_WAIT_COMPLETION);
185 if (stat.count == sizeof(buf))
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/e2fsprogs/old_e2fsprogs/ext2fs/
H A Dismounted.c33 #include <sys/stat.h>
48 struct stat st_buf;
58 if (stat(file, &st_buf) == 0) {
60 #ifndef __GNU__ /* The GNU hurd is broken with respect to stat devices */
71 if (stat(mnt->mnt_fsname, &st_buf) == 0) {
86 #ifndef __GNU__ /* The GNU hurd is broken with respect to stat devices */
94 if (file_rdev && stat("/", &st_buf) == 0) {
112 if (stat(mnt->mnt_dir, &st_buf) < 0) {
242 struct stat st_buf;
246 #ifndef __GNU__ /* The GNU hurd is broken with respect to stat device
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/hamradio/
H A Dscc.c338 scc->stat.nospace++;
350 scc->stat.rxerrs++; /* then count it as an error */
371 scc->stat.txints++;
398 scc->stat.tx_state = TXS_ACTIVE;
419 scc->stat.tx_state = TXS_NEWFRAME; /* next frame... */
435 scc->stat.exints++;
495 if (scc->stat.tx_state == TXS_ACTIVE && (status & TxEOM))
497 scc->stat.tx_under++; /* oops, an underrun! count 'em */
520 scc->stat.rxints++;
533 skb = dev_alloc_skb(scc->stat
2018 const struct scc_stat *stat = &scc->stat; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/9p/
H A Dvfs_inode.c31 #include <linux/stat.h>
180 * v9fs_blank_wstat - helper function to setup a 9P stat structure
710 /* Not in cached mode. No need to populate inode with stat */
1104 * @stat: metadata structure to populate
1110 struct kstat *stat)
1121 return simple_getattr(mnt, dentry, stat);
1132 generic_fillattr(dentry->d_inode, stat);
1141 struct kstat *stat)
1152 return simple_getattr(mnt, dentry, stat);
1158 /* Ask for all the fields in stat structur
1109 v9fs_vfs_getattr(struct vfsmount *mnt, struct dentry *dentry, struct kstat *stat) argument
1140 v9fs_vfs_getattr_dotl(struct vfsmount *mnt, struct dentry *dentry, struct kstat *stat) argument
1294 v9fs_stat2inode(struct p9_wstat *stat, struct inode *inode, struct super_block *sb) argument
1371 v9fs_stat2inode_dotl(struct p9_stat_dotl *stat, struct inode *inode) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/pcxhr/
H A Dpcxhr_hwdep.c70 if ((rmh.stat[0] & MASK_FIRST_FIELD) != mgr->playback_chips * 2)
73 if (((rmh.stat[0] >> (2 * FIELD_SIZE)) & MASK_FIRST_FIELD) <
77 if ((rmh.stat[1] & 0x5F) < card_streams)
80 if (((rmh.stat[1] >> 7) & 0x5F) < PCXHR_PLAYBACK_STREAMS)
83 rmh.stat[2], rmh.stat[3]);
94 snd_printdd("PCXHR DSP version is %d.%d.%d\n", (rmh.stat[0]>>16)&0xff,
95 (rmh.stat[0]>>8)&0xff, rmh.stat[0]&0xff);
96 mgr->dsp_version = rmh.stat[
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dethoc.c222 * @stat: buffer statistics
226 u32 stat; member in struct:ethoc_bd
244 bd->stat = ethoc_read(dev, offset + 0);
252 ethoc_write(dev, offset + 0, bd->stat);
303 bd.stat = TX_BD_IRQ | TX_BD_CRC;
308 bd.stat |= TX_BD_WRAP;
317 bd.stat = RX_BD_EMPTY | RX_BD_IRQ;
321 bd.stat |= RX_BD_WRAP;
366 if (bd->stat & RX_BD_TL) {
372 if (bd->stat
613 u32 stat = ethoc_read(priv, MIISTATUS); local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/lx6464es/
H A Dlx_core.c282 memset(rmh->stat, 0, REG_CRM_NUMBER * sizeof(u32));
302 snd_printk(LXRMH "\tstat[%d]: %08x\n", i, rmh->stat[i]);
353 lx_dsp_reg_readbuf(chip, eReg_CRM2, rmh->stat,
389 *rdsp_version = chip->rmh.stat[1];
408 freq_raw = chip->rmh.stat[0] >> FREQ_FIELD_OFFSET;
474 memcpy(data, chip->rmh.stat, chip->rmh.stat_len * sizeof(u32));
585 u32 stat = chip->rmh.stat[i]; local
586 if (stat & (BF_EOB << BUFF_FLAGS_OFFSET)) {
590 size_array[i] = stat
1090 u32 stat[9]; /* answer from CMD_04_GET_EVENT */ local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/expat-2.0.1/xmlwf/
H A Dreadfilemap.c6 #include <sys/stat.h>
51 struct stat sb;
H A Dunixfilemap.c7 #include <sys/stat.h>
27 struct stat sb;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/expat/xmlwf/
H A Dreadfilemap.c6 #include <sys/stat.h>
39 struct stat sb;
H A Dunixfilemap.c7 #include <sys/stat.h>
27 struct stat sb;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/lib/
H A Dconfig-win32ce.h96 /* Define if you have the <sys/stat.h> header file. */
446 extern int stat(const char *path,struct stat *buffer );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/bftpd-1.6.6/
H A Ddirlist.c28 #include <sys/stat.h>
52 /* Calculcate the real file size based on stat info */
53 static unsigned long long get_real_file_size(struct stat *st)
154 struct stat statbuf;
161 if (lstat(name, (struct stat *) &statbuf) == -1) { // used for command_stat
270 struct stat statbuf;
274 if (!stat(name, (struct stat *) &statbuf)) {
289 if (lstat(name, (struct stat *) &statbuf) == -1) { // used for command_stat
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/include/asm/
H A Dstat.h18 struct stat { struct
48 * struct stat of the 64-bit kernel.
92 struct stat { struct

Completed in 369 milliseconds

<<11121314151617181920>>