Searched refs:DSWDEV (Results 1 – 5 of 5) sorted by relevance
134 dsw_fd = open(DSWDEV, O_RDONLY); in copybmp()136 perror(DSWDEV); in copybmp()
133 dsw_fd = open(DSWDEV, O_RDONLY); in copyshd()135 perror(DSWDEV); in copyshd()
155 if ((ioctl_fd = open(DSWDEV, O_RDWR, 0)) == -1) { in iiboot_lintmain()157 DSWDEV, errno); in iiboot_lintmain()
1314 dsw_fd = open(DSWDEV, O_RDONLY);1316 perror(DSWDEV);
135 #define DSWDEV "/dev/ii" macro