HomeSort by: relevance | last modified time | path
    Searched refs:dups (Results 1 - 21 of 21) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/include/drm/ttm/
ttm_execbuf_util.h 74 * @dups: [out] optional list of duplicates.
91 * If dups is non NULL all buffers already reserved by the current thread
104 struct list_head *dups);
  /src/sbin/fsck_lfs/
fsck_vars.h 34 extern struct dups *duplist; /* head of dup list */
35 extern struct dups *muldup; /* end of unique duplicate dup block numbers */
vars.c 38 struct dups *duplist; /* head of dup list */
39 struct dups *muldup; /* end of unique duplicate dup block numbers */
fsck.h 131 struct dups { struct
132 struct dups *next;
main.c 211 struct dups *dp;
310 duplist = (struct dups *) 0;
311 muldup = (struct dups *) 0;
pass1.c 355 struct dups *dlp;
356 struct dups *new;
398 new = emalloc(sizeof(struct dups));
pass4.c 147 struct dups *dlp;
  /src/sbin/fsck_ext2fs/
fsck.h 158 struct dups { struct
159 struct dups *next;
162 extern struct dups *duplist; /* head of dup list */
163 extern struct dups *muldup; /* end of unique duplicate dup block numbers */
pass1b.c 75 static struct dups *duphead;
109 struct dups *dlp;
main.c 97 struct dups *duplist;
98 struct dups *muldup;
236 struct dups *dp;
272 pfatal("INTERNAL ERROR: dups with -p");
273 printf("** Phase 1b - Rescan For More DUPS\n");
337 duplist = (struct dups *)0;
338 muldup = (struct dups *)0;
pass4.c 140 struct dups *dlp;
pass1.c 336 struct dups *dlp;
337 struct dups *new;
368 new = malloc(sizeof(struct dups));
  /src/sbin/fsck_ffs/
pass1b.c 53 static struct dups *duphead;
102 struct dups *dlp;
fsck.h 226 struct dups { struct
227 struct dups *next;
230 extern struct dups *duplist; /* head of dup list */
231 extern struct dups *muldup; /* end of unique duplicate dup block numbers */
main.c 84 struct dups *duplist;
85 struct dups *muldup;
368 struct dups *dp;
435 pfatal("INTERNAL ERROR: dups with -p\n");
437 pfatal("INTERNAL ERROR: dups with softdep\n");
438 pwarn("** Phase 1b - Rescan For More DUPS\n");
529 duplist = (struct dups *)0;
530 muldup = (struct dups *)0;
pass1.c 506 struct dups *dlp;
507 struct dups *new;
548 new = (struct dups *)malloc(sizeof(struct dups));
pass4.c 162 struct dups *dlp;
  /src/sys/external/bsd/drm2/dist/drm/ttm/
ttm_execbuf_util.c 87 struct list_head *dups)
102 if (ret == -EALREADY && dups) {
106 list_add(&safe->head, dups);
  /src/usr.sbin/bad144/
bad144.c 82 static int dups; variable in typeref:typename:int
281 if (dups)
508 dups++;
  /src/usr.sbin/netgroup_mkdb/
netgroup_mkdb.c 87 static int dups = 0; variable in typeref:typename:int
116 dups++;
370 if (!dups)
  /src/sbin/fsdb/
fsdb.c 76 struct dups *duplist;
77 struct dups *muldup;

Completed in 20 milliseconds