HomeSort by: relevance | last modified time | path
    Searched defs:punt (Results 1 - 7 of 7) sorted by relevancy

  /src/usr.sbin/kvm_mkdb/
kvm_mkdb.c 171 punt();
176 punt();
189 punt() function
  /src/external/bsd/libbind/dist/isc/
ctl_p.c 108 static const char punt[] = "[0].-1"; local
121 return (punt);
125 return (punt);
140 return (punt);
144 return (punt);
163 return (punt);
  /src/games/hunt/huntd/
answer.c 404 static IDENT punt; local
424 /* Fourth down, time to punt */
425 ip = &punt;
  /src/sys/dev/raidframe/
rf_paritylog.c 668 int punt, done = RF_FALSE; local
729 punt = RF_FALSE;/* Set to RF_TRUE if work is blocked. This
732 * reintegration (DumpParityLogToDisk) If punt
737 * processed or we punt */
742 while (!punt && !done) {
762 punt = RF_TRUE; /* failed to find a core log */
772 punt = RF_TRUE; /* dump unsuccessful,
791 punt = RF_TRUE; /* blocked on log
796 /* if we didn't punt on this item, attempt to add a
798 if (!punt) {
    [all...]
  /src/usr.sbin/crash/
crash.c 175 punt(void) function
186 punt();
202 punt();
210 punt();
219 punt();
228 punt();
237 punt();
246 punt();
  /src/external/gpl3/binutils/dist/gas/
write.c 2355 int punt = 0; local
2420 obj_frob_symbol (symp, punt);
2423 if (! punt || symbol_used_in_reloc_p (symp))
2424 tc_frob_symbol (symp, punt);
2430 and symbols that the frob_symbol macros told us to punt,
2439 && (punt || S_IS_LOCAL (symp) ||
  /src/external/gpl3/binutils.old/dist/gas/
write.c 2353 int punt = 0; local
2418 obj_frob_symbol (symp, punt);
2421 if (! punt || symbol_used_in_reloc_p (symp))
2422 tc_frob_symbol (symp, punt);
2428 and symbols that the frob_symbol macros told us to punt,
2437 && (punt || S_IS_LOCAL (symp) ||

Completed in 83 milliseconds