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

/macosx-10.5.8/xnu-1228.15.4/EXTERNAL_HEADERS/architecture/i386/
H A Dcpu.h44 unsigned int pe :1, member in struct:_cr0
/macosx-10.5.8/xnu-1228.15.4/EXTERNAL_HEADERS/architecture/ppc/
H A Dbasic_regs.h99 unsigned pe:BIT_WIDTH(27); // protection error member in struct:__anon11
116 unsigned pe:BIT_WIDTH(27); // protection error member in struct:__anon12
/macosx-10.5.8/xnu-1228.15.4/bsd/netinet/
H A Dip_dummynet.c769 struct dn_pipe *pe ; local
808 for (pe = all_pipes; pe ; pe = pe->next )
809 if (pe->idle_heap.elements > 0 &&
810 DN_KEY_LT(pe->idle_heap.p[0].key, pe->V) ) {
811 struct dn_flow_queue *q = pe->idle_heap.p[0].object ;
813 heap_extract(&(pe
[all...]
/macosx-10.5.8/xnu-1228.15.4/iokit/bsddev/
H A DIOKitBSDInit.cpp798 IOPlatformExpert *pe; local
801 while ((pe = IOService::getPlatform()) == 0) IOSleep(1 * 1000);
805 result = pe->callPlatformFunction(functionName, false, (void *)rootName, (void *)0, (void *)0, (void *)0);
/macosx-10.5.8/xnu-1228.15.4/bsd/netinet6/
H A Dnd6.c2373 struct in6_prefix *p, *pe; variable in typeref:struct:
2389 pe = (struct in6_prefix *)(buf + sizeof(buf));
2391 if (p + 1 <= pe) {
2415 (void *)pe) {

Completed in 29 milliseconds