Searched refs:found (Results 26 - 45 of 45) sorted by relevance

12

/macosx-10.5.8/xnu-1228.15.4/osfmk/ppc/
H A Dskiplists.s95 * r7 = mpFlags field if found. Undefined if not
151 ; Mapping not found, check to see if prev node was a block mapping or nested pmap.
177 mr r3,r9 ; yes, we found it
179 ; found the mapping
189 ; r3 = return value (ie, found mapping or 0)
239 ; Mapping not found, check to see if prev node was a block mapping or nested pmap.
265 mr r3,r9 ; yes, we found it
267 ; found the mapping
276 ; r3 = return value (ie, found mapping or 0)
346 crclr bFullFound ; we have not found th
[all...]
H A Dhw_vm.s220 bne-- hamOverlay ; We found a mapping, this is no good, can not double map...
602 beq-- hrmNotFound ; Nope, not found...
807 li r3,mapRtNotFnd ; No mapping found
1054 beq- hrmPanic ; Nope, not found...
1397 beq- hrmPanic ; Nope, not found...
1452 ; exit if not found
1578 li r25,mapRtNotFnd ; Return not found
1685 li r25,mapRtGuest ; Set return code to 'found guest mapping'
1918 bne-- hpmGotOne ; We found one, go check it out...
2194 li r3,mapRtEmpty ; No mappings found matchin
[all...]
/macosx-10.5.8/xnu-1228.15.4/bsd/netat/
H A Dddp_rtmptable.c179 * return the entry found.
182 /* dPrintf(D_M_RTMP_LOW, D_L_ROUTING, ("%s : found %04d-%04d Port=%d State=0x%x\n",
320 * return the entry found.
327 dPrintf(D_M_RTMP, D_L_ROUTING, ("%s : Delete %d-%d found to delete %d-%d\n",
334 /* we found the entry, now reorg the sub-trees
673 dPrintf(D_M_RTMP, D_L_WARNING,("zt_get_multi: BROAD not found forr h=%d \n",
683 * zt_ent_zindex: return the first zone index found in the zone map
684 * return the entry number+1 in the Zone Table, or zero if not found
732 * zt_find_zname: match a zone name in the zone table and return the entry if found
738 register short i, j, found; local
[all...]
/macosx-10.5.8/xnu-1228.15.4/osfmk/i386/
H A Dcpu_threads.c646 boolean_t found = FALSE; local
717 found = TRUE;
746 found = TRUE;
755 * If a shared cache wasn't found, then this logical CPU must
758 if (!found) {
1109 panic("Should have %d Cores, but only found %d for Die %d",
1132 panic("Should have %d Threads, but only found %d for Die %d",
1140 panic("Should have %d Dies, but only found %d for package %d",
1178 panic("Should have %d Threads, but only found %d for Core %d",
1185 panic("Should have %d Cores, but only found
[all...]
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dkern_prot.c248 goto found;
253 found:
286 goto found;
291 found:
H A Dsysv_msg.c566 printf("found public key\n");
587 goto found;
646 found:
1193 printf("found message type %d, requested %d\n",
1246 * Hmph! No message found. Does the user want to wait?
1251 printf("no appropriate message found (msgtyp=%d)\n",
1323 printf("found a message, msgsz=%d, msg_ts=%d\n", msgsz,
H A Dsysv_sem.c888 printf("found public key\n");
912 goto found;
991 found:
H A Dkern_credential.c663 /* found it? */
927 /* not found in cache, add new record */
967 /* not found in cache, add new record */
1066 * ENOENT Not found
1069 * *klr Modified, if found
1099 * ENOENT Not found
1102 * *klr Modified, if found
1132 * ENOENT Not found
1135 * *klr Modified, if found
1168 * ENOENT Not found
[all...]
/macosx-10.5.8/xnu-1228.15.4/osfmk/ddb/
H A Ddb_aout.c309 * fp(in,out): last found text file name symbol entry
943 boolean_t found; local
946 found = (aout_db_search_by_addr(stab, (unsigned)pc, file, &func, line,
949 return(found && func && *file);
H A Ddb_sym.c566 db_sym_t found = DB_SYM_NULL; local
611 (void) func(symtab, file_name, sym_name, line_number, &found,
617 return(found);
648 * and the difference between val and the symbol found.
699 * and the difference between val and the symbol found.
1320 db_printf("db_clone_symtab: clonee (%s) not found\n", clonee);
/macosx-10.5.8/xnu-1228.15.4/bsd/vfs/
H A Dvfs_xattr.c1521 int found = 0; local
1685 found = 1;
1691 if (found) {
1720 found = 0;
1887 int found = 0, lastone = 0; local
1982 found = 1;
1989 if (!found) {
2456 * based on the headers and entries found.
2537 /* We found the Finder Info entry. */
2688 * header was found
[all...]
H A Dvfs_bio.c1088 * found a busy buffer... we blocked and
1150 * found a busy buffer... we blocked and
2209 * a given vnode and block offset. If it is found in the
2210 * block cache, mark it as having been found, make it busy
2650 * If found buffer was marked delayed write, start the async. write
2654 * on which it was found.
2681 goto found;
2698 goto found;
2713 goto found;
2741 goto found;
[all...]
/macosx-10.5.8/xnu-1228.15.4/bsd/netinet6/
H A Din6_ifattach.c288 goto found;
294 found:
/macosx-10.5.8/xnu-1228.15.4/bsd/ufs/ufs/
H A Dufs_lookup.c117 * look for name in cache, if found, then if at end of path
119 * search for name in directory, to found or notfound
123 * found:
292 * If an appropriate sized slot has not yet been found,
358 goto found;
400 * directory. If we found a slot, then the new entry
444 found:
460 * in the cache as to where the entry was found.
716 * If dp->i_count is non-zero, then namei found space
/macosx-10.5.8/xnu-1228.15.4/bsd/netinet/
H A Dip_dummynet.c298 break ; /* found right position */
377 while ( (temp = HEAP_LEFT(i)) <= maxelt ) { /* found left child */
854 DPRINTF(("dummynet: ++ tx rdy from %s (now found)\n", buf));
974 break ; /* found */
990 if (q && prev != NULL) { /* found and not in front */
1768 int i = 0, found = 0 ; local
1773 found++ ;
1776 if (found)
1789 if (h->p[i].object == p) { /* found it */
1850 return EINVAL ; /* not found */
[all...]
H A Dip_input.c1090 goto found;
1108 found:
/macosx-10.5.8/xnu-1228.15.4/bsd/netkey/
H A Dkey.c578 * OUT: NULL: not found
579 * others: found and return the pointer.
617 goto found;
622 found:
624 /* found a SPD entry */
696 goto found;
702 found:
781 * OUT: NULL: not found.
782 * others: found and return the pointer.
805 goto found;
[all...]
/macosx-10.5.8/xnu-1228.15.4/osfmk/vm/
H A Dvm_object.c1082 * The object must be unlocked if its found that pages
3032 * During various paging operations, the pager reference found in the
4032 * existence map that we found here and we would
4034 * may not have found the
4061 /* found a dependency */
4104 /* found a dependency */
4648 boolean_t found = FALSE; local
4675 if (!found) {
4677 found = TRUE;
4687 return(found);
[all...]
/macosx-10.5.8/xnu-1228.15.4/bsd/nfs/
H A Dnfs_vnops.c417 * If adding and no existing slot is found, reuse slots in FIFO order.
1365 * If not found, unlock the directory nfsnode and do the RPC
1460 goto found;
1488 found:
/macosx-10.5.8/xnu-1228.15.4/bsd/dev/dtrace/
H A Ddtrace.c1242 * found by running the ::dtrace_dynstat MDB dcmd.
1872 * algorithm (and a comparison with other algorithms) may be found by
2063 * We couldn't find a speculation. If we found as much as a single
3349 * the string length or we have found the character. If this
3378 * the string length or we have found the string. (Yes, this
3541 * found in the token string.
3714 * found here -- and probably only here. Is this is the only
5265 * If you're looking for the epicenter of DTrace, you just found it. This
6571 * invoke the match callback once if a matching probe is found.
6708 * the functions in the API for probe management (found belo
[all...]

Completed in 173 milliseconds

12