Searched refs:statptr (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/theos/
H A Dstat.h100 extern int _stat(const char *file, struct stat *statptr);
101 extern int _fstat(int fd, struct stat *statptr);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/theos/
H A Dstat.h99 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/ap/gpl/iserver/libgcrypt-1.5.0/random/
H A Drndunix.c358 waitpid(pid_t pid, int *statptr, int options) argument
361 return wait4(pid, statptr, options, NULL);
372 if (statptr == NULL)
373 statptr = &dummystat;
374 while (((tmp_pid = wait3(statptr, options, 0)) != pid) &&
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libgcrypt-1.5.0/random/
H A Drndunix.c358 waitpid(pid_t pid, int *statptr, int options) argument
361 return wait4(pid, statptr, options, NULL);
372 if (statptr == NULL)
373 statptr = &dummystat;
374 while (((tmp_pid = wait3(statptr, options, 0)) != pid) &&
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/arm/
H A Dacornscsi.c2844 unsigned int statptr, prev; local
2847 statptr = host->status_ptr[devidx] - 10;
2849 if ((signed int)statptr < 0)
2850 statptr += STATUS_BUFFER_SIZE;
2852 prev = host->status[devidx][statptr].when;
2854 for (; statptr != host->status_ptr[devidx]; statptr = (statptr + 1) & (STATUS_BUFFER_SIZE - 1)) {
2855 if (host->status[devidx][statptr].when) {
2857 host->status[devidx][statptr]
[all...]

Completed in 125 milliseconds