Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/avs/dsw/
H A Diicpbmp.c134 dsw_fd = open(DSWDEV, O_RDONLY); in copybmp()
136 perror(DSWDEV); in copybmp()
H A Diicpshd.c133 dsw_fd = open(DSWDEV, O_RDONLY); in copyshd()
135 perror(DSWDEV); in copyshd()
H A Diiboot.c155 if ((ioctl_fd = open(DSWDEV, O_RDWR, 0)) == -1) { in iiboot_lintmain()
157 DSWDEV, errno); in iiboot_lintmain()
H A Diiadm.c1314 dsw_fd = open(DSWDEV, O_RDONLY);
1316 perror(DSWDEV);
/titanic_44/usr/src/uts/common/avs/ns/dsw/
H A Ddsw.h135 #define DSWDEV "/dev/ii" macro