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

/macosx-10.5.8/xnu-1228.15.4/bsd/isofs/cd9660/
H A Dcd9660_rrip.c478 register RRIP_TABLE *ptable; local
511 for (ptable = table; ptable->func; ptable++) {
512 if (*phead->type == *ptable->type
513 && phead->type[1] == ptable->type[1]) {
514 result |= (ptable->func(phead,ana));
558 for (ptable = table; ptable->func2; ptable
[all...]
/macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/
H A DIORegistryEntry.cpp1608 OSDictionary *ptable = getPropertyTable(); local
1610 OSCollectionIterator::withCollection( ptable );
1617 OSDynamicCast( OSCollection, ptable->getObject( key ));

Completed in 86 milliseconds