Searched refs:phd (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/udf/
H A Dsuper.c984 struct partitionHeaderDesc *phd; local
1009 phd = (struct partitionHeaderDesc *)p->partitionContentsUse;
1010 if (phd->unallocSpaceTable.extLength) {
1013 phd->unallocSpaceTable.extPosition),
1028 if (phd->unallocSpaceBitmap.extLength) {
1034 phd->unallocSpaceBitmap.extLength);
1036 phd->unallocSpaceBitmap.extPosition);
1042 if (phd->partitionIntegrityTable.extLength)
1045 if (phd->freedSpaceTable.extLength) {
1048 phd
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/tools/misc/
H A Depi_ttcp.c2113 HANDLE phd; local
2117 phd = GetCurrentThread();
2118 if( GetThreadTimes(phd, &CreateTime, &ExitTime, &KernelTime, &UserTime)
2121 phd = GetCurrentProcess();
2122 if( GetProcessTimes(phd, &CreateTime, &ExitTime, &KernelTime, &UserTime)

Completed in 121 milliseconds