Searched refs:sync_needed (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/lib/libpkg/common/
H A Dpkgserv.c546 boolean_t sync_needed, running; local
552 sync_needed = stat(pkgfile, &pbuf) == 0 && pbuf.st_size > 0;
554 if (!sync_needed && !want_quit)
559 /* sync_needed == B_TRUE || want_quit == B_TRUE */
571 return (running || sync_needed);
/illumos-gate/usr/src/cmd/svr4pkg/pkgserv/
H A Dpkgserv.c187 static boolean_t sync_needed = B_FALSE; variable
981 if (sync_needed)
1100 sync_needed = B_FALSE;
1341 sync_needed = B_TRUE;
/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_mr.c3254 int sync_needed; local
3283 sync_needed = 0;
3318 sync_needed = 0;
3320 sync_needed = 1;
3347 if (sync_needed)
/illumos-gate/usr/src/uts/common/avs/ns/rdc/
H A Drdc_io.h232 int32_t sync_needed; member in struct:__anon4508
H A Drdc_bitmap.c1815 if (hdr_v2->sync_needed == RDC_SYNC)
1817 if (hdr_v2->sync_needed == RDC_FULL_SYNC)
1819 if (hdr_v2->sync_needed == RDC_REV_SYNC)

Completed in 77 milliseconds