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

/darwin-on-arm/xnu/EXTERNAL_HEADERS/architecture/i386/
H A Dcpu.h44 unsigned int pe :1, member in struct:_cr0
/darwin-on-arm/xnu/iokit/bsddev/
H A DIOKitBSDInit.cpp596 IOPlatformExpert *pe; local
599 while ((pe = IOService::getPlatform()) == 0) IOSleep(1 * 1000);
603 result = pe->callPlatformFunction(functionName, false, (void *)rootName, (void *)0, (void *)0, (void *)0);
/darwin-on-arm/xnu/bsd/netinet/
H A Dip_dummynet.c1016 struct dn_pipe *pe ; local
1057 SLIST_FOREACH(pe, &pipehash[i], next)
1058 if (pe->idle_heap.elements > 0 &&
1059 DN_KEY_LT(pe->idle_heap.p[0].key, pe->V) ) {
1060 struct dn_flow_queue *q = pe->idle_heap.p[0].object ;
1062 heap_extract(&(pe->idle_heap), NULL);
1064 pe->sum -= q->fs->weight ;
/darwin-on-arm/xnu/bsd/netinet6/
H A Dnd6.c3691 struct in6_prefix_64 *p, *pe; variable in typeref:struct:
3700 pe = (struct in6_prefix_64 *)
3703 if (p + 1 <= pe) {
3728 (void *)pe) {

Completed in 102 milliseconds