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

  /src/sys/arch/evbmips/sbmips/
machdep.c 228 int added; local in function:mach_init
239 added = 0;
256 added = 1;
259 if (added)
260 printf("added to map\n");
262 printf("not added to map\n");
  /src/sys/arch/sbmips/sbmips/
machdep.c 214 int added; local in function:mach_init
224 added = 0;
241 added = 1;
244 if (added)
245 printf("added to map\n");
247 printf("not added to map\n");
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_deadlock_detector2.cc 219 bool added = false; local in function:__sanitizer::DD::MutexBeforeLock
239 added = true;
240 VPrintf(3, "#%llu: DD::MutexBeforeLock added %d->%d link\n",
254 added = true;
255 VPrintf(3, "#%llu: DD::MutexBeforeLock added %d->%d link\n",
260 if (!added || mtx->nlink == 0) {
  /src/sys/sys/
rndio.h 58 uint32_t added; member in struct:__anon55e960fb0208
  /src/sbin/dump/
traverse.c 63 static void writeextdata(union dinode *dp, ino_t ino, int added);
266 * files in it. If it does, and has not already been added to the dump
481 int ind_level, cnt, last, added; local in function:dumpino
547 added = appendextdata(dp);
556 writeextdata(dp, ino, added);
571 added = appendextdata(dp);
573 writeextdata(dp, ino, added);
690 int i, j, count, blks, tbperdb, added = 0; local in function:blksout64
722 added = appendextdata(dp);
736 writeextdata(dp, ino, added);
    [all...]
  /src/sys/arch/aarch64/aarch64/
db_machdep.c 941 int added, cleared; local in function:db_md_break_cmd
948 added = -1;
969 added = i;
979 if (added >= 0)
981 added, addr);
993 int added, cleared; local in function:db_md_watch_cmd
1034 added = -1;
1056 added = i;
1066 if (added >= 0)
1068 added, addr)
    [all...]
  /src/sys/dev/pci/
if_vioif.c 230 unsigned int added; member in struct:vioif_work
2160 * ifp->if_obytes and ifp->if_omcasts are added in if_transmit()@if.c.
2766 atomic_store_relaxed(&work->added, 0);
2805 if (atomic_load_relaxed(&work->added) != 0)
2808 atomic_store_relaxed(&work->added, 1);

Completed in 16 milliseconds