Searched defs:dsw_fd (Results 1 - 3 of 3) sorted by relevance
/illumos-gate/usr/src/cmd/avs/dsw/ |
H A D | iicpbmp.c | 128 int dsw_fd; local 134 dsw_fd = open(DSWDEV, O_RDONLY); 135 if (dsw_fd < 0) { 162 if (ioctl(dsw_fd, DSWIOC_STAT, &args) != -1) { 165 (void) close(dsw_fd); 224 (void) close(dsw_fd);
|
H A D | iicpshd.c | 124 int dsw_fd; local 133 dsw_fd = open(DSWDEV, O_RDONLY); 134 if (dsw_fd < 0) { 161 if (ioctl(dsw_fd, DSWIOC_STAT, &args) != -1) { 164 (void) close(dsw_fd); 171 (void) close(dsw_fd); 232 (void) close(dsw_fd);
|
H A D | iiadm.c | 105 int dsw_fd; variable 846 num = do_ioctl(dsw_fd, DSWIOC_OLISTLEN, NULL); 858 rc = do_ioctl(dsw_fd, DSWIOC_OLIST, acopy_args); 1314 dsw_fd = open(DSWDEV, O_RDONLY); 1315 if (dsw_fd < 0) { 1374 return (do_ioctl(dsw_fd, DSWIOC_BITMAP, &parms)); 1391 if (do_ioctl(dsw_fd, DSWIOC_STAT, &args) == -1) 1750 rc = do_ioctl(dsw_fd, DSWIOC_STAT, &args); 2118 rc = do_ioctl(dsw_fd, DSWIOC_ENABLE, &parms); 2193 if (do_ioctl(dsw_fd, DSWIOC_STA [all...] |
Completed in 2848 milliseconds