Searched refs:search (Results 1 - 7 of 7) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/osfmk/ppc/commpage/
H A Dcommpage.c397 uint32_t *ptr, search_mask, search, replace_mask, replace; local
402 search_mask = 0xFC0007FE; // search x-form opcode bits
403 search = 0x7C0005EC; // for a DCBA
407 commpage_change(ptr,length,search_mask,search,replace_mask,replace,NULL);
420 uint32_t *ptr, search_mask, search, replace_mask, replace; local
425 search_mask = 0xFC0005FE; // search x-form opcode bits (but ignore bit 0x00000200)
426 search = 0x7C0004AC; // for a SYNC, LWSYNC, or EIEIO
430 commpage_change(ptr,length,search_mask,search,replace_mask,replace,NULL);
443 uint32_t *ptr, search_mask, search, replace_mask, replace; local
448 search_mask = 0xFC0007FE; // search x
469 uint32_t *ptr, search_mask, search, replace_mask, replace; local
496 uint32_t *ptr, search_mask, search, replace_mask, replace; local
[all...]
/macosx-10.5.8/xnu-1228.15.4/osfmk/i386/AT386/
H A Dmodel_dep.c838 panic_print_macho_symbol_name(struct mach_header *mh, vm_address_t search) argument
881 search -= slide; /* adjusting search since the binary has slid */
883 if ((search < orig_ts->vmaddr) ||
884 (search >= orig_ts->vmaddr + orig_ts->vmsize)) {
885 /* search out of range for this mach header */
891 diff = search;
894 if (sym[i].n_value <= search) {
895 curdiff = search - (vm_address_t)sym[i].n_value;
918 panic_print_kmod_symbol_name(vm_address_t search) argument
937 panic_print_symbol_name(vm_address_t search) argument
[all...]
/macosx-10.5.8/xnu-1228.15.4/bsd/netinet6/
H A Dnd6_rtr.c594 return(NULL); /* search failed */
828 struct nd_pfxrouter *search; local
831 for (search = pr->ndpr_advrtrs.lh_first; search; search = search->pfr_next) {
832 if (search->router == dr)
836 return(search);
872 struct nd_prefix *search; local
875 for (search
[all...]
H A Dnd6.h345 struct nd_opt_hdr *search; /* multiple opts */ member in struct:nd_opts::__anon335
359 #define nd_opts_search nd_opt_each.search
/macosx-10.5.8/xnu-1228.15.4/osfmk/ppc/
H A Dskiplists.s93 * r4 = high 32 bits of key to search for (0 if a 32-bit processor)
119 b mapSrch64c ; enter 64-bit search loop
126 ; r5 = va to search for (the "key") (low 12 bits are 0)
154 ; out of the inner loop; we do the special case work at most once per search, and
161 beq-- mapSrch64Exit ; prev ptr was null, search failed
176 bgt mapSrch64Exit ; no, search failed
214 ; r5 = va to search for (the "key") (low 12 bits are 0)
242 ; out of the inner loop; we do the special case work at most once per search, and
249 beq- mapSrch32Exit ; prev ptr was null, search failed
264 bgt mapSrch32Exit ; no, search faile
[all...]
H A Dhw_vm.s114 * 5) add mapping to search list
129 * 5) add mapping to search list
185 la r3,pmapSXlk(r28) ; Point to the pmap search lock
194 ; Note that we do a full search (i.e., no shortcut level skips, etc.)
201 mr r3,r28 ; Pass in pmap to search
240 la r3,pmapSXlk(r28) ; Point to the pmap search lock
255 la r3,pmapSXlk(r28) ; Point to the pmap search lock
332 hamDoneNP: la r3,pmapSXlk(r28) ; Point to the pmap search lock
333 bl sxlkUnlock ; Unlock the search list
388 la r3,pmapSXlk(r28) ; Point to the pmap search loc
[all...]
/macosx-10.5.8/xnu-1228.15.4/bsd/net/
H A Dradix.c369 * the search and satisfaction test and put the
488 rn_addmask(void *n_arg, int search, int skip) argument
525 if (x || search)

Completed in 60 milliseconds