Searched refs:stat (Results 351 - 375 of 2417) sorted by relevance

<<11121314151617181920>>

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/spi/
H A Dau1550_spi.c179 u32 cfg, stat; local
224 stat = hw->regs->psc_spistat;
226 } while ((stat & PSC_SPISTAT_DR) == 0);
239 u32 cfg, stat; local
284 stat = hw->regs->psc_spistat;
286 } while ((stat & PSC_SPISTAT_DR) == 0);
460 u32 stat, evnt; local
462 stat = hw->regs->psc_spistat;
465 if ((stat & PSC_SPISTAT_DI) == 0) {
497 "(event=0x%x stat
551 u32 stat, mask; local
595 u32 stat, evnt; local
721 u32 stat, cfg; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/libatalk/vfs/
H A Dvfs.c25 #include <sys/stat.h>
116 struct stat st;
121 if ( stat( ad_p, &st ) < 0 )
136 struct stat st;
142 if (stat(de->d_name, &st) == 0)
163 static int adouble_setfilmode(const struct vol *vol, const char *name, mode_t mode, struct stat *st)
198 struct stat st;
203 LOG(log_error, logtype_afpd, "setdirmode: stat %s: %s", name, strerror(errno) );
252 struct stat st;
266 if ( stat( "
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/ide/
H A Dide-taskfile.c154 u8 stat; local
159 stat = hwif->tp_ops->read_status(hwif);
160 if ((stat & ATA_BUSY) == 0 || retries-- == 0)
165 if (!OK_STAT(stat, ATA_DRDY, BAD_STAT)) {
169 (void)ide_dump_status(drive, __func__, stat);
172 if ((stat & (ATA_ERR | ATA_DRQ)) == 0) {
178 return ide_error(drive, "task_no_data_intr", stat);
191 ide_finish_cmd(drive, cmd, stat);
201 u8 stat; local
208 stat
324 ide_finish_cmd(ide_drive_t *drive, struct ide_cmd *cmd, u8 stat) argument
348 u8 stat = hwif->tp_ops->read_status(hwif); local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/script/tests/
H A Ddlopen.sh25 #include <sys/stat.h>
30 struct stat st;
38 if ((stat(buf, &st) == 0) && dlopen(buf, RTLD_NOW)) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/minidlna/
H A Dplaylist.c21 #include <sys/stat.h>
26 #include <sys/stat.h>
42 struct stat file;
90 struct stat file;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/utils/
H A Dsmbw_sample.c5 #include <sys/stat.h>
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/testsuite/nsswitch/
H A Dgetgrent_r.c9 #include <sys/stat.h>
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/docs_src/ref/upgrade.3.0/
H A DMakefile8 rmw.html stat.html toc.html txn_begin.html txn_commit.html \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk/
H A Dthreadsgi.cpp174 int stat; local
178 waitpid(p_internal->thread_id, &stat, 0);
181 if (!WIFEXITED(stat) && !WIFSIGNALED(stat))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk1/
H A Dthreadsgi.cpp174 int stat; local
178 waitpid(p_internal->thread_id, &stat, 0);
181 if (!WIFEXITED(stat) && !WIFSIGNALED(stat))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/tests/libtest/
H A Dlib583.c29 #include <sys/stat.h>
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/aic94xx/
H A Daic94xx_task.c226 ts->stat = SAM_STAT_GOOD;
230 ts->stat = SAS_DATA_UNDERRUN;
235 ts->stat = SAS_DATA_OVERRUN;
241 ts->stat = SAS_PROTO_RESPONSE;
246 ts->stat = SAS_OPEN_REJECT;
256 ts->stat = SAS_OPEN_TO;
261 ts->stat = SAS_PHY_DOWN;
265 ts->stat = SAS_PHY_DOWN;
274 ts->stat = SAS_INTERRUPTED;
281 ts->stat
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/isdn/hisax/
H A Dhisax_fcpcipnp.h37 u_int stat; member in struct:fritz_bcs
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mn10300/boot/tools/
H A Dbuild.c30 #include <sys/stat.h>
74 struct stat sb;
84 if (stat("/", &sb)) {
86 die("Couldn't stat /");
91 if (stat(argv[4], &sb)) {
93 die("Couldn't stat root device.");
147 die("Unable to stat `%s': %m", argv[3]);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mn10300/kernel/
H A Dsys_mn10300.c19 #include <linux/stat.h>
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/dream/include/linux/
H A Dwakelock.h50 } stat; member in struct:wake_lock
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/proc/
H A Droot.c14 #include <linux/stat.h>
140 static int proc_root_getattr(struct vfsmount *mnt, struct dentry *dentry, struct kstat *stat
143 generic_fillattr(dentry->d_inode, stat);
144 stat->nlink = proc_root.nlink + nr_processes();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/mutex/
H A Dmut_failchk.c38 for (i = 1; i <= mtxregion->stat.st_mutex_cnt; ++i, ++mutexp) {
H A Dmut_method.c151 env->mutex_handle->reginfo.primary)->stat.st_mutex_align;
244 env->mutex_handle->reginfo.primary)->stat.st_mutex_cnt;
290 mutex_handle->reginfo.primary)->stat.st_mutex_tas_spins;
328 ->reginfo.primary)->stat.st_mutex_tas_spins = tas_spins;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/perl/BerkeleyDB/t/
H A Dtxn.t95 my $stat = $env->txn_stat() ;
96 ok 17, $stat->{'st_naborts'} == 1 ;
165 my $stat = $txn_mgr->txn_stat() ;
166 ok 31, $stat->{'st_naborts'} == 1 ;
235 my $stat = $env->txn_stat() ;
236 ok 44, $stat->{'st_naborts'} == 0 ;
304 my $stat = $txn_mgr->txn_stat() ;
305 ok 58, $stat->{'st_naborts'} == 0 ;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/test/
H A Drep006.tcl140 set stat \
142 error_check_good open_err $stat 1
163 set stat \
165 error_check_good open_err $stat 1
H A Drep028.tcl193 set stat [catch {eval exec $util_path/db_printlog \
195 error_check_good stat_mprlog $stat 0
196 set stat [catch {eval exec $util_path/db_printlog \
198 error_check_good stat_cprlog $stat 0
H A Drep036.tcl174 set stat [catch {eval exec $util_path/db_printlog \
176 error_check_good stat_mprlog $stat 0
177 set stat [catch {eval exec $util_path/db_printlog \
180 error_check_good stat_cprlog $stat 0
H A Drep051.tcl162 # Open read-only handle on client, so we can call $db stat.
169 set master_pages_before [stat_field $db stat "Page count"]
170 set client_pages_before [stat_field $client_db stat "Page count"]
186 set master_pages_after [stat_field $db stat "Page count"]
193 set client_pages_after [stat_field $client_db stat "Page count"]
H A Drpc003.tcl169 set stat [catch {eval {$pdb associate} "" $sdb} ret]
170 error_check_good db_associate:rdonly $stat 1
177 set stat [catch {eval $pdb associate [callback_n 0] $sdb} ret]
178 error_check_good db_associate:callback $stat 1

Completed in 119 milliseconds

<<11121314151617181920>>