Home
last modified time | relevance | path

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

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