Home
last modified time | relevance | path

Searched refs:stat (Results 1 – 25 of 74) sorted by relevance

123

/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/sys/
H A Dstat.h209 extern int stat (__const char *__restrict __file,
210 struct stat *__restrict __buf) __THROW __nonnull ((1, 2));
214 extern int fstat (int __fd, struct stat *__buf) __THROW __nonnull ((2));
217 extern int __REDIRECT_NTH (stat, (__const char *__restrict __file,
218 struct stat *__restrict __buf), stat64)
220 extern int __REDIRECT_NTH (fstat, (int __fd, struct stat *__buf), fstat64)
223 # define stat stat64
239 struct stat *__restrict __buf, int __flag)
244 struct stat *__restrict __buf,
262 struct stat *__restrict __buf) __THROW __nonnull ((1, 2));
[all …]
/utopia/UTPA2-700.0.x/modules/msos/msos/linux/
H A Dmem_priv.c223 Cyg_Mempool_Status stat; in cyg_mempool_var_waiting() local
225 pThis->get_status(pThis, CYG_MEMPOOL_STAT_WAITING, &stat); in cyg_mempool_var_waiting()
226 return (stat.waiting != 0); in cyg_mempool_var_waiting()
235 Cyg_Mempool_Status stat; in cyg_mempool_var_get_info() local
242 CYG_MEMPOOL_STAT_MAXFREE, &stat ); in cyg_mempool_var_get_info()
244 info->totalmem = stat.areasize; in cyg_mempool_var_get_info()
245 info->freemem = stat.totalfree; in cyg_mempool_var_get_info()
246 info->size = stat.origsize; in cyg_mempool_var_get_info()
248 info->base = (const void*)stat.arenabase; in cyg_mempool_var_get_info()
250 info->maxfree = stat.maxfree; in cyg_mempool_var_get_info()
/utopia/UTPA2-700.0.x/modules/msos/msos/ucos/
H A Dmem_priv.c223 Cyg_Mempool_Status stat; in cyg_mempool_var_waiting() local
225 pThis->get_status(pThis, CYG_MEMPOOL_STAT_WAITING, &stat); in cyg_mempool_var_waiting()
226 return (stat.waiting != 0); in cyg_mempool_var_waiting()
235 Cyg_Mempool_Status stat; in cyg_mempool_var_get_info() local
242 CYG_MEMPOOL_STAT_MAXFREE, &stat ); in cyg_mempool_var_get_info()
244 info->totalmem = stat.areasize; in cyg_mempool_var_get_info()
245 info->freemem = stat.totalfree; in cyg_mempool_var_get_info()
246 info->size = stat.origsize; in cyg_mempool_var_get_info()
248 info->base = (const void*)stat.arenabase; in cyg_mempool_var_get_info()
250 info->maxfree = stat.maxfree; in cyg_mempool_var_get_info()
/utopia/UTPA2-700.0.x/modules/msos/msos/linux_kernel/
H A Dmem_priv.c227 Cyg_Mempool_Status stat; in cyg_mempool_var_waiting() local
229 pThis->get_status(pThis, CYG_MEMPOOL_STAT_WAITING, &stat); in cyg_mempool_var_waiting()
230 return (stat.waiting != 0); in cyg_mempool_var_waiting()
239 Cyg_Mempool_Status stat; in cyg_mempool_var_get_info() local
246 CYG_MEMPOOL_STAT_MAXFREE, &stat ); in cyg_mempool_var_get_info()
248 info->totalmem = stat.areasize; in cyg_mempool_var_get_info()
249 info->freemem = stat.totalfree; in cyg_mempool_var_get_info()
250 info->size = stat.origsize; in cyg_mempool_var_get_info()
252 info->base = (void*)stat.arenabase; in cyg_mempool_var_get_info()
254 info->maxfree = stat.maxfree; in cyg_mempool_var_get_info()
/utopia/UTPA2-700.0.x/modules/msos/msos/linux_kernel_V2/
H A Dmem_priv.c227 Cyg_Mempool_Status stat; in cyg_mempool_var_waiting() local
229 pThis->get_status(pThis, CYG_MEMPOOL_STAT_WAITING, &stat); in cyg_mempool_var_waiting()
230 return (stat.waiting != 0); in cyg_mempool_var_waiting()
239 Cyg_Mempool_Status stat; in cyg_mempool_var_get_info() local
246 CYG_MEMPOOL_STAT_MAXFREE, &stat ); in cyg_mempool_var_get_info()
248 info->totalmem = stat.areasize; in cyg_mempool_var_get_info()
249 info->freemem = stat.totalfree; in cyg_mempool_var_get_info()
250 info->size = stat.origsize; in cyg_mempool_var_get_info()
252 info->base = (void*)stat.arenabase; in cyg_mempool_var_get_info()
254 info->maxfree = stat.maxfree; in cyg_mempool_var_get_info()
/utopia/UTPA2-700.0.x/projects/tools/lint/aeon_include/sys/
H A Dstat.h25 struct stat
121 int _EXFUN(fstat,( int __fd, struct stat *__sbuf ));
127 int _EXFUN(stat,( const char *__path, struct stat *__sbuf ));
134 int _EXFUN(lstat,( const char *__path, struct stat *__buf ));
141 int _EXFUN(_fstat,( int __fd, struct stat *__sbuf ));
142 int _EXFUN(_stat,( const char *__path, struct stat *__sbuf ));
/utopia/UTPA2-700.0.x/projects/build/scripts/
H A Dcheckpatch.pl1541 my ($stat, $cond, $line_nr_next, $remain_next, $off_next,
1544 ($stat, $cond, $line_nr_next, $remain_next, $off_next) =
1546 $stat =~ s/\n./\n /g;
1557 my $s = $stat;
1671 my ($s, $c) = ($stat, $cond);
1740 $stat !~ /^\+/ && $stat_real !~ /^\+/) {
1830 if ($stat =~ /^.([A-Z_]+)\s*\(\s*($Ident)/ &&
1835 } elsif ($stat !~ /(?:
2264 if (defined($stat) && $stat =~ /^.\s*return(\s*)(\(.*);/s) {
2320 my ($s, $c) = ($stat, $cond);
[all …]
/utopia/UTPA2-700.0.x/mxlib/msfs/ecos/
H A DMsFS.c147 static int (*pstat)(const char *path, struct stat *buf) = stat;
171 pstat = (int(*)(const char*, struct stat*)) wstat; in MsFS_Init()
185 pstat = stat; in MsFS_Init()
320 int MsFS_Stat( const char *path, struct stat *buf ) in MsFS_Stat()
333 int MsFS_FStat( int fd, struct stat *buf ) in MsFS_FStat()
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/rpcsvc/
H A Dnlm_prot.x35 union nlm_testrply switch (nlm_stats stat) {
43 nlm_stats stat; member
48 nlm_stat stat; member
53 nlm_testrply stat; member
129 nlm_stats stat; member
H A Dyp.x111 ypstat stat; member
116 ypstat stat; member
133 ypstat stat; member
138 ypstat stat; member
160 ypstat stat; member
H A Dyp.h120 ypstat stat; member
126 ypstat stat; member
143 ypstat stat; member
149 ypstat stat; member
175 ypstat stat; member
H A Dnlm_prot.h38 nlm_stats stat; member
46 nlm_stats stat; member
52 nlm_stat stat; member
58 nlm_testrply stat; member
141 nlm_stats stat; member
H A Dklm_prot.x81 klm_stats stat; member
87 union klm_testrply switch (klm_stats stat) {
H A Dklm_prot.h44 klm_stats stat; member
49 klm_stats stat; member
/utopia/UTPA2-700.0.x/projects/build/scripts/kconfig/
H A Dconf.c463 struct stat tmpstat; in main()
509 if (stat(name, &tmpstat)) { in main()
545 if (name && !stat(name, &tmpstat)) { in main()
557 if (!stat(name, &tmpstat)) in main()
559 else if (!stat("all.config", &tmpstat)) in main()
H A Dconfdata.c106 struct stat buf; in conf_get_default_confname()
114 if (!stat(fullname, &buf)) in conf_get_default_confname()
567 struct stat st; in conf_write()
570 if (!stat(name, &st) && S_ISDIR(st.st_mode)) { in conf_write()
665 struct stat sb; in conf_split_config()
749 if (stat(path, &sb) && mkdir(path, 0755)) { in conf_split_config()
/utopia/UTPA2-700.0.x/mxlib/msfs/linux/
H A DMsFS.c352 int MsFS_Stat( const char *path, struct stat *buf ) in MsFS_Stat()
358 return stat( u8path, buf ); in MsFS_Stat()
361 return stat( path, buf ); in MsFS_Stat()
372 int MsFS_FStat( int fd, struct stat *buf ) in MsFS_FStat()
/utopia/UTPA2-700.0.x/projects/tools/lint/aeon_include/
H A Dreent.h57 struct stat;
68 extern int _fstat_r _PARAMS ((struct _reent *, int, struct stat *));
76 extern int _stat_r _PARAMS ((struct _reent *, const char *, struct stat *));
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/
H A Dglob.h88 struct stat;
107 int (*gl_lstat) (__const char *__restrict, struct stat *__restrict);
108 int (*gl_stat) (__const char *__restrict, struct stat *__restrict);
H A Dftw.h116 __const struct stat *__status, int __flag);
123 __const struct stat *__status, int __flag,
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/asm/
H A Dstat.h18 struct stat { struct
92 struct stat { struct
/utopia/UTPA2-700.0.x/mxlib/include/
H A DMsFS.h156 int MsFS_Stat( const char *path, struct stat *buf );
157 int MsFS_FStat( int fd, struct stat *buf );
/utopia/UTPA2-700.0.x/projects/build/scripts/rt-tester/
H A Drt-tester.py179 stat = status.split(",") variable
180 for s in stat:
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/bits/
H A Dstat.h41 struct stat struct
133 struct stat struct
/utopia/UTPA2-700.0.x/modules/vdec_v1/drv/mvd/
H A DdrvMVD.c3567 MVD_DecStat stat = E_MVD_STAT_UNKNOWN; in MDrv_MVD_GetDecodeStatus()
3580 stat = E_MVD_STAT_IDLE; in MDrv_MVD_GetDecodeStatus()
3583 stat = E_MVD_STAT_FIND_STARTCODE; in MDrv_MVD_GetDecodeStatus()
3586 stat = E_MVD_STAT_FIND_SPECIALCODE; in MDrv_MVD_GetDecodeStatus()
3589 stat = E_MVD_STAT_FIND_FRAMEBUFFER; in MDrv_MVD_GetDecodeStatus()
3592 stat = E_MVD_STAT_WAIT_DECODEDONE; in MDrv_MVD_GetDecodeStatus()
3595 stat = E_MVD_STAT_DECODE_DONE; in MDrv_MVD_GetDecodeStatus()
3598 stat = E_MVD_STAT_WAIT_VDFIFO; in MDrv_MVD_GetDecodeStatus()
3601 stat = E_MVD_STAT_INIT_SUCCESS; in MDrv_MVD_GetDecodeStatus()
3607 return stat; in MDrv_MVD_GetDecodeStatus()

123