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

12

/macosx-10.5.8/xnu-1228.15.4/bsd/netat/
H A Drouting_tables.h107 #define ERTR_CABLE_NOZONE 0x105 /* We haven't found any zones for that port
155 RT_entry *found; \
156 if ((found = rt_bdelete(NetStop, NetStart))) { \
157 memset(found, '\0', sizeof(RT_entry)); \
158 found->right = RT_table_freelist; \
159 RT_table_freelist = found; \
H A Dddp.c1124 * address found in the ddp packet... This is the trick about routing, the
1315 RT_entry *found; local
1317 if ((found = rt_bdelete(NetStop, NetStart)) != 0) {
1318 bzero(found, sizeof(RT_entry));
1319 found->right = RT_table_freelist;
1320 RT_table_freelist = found;
H A Dat.c392 /* Normal case; no tuple found for this name, so insert
433 int found = FALSE; /* if any found & deleted */ local
442 found = TRUE;
444 if (found)
454 /* Normal case; tuple found for this name, so delete
/macosx-10.5.8/xnu-1228.15.4/tools/lockstat/
H A Dlockstat.c95 int found; local
141 found = 0;
144 found = 1;
154 if (found == 0)
208 found = 0;
211 found = 1;
224 if (found == 0)
266 found = 0;
269 found = 1;
282 if (found
[all...]
/macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/
H A DIORangeAllocator.cpp247 bool found = false; local
258 (!found) && (index < numElements);
266 found = (dataEnd <= thisEnd);
268 if( found) {
271 found = allocElement( index + 1 );
272 if( found) {
288 return( found );
H A DIOService.cpp926 bool found; local
956 found = false;
963 found = true;
968 if( found ) { // this object is already locked
981 found = false;
989 found = true;
994 if( found ) { // yes, active thread waiting for another object
1003 found = false;
1010 found = true;
1016 assert( found );
1211 bool found; local
[all...]
/macosx-10.5.8/xnu-1228.15.4/libsyscall/mach/
H A Dmach_error_string.c97 boolean_t found = FALSE; local
105 found = TRUE;
111 return (found)? ret : INT_MAX;
/macosx-10.5.8/xnu-1228.15.4/SETUP/
H A Dseed_objroot98 echo "PREV_OBJROOT not found"
120 echo "PREV_SRCROOT not found"
/macosx-10.5.8/xnu-1228.15.4/libkern/gen/
H A DOSDebug.cpp64 int found = 0; local
71 found = 1;
79 if (!found) i=2;
/macosx-10.5.8/xnu-1228.15.4/bsd/netinet/
H A Din_rmx.c306 int found; member in struct:rtqk_arg
328 ap->found++;
380 arg.found = arg.killed = 0;
394 if((arg.found - arg.killed > rtq_toomany)
407 arg.found = arg.killed = 0;
423 arg.found = arg.killed = 0;
/macosx-10.5.8/xnu-1228.15.4/bsd/netinet6/
H A Din6_rmx.c340 int found; member in struct:rtqk_arg
361 ap->found++;
407 arg.found = arg.killed = 0;
421 if ((arg.found - arg.killed > rtq_toomany)
434 arg.found = arg.killed = 0;
515 arg.found = arg.killed = 0;
/macosx-10.5.8/xnu-1228.15.4/osfmk/i386/
H A Ddb_gcc_aout.c245 * fp(in,out): last found text file name symbol entry
387 struct nlist *found = 0; local
430 found = X_db_qualified_search(stab, file_name, sym_name, line_number);
435 return((db_sym_t) found);
599 boolean_t found; local
601 found = X_db_search_by_addr(stab,(unsigned)pc,file,&func,line,&diff);
602 return(found && func && *file);
/macosx-10.5.8/xnu-1228.15.4/bsd/hfs/
H A Dhfs_lookup.c114 * if name found in cache
124 * search for name in directory, to found or notfound
128 * found:
184 goto found; /* .. is always defined */
188 goto found; /* We always know who we are */
232 goto found;
278 found:
354 * found case above and return EJUSTRETURN.
401 * Names found by directory scans are retained in a cache
449 goto exit; /* found
[all...]
H A Dhfs_encodings.c167 int found = 0; local
172 found = 1;
181 if (!found) {
/macosx-10.5.8/xnu-1228.15.4/bsd/isofs/cd9660/
H A Dcd9660_lookup.c108 * look for name in cache, if found, then if at end of path
110 * search for name in directory, to found or notfound
114 * found:
286 goto found;
300 goto found;
348 goto found;
371 found:
378 * in the cache as to where the entry was found.
/macosx-10.5.8/xnu-1228.15.4/osfmk/ddb/
H A Ddb_watch.c339 db_watchpoint_t found = 0; local
350 found = watch;
360 if (found) {
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dkern_newsysctl.c705 goto found;
707 goto found;
713 goto found;
720 found:
991 goto found;
1006 goto found;
1014 found:
H A Dkpi_socketfilter.c288 int found = 0; local
322 found = 1;
328 if (!found && (entry->sfe_flags & SFEF_DETACHUSEZERO) == 0) {
H A Dkern_resource.c301 int found = 0, error = 0; local
324 found++;
340 ppgrp.foundp = &found;
358 punice.foundp = &found;
372 found++;
379 if (found == 0)
H A Dnetboot.c308 boolean_t found = FALSE; local
341 found = TRUE;
345 return (found);
H A Duipc_domain.c485 goto found;
488 found:
/macosx-10.5.8/xnu-1228.15.4/bsd/miscfs/synthfs/
H A Dsynthfs_vnops.c995 /* An entry matching the parent vnode/name was found in the cache: */
1027 boolean_t found = FALSE; local
1047 found = TRUE;
1060 found = TRUE;
1087 found = TRUE;
1094 /* The specified entry was found and successfully acquired: */
1099 found = FALSE;
1102 if (found) {
1132 /* The specified entry wasn't found: */
1148 if (found) {
[all...]
/macosx-10.5.8/xnu-1228.15.4/libsa/
H A Dc++rem3.c744 // Substitution found
787 Boolean found; local
797 for (i = 0, found = false, sub = -1; i < numE; i++) {
805 found = true;
813 found = true;
819 found = (sub >= 0);
830 if (found)
834 if (!found)
849 // We found a substitution
/macosx-10.5.8/xnu-1228.15.4/osfmk/ppc/
H A Ddb_trace.c725 db_printf("Frame not mapped %08X\n",*fp); /* Say not found */
726 *fp = 0; /* Show not found */
1041 boolean_t found; local
1045 found = FALSE;
1047 found = db_find_arg(frame, lastframe->f_retaddr,
1049 if (found)
1061 if (found)
/macosx-10.5.8/xnu-1228.15.4/bsd/net/
H A Dether_if_module.c178 int found = 0; local
185 found = 1;

Completed in 269 milliseconds

12