Searched refs:DSWIOC_STAT (Results 1 – 5 of 5) sorted by relevance
/titanic_41/usr/src/cmd/avs/dsw/ |
H A D | iicpbmp.c | 162 if (ioctl(dsw_fd, DSWIOC_STAT, &args) != -1) { in copybmp()
|
H A D | iiadm.c | 713 case DSWIOC_STAT: in do_ioctl() 1391 if (do_ioctl(dsw_fd, DSWIOC_STAT, &args) == -1) 1750 rc = do_ioctl(dsw_fd, DSWIOC_STAT, &args); 2193 if (do_ioctl(dsw_fd, DSWIOC_STAT, &prev_stat) == -1) { 2531 rc = do_ioctl(dsw_fd, DSWIOC_STAT, &stat_s); 2637 rc = do_ioctl(dsw_fd, DSWIOC_STAT, &stat_s); 2749 if (do_ioctl(dsw_fd, DSWIOC_STAT, &args) == -1) { 3086 if (do_ioctl(dsw_fd, DSWIOC_STAT, &args) != -1 && 3105 if (do_ioctl(dsw_fd, DSWIOC_STAT, &args) == -1) { 3834 if ((do_ioctl(dsw_fd, DSWIOC_STAT, &args) == -1) || [all …]
|
H A D | iicpshd.c | 161 if (ioctl(dsw_fd, DSWIOC_STAT, &args) != -1) { in copyshd()
|
/titanic_41/usr/src/uts/common/avs/ns/dsw/ |
H A D | dsw.h | 52 #define DSWIOC_STAT _D_(6) /* Get state of shadow */ macro
|
H A D | dsw.c | 538 case DSWIOC_STAT: in iiioctl()
|