Searched refs:fstat (Results 226 - 240 of 240) sorted by relevance

12345678910

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/aic7xxx/
H A Daic79xx_core.c6992 uint8_t fstat; local
7146 for (i = 20, fstat = FLX_FSTAT_BUSY;
7147 (fstat & FLX_FSTAT_BUSY) != 0 && i; i--) {
7148 error = ahd_read_flexport(ahd, FLXADDR_FLEXSTAT, &fstat);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/etc/afpd/
H A Dvolume.c1219 if (fd != -1 && !fstat( fd, &st) ) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libevent-1.4.14b-stable/
H A Devdns.c2759 if (fstat(fd, &st)) { err = 2; goto out1; }
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/libsmb/
H A Dlibsmbclient.c1317 /*d_printf(">>>fstat: resolved path as %s\n", targetpath);*/
2024 * fstat below.
2202 /*d_printf(">>>fstat: parsing %s\n", file->fname);*/
2215 /*d_printf(">>>fstat: resolving %s\n", path);*/
2222 /*d_printf(">>>fstat: resolved path as %s\n", targetpath);*/
3562 * Routine to fstat a dir
6206 context->fstat = smbc_fstat_ctx;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/flac-1.2.1/src/libFLAC/
H A Dstream_decoder.c3374 else if(fstat(fileno(decoder->private_->file), &filestats) != 0)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/forked-daapd-0.19/src/
H A Ddb.c4722 ret = fstat(fd, &sb);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/squashfs-4.2/
H A Dmksquashfs.c2435 fstat(file, &buf2);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/lzo-2.06/
H A Dconfigure12928 for ac_func in access alloca atexit atoi atol chmod chown clock_getcpuclockid clock_getres clock_gettime ctime difftime fstat getenv getpagesize getrusage gettimeofday gmtime isatty localtime longjmp lstat memcmp memcpy memmove memset mkdir mktime mmap mprotect munmap qsort raise rmdir setjmp signal snprintf strcasecmp strchr strdup strerror strftime stricmp strncasecmp strnicmp strrchr strstr time umask utime vsnprintf
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/shell/
H A Dash.c4610 * If we can open it and fstat the file descriptor, and neither check
4614 if (fstat(fd, &finfo2) == 0 && !S_ISREG(finfo2.st_mode)
/netgear-R7000-V1.0.7.12_1.2.5/src/router/shared/
H A Dbroadcom.c15471 if (fstat(fileno(fp), &stat) != 0) {
15472 cprintf("read_all_data():fstat file %s fail!\n", file);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/sqlite-3.6.22/
H A Dsqlite3.c22100 ** st_dev and st_ino fields of the stat structure that fstat() fills in)
22455 rc = fstat(fd, &statbuf);
22480 rc = fstat(fd, &statbuf);
24622 rc = fstat(((unixFile*)id)->h, &buf);
25052 ** (a) A call to fstat() failed.
25063 ** implicit assumption here is that if fstat() fails, things are in
26327 int err = fstat(pFile->h, &buf);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/sqlite-3.6.22/
H A Dsqlite3.c22100 ** st_dev and st_ino fields of the stat structure that fstat() fills in)
22455 rc = fstat(fd, &statbuf);
22480 rc = fstat(fd, &statbuf);
24622 rc = fstat(((unixFile*)id)->h, &buf);
25052 ** (a) A call to fstat() failed.
25063 ** implicit assumption here is that if fstat() fails, things are in
26327 int err = fstat(pFile->h, &buf);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/
H A Dconfigure15054 if (fstat(fd, &st) != 0) exit(1);
30011 for ac_func in fstat strchr utime utimes chflags
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/
H A Dconfigure17422 || fstat (fd, &st0) != 0
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/
H A Dconfigure32665 || fstat(fileno(stdout), &st) != 0
[all...]

Completed in 825 milliseconds

12345678910