Searched defs:sv_rpath (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/avs/sv/
H A Dsvboot.c58 static const caddr_t sv_rpath = SV_DEVICE; variable
151 fd = open(sv_rpath, O_RDONLY);
154 sv_rpath, strerror(errno));
302 fd = open(sv_rpath, O_RDONLY);
489 if ((fd = open(sv_rpath, O_RDONLY)) < 0) {
491 sv_rpath, strerror(errno));
520 if ((fd = open(sv_rpath, O_RDONLY)) < 0) {
522 sv_rpath, strerror(errno));
H A Dsvadm.c90 static const caddr_t sv_rpath = SV_DEVICE; variable
231 fd = open(sv_rpath, O_RDONLY);
234 sv_rpath, strerror(errno));
392 fd = open(sv_rpath, O_RDONLY);
395 sv_rpath, strerror(errno));
693 fd = open(sv_rpath, O_RDONLY);
917 if ((fd = open(sv_rpath, O_RDONLY)) < 0) {
919 sv_rpath, strerror(errno));
987 if ((fd = open(sv_rpath, O_RDONLY)) < 0) {
989 sv_rpath, strerro
[all...]

Completed in 59 milliseconds