Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/avs/dsw/
H A Diiadm.c2474 dsw_stat_t stat_s; local
2528 (void) strlcpy(stat_s.shadow_vol, parms.shadow_vol,
2530 stat_s.status = spcs_s_ucreate();
2531 rc = do_ioctl(dsw_fd, DSWIOC_STAT, &stat_s);
2532 spcs_s_ufree(&stat_s.status);
2540 if (stat_s.stat & DSW_COPYINGP) {
2586 dsw_stat_t stat_s; local
2635 (void) strlcpy(stat_s.shadow_vol, copy_args.shadow_vol, DSW_NAMELEN);
2636 stat_s.status = spcs_s_ucreate();
2637 rc = do_ioctl(dsw_fd, DSWIOC_STAT, &stat_s);
[all …]