Searched refs:ss_generation (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/lib/scsi/libses/common/
H A Dses_snap.c169 SCSI_WRITE32((uint8_t *)pip + dp->spd_gcoff, sp->ss_generation);
474 sp->ss_generation = (uint32_t)-1;
524 if (sp->ss_generation == (uint32_t)-1) {
525 sp->ss_generation = gc;
526 } else if (sp->ss_generation != gc) {
532 gc, sp->ss_generation);
654 return (sp->ss_generation);
705 if (sp->ss_generation != gen) {
H A Dses_impl.h119 uint32_t ss_generation; member in struct:ses_snap
H A Dses_node.c412 return (((uint64_t)np->sn_snapshot->ss_generation << 32) |

Completed in 23 milliseconds