Searched refs:tmp_stat (Results 1 - 7 of 7) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/shared/
H A Dwapi_utils.c105 struct stat tmp_stat; local
122 if (stat(WAPI_TGZ_TMP_FILE, &tmp_stat) ||
128 if ((tmp_stat.st_size + sizeof(wapi_mtd_hdr_t)) > mtd_info.size || tmp_stat.st_size == 0) {
134 if ((buf = malloc(tmp_stat.st_size)) == NULL) {
145 if (fread(buf, 1, tmp_stat.st_size, fp) != tmp_stat.st_size) {
155 mtd_hdr.len = tmp_stat.st_size;
156 mtd_hdr.checksum = wapi_checksum(buf, tmp_stat.st_size);
162 write(mtd_fd, buf, tmp_stat
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/alpha/kernel/
H A Dosf_sys.c218 struct osf_statfs tmp_stat; local
220 tmp_stat.f_type = linux_stat->f_type;
221 tmp_stat.f_flags = 0; /* mount flags */
222 tmp_stat.f_fsize = linux_stat->f_frsize;
223 tmp_stat.f_bsize = linux_stat->f_bsize;
224 tmp_stat.f_blocks = linux_stat->f_blocks;
225 tmp_stat.f_bfree = linux_stat->f_bfree;
226 tmp_stat.f_bavail = linux_stat->f_bavail;
227 tmp_stat.f_files = linux_stat->f_files;
228 tmp_stat
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/rc/
H A Dusb_hotplug.c1260 struct stat tmp_stat; local
1265 if (stat(path, &tmp_stat) == 0)
1292 struct stat tmp_stat; local
1294 if (stat("/mnt/SMRTNTKY/WSETTING.WFC", &tmp_stat) == 0) {
H A Drc.c2265 struct stat tmp_stat; local
2348 if (stat("/proc/modules", &tmp_stat) == 0 &&
2349 stat(buf, &tmp_stat) == 0) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/bin/ad/
H A Dad_cp.c217 struct stat to_stat, tmp_stat; local
321 lstat(*argv, &tmp_stat);
323 if (S_ISDIR(tmp_stat.st_mode) && Rflag)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/bin/ad/
H A Dad_cp.c217 struct stat to_stat, tmp_stat; local
321 lstat(*argv, &tmp_stat);
323 if (S_ISDIR(tmp_stat.st_mode) && Rflag)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/gadget/
H A Dfsl_usb2_udc.c641 u32 temp, bitmask, tmp_stat; local
668 tmp_stat = fsl_readl(&dr_regs->endptstatus) & bitmask;
676 if (tmp_stat)

Completed in 106 milliseconds