Home
last modified time | relevance | path

Searched refs:ro (Results 1 – 6 of 6) sorted by relevance

/busybox-1.35.0/testsuite/
Dparse.tests64 /dev/hdb1 /dosc hpfs ro 1 0
68 /dev/cdrom /cdrom iso9660 ro,user,noauto,nohide 0 0
78 [/dev/hdb1][/dosc][hpfs][ro][1][0]
81 [/dev/cdrom][/cdrom][iso9660][ro,user,noauto,nohide][0][0]
Dmount.testroot100 /images/vfat.img /images/vfat.dir auto ro 0 0
144 mount -o async,sync,atime,noatime,dev,nodev,exec,noexec,loop,suid,nosuid,remount,ro,rw,bind,move
147 mount -w -o ro
/busybox-1.35.0/networking/
Dnbd-client.c164 int ro; in nbdclient_main() local
204 ro = !!(old_nbd_header.flags & htons(2)); in nbdclient_main()
236 ro = !!(new_nbd_header.transmission_flags & htons(2)); in nbdclient_main()
242 if (ioctl(nbd, BLKROSET, &ro) < 0) { in nbdclient_main()
/busybox-1.35.0/qemu_multiarch_testing/hdc.dir/
Dbuild49 mount -o remount,ro /home
/busybox-1.35.0/examples/shutdown-1.0/script/
Dstop_storage42 mount -n -o remount,ro /
/busybox-1.35.0/editors/
Dvi.c812 static void new_screen(int ro, int co) in new_screen() argument
817 screensize = ro * co + 8; in new_screen()
826 ro -= 2; in new_screen()
827 while (--ro >= 0) { in new_screen()
838 int cnt, ro, co; in sync_cursor() local
863 for (ro = 0; ro < cnt - 1; ro++) { in sync_cursor()
874 for (ro = 0; ro < rows - 1; ro++) { // drive "ro" to correct row in sync_cursor()
919 *row = ro; in sync_cursor()