Searched refs:prev (Results 26 - 50 of 59) sorted by relevance

123

/macosx-10.5.8/xnu-1228.15.4/osfmk/chud/i386/
H A Dchud_thread_i386.c211 struct _cframe_t *prev; // when we go 64 bits, this needs to be capped at 32 bits member in struct:_cframe_t
277 kr = chudxnu_kern_read(&tmpWord, (vm_offset_t)&fp->prev, sizeof(uint32_t));
279 kr = chudxnu_task_read(task, &tmpWord, (vm_offset_t)&fp->prev, sizeof(uint32_t));
622 // and advance to the prev stack frame if it's valid
627 (vm_offset_t) &fp->prev,
633 (vm_offset_t) &fp->prev,
/macosx-10.5.8/xnu-1228.15.4/osfmk/ddb/
H A Ddb_break.c378 register db_breakpoint_t *prev; local
380 for (prev = &db_breakpoint_list; (bkpt = *prev) != 0;
381 prev = &bkpt->link) {
397 *prev = bkpt->link;
H A Ddb_sym.c1179 char *curr, *prev, *last; local
1181 prev = table;
1182 curr = prev + eltsize;
1185 while (prev < last) {
1186 if ((*compfun)(prev, curr) > 0) {
1187 printf("**** qsort_checker: error between 0x%x and 0x%x!!!\n", prev, curr);
1190 prev = curr;
H A Ddb_command.c873 jmp_buf_t *prev = db_recover; local
876 * Initialize 'prev' and 'next' to dot.
900 db_recover = prev;
/macosx-10.5.8/xnu-1228.15.4/bsd/netinet/
H A Dip_dummynet.c876 struct dn_flow_queue *q, *prev ; local
886 for (prev=NULL, q = fs->rq[i] ; q != NULL ; )
888 prev = q ;
893 if (prev != NULL)
894 prev->next = q = q->next ;
944 struct dn_flow_queue *q, *prev; local
966 for (prev=NULL, q = fs->rq[i] ; q ; ) {
979 if (prev != NULL)
980 prev->next = q = q->next ;
987 prev
[all...]
H A Dip_var.h95 struct ipq *next,*prev; /* to other reass headers */ member in struct:ipq
/macosx-10.5.8/AppleMacRiscPCI-3.4/
H A DAppleDART.cpp557 ppnum_t prev = freeDART[pair].fPrev; local
560 if (prev)
561 freeDART[prev].fNext = next;
566 freeDART[next].fPrev = prev;
/macosx-10.5.8/xnu-1228.15.4/bsd/netat/
H A Datp_alloc.c163 rcbp->rc_tlist.prev = NULL;
/macosx-10.5.8/xnu-1228.15.4/osfmk/vm/
H A Dvm_map.h195 struct vm_map_entry *prev; /* previous entry */ member in struct:vm_map_links
203 #define vme_prev links.prev
294 #define vm_map_last_entry(map) ((map)->hdr.links.prev)
388 ((copy)->cpy_hdr.links.prev)
H A Dvm_object.c450 vm_object_template.memq.prev = NULL;
502 vm_object_template.cached_list.prev = NULL;
504 vm_object_template.msr_q.prev = NULL;
526 vm_object_template.uplq.prev = NULL;
535 vm_object_template.objq.prev=NULL;
902 (integer_t)vm_object_cached_list.prev,0,0);
1012 (integer_t)vm_object_cached_list.prev, 0, 0, 0);
1403 if (object->objq.next || object->objq.prev) {
1446 assert(p->pageq.next == NULL && p->pageq.prev == NULL);
1817 m->pageq.prev
[all...]
H A Dvm_purgeable.c506 object->objq.prev = 0;
645 object->objq.prev = 0;
H A Dvm_map.c2998 register vm_map_offset_t prev; local
3026 prev = cur->vme_end;
3028 while ((cur != vm_map_to_entry(map)) && (prev == cur->vme_start)) {
3031 prev = cur->vme_end;
3148 register vm_map_offset_t prev; local
3187 prev = current->vme_start;
3194 if (current->vme_start != prev) {
3222 prev = current->vme_end;
3225 if (end > prev) {
5604 copy->cpy_hdr.links.prev;
[all...]
H A Dvm_apple_protect.c143 queue_chain_t pager_queue; /* next & prev pagers */
632 pager->pager_queue.prev = NULL;
1047 /* get prev elt before we dequeue */
1086 pager->pager_queue.prev = NULL;
H A Dvm_page.h652 mem->pageq.prev = NULL; \
/macosx-10.5.8/xnu-1228.15.4/bsd/ufs/ffs/
H A Dffs_alloc.c591 daddr_t prev=0; local
602 prev = OSSwapInt32(bap[indx - 1]);
604 prev = bap[indx - 1];
605 } else prev = bap[indx - 1];
607 if (indx % fs->fs_maxbpg == 0 || prev == 0)
621 if (indx == 0 || prev == 0)
629 startcg = dtog(fs, prev) + 1;
655 nextblk = prev + fs->fs_frag;
660 prev = OSSwapInt32(bap[indx - fs->fs_maxcontig]);
662 prev
[all...]
/macosx-10.5.8/xnu-1228.15.4/osfmk/ppc/
H A Dpmap.c369 kernel_pmap->pmap_link.prev = (queue_t)kernel_pmap; /* Set up anchor reverse */
725 fore = (pmap_t)ckpmap->pmap_link.prev; /* Get the current's previous */
728 pmap->pmap_link.prev = (queue_t)fore; /* My prev points to what the current pointed to */
729 ckpmap->pmap_link.prev = (queue_t)pmap; /* Current's prev points to me */
808 if(cursor_pmap == pmap) cursor_pmap = (pmap_t)pmap->pmap_link.prev; /* If we are releasing the cursor, back up */
809 fore = (pmap_t)pmap->pmap_link.prev;
812 aft->pmap_link.prev = pmap->pmap_link.prev; /* M
[all...]
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dsysv_msg.c1176 struct msg **prev; local
1179 prev = &(msqptr->u.msg_first);
1180 while ((msghdr = *prev) != NULL) {
1211 *prev = msghdr->msg_next;
1214 if (prev !=
1222 if (prev ==
1232 prev = &(msghdr->msg_next);
/macosx-10.5.8/xnu-1228.15.4/bsd/vfs/
H A Dvfs_journal.c466 transaction *ctr, *prev=NULL, *next; local
556 for(ctr=jnl->completed_trs; ctr; prev=ctr, ctr=next) {
559 if (prev) {
560 prev->next = ctr->next;
603 prev = NULL;
604 for(ctr=jnl->completed_trs; ctr && tr->journal_start > ctr->journal_start; prev=ctr, ctr=ctr->next) {
608 if (ctr == NULL && prev == NULL) {
615 tr->next = prev->next;
616 prev->next = tr;
2407 block_list_header *blhdr, *prev local
[all...]
/macosx-10.5.8/xnu-1228.15.4/bsd/hfs/
H A Dhfs_link.c74 * set and do not have first/prev/next link IDs i.e. the values
1063 linkorigin_t *origin, *prev; local
1065 TAILQ_FOREACH_SAFE(origin, &cp->c_originlist, lo_link, prev) {
1080 linkorigin_t *origin, *prev; local
1083 TAILQ_FOREACH_SAFE(origin, &cp->c_originlist, lo_link, prev) {
/macosx-10.5.8/xnu-1228.15.4/osfmk/i386/AT386/
H A Dmodel_dep.c137 struct _cframe_t *prev; member in struct:_cframe_t
1031 if (frame->prev < frame) {
1032 frame = frame->prev;
1035 frame = frame->prev;
/macosx-10.5.8/xnu-1228.15.4/osfmk/kern/
H A Dsched_prim.c1145 processor_t prev; local
1151 prev = self->bound_processor;
1157 return (prev);
1217 ((queue_entry_t)thread)->next->prev = q;
1971 ((queue_entry_t)thread)->next->prev = queue;
1975 thread = (thread_t)queue->prev;
1976 ((queue_entry_t)thread)->prev->next = queue;
1977 queue->prev = ((queue_entry_t)thread)->prev;
H A Dthread.c1410 vm_offset_t prev = 0; local
1413 prev = thread->recover;
1416 return prev;
/macosx-10.5.8/xnu-1228.15.4/libkern/
H A Dzlib.c410 Posf *prev; member in struct:deflate_state
793 s->prev[(str) & s->w_mask] = match_head = s->head[s->ins_h], \
799 * prev[] will be initialized on the fly.
873 s->prev = (Posf *) ZALLOC(strm, s->w_size, sizeof(Pos));
882 if (s->window == Z_NULL || s->prev == Z_NULL || s->head == Z_NULL ||
1191 TRY_FREE(strm, s->prev);
1231 ds->prev = (Posf *) ZALLOC(dest, ds->w_size, sizeof(Pos));
1236 if (ds->window == Z_NULL || ds->prev == Z_NULL || ds->head == Z_NULL ||
1243 zmemcpy(ds->prev, ss->prev, d
1342 Posf *prev = s->prev; local
[all...]
/macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/
H A DIORegistryEntry.cpp1863 IORegCursor * prev; local
1865 prev = where;
1871 where->next = prev;
1872 where->current = prev->current;
/macosx-10.5.8/xnu-1228.15.4/osfmk/chud/ppc/
H A Dchud_cpu_ppc.c107 boolean_t prev; local
113 prev = ml_enable_nap(cpu, TRUE);
114 ml_enable_nap(cpu, prev);
116 return prev;

Completed in 163 milliseconds

123