Home
last modified time | relevance | path

Searched defs:Dump (Results 1 – 5 of 5) sorted by relevance

/plan9/sys/src/cmd/gs/src/
H A Dgdevplan9.c396 typedef struct Dump Dump; typedef
404 struct Dump { struct
405 int ndump;
406 uchar *dumpbuf;
407 uchar buf[1+NDUMP];
H A Dgdevifno.c419 typedef struct Dump Dump; typedef
427 struct Dump { struct
428 int ndump;
429 uchar *dumpbuf;
430 uchar buf[1+NDUMP];
/plan9/sys/src/cmd/disk/9660/
H A Diso9660.h171 typedef struct Dump Dump; typedef
174 struct Dump { struct
176 Dumpdir *md5root; argument
177 Dumpdir *blockroot; argument
/plan9/sys/src/cmd/upas/scanmail/
H A Dspam.h3 Dump = 0, /* Actions must be in order of descending importance */ enumerator
/plan9/sys/src/cmd/spin/
H A Dtl.h128 #define Dump(x) { if (tl_verbose) dump(x); } macro