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

  /src/sys/external/bsd/drm2/dist/drm/i915/gvt/
firmware.c 174 #define VERIFY(s, a, b) do { \
180 VERIFY("magic number", h->magic, VGT_MAGIC);
181 VERIFY("version", h->version, FIRMWARE_VERSION);
182 VERIFY("crc32", h->crc32, crc32_le(0, mem, fw->size - crc32_start));
183 VERIFY("cfg space size", h->cfg_space_size, info->cfg_space_size);
184 VERIFY("mmio size", h->mmio_size, info->mmio_size);
189 VERIFY("vender id", id, pdev->vendor);
192 VERIFY("device id", id, pdev->device);
195 VERIFY("revision id", id, pdev->revision);
197 #undef VERIFY
    [all...]
  /src/usr.bin/rdist/
main.c 151 if (options & VERIFY) {
153 options &= ~VERIFY;
175 options |= VERIFY;
defs.h 82 #define VERIFY 0x1
server.c 91 * Vname - Verify if file out of date or not
265 printf("%s%s%s%s%s %s %s\n", opts & VERIFY ? "verify":"install",
374 if (opts & VERIFY) {
484 if (opts & VERIFY) {
554 if (opts & VERIFY)
818 if (opts & VERIFY) {
893 if (opts & VERIFY)
956 if (opts & VERIFY) {
1155 (void) snprintf(buf, sizeof(buf), "C%o\n", opts & VERIFY);
    [all...]
docmd.c 399 if (nflag || (options & VERIFY))
532 if ((options & VERIFY) || to == NULL)
gram.y 319 yylval.intval = VERIFY;
  /src/usr.bin/tcopy/
tcopy.c 72 static void verify(int, int, char *);
80 enum {READ, VERIFY, COPY, COPYVERIFY} op = READ;
102 op = VERIFY;
129 if ((outp = open(argv[1], op == VERIFY ? O_RDONLY :
143 if (op == VERIFY) {
144 verify(inp, outp, buff);
227 verify(inp, outp, buff);
234 verify(int inp, int outp, char *outb) function in typeref:typename:void
  /src/sys/arch/i386/stand/misc/
rawrite.c 37 #define VERIFY 4
  /src/common/dist/zlib/
make_vms.com 258 $ V = 'F$Verify(0)
289 $ VV=F$VERIFY(0)
292 $ VV='F$Verify(VV)
294 $ If V Then Set Verify

Completed in 18 milliseconds