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

  /src/external/bsd/ntp/dist/kernel/sys/
tpro.h 34 #define NOSYNC 0x0004 /* local oscillator not synchronized */
  /src/external/gpl2/lvm2/dist/daemons/cmirrord/
functions.c 86 NOSYNC, /* Devices known to be already in sync */
435 else if (!strcmp(argv[i], "nosync"))
436 sync = NOSYNC;
484 if (sync == NOSYNC)
487 lc->sync_count = (sync == NOSYNC) ? region_count : 0;
798 if (lc->sync == NOSYNC)
1438 (lc->sync == NOSYNC) ? "nosync " : "sync ",
1457 (lc->sync == NOSYNC) ? "nosync " : "sync "
    [all...]
  /src/dist/pf/sbin/pfctl/
parse.y 417 %token REQUIREORDER SYNPROXY FINGERPRINTS NOSYNC DEBUG SKIP HOSTID
3148 | NOSYNC {
4948 { "no-sync", NOSYNC},

Completed in 47 milliseconds