Searched defs:ctlr_mtime (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/lvm/rpc.metamhd/
H A Dmhd_drive.c402 static time_t ctlr_mtime = 0; variable
461 if (statbuf.st_mtime == ctlr_mtime) {
469 if (statbuf.st_mtime == ctlr_mtime) {
473 if (ctlr_mtime != 0)
475 ctlr_mtime = statbuf.st_mtime;

Completed in 72 milliseconds